@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
:root,
[data-bs-theme=light] {
  --bs-slate-gray: #7e8fa4;
  --bs-slate-gray-light: #d3e4ef;
  --bs-faded-gold: #fee79b;
  --bs-faded-silver: #d5dcdf;
  --bs-faded-bronze: #e8bd9c;
  --bs-dark: #000;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #01c7b1;
  --bs-deep-primary: #009f9f;
  --bs-danger: #d00000;
  --bs-warning: #664d03;
  --bs-faded-blue: #609ec4;
  --bs-faded-gold: #c4b160;
  --bs-faded-pink: #c46060;
  --bs-faded-silver: #d5dcdf;
  --bs-faded-bronze: #e8bd9c;
  --bs-dark: #000;
  --bs-primary-rgb: 1, 199, 177;
  --bs-deep-primary-rgb: 0, 159, 159;
  --bs-danger-rgb: 208, 0, 0;
  --bs-warning-rgb: 102, 77, 3;
  --bs-faded-blue-rgb: 96, 158, 196;
  --bs-faded-gold-rgb: 196, 177, 96;
  --bs-faded-pink-rgb: 196, 96, 96;
  --bs-faded-silver-rgb: 213, 220, 223;
  --bs-faded-bronze-rgb: 232, 189, 156;
  --bs-dark-rgb: 0, 0, 0;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Nunito", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000000;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #353739;
  --bs-link-color-rgb: 53, 55, 57;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

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

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

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

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

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

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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: var(--bs-secondary-color);
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1630px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  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 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    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-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

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

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

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.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 + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  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 {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    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: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.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-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  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] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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;
  --bs-form-check-bg-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;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: 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;
  --bs-form-switch-bg: 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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.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;
  -webkit-appearance: none;
  appearance: none;
  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;
}

@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: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  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;
}

@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: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + var(--bs-border-width) * 2);
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-border-radius-lg);
}

.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: var(--bs-border-radius-sm);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.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: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-valid-border-color);
  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.73.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: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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: var(--bs-form-valid-border-color);
}

.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"] {
  --bs-form-select-bg-icon: 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.73.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");
  padding-right: 4.125rem;
  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: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.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: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-invalid-border-color);
  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: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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: var(--bs-form-invalid-border-color);
}

.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"] {
  --bs-form-select-bg-icon: 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");
  padding-right: 4.125rem;
  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: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

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

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -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) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #01c7b1;
  --bs-btn-border-color: #01c7b1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #27cfbd;
  --bs-btn-hover-border-color: #1acdb9;
  --bs-btn-focus-shadow-rgb: 1, 169, 150;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #34d2c1;
  --bs-btn-active-border-color: #1acdb9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #01c7b1;
  --bs-btn-disabled-border-color: #01c7b1;
}

.btn-deep-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #009f9f;
  --bs-btn-border-color: #009f9f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #26adad;
  --bs-btn-hover-border-color: #1aa9a9;
  --bs-btn-focus-shadow-rgb: 0, 135, 135;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33b2b2;
  --bs-btn-active-border-color: #1aa9a9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #009f9f;
  --bs-btn-disabled-border-color: #009f9f;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d00000;
  --bs-btn-border-color: #d00000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b10000;
  --bs-btn-hover-border-color: #a60000;
  --bs-btn-focus-shadow-rgb: 215, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a60000;
  --bs-btn-active-border-color: #9c0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d00000;
  --bs-btn-disabled-border-color: #d00000;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #664d03;
  --bs-btn-border-color: #664d03;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #574103;
  --bs-btn-hover-border-color: #523e02;
  --bs-btn-focus-shadow-rgb: 125, 104, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #523e02;
  --bs-btn-active-border-color: #4d3a02;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #664d03;
  --bs-btn-disabled-border-color: #664d03;
}

.btn-faded-blue {
  --bs-btn-color: #000;
  --bs-btn-bg: #609ec4;
  --bs-btn-border-color: #609ec4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #78adcd;
  --bs-btn-hover-border-color: #70a8ca;
  --bs-btn-focus-shadow-rgb: 82, 134, 167;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #80b1d0;
  --bs-btn-active-border-color: #70a8ca;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #609ec4;
  --bs-btn-disabled-border-color: #609ec4;
}

.btn-faded-gold {
  --bs-btn-color: #000;
  --bs-btn-bg: #c4b160;
  --bs-btn-border-color: #c4b160;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cdbd78;
  --bs-btn-hover-border-color: #cab970;
  --bs-btn-focus-shadow-rgb: 167, 150, 82;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d0c180;
  --bs-btn-active-border-color: #cab970;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #c4b160;
  --bs-btn-disabled-border-color: #c4b160;
}

.btn-faded-pink {
  --bs-btn-color: #000;
  --bs-btn-bg: #c46060;
  --bs-btn-border-color: #c46060;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cd7878;
  --bs-btn-hover-border-color: #ca7070;
  --bs-btn-focus-shadow-rgb: 167, 82, 82;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d08080;
  --bs-btn-active-border-color: #ca7070;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #c46060;
  --bs-btn-disabled-border-color: #c46060;
}

.btn-faded-silver {
  --bs-btn-color: #000;
  --bs-btn-bg: #d5dcdf;
  --bs-btn-border-color: #d5dcdf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dbe1e4;
  --bs-btn-hover-border-color: #d9e0e2;
  --bs-btn-focus-shadow-rgb: 181, 187, 190;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dde3e5;
  --bs-btn-active-border-color: #d9e0e2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d5dcdf;
  --bs-btn-disabled-border-color: #d5dcdf;
}

.btn-faded-bronze {
  --bs-btn-color: #000;
  --bs-btn-bg: #e8bd9c;
  --bs-btn-border-color: #e8bd9c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ebc7ab;
  --bs-btn-hover-border-color: #eac4a6;
  --bs-btn-focus-shadow-rgb: 197, 161, 133;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #edcab0;
  --bs-btn-active-border-color: #eac4a6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e8bd9c;
  --bs-btn-disabled-border-color: #e8bd9c;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #262626;
  --bs-btn-hover-border-color: #1a1a1a;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333333;
  --bs-btn-active-border-color: #1a1a1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

.btn-outline-primary {
  --bs-btn-color: #01c7b1;
  --bs-btn-border-color: #01c7b1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #01c7b1;
  --bs-btn-hover-border-color: #01c7b1;
  --bs-btn-focus-shadow-rgb: 1, 199, 177;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #01c7b1;
  --bs-btn-active-border-color: #01c7b1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #01c7b1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #01c7b1;
  --bs-gradient: none;
}

.btn-outline-deep-primary {
  --bs-btn-color: #009f9f;
  --bs-btn-border-color: #009f9f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #009f9f;
  --bs-btn-hover-border-color: #009f9f;
  --bs-btn-focus-shadow-rgb: 0, 159, 159;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #009f9f;
  --bs-btn-active-border-color: #009f9f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #009f9f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #009f9f;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #d00000;
  --bs-btn-border-color: #d00000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d00000;
  --bs-btn-hover-border-color: #d00000;
  --bs-btn-focus-shadow-rgb: 208, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d00000;
  --bs-btn-active-border-color: #d00000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d00000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d00000;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #664d03;
  --bs-btn-border-color: #664d03;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #664d03;
  --bs-btn-hover-border-color: #664d03;
  --bs-btn-focus-shadow-rgb: 102, 77, 3;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #664d03;
  --bs-btn-active-border-color: #664d03;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #664d03;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #664d03;
  --bs-gradient: none;
}

.btn-outline-faded-blue {
  --bs-btn-color: #609ec4;
  --bs-btn-border-color: #609ec4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #609ec4;
  --bs-btn-hover-border-color: #609ec4;
  --bs-btn-focus-shadow-rgb: 96, 158, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #609ec4;
  --bs-btn-active-border-color: #609ec4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #609ec4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #609ec4;
  --bs-gradient: none;
}

.btn-outline-faded-gold {
  --bs-btn-color: #c4b160;
  --bs-btn-border-color: #c4b160;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c4b160;
  --bs-btn-hover-border-color: #c4b160;
  --bs-btn-focus-shadow-rgb: 196, 177, 96;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c4b160;
  --bs-btn-active-border-color: #c4b160;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c4b160;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c4b160;
  --bs-gradient: none;
}

.btn-outline-faded-pink {
  --bs-btn-color: #c46060;
  --bs-btn-border-color: #c46060;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c46060;
  --bs-btn-hover-border-color: #c46060;
  --bs-btn-focus-shadow-rgb: 196, 96, 96;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c46060;
  --bs-btn-active-border-color: #c46060;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c46060;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c46060;
  --bs-gradient: none;
}

.btn-outline-faded-silver {
  --bs-btn-color: #d5dcdf;
  --bs-btn-border-color: #d5dcdf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d5dcdf;
  --bs-btn-hover-border-color: #d5dcdf;
  --bs-btn-focus-shadow-rgb: 213, 220, 223;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d5dcdf;
  --bs-btn-active-border-color: #d5dcdf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d5dcdf;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d5dcdf;
  --bs-gradient: none;
}

.btn-outline-faded-bronze {
  --bs-btn-color: #e8bd9c;
  --bs-btn-border-color: #e8bd9c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e8bd9c;
  --bs-btn-hover-border-color: #e8bd9c;
  --bs-btn-focus-shadow-rgb: 232, 189, 156;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e8bd9c;
  --bs-btn-active-border-color: #e8bd9c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e8bd9c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e8bd9c;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.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: var(--bs-dropdown-spacer);
}

.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: var(--bs-dropdown-spacer);
}

.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: var(--bs-dropdown-spacer);
}

.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  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: calc(var(--bs-border-width) * -1);
}

.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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 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;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  -webkit-transition: var(--bs-navbar-toggler-transition);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: 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");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    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 {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
  -ms-transform: var(--bs-accordion-btn-icon-transform);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.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-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  -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) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

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

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-deep-primary {
  --bs-alert-color: var(--bs-deep-primary-text-emphasis);
  --bs-alert-bg: var(--bs-deep-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-deep-primary-border-subtle);
  --bs-alert-link-color: var(--bs-deep-primary-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-faded-blue {
  --bs-alert-color: var(--bs-faded-blue-text-emphasis);
  --bs-alert-bg: var(--bs-faded-blue-bg-subtle);
  --bs-alert-border-color: var(--bs-faded-blue-border-subtle);
  --bs-alert-link-color: var(--bs-faded-blue-text-emphasis);
}

.alert-faded-gold {
  --bs-alert-color: var(--bs-faded-gold-text-emphasis);
  --bs-alert-bg: var(--bs-faded-gold-bg-subtle);
  --bs-alert-border-color: var(--bs-faded-gold-border-subtle);
  --bs-alert-link-color: var(--bs-faded-gold-text-emphasis);
}

.alert-faded-pink {
  --bs-alert-color: var(--bs-faded-pink-text-emphasis);
  --bs-alert-bg: var(--bs-faded-pink-bg-subtle);
  --bs-alert-border-color: var(--bs-faded-pink-border-subtle);
  --bs-alert-link-color: var(--bs-faded-pink-text-emphasis);
}

.alert-faded-silver {
  --bs-alert-color: var(--bs-faded-silver-text-emphasis);
  --bs-alert-bg: var(--bs-faded-silver-bg-subtle);
  --bs-alert-border-color: var(--bs-faded-silver-border-subtle);
  --bs-alert-link-color: var(--bs-faded-silver-text-emphasis);
}

.alert-faded-bronze {
  --bs-alert-color: var(--bs-faded-bronze-text-emphasis);
  --bs-alert-bg: var(--bs-faded-bronze-bg-subtle);
  --bs-alert-border-color: var(--bs-faded-bronze-border-subtle);
  --bs-alert-link-color: var(--bs-faded-bronze-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  -webkit-transition: var(--bs-progress-bar-transition);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: -webkit-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-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: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-deep-primary {
  --bs-list-group-color: var(--bs-deep-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-deep-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-deep-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-deep-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-deep-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-deep-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-deep-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-deep-primary-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-faded-blue {
  --bs-list-group-color: var(--bs-faded-blue-text-emphasis);
  --bs-list-group-bg: var(--bs-faded-blue-bg-subtle);
  --bs-list-group-border-color: var(--bs-faded-blue-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-faded-blue-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-faded-blue-border-subtle);
  --bs-list-group-active-color: var(--bs-faded-blue-bg-subtle);
  --bs-list-group-active-bg: var(--bs-faded-blue-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-faded-blue-text-emphasis);
}

.list-group-item-faded-gold {
  --bs-list-group-color: var(--bs-faded-gold-text-emphasis);
  --bs-list-group-bg: var(--bs-faded-gold-bg-subtle);
  --bs-list-group-border-color: var(--bs-faded-gold-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-faded-gold-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-faded-gold-border-subtle);
  --bs-list-group-active-color: var(--bs-faded-gold-bg-subtle);
  --bs-list-group-active-bg: var(--bs-faded-gold-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-faded-gold-text-emphasis);
}

.list-group-item-faded-pink {
  --bs-list-group-color: var(--bs-faded-pink-text-emphasis);
  --bs-list-group-bg: var(--bs-faded-pink-bg-subtle);
  --bs-list-group-border-color: var(--bs-faded-pink-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-faded-pink-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-faded-pink-border-subtle);
  --bs-list-group-active-color: var(--bs-faded-pink-bg-subtle);
  --bs-list-group-active-bg: var(--bs-faded-pink-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-faded-pink-text-emphasis);
}

.list-group-item-faded-silver {
  --bs-list-group-color: var(--bs-faded-silver-text-emphasis);
  --bs-list-group-bg: var(--bs-faded-silver-bg-subtle);
  --bs-list-group-border-color: var(--bs-faded-silver-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-faded-silver-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-faded-silver-border-subtle);
  --bs-list-group-active-color: var(--bs-faded-silver-bg-subtle);
  --bs-list-group-active-bg: var(--bs-faded-silver-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-faded-silver-text-emphasis);
}

.list-group-item-faded-bronze {
  --bs-list-group-color: var(--bs-faded-bronze-text-emphasis);
  --bs-list-group-bg: var(--bs-faded-bronze-bg-subtle);
  --bs-list-group-border-color: var(--bs-faded-bronze-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-faded-bronze-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-faded-bronze-border-subtle);
  --bs-list-group-active-color: var(--bs-faded-bronze-bg-subtle);
  --bs-list-group-active-bg: var(--bs-faded-bronze-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-faded-bronze-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  -webkit-filter: var(--bs-btn-close-white-filter);
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  -webkit-filter: var(--bs-btn-close-white-filter);
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Nunito", 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Nunito", 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.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: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    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%;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    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 {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}

[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

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

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

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-sm .offcanvas-header {
    display: none;
  }

  .offcanvas-sm .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-md .offcanvas-header {
    display: none;
  }

  .offcanvas-md .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-lg .offcanvas-header {
    display: none;
  }

  .offcanvas-lg .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .offcanvas-xl .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  .offcanvas-xxl .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: var(--bs-offcanvas-transition);
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:hover, .link-primary:focus {
  color: RGBA(52, 210, 193, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(52, 210, 193, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(52, 210, 193, var(--bs-link-underline-opacity, 1)) !important;
}

.link-deep-primary {
  color: RGBA(var(--bs-deep-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-deep-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-deep-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-deep-primary:hover, .link-deep-primary:focus {
  color: RGBA(51, 178, 178, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(51, 178, 178, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 178, 178, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover, .link-danger:focus {
  color: RGBA(166, 0, 0, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(166, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(166, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover, .link-warning:focus {
  color: RGBA(82, 62, 2, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(82, 62, 2, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(82, 62, 2, var(--bs-link-underline-opacity, 1)) !important;
}

.link-faded-blue {
  color: RGBA(var(--bs-faded-blue-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-faded-blue-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-faded-blue-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-faded-blue:hover, .link-faded-blue:focus {
  color: RGBA(128, 177, 208, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(128, 177, 208, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(128, 177, 208, var(--bs-link-underline-opacity, 1)) !important;
}

.link-faded-gold {
  color: RGBA(var(--bs-faded-gold-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-faded-gold-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-faded-gold-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-faded-gold:hover, .link-faded-gold:focus {
  color: RGBA(208, 193, 128, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(208, 193, 128, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(208, 193, 128, var(--bs-link-underline-opacity, 1)) !important;
}

.link-faded-pink {
  color: RGBA(var(--bs-faded-pink-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-faded-pink-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-faded-pink-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-faded-pink:hover, .link-faded-pink:focus {
  color: RGBA(208, 128, 128, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(208, 128, 128, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(208, 128, 128, var(--bs-link-underline-opacity, 1)) !important;
}

.link-faded-silver {
  color: RGBA(var(--bs-faded-silver-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-faded-silver-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-faded-silver-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-faded-silver:hover, .link-faded-silver:focus {
  color: RGBA(221, 227, 229, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(221, 227, 229, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(221, 227, 229, var(--bs-link-underline-opacity, 1)) !important;
}

.link-faded-bronze {
  color: RGBA(var(--bs-faded-bronze-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-faded-bronze-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-faded-bronze-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-faded-bronze:hover, .link-faded-bronze:focus {
  color: RGBA(237, 202, 176, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(237, 202, 176, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(237, 202, 176, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover, .link-dark:focus {
  color: RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-link > .bi {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

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

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

.vr {
  display: inline-block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-grid !important;
}

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-deep-primary {
  --bs-focus-ring-color: rgba(var(--bs-deep-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-faded-blue {
  --bs-focus-ring-color: rgba(var(--bs-faded-blue-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-faded-gold {
  --bs-focus-ring-color: rgba(var(--bs-faded-gold-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-faded-pink {
  --bs-focus-ring-color: rgba(var(--bs-faded-pink-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-faded-silver {
  --bs-focus-ring-color: rgba(var(--bs-faded-silver-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-faded-bronze {
  --bs-focus-ring-color: rgba(var(--bs-faded-bronze-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-gap-0 {
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-deep-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-deep-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-deep-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

.link-underline-faded-gold {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-faded-gold-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-faded-gold-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-faded-pink {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-faded-pink-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-faded-pink-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-faded-silver {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-faded-silver-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-faded-silver-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-faded-bronze {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-faded-bronze-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-faded-bronze-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !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;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

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

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

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

  .object-fit-sm-contain {
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

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

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

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

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

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

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

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

  .object-fit-md-contain {
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-md-n5 {
    margin-left: -3rem !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;
  }

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

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

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

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

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

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

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

  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 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;
  }

  .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-lg-n5 {
    margin-left: -3rem !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;
  }

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

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

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

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

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

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

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

  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 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;
  }

  .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -1rem !important;
  }

  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    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;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -3rem !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;
  }

  .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;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
#navbarAsideContent {
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100vh;
  width: 260px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  -webkit-transform: translateX(calc(-100% - 20px));
  -ms-transform: translateX(calc(-100% - 20px));
  transform: translateX(calc(-100% - 20px));
  background: #008059;
}

#navbarAsideContent .navbar-nav {
  padding: 0 15px;
  gap: 5px;
}

#navbarAsideContent .navbar-nav .nav-item.active > .nav-link {
  border-radius: 8px;
}

#navbarAsideContent .navbar-nav .nav-link {
  width: 100%;
}

@media (min-width: 992px) {
  #navbarAsideContent {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
#navbarAsideContent .nav-link-title {
  margin-bottom: 0px;
  font-weight: 500;
}

#navbarAsideContent .nav-scroller {
  height: calc(100vh - 150px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: unset;
}

#navbarAsideContent .nav-scroller::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: transparent;
}

#navbarAsideContent .nav-scroller::-webkit-scrollbar {
  width: 8px;
  margin: 50px 0;
  background-color: transparent;
}

#navbarAsideContent .nav-scroller::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #acaeaf;
}

#navbarAsideContent .navbar {
  padding: 0;
}

#navbarAsideContent .nav-item:hover > .nav-link {
  background-color: #353739;
  border-radius: 8px;
}

#navbarAsideContent .nav-item:hover > .nav-link.collapsed:hover {
  background-color: transparent;
}

#navbarAsideContent .nav-item.active > .nav-link {
  background-color: #353739;
}

#navbarAsideContent .nav-item .dropdown-menu {
  position: relative;
  box-shadow: none;
}

@media (min-width: 992px) {
  #navbarAsideContent .nav-item .dropdown-menu {
    top: 0;
  }
}
#navbarAsideContent .nav-item .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#navbarAsideContent .nav-item .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
}

#navbarAsideContent .nav-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  color: #fff;
  width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 13px;
  margin: 5px 0;
}

#navbarAsideContent .nav-link .arrow {
  display: inline-block;
  padding: 1.5px 5px;
  color: #000000;
  height: 8px;
}

#navbarAsideContent.sidebar--small {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow: unset;
}

@media (max-width: 991.98px) {
  #navbarAsideContent.sidebar--small {
    z-index: 1330;
  }
}
#navbarAsideContent.sidebar--small .navbar-nav {
  padding: 0 11px;
}

@media (min-width: 992px) {
  #navbarAsideContent.sidebar--small {
    width: 80px;
    overflow: visible;
  }

  #navbarAsideContent.sidebar--small .sidebar__content {
    width: 80px;
    overflow: visible !important;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }

  #navbarAsideContent.sidebar--small .nav-link {
    overflow: hidden;
    width: 58px;
    background-color: transparent;
  }

  #navbarAsideContent.sidebar--small .nav-link.app-logo {
    margin: 10px 15px;
    padding: 10px 0px;
  }

  #navbarAsideContent.sidebar--small .nav-link p {
    position: absolute;
    left: 65px;
    width: 100%;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }

  #navbarAsideContent.sidebar--small .nav-link .dropdown-toggle::before, #navbarAsideContent.sidebar--small .nav-link .dropdown-toggle::after {
    display: none;
  }
}
.sidebar--small .mobile-toggle {
  opacity: 1;
}

@media (max-width: 768px) {
  .mobile-toggle {
    position: absolute;
    right: -71px;
    padding: 18px 27px;
    opacity: 0;
  }

  .mobile-toggle i {
    font-size: 24px;
  }
}
.sidebar--small .sidebar-app-icon {
  margin-left: -5px;
}

.nav-item.inner-tab {
  position: relative;
  display: block;
  padding-left: 30px;
}

.nav-item.inner-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 1.5px;
  /* Adjust the width as needed */
  height: 100%;
  background-image: -webkit-linear-gradient(top, #ffffff 75%, transparent 50%);
  background-image: linear-gradient(to bottom, #ffffff 75%, transparent 50%);
  background-size: 100% 12px;
  /* Adjust the size of the dashes */
  z-index: 1;
}

.nav-item.inner-tab::after {
  position: absolute;
  top: 54%;
  left: 22px;
  width: 12px;
  height: 22px;
  content: "";
  border-top: 1px solid #ffffff;
}

.container-wrap {
  padding-left: 0;
  -webkit-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}

.container-wrap > .container {
  padding: 6px;
}

@media (min-width: 992px) {
  .container-wrap {
    padding-left: 260px;
    min-height: 95vh;
  }

  .container-wrap > .container {
    padding: 12px;
  }
}
.body-wrapper.wrapper--full-width .container-wrap {
  padding-left: 0;
}

@media (min-width: 576px) {
  .body-wrapper.wrapper--full-width .container-wrap {
    padding-left: 80px;
  }
}
.body-wrapper.wrapper--no-sidebar .container-wrap {
  padding-left: 0;
}

section.section {
  margin-bottom: 6px;
}

@media (min-width: 576px) {
  section.section {
    margin-bottom: 12px;
  }
}
section.section:last-child,
section.section section:last-child,
section.section section.section:last-child .card {
  margin-bottom: 0;
}

.navbar-main {
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  height: 78px;
  z-index: 1 !important;
}

@media (min-width: 992px) {
  .navbar-main {
    border-bottom: 1px solid #e6eaed;
    box-shadow: none;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}
.navbar-main .topbar__button {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}

.navbar-main .topbar__button:focus {
  outline: none;
}

.navbar-main .topbar__button:hover .topbar__button-icon {
  fill: theme-color("primary");
}

@media (min-width: 992px) {
  .navbar-main .topbar__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.navbar-main .topbar__button-icon {
  width: 16px;
  height: 16px;
  margin: auto;
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: color("slate-gray");
}

.navbar-main .navbar-brand {
  height: 28px;
  margin: 0;
  padding: 0;
  display: block;
}

@media (min-width: 992px) {
  .navbar-main .navbar-brand {
    width: 100%;
  }
}
.navbar-main .navbar-brand a {
  color: #000000;
  font-size: 1.1rem;
  vertical-align: bottom;
}

.navbar-main .navbar-brand a:hover {
  text-decoration: none;
}

.navbar-main .navbar-brand a .person .person-image,
.navbar-main .navbar-brand a .with-flag:before,
.navbar-main .navbar-brand a [data-initials]:before {
  font-size: 0.7375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.navbar-main .navbar-brand a .person.has-image .person-image {
  border-radius: unset;
  background: transparent;
}

.navbar-main .navbar-brand img,
.navbar-main .navbar-brand svg {
  max-height: 100%;
  width: auto;
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .navbar-main .navbar-collapse {
    margin: 0 -15px;
  }

  .navbar-main .navbar-collapse > .navbar-nav {
    padding: 0 15px;
  }

  .navbar-main .navbar-collapse > .navbar-nav:first-child {
    margin-top: 10px;
    border-top: 3px solid theme-color("primary");
  }
}
@media (max-width: 575.98px) {
  .navbar-main #submenu2 .nav-item .nav-link,
.navbar-main #submenu1 .nav-item .nav-link {
    padding: 7px 14px !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-main .navbar-nav .nav-item.dropdown p {
    margin-bottom: 0;
  }

  .navbar-main .navbar-nav .nav-item.dropdown p .arrow {
    padding: 1.5px 5px;
    height: 8px;
  }

  .navbar-main .navbar-nav .nav-item.dropdown > .dropdown-menu {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 26px;
    box-shadow: none;
    background-color: #f7f8fb;
  }

  .navbar-main .navbar-nav .nav-item.dropdown > .dropdown-menu .dropdown-menu {
    background-color: #f3f5f9;
    padding: 10px 0;
  }

  .navbar-main .navbar-nav .nav-item.dropdown > .dropdown-menu .dropdown-item .nav-link-icon,
.navbar-main .navbar-nav .nav-item.dropdown > .dropdown-menu ul li a .nav-link-icon {
    display: none;
  }
}
.navbar-main .navbar-nav.navbar-main-links .nav-link {
  position: relative;
}

@media (min-width: 992px) {
  .navbar-main .navbar-nav.navbar-main-links .nav-link {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    padding-right: 2px;
    padding-left: 2px;
  }

  .navbar-main .navbar-nav.navbar-main-links .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    border-radius: 90px 90px 0px 0px;
    width: 100%;
    height: 3px;
  }
}
.navbar-main .navbar-nav.navbar-main-links .nav-item {
  position: relative;
}

@media (min-width: 576px) {
  .navbar-main .navbar-nav.navbar-main-links .nav-item.active .nav-link {
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .navbar-main .navbar-nav.navbar-main-links .nav-item.active .nav-link::after {
    background-color: #063d80;
  }
}
.navbar-main .navbar-nav .show > .nav-link,
.navbar-main .navbar-nav .active > .nav-link,
.navbar-main .navbar-nav .nav-link.show,
.navbar-main .navbar-nav .nav-link.active {
  color: #000000;
}

.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header {
  display: block;
}

.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5, .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 {
  margin-bottom: 0;
  color: #000000;
  font-size: 1.2rem;
}

.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 span, .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 span,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 span,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 span {
  color: theme-color("deep-primary");
}

.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 small, .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 small, .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 .small, .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 .small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 .small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 .small {
  display: block;
  font-size: 0.9rem;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-menu,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-menu {
    width: 300px;
  }

  .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header {
    display: block;
    border-bottom: 2px solid theme-color("primary");
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    background: #ffffff;
  }

  .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5, .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 {
    margin-bottom: 0;
    color: #000000;
    font-size: 1.2rem;
  }

  .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 span, .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 span,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 span,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 span {
    color: theme-color("deep-primary");
  }

  .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 small, .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 small, .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 .small, .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 .small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 .small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 .small {
    display: block;
    font-size: 0.9rem;
    margin-top: 5px;
  }

  .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-item,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-main .navbar-nav .navbar-app-dropdown .appOptions,
.navbar-main .navbar-nav .navbar-profile-dropdown .appOptions {
    background: #ffffff;
    border-top: 1px solid #d3e4ef;
  }

  .navbar-main .navbar-nav .navbar-app-dropdown .appOptions .col-sm-6:nth-child(1) .dropdown-item,
.navbar-main .navbar-nav .navbar-profile-dropdown .appOptions .col-sm-6:nth-child(1) .dropdown-item {
    border-right: 1px solid #d3e4ef;
  }
}
@media (min-width: 992px) {
  .navbar-main .navbar-nav .navbar-profile-dropdown {
    display: block;
    position: relative;
    margin-left: 10px;
  }

  .navbar-main .navbar-nav .navbar-profile-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    height: 25px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: color("slate-gray-light");
  }

  .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: none;
    padding: 0 theme-spacer(1) 0 theme-spacer(3);
    background-color: transparent;
  }

  .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link::before, .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link::after {
    right: 0;
  }

  .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link:focus {
    outline: none;
  }

  .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link .topbar__avatar-img,
.navbar-main .navbar-nav .navbar-profile-dropdown .nav-link .topbar__avatar-name,
.navbar-main .navbar-nav .navbar-profile-dropdown .nav-link .topbar__avatar-icon {
    margin: auto 0;
  }

  .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link .topbar__avatar-img {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    margin-right: 10px;
    object-fit: cover;
  }

  .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link .topbar__avatar-name {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: color("slate-gray");
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-main .navbar-nav .topbar__btn {
    font-size: 18px;
    height: 100%;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: color("slate-gray");
  }

  .navbar-main .navbar-nav .topbar__btn:hover {
    background-color: var(--bs-tertiary-bg);
  }

  .navbar-main .navbar-nav .topbar__btn span {
    margin: auto;
    height: 24px;
  }

  .navbar-main .navbar-nav .topbar__btn .topbar__button-icon {
    width: 15px;
  }

  .navbar-main .navbar-nav .topbar__btn.topbar__btn--app::before, .navbar-main .navbar-nav .topbar__btn.topbar__btn--app::after {
    display: none;
  }

  .navbar-main .navbar-nav .topbar__btn.topbar__btn--new .topbar__btn-new-label {
    position: absolute;
    right: 9px;
    top: 20px;
  }

  .navbar-main .navbar-nav .topbar__btn.topbar__btn--new .topbar__btn-new-label > div {
    position: relative;
  }

  .navbar-main .navbar-nav .topbar__btn.topbar__btn--new .topbar__btn-new-label > div:before {
    background-color: rgba(224, 83, 111, 0.2);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: beforePulse 1.5s infinite;
    animation: beforePulse 1.5s infinite;
  }

  .navbar-main .navbar-nav .topbar__btn.topbar__btn--new .topbar__btn-new-label > div:after {
    height: 7px;
    width: 7px;
    background-color: #e0536f;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .navbar-main .navbar-nav .topbar__btn.topbar__btn--new.topbar__btn--app .topbar__btn-new-label {
    display: none;
    top: 7px;
    right: 7px;
  }

  @-webkit-keyframes beforePulse {
    from {
      width: 7px;
      height: 7px;
    }
    25% {
      width: 13px;
      height: 13px;
    }
    to {
      width: 7px;
      height: 7px;
    }
  }

  @keyframes beforePulse {
    from {
      width: 7px;
      height: 7px;
    }
    25% {
      width: 13px;
      height: 13px;
    }
    to {
      width: 7px;
      height: 7px;
    }
  }
}
.navbar-main .navbar-toggler {
  color: #000000;
  border-color: transparent;
}

.navbar-main .navbar-toggler svg {
  fill: theme-color("primary");
}

.navbar-main .navbar-toggler:focus {
  outline: none;
}

.navbar-main .navbar-toggler-icon {
  border: 0;
}

.navbar-main .navbar-toggler-icon svg {
  width: 16px;
  size: 1rem;
}

.navbar-main .navbar-text {
  color: #000000;
}

.navbar-main .navbar-text a {
  color: #f7f8fb;
}

.navbar-main .nav-profile-and-apps {
  padding: 0;
}

@media (max-width: 767.98px) {
  .navbar-main .nav-profile-and-apps .nav-item {
    margin-left: 0 !important;
  }

  .navbar-main .nav-profile-and-apps .nav-item::before {
    display: none;
  }

  .navbar-main .nav-profile-and-apps .nav-item span {
    height: auto;
    font-size: 1rem;
  }

  .navbar-main .nav-profile-and-apps .nav-item .nav-link {
    padding: 0.5rem 0;
  }

  .navbar-main .nav-profile-and-apps .nav-item .dropdown-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.nav-tabs {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto !important;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.nav-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tabs .nav-link {
  color: #000000 !important;
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border: transparent;
  white-space: nowrap;
  border-width: 50%;
  border-bottom: #d2d6d9 solid 1px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom: 3px solid #008059 !important;
  color: #008059 !important;
  font-weight: bold;
}

.notification-tabs {
  background-color: transparent !important;
  border-bottom: 1px solid #e2eaf0 !important;
}

.notification-tabs .nav-link {
  color: #63788b !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border: transparent !important;
  white-space: nowrap;
}

.notification-tabs .nav-link:hover, .notification-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom: 3px solid #63788b !important;
  color: #000000 !important;
  font-weight: bold;
}

.notification-tabs .nav-link .badge {
  background-color: #0f86e6;
}

.notif-menu > .dropdown-menu {
  margin-top: 19px !important;
  margin-right: -53px !important;
  min-width: 343px;
}

.notif-menu > .dropdown-menu::after {
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0;
  height: 0;
  right: 55px;
  top: -20px;
  margin-top: -20px;
}

.notif-menu > .dropdown-menu .tab-pane ul {
  height: 400px;
}

.notif-menu > .dropdown-menu .tab-pane ul li {
  cursor: pointer;
}

.table {
  --bs-table-bg: inherit;
}

.table.nohover tbody tr:hover td {
  background-color: transparent !important;
}

.table thead {
  background-color: #f2f5f7 !important;
  border: transparent;
}

.table thead th {
  white-space: nowrap;
  padding: 12px 20px;
}

.table tr {
  position: relative;
}

.table tr td {
  vertical-align: middle;
  padding: 12px 20px;
}

.table tr[data-bs-target]:hover, .table tr[data-bs-href]:hover {
  cursor: pointer;
}

.table tbody {
  border-top: none !important;
}

.table tbody tr {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-color: #efefef;
}

.table tbody tr td {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  white-space: nowrap;
}

.table tbody tr td a {
  color: #000000;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}

.table tbody tr td a.link-primary {
  color: theme-color("primary");
  text-decoration: none;
}

.table tbody tr:hover td {
  background-color: #f1f6fa;
}

.table tbody tr:hover td .fa-ellipsis-h {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.table tbody tr:hover td a:not(.link-primary) {
  color: color("slate-gray");
}

.table tbody tr.empty:hover td {
  background-color: unset !important;
}

.table tbody tr.empty > td > div {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.saved-order .table tr td:first-child,
.saved-order .table tr th:first-child {
  padding-left: 5px;
}

.saved-order .fixed_header {
  table-layout: fixed;
  border-collapse: collapse;
}

.saved-order .fixed_header tbody {
  display: block;
  width: 100%;
  overflow: auto;
  max-height: 215px;
}

.saved-order .fixed_header tfoot {
  display: block;
  width: 100%;
}

.saved-order .fixed_header thead tr {
  display: block;
}

.saved-order .fixed_header td:last-child {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}

.saved-order .fixed_header thead > tr > th:nth-of-type(1) {
  width: 45%;
}

.saved-order .fixed_header tbody > tr > td:nth-of-type(1) {
  width: 45%;
}

.saved-order .fixed_header th,
.saved-order .fixed_header td {
  padding: 10px;
  text-align: left;
  width: 200px;
}

.table-responsive {
  min-height: 300px;
}

.transaction-tbl {
  border-bottom: 1px solid #efefef !important;
  max-height: 300px;
}

.transaction-tbl .table-responsive {
  min-height: auto !important;
}

.transaction-tbl tr td {
  border: none !important;
}

.transaction-tbl tr td:last-child {
  width: 130px;
}

.transaction-tbl tfoot {
  border-top: 1px solid #efefef !important;
}

.transaction-tbl-footer tr td {
  border: none !important;
}

.transaction-tbl-footer tr td:last-child {
  width: 130px;
}

.pagination {
  gap: 5px;
}

.pagination li a {
  background-color: #fff !important;
  border-color: #fff;
  color: #01C7B1 !important;
  padding: 0.275rem 0.75rem !important;
  border-radius: 5px;
  text-decoration: none !important;
}

.pagination li a.icon {
  padding: 0 !important;
}

.pagination li a:hover, .pagination li a.active {
  background-color: #008059 !important;
  border-color: #008059;
  z-index: 2;
  color: white !important;
}

.pagination li.disabled a {
  border: 0;
}

.pagination li:first-child a, .pagination li:last-child a, .pagination li:nth-child(2) a, .pagination li:nth-last-child(2) a {
  background-color: transparent !important;
  border-color: transparent;
}

.pagination li:first-child a:hover, .pagination li:first-child a.active, .pagination li:last-child a:hover, .pagination li:last-child a.active, .pagination li:nth-child(2) a:hover, .pagination li:nth-child(2) a.active, .pagination li:nth-last-child(2) a:hover, .pagination li:nth-last-child(2) a.active {
  color: #008059 !important;
}

.pagination li:first-child a:hover svg path, .pagination li:first-child a.active svg path, .pagination li:last-child a:hover svg path, .pagination li:last-child a.active svg path, .pagination li:nth-child(2) a:hover svg path, .pagination li:nth-child(2) a.active svg path, .pagination li:nth-last-child(2) a:hover svg path, .pagination li:nth-last-child(2) a.active svg path {
  stroke: #008059;
  fill: #008059;
}

.btn {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  -webkit-appearance: none;
  padding: 12px 16px;
  border-radius: 8px;
}

.btn:active, .btn:focus {
  text-decoration: none !important;
  box-shadow: none;
  outline: none !important;
}

.btn .spinner-border {
  border-right-color: currentColor !important;
}

.btn-primary {
  border-color: #353739;
  background-color: #353739;
  color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: #008059;
  background-color: #008059;
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
  color: #fff;
}

.btn-green {
  border-color: #00B27C;
  background-color: #00B27C;
  color: #fff;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
  border-color: #00B27C;
  background-color: #00B27C;
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
  color: #fff;
}

.btn-danger {
  border-color: #d00000;
  background-color: #d00000;
  color: #fff !important;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  border-color: #ff0000 !important;
  background-color: #ff0000 !important;
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
}

.btn-secondary {
  border-color: rgb(230, 236, 240);
  background-color: #f4f4f4;
  color: #7e8fa4 !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
  border-color: rgb(230, 236, 240) !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  border-color: #353739 !important;
  color: #353739 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #353739 !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
}

.btn-outline-primary:hover svg,
.btn-outline-primary:hover svg .a, .btn-outline-primary:active svg,
.btn-outline-primary:active svg .a, .btn-outline-primary:focus svg,
.btn-outline-primary:focus svg .a {
  fill: #fff;
}

.btn-outline-primary:hover svg path, .btn-outline-primary:active svg path, .btn-outline-primary:focus svg path {
  stroke: #fff;
  fill: #fff;
}

.btn-outline-primary:hover svg circle, .btn-outline-primary:active svg circle, .btn-outline-primary:focus svg circle {
  stroke: #fff;
}

.btn-outline-primary:hover svg line, .btn-outline-primary:active svg line, .btn-outline-primary:focus svg line {
  stroke: #fff;
}

.btn-outline-primary:hover svg polyline, .btn-outline-primary:active svg polyline, .btn-outline-primary:focus svg polyline {
  stroke: #fff;
}

.btn-outline-primary:hover svg rect, .btn-outline-primary:active svg rect, .btn-outline-primary:focus svg rect {
  stroke: #fff;
}

.btn-outline-primary:hover svg polygon, .btn-outline-primary:active svg polygon, .btn-outline-primary:focus svg polygon {
  stroke: #fff;
}

.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  background-color: #080e16 !important;
  color: #fff !important;
  border-color: #080e16 !important;
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
}

.btn-outline-dark:hover svg,
.btn-outline-dark:hover svg .a, .btn-outline-dark:active svg,
.btn-outline-dark:active svg .a, .btn-outline-dark:focus svg,
.btn-outline-dark:focus svg .a {
  fill: #fff;
}

.btn-outline-dark:hover svg path, .btn-outline-dark:active svg path, .btn-outline-dark:focus svg path {
  stroke: #fff;
  fill: #fff;
}

.btn-outline-dark:hover svg circle, .btn-outline-dark:active svg circle, .btn-outline-dark:focus svg circle {
  stroke: #fff;
}

.btn-outline-dark:hover svg line, .btn-outline-dark:active svg line, .btn-outline-dark:focus svg line {
  stroke: #fff;
}

.btn-outline-dark:hover svg polyline, .btn-outline-dark:active svg polyline, .btn-outline-dark:focus svg polyline {
  stroke: #fff;
}

.btn-outline-dark:hover svg rect, .btn-outline-dark:active svg rect, .btn-outline-dark:focus svg rect {
  stroke: #fff;
}

.btn-outline-dark:hover svg polygon, .btn-outline-dark:active svg polygon, .btn-outline-dark:focus svg polygon {
  stroke: #fff;
}

.btn-outline-secondary {
  background-color: transparent !important;
  border-color: #ced4da !important;
  color: #7e8fa4 !important;
}

.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #f4f4f4 !important;
  color: #7e8fa4 !important;
  border-color: #ced4da !important;
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
}

.btn-outline-danger {
  background-color: transparent !important;
  border-color: #d00000 !important;
  color: #d00000 !important;
}

.btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger:focus {
  background-color: #d00000 !important;
  color: #fff !important;
  border-color: #d00000 !important;
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
}

.btn-outline-danger:hover svg,
.btn-outline-danger:hover svg .a, .btn-outline-danger:active svg,
.btn-outline-danger:active svg .a, .btn-outline-danger:focus svg,
.btn-outline-danger:focus svg .a {
  fill: #fff;
}

.btn-outline-danger:hover svg path, .btn-outline-danger:active svg path, .btn-outline-danger:focus svg path {
  stroke: #fff;
  fill: #fff;
}

.btn-outline-danger:hover svg circle, .btn-outline-danger:active svg circle, .btn-outline-danger:focus svg circle {
  stroke: #fff;
}

.btn-outline-danger:hover svg line, .btn-outline-danger:active svg line, .btn-outline-danger:focus svg line {
  stroke: #fff;
}

.btn-outline-danger:hover svg polyline, .btn-outline-danger:active svg polyline, .btn-outline-danger:focus svg polyline {
  stroke: #fff;
}

.btn-outline-danger:hover svg rect, .btn-outline-danger:active svg rect, .btn-outline-danger:focus svg rect {
  stroke: #fff;
}

.btn-outline-danger:hover svg polygon, .btn-outline-danger:active svg polygon, .btn-outline-danger:focus svg polygon {
  stroke: #fff;
}

.btn-link {
  text-decoration: none;
  color: #353739;
  border: none;
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #4645ab;
}

.btn.disabled,
.btn:disabled {
  cursor: no-drop;
}

.btn-primary.disabled,
.btn-primary:disabled {
  cursor: not-allowed;
}

.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: none;
}

.page-link:focus {
  box-shadow: none;
}

.btn-social {
  border-radius: 4px;
  text-decoration: none;
  padding: 1.025rem 1rem;
}

.btn-social.microsoft {
  background-color: #00aeef;
  color: white;
}

.btn-social.google {
  background-color: #e74133;
  color: white;
}

.btn-outline-success {
  border: 1px solid #01C7B1;
  color: #018B7C;
}

.btn-outline-success:hover {
  background-color: #01C7B1;
  color: #fff;
}

.dropdown .dropdown-toggle {
  position: relative;
}

.dropdown .dropdown-toggle.btn-sm, .dropdown .btn-group-sm > .dropdown-toggle.btn {
  padding-right: 30px;
}

.dropdown .dropdown-toggle::before, .dropdown .dropdown-toggle::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 14px;
  border-width: 4px 4px;
  border-style: solid;
  border-color: transparent;
  z-index: 2;
}

.dropdown .dropdown-toggle::before {
  top: 50%;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-color: #7e8fa4;
}

.dropdown .dropdown-toggle::after {
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-color: #fff;
}

.dropdown .dropdown-menu {
  padding: 0;
  border: 0;
  font-size: 0.9rem;
  box-shadow: 0 3px 25px 1px #d4e4f0;
  z-index: 1050;
}

.dropdown .dropdown-menu a {
  text-decoration: unset;
}

.dropdown .dropdown-menu a:hover {
  background-color: #f8f9fa;
}

.dropdown > button {
  padding-right: 30px;
}

.dropdown > button::before, .dropdown > button::after {
  content: "";
  right: 14px !important;
}

.dropdown > button.login-btn::before, .dropdown > button.login-btn::after {
  content: "";
  right: 5px !important;
}

.create-list li a {
  padding: 0.75rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card {
  margin-bottom: 10px;
  border: 1px solid #efefef;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .card:last-child {
    margin-bottom: 0;
  }
}
.card .card-body {
  position: relative;
}

.card .card-body ul {
  line-height: 2;
}

.card .card-header {
  background: transparent;
  border-bottom: none;
}

.card .card-image-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

@media (min-width: 576px) {
  .card .card-header,
.card .card-body,
.card .card-footer {
    padding: 2rem;
  }

  .card.card-md .card-header,
.card.card-md .card-body,
.card.card-md .card-footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.modal .close {
  padding: 0.625rem 1rem 0.625rem 0.625rem;
  margin: 18px 14px -1rem auto;
  background: none;
  border: none;
  position: absolute;
  z-index: 1;
  right: 0;
}

.modal .closebutton:focus {
  outline: 0;
  box-shadow: none;
}

.modal .modal-header {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.modal .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.modal .modal-content .progress {
  height: 5px;
}

.modal .modal-bar {
  border: 3px solid #353739;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal .medium-modal {
  max-width: 605px !important;
}

::-webkit-input-placeholder {
  color: #7e8fa4 !important;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  color: #7e8fa4 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #7e8fa4 !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #7e8fa4 !important;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #7e8fa4 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e8fa4 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e8fa4 !important;
}

input,
select {
  padding: 12px !important;
  border-radius: 8px !important;
  font-size: 14px;
}

input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #353739 !important;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: 14px;
}

input::-moz-placeholder, select::-moz-placeholder {
  font-size: 14px;
}

input:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: 14px;
}

input::-ms-input-placeholder, select::-ms-input-placeholder {
  font-size: 14px;
}

input::placeholder,
select::placeholder {
  font-size: 14px;
}

input:disabled,
select:disabled {
  background-color: #FAFBFC !important;
}

textarea {
  resize: none;
  border-radius: 7px !important;
}

textarea:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #353739 !important;
}

.input-group .btn {
  z-index: 0 !important;
}

.input-group select {
  border-color: #ced4da;
}

.input-group-text {
  border-radius: 7px;
}

input[type=date] {
  text-transform: uppercase;
}

.form-check.disabled {
  opacity: 0.2;
}

.form-check-input[type=radio] {
  border-radius: 50% !important;
  padding: unset !important;
  border: 2px solid #ced4da !important;
}

.form-check-input[type=radio]:checked {
  border-color: #353739;
  background-color: #353739;
  border: 2px solid #353739 !important;
}

.form-check-input[type=radio]:hover {
  border-color: #353739;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em !important;
  padding: unset !important;
}

.form-control:disabled {
  color: #546C80;
  background: #F2F5F7;
  border-color: #E6ECF0;
}

.custom-file-button input[type=file] {
  margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}

.form-check-input:checked {
  border-color: #080e16;
  background-color: #080e16;
}

.form-switch input {
  padding: unset !important;
}

.form-switch .form-check-input[type=checkbox] {
  border-radius: 2em !important;
  padding: unset !important;
  width: 36px;
  height: 20px;
}

.form-switch .form-check-input[type=checkbox].big {
  width: 50px;
  height: 25px;
}

.form-label.required::after {
  content: "*";
  color: #B22922;
}

input[type=file]::before {
  position: absolute;
  z-index: 2;
  height: 90px;
  display: block;
}

.filter-form {
  display: none;
  box-shadow: rgb(236, 236, 236) 0px 1px 6px inset;
  background-color: #f2f7fa;
}

.stepper-step {
  width: 32px;
  height: 32px;
  background-color: #e9f3ff;
  color: #010508;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.stepper-step.active {
  background-color: #010508;
  color: #fff;
}

.stepper-line {
  position: absolute;
  width: 77%;
  height: 2px;
  background-color: #e9f3ff;
  right: 7%;
  margin-bottom: 21px;
}

.stepper-line.active {
  background-color: #010508;
}

.customprogressbar {
  counter-reset: step;
}

.customprogressbar li {
  list-style: none;
  display: inline-block;
  width: 19.33%;
  position: relative;
  text-align: center;
}

@media (max-width: 575.98px) {
  .customprogressbar li {
    width: 18.33%;
  }
}
.text-secondary {
  color: #3d5263 !important;
}

.customprogressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d4e4ef;
  color: #8998ab;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.customprogressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: 0;
}

.customprogressbar li:first-child:after {
  content: none;
}

.customprogressbar li.active:before {
  border-color: #010508;
  background: #010508;
  color: white;
  font-weight: 700;
}

.customprogressbar li.active + li:after {
  background-color: #010508;
}

.customprogressbar li.customprogresscomplete + li:after {
  background-color: #010508;
}

.customprogresscomplete:before {
  content: "✓" !important;
  border-color: #010508 !important;
  background: #010508 !important;
  color: white !important;
  font-weight: 700 !important;
}

.select-business-card {
  height: 628px;
}

@media (max-width: 991px) {
  .select-business-card {
    height: 100%;
  }
}
.business-list-container {
  height: 608px;
}

@media (max-width: 991px) {
  .business-list-container {
    height: 100%;
  }
}
.business-select {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.business-select i {
  display: none;
}

.business-select:hover {
  background-color: #fafbfc;
}

.business-select:hover i {
  display: block;
}

.bg-business-primary {
  background: #0e479d !important;
}

.width-42 {
  width: 42px;
}

.height-42 {
  height: 42px;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.shift {
  padding: 38px 8px 57px 0 !important;
  text-align: center;
}

.day-active {
  background-color: #F0FAFF !important;
}

.day-active .day {
  color: #3F8CAF !important;
}

.shift-day {
  padding: 16px 12px 89px 12px !important;
}

.shift-time {
  letter-spacing: 0.5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}

.blue-event {
  background-color: #E9F3FF;
  color: #007AFF;
  font-size: 12px;
  border-radius: 4px;
  border-left: #3395FF 3px solid;
  padding: 8px;
}

.gold-event {
  background-color: #FFFAEE;
  color: #CCA300;
  font-size: 12px;
  border-radius: 4px;
  border-left: #CCA300 3px solid;
  padding: 8px;
}

.violet-event {
  background-color: #DDDDF6;
  color: #5856D6;
  font-size: 12px;
  border-radius: 4px;
  border-left: #5856D6 3px solid;
  padding: 8px;
}

.employee-image-20 {
  width: 20px;
  height: 20px;
  font-size: 8px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-20 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-20::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-20::before {
  display: none;
}

.employee-image-21 {
  width: 21px;
  height: 21px;
  font-size: 8.4px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-21 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-21::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-21::before {
  display: none;
}

.employee-image-22 {
  width: 22px;
  height: 22px;
  font-size: 8.8px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-22 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-22::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-22::before {
  display: none;
}

.employee-image-23 {
  width: 23px;
  height: 23px;
  font-size: 9.2px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-23 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-23::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-23::before {
  display: none;
}

.employee-image-24 {
  width: 24px;
  height: 24px;
  font-size: 9.6px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-24 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-24::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-24::before {
  display: none;
}

.employee-image-25 {
  width: 25px;
  height: 25px;
  font-size: 10px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-25 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-25::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-25::before {
  display: none;
}

.employee-image-26 {
  width: 26px;
  height: 26px;
  font-size: 10.4px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-26 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-26::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-26::before {
  display: none;
}

.employee-image-27 {
  width: 27px;
  height: 27px;
  font-size: 10.8px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-27 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-27::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-27::before {
  display: none;
}

.employee-image-28 {
  width: 28px;
  height: 28px;
  font-size: 11.2px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-28 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-28::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-28::before {
  display: none;
}

.employee-image-29 {
  width: 29px;
  height: 29px;
  font-size: 11.6px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-29 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-29::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-29::before {
  display: none;
}

.employee-image-30 {
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-30 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-30::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-30::before {
  display: none;
}

.employee-image-31 {
  width: 31px;
  height: 31px;
  font-size: 12.4px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-31 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-31::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-31::before {
  display: none;
}

.employee-image-32 {
  width: 32px;
  height: 32px;
  font-size: 12.8px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-32 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-32::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-32::before {
  display: none;
}

.employee-image-33 {
  width: 33px;
  height: 33px;
  font-size: 13.2px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-33 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-33::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-33::before {
  display: none;
}

.employee-image-34 {
  width: 34px;
  height: 34px;
  font-size: 13.6px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-34 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-34::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-34::before {
  display: none;
}

.employee-image-35 {
  width: 35px;
  height: 35px;
  font-size: 14px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-35 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-35::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-35::before {
  display: none;
}

.employee-image-36 {
  width: 36px;
  height: 36px;
  font-size: 14.4px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-36 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-36::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-36::before {
  display: none;
}

.employee-image-37 {
  width: 37px;
  height: 37px;
  font-size: 14.8px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-37 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-37::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-37::before {
  display: none;
}

.employee-image-38 {
  width: 38px;
  height: 38px;
  font-size: 15.2px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-38 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-38::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-38::before {
  display: none;
}

.employee-image-39 {
  width: 39px;
  height: 39px;
  font-size: 15.6px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-39 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-39::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-39::before {
  display: none;
}

.employee-image-40 {
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-40 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-40::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-40::before {
  display: none;
}

.employee-image-41 {
  width: 41px;
  height: 41px;
  font-size: 16.4px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-41 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-41::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-41::before {
  display: none;
}

.employee-image-42 {
  width: 42px;
  height: 42px;
  font-size: 16.8px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-42 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-42::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-42::before {
  display: none;
}

.employee-image-43 {
  width: 43px;
  height: 43px;
  font-size: 17.2px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-43 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-43::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-43::before {
  display: none;
}

.employee-image-44 {
  width: 44px;
  height: 44px;
  font-size: 17.6px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-44 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-44::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-44::before {
  display: none;
}

.employee-image-45 {
  width: 45px;
  height: 45px;
  font-size: 18px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-45 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-45::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-45::before {
  display: none;
}

.employee-image-46 {
  width: 46px;
  height: 46px;
  font-size: 18.4px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-46 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-46::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-46::before {
  display: none;
}

.employee-image-47 {
  width: 47px;
  height: 47px;
  font-size: 18.8px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-47 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-47::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-47::before {
  display: none;
}

.employee-image-48 {
  width: 48px;
  height: 48px;
  font-size: 19.2px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-48 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-48::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-48::before {
  display: none;
}

.employee-image-49 {
  width: 49px;
  height: 49px;
  font-size: 19.6px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-49 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-49::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-49::before {
  display: none;
}

.employee-image-50 {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  background: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: inherit;
  border: 1px solid #fff;
  margin-left: -5px;
}

.employee-image-50 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.employee-image-50::before {
  content: attr(data-employee-initials);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img + .employee-image-50::before {
  display: none;
}

.dropend .dropdown-toggle::after {
  content: none;
}

.dropdown-shadow {
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
}

.badge-outline {
  border-radius: 25px;
  padding: 3px 7px;
  font-size: 12px;
}

.badge-outline.sm {
  padding: 2px 8px !important;
  font-size: 10px !important;
}

.badge-outline.md {
  padding: 4px 8px !important;
  font-size: 12px !important;
}

.badge-outline.lg {
  padding: 5px 10px !important;
  font-size: 14px !important;
}

.badge-outline.xl {
  padding: 5px 10px !important;
  font-size: 14px !important;
}

.badge-outline.xxl {
  padding: 7px 14px !important;
  font-size: 14px !important;
}

.badge-outline.active {
  background-color: #f0fffa;
  color: #00b27c;
  border: 1px solid #00b27c;
}

.badge-outline.active .badge {
  background: #00b27c;
}

.badge-outline.pending {
  background-color: #fff5ec;
  color: #cc7700;
  border: 1px solid #f7961c;
}

.badge-outline.pending .badge {
  background: #cc7700;
}

.badge-outline.danger {
  background-color: #fef1f2;
  color: #b22922;
  border: 1px solid #ed1b2e;
}

.badge-outline.danger .badge {
  background: #b22922;
}

.badge-outline.disabled {
  background-color: #f2f2f2;
  color: #5a6064;
  border: 1px solid #e6eaed;
}

.badge-outline.disabled .badge {
  background: #5a6064;
}

.badge-outline.closed {
  background-color: #f0faff;
  color: #0062cc;
  border: 1px solid #0062cc;
}

.badge-outline.closed .badge {
  background: #0062cc;
}

.badge-outline.blue-300 {
  background-color: #E9F3FF;
  color: #007AFF;
  border: 1px solid #E9F3FF;
}

.badge-outline.blue-300 .badge {
  background: #E9F3FF;
}

.badge-solidBg {
  border-radius: 25px;
  padding: 3px 7px;
  font-size: 12px;
}

.badge-solidBg.sm {
  padding: 2px 8px !important;
  font-size: 10px !important;
}

.badge-solidBg.md {
  padding: 4px 8px !important;
  font-size: 12px !important;
}

.badge-solidBg.lg {
  padding: 5px 10px !important;
  font-size: 14px !important;
}

.badge-solidBg.xl {
  padding: 5px 10px !important;
  font-size: 14px !important;
}

.badge-solidBg.xxl {
  padding: 7px 14px !important;
  font-size: 14px !important;
}

.badge-solidBg.active {
  background-color: #00b27c;
  color: #fff;
  border: 1px solid #00b27c;
}

.badge-solidBg.active .badge {
  background: #fff;
}

.badge-solidBg.pending {
  background-color: #f7961c;
  color: #fff;
  border: 1px solid #f7961c;
}

.badge-solidBg.pending .badge {
  background: #000;
}

.badge-solidBg.danger {
  background-color: #ed1b2e;
  color: #fff;
  border: 1px solid #ed1b2e;
}

.badge-solidBg.danger .badge {
  background: #fff;
}

.badge-solidBg.disabled {
  background-color: #f2f5f7;
  color: #8195a6;
  border: 1px solid #f2f5f7;
}

.badge-solidBg.disabled .badge {
  background: #8195a6;
}

.badge-solidBg.closed {
  background-color: #0062cc;
  color: #fff;
  border: 1px solid #0062cc;
}

.badge-solidBg.closed .badge {
  background: #fff;
}

.badge-noBg {
  border-radius: 25px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 500 !important;
}

.badge-noBg.sm {
  padding: 2px 8px !important;
  font-size: 10px !important;
}

.badge-noBg.md {
  padding: 4px 8px !important;
  font-size: 12px !important;
}

.badge-noBg.lg {
  padding: 5px 10px !important;
  font-size: 14px !important;
}

.badge-noBg.xl {
  padding: 5px 10px !important;
  font-size: 14px !important;
}

.badge-noBg.xxl {
  padding: 7px 14px !important;
  font-size: 14px !important;
}

.badge-noBg.active {
  color: #00b27c;
}

.badge-noBg.active .badge {
  background: #00b27c;
}

.badge-noBg.active .fas,
.badge-noBg.active .far {
  font-size: 12px;
  color: #00b27c;
}

.badge-noBg.pending {
  color: #b76b00;
}

.badge-noBg.pending .badge {
  background: #b76b00;
}

.badge-noBg.pending .fas,
.badge-noBg.pending .far {
  font-size: 12px;
  color: #b76b00;
}

.badge-noBg.danger {
  color: #b22922;
}

.badge-noBg.danger .badge {
  background: #b22922;
}

.badge-noBg.danger .fas,
.badge-noBg.danger .far {
  font-size: 12px;
  color: #b22922;
}

.badge-noBg.disabled {
  color: #3d5263;
}

.badge-noBg.disabled .badge {
  background: #8195a6;
}

.badge-noBg.disabled .fas,
.badge-noBg.disabled .far {
  font-size: 12px;
  color: #8195a6;
}

.badge-noBg.closed {
  color: #0055b2;
}

.badge-noBg.closed .badge {
  background: #0055b2;
}

.badge-noBg.closed .fas,
.badge-noBg.closed .far {
  font-size: 12px;
  color: #0055b2;
}

.ghana-card {
  max-width: 100%;
}

@media screen and (min-width: 991px) {
  .ghana-card {
    min-width: 450px;
  }
}
.ghana-card .card {
  border-radius: 21px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.04), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.ghana-card .card-img {
  width: 70px;
  height: 76px;
}

@media screen and (max-width: 371px) {
  .ghana-card .card-img {
    width: 81px;
    max-height: 81px;
  }
}
@media screen and (min-width: 991px) {
  .ghana-card .card-img {
    width: 106px;
    height: 106px;
  }
}
@media screen and (min-width: 1200px) {
  .ghana-card .card-img {
    width: 105px;
    height: 109px;
  }
}
.ghana-card .bg-blue-500 {
  background-color: #def4fe;
}

.ghana-card .card-small-img {
  width: 25px;
  height: 25px;
  -webkit-filter: sepia(65%) hue-rotate(23deg) opacity(90%);
  filter: sepia(65%) hue-rotate(23deg) opacity(90%);
}

@media screen and (min-width: 567px) {
  .ghana-card .card-small-img {
    width: 28px;
    height: 28px;
  }
}
.ghana-card .ghana-map {
  width: 21px;
  height: 22px;
}

@media screen and (min-width: 567px) {
  .ghana-card .ghana-map {
    width: 28px;
    height: 28px;
  }
}
.ghana-card .chip-size {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 567px) {
  .ghana-card .chip-size {
    width: 40px;
    height: 40px;
  }
}
.ghana-card .logo-size {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 500px) {
  .ghana-card .logo-size {
    width: 40px;
    height: 40px;
  }
}
.ghana-card .ghana-flag {
  width: 30px;
  height: 30px;
}

.ghana-card .small {
  font-size: 10px;
}

@media screen and (max-width: 350px) {
  .ghana-card .small {
    font-size: 8px;
  }
}
.ghana-card .smaller {
  font-size: 8px;
}

@media screen and (max-width: 350px) {
  .ghana-card .smaller {
    font-size: 6px;
  }
}
.ghana-card .gh-card-heading {
  font-size: 0.7rem;
}

@media screen and (max-width: 350px) {
  .ghana-card .gh-card-heading {
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 500px) {
  .ghana-card .gh-card-heading {
    font-size: 0.9rem;
  }
}
.ghana-card .sub-heading {
  font-size: 7px;
}

.ghana-card .top {
  background: url(../images/ghana-card/ghana-card-top.svg) center no-repeat, #c0dcff;
  background-size: cover, cover;
}

.ghana-card .bottom {
  background: url(../images/ghana-card/ghana-card-background.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

body {
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-family: "Nunito", sans-serif !important;
  font-display: swap;
}

a:hover {
  color: #4645ab;
}

.bg-light-blue {
  background-color: #e9f3ff;
}

.text-light-blue {
  color: #cce4ff;
}

.bg-color-muted {
  background-color: #9cabb8 !important;
}

.bg-main {
  background-color: #F2F5F7;
}

.bg-red-100 {
  background-color: #fef1f2;
}

.card-min-height {
  min-height: 230px;
}

.text-red-700 {
  color: #b22922;
}

.text-primary-green-700 {
  color: #018b7c !important;
}

.text-primary-green-600 {
  color: #00B27C !important;
}

.bg-green-700 {
  background-color: #018B7C;
}

.link-disabled {
  cursor: not-allowed !important;
  color: #a1b3c2 !important;
}

.btn-not-allowed {
  pointer-events: none;
  cursor: not-allowed !important;
}

.btn-white {
  background-color: #fff !important;
  padding: 4px 14px !important;
}

.btn-white:hover {
  color: #0055b2 !important;
}

.text-muted {
  color: #9cabb8;
}

.bg-faded-blue {
  background-color: #f2f7fa;
}

.bg-faded-gold {
  background-color: #fcf9ea;
}

.bg-faded-pink {
  background-color: #fceaea;
}

.bg-faded-green {
  background-color: #f2faf8;
}

.bg-primary {
  background-color: #0079fe !important;
}

.bg-blue-700 {
  background-color: #0055b2;
}

.text-blue-700 {
  color: #0055b2;
}

.text-primary-green {
  color: #01c7b1 !important;
}

.bg-secondary {
  background-color: #f4f4f4 !important;
}

.text-yellow-900 {
  color: #b76b00 !important;
}

.text-primary {
  color: #353739 !important;
}

.text-deep-primary {
  color: #4645ab !important;
}

.text-gold {
  color: #816700;
}

.dropdown {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dropdown #dropdownMenuButton {
  padding: 14px;
}

#scroll {
  overflow-x: auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#scroll:hover::-webkit-scrollbar-thumb {
  background-color: #d5d7d8;
}

#scroll::-webkit-scrollbar-track {
  width: 8px;
  border-radius: 6px;
  background-color: transparent;
}

#scroll::-webkit-scrollbar {
  display: none;
}

#scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  margin: 50px 0;
  background-color: transparent;
}

#scroll::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 6px;
  background-color: transparent;
}

#scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}

#scroll-x:hover::-webkit-scrollbar-thumb {
  background-color: #d5d7d8;
}

#scroll-x::-webkit-scrollbar-track {
  width: 8px;
  border-radius: 6px;
  background-color: transparent;
}

#scroll-x::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  margin: 20px 0;
  background-color: transparent;
}

#scroll-x::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: transparent;
}

#scroll-y {
  overflow-x: hidden;
  overflow-y: auto;
}

#scroll-y:hover::-webkit-scrollbar-thumb {
  background-color: #d5d7d8;
}

#scroll-y::-webkit-scrollbar-track {
  width: 8px;
  border-radius: 6px;
  background-color: transparent;
}

#scroll-y::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  margin: 20px 0;
  background-color: transparent;
}

#scroll-y::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 6px;
  background-color: transparent;
}

.hide-scroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.border-light {
  border-color: #efefef !important;
}

.border-primary {
  border-color: #353739 !important;
}

.border-dashed {
  border: 1px dashed #E6ECF0;
}

.bg-grey-300 {
  background-color: #E6ECF0;
}

.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

span.currency {
  font-size: smaller;
  margin-right: 5px;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  color: #1e2125;
  background-color: #f2f7fa;
}

.progress.modal-progress {
  height: 0.5rem;
  background-color: transparent;
  border-radius: unset;
}

.progress .progress-bar {
  background-color: #353739;
}

.progress .report {
  background-color: #eaf5fc;
}

.fa-ellipsis-h {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 40px;
  padding: 13px 13px;
  height: 40px;
  border-radius: 50%;
  color: black;
}

.pointer {
  cursor: pointer;
}

.file-upload {
  background-color: transparent;
}

.file-upload-btn:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: left;
  position: relative;
}

.file-upload-content a {
  display: none;
  position: absolute;
  bottom: 5px;
  right: -5px;
}

.file-upload-content:hover a {
  display: block;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-wrap {
  height: 100px !important;
  width: 100px !important;
  border-radius: 50%;
  border: 1px dashed #dbdbdb;
  position: relative;
}

.image-dropping,
.image-wrap:hover {
  background-color: #fff;
  border: 1px dashed #01c7b1;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: left;
}

.file-upload-image {
  max-height: 100px;
  max-width: 100px;
  border-radius: 50%;
  margin: auto;
}

.upload-image {
  background-image: url("data:image/svg+xml,%3csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M50 99.5C77.3381 99.5 99.5 77.3381 99.5 50C99.5 22.6619 77.3381 0.5 50 0.5C22.6619 0.5 0.5 22.6619 0.5 50C0.5 77.3381 22.6619 99.5 50 99.5Z' stroke='%23DBDBDB' stroke-linecap='round' stroke-dasharray='5 5'/%3e%3c/svg%3e");
}

.remove-image {
  width: 200px;
  margin: 0;
  background: none;
  border: none;
  padding: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  font-weight: 700;
}

.remove-image:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-counter {
  min-width: 300px;
}

.spinner-border {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.15em solid rgba(0, 0, 0, 0.1);
  border-right-color: #353739;
}

.table thead th {
  vertical-align: bottom;
}

.hubtel-logo-white-bg {
  background: #fff;
  border-radius: 50%;
}

.bg-light-gold {
  background: #ffe9cc;
}

.bg-info {
  background-color: #082e4d !important;
}

.text-info {
  color: #082e4d !important;
}

.bg-orange {
  background-color: #f7961c !important;
}

.text-orange {
  color: #f7961c !important;
}

.tooltip-inner {
  background-color: #2f4fff;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #2f4fff !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #2f4fff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #2f4fff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #2f4fff !important;
}

.checkout-accordion .card-header label {
  padding: 1.5rem;
}

.checkout-accordion .card-header .form-check {
  position: relative;
}

.checkout-accordion .card-header .form-check .form-check-input[type=radio] {
  position: absolute;
  top: 24px;
  left: 45px;
}

.checkout-accordion .card-header .form-check:hover {
  border-color: #01c7b1 !important;
}

.checkout-accordion .card-header .form-check:checked {
  border-color: #01c7b1;
  background-color: #01c7b1;
}

.checkout-accordion .card-header .form-check span {
  margin-left: 0.5rem;
}

.checkout-accordion .card-body .form-group {
  margin-bottom: 1rem;
}

.checkout-accordion .card-body .form-group label {
  margin-bottom: 0.5rem;
}

.checkout-accordion .card-body .form-group .dropdown .dropdown-toggle::before, .checkout-accordion .card-body .form-group .dropdown .dropdown-toggle::after {
  right: 10px;
}

.rotate-empty {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

@media (max-width: 575.98px) {
  .rotate-empty {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
.relative {
  position: relative;
}

.ama-body .ama {
  width: 297mm;
  height: 210mm;
}

.ama-body .ama .table .table-dark th {
  border-bottom: none !important;
}

.ama-body .ama .table > :not(caption) > * > * {
  padding: 1rem 0.75rem !important;
}

.transfer-advice {
  font-family: "Courier Prime", monospace;
}

.transfer-advice .title {
  font-family: "Nunito", sans-serif;
}

.sidebar--small .nav-link-icon {
  margin-left: 12px !important;
}

.main-page {
  height: calc(100vh - 80px);
  overflow-x: hidden;
}

.patient-portal-page {
  overflow-x: hidden;
}

.no-caret-dropdown::before {
  display: none !important;
}

.home-items {
  height: calc(100vh - 117px);
  overflow: auto;
}

@media screen and (max-width: 992px) {
  .home-items {
    height: calc(100vh - 210px);
  }

  .home-items.top-text {
    height: calc(100vh - 224px);
  }
}
.payment-items {
  height: calc(100vh - 135px);
  overflow: auto;
}

@media screen and (max-width: 1024px) {
  .payment-items {
    height: calc(100vh - 195px);
  }
}
.payments-right {
  height: calc(100vh - 136px);
  overflow: auto;
}

.timeline-block .timeline-item {
  border-left: 1px solid #dee2e4;
  position: relative;
  padding-left: 21px;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-left: 10px;
}

.timeline-block .timeline-item:last-child {
  border-left-color: transparent !important;
}

/*--------------
    Beam
---------------*/
.beam {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
  background-color: #f7f8fb;
  border-radius: 50%;
  border: 2px solid #fff;
}

.beam::after {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e2e2e2;
  border-radius: 50%;
}

.beam-success {
  background-color: unset !important;
}

.beam-success::after {
  background: url(../images/svg/success.svg) no-repeat center !important;
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: 21px;
}

.beam-pending {
  background-color: unset !important;
}

.beam-pending::after {
  background: url(../images/svg/pending.svg) no-repeat center !important;
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: 21px;
}

.beam-failed {
  background-color: unset !important;
}

.beam-failed::after {
  background: url(../images/svg/failed.svg) no-repeat center !important;
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: 21px;
}

.smaller {
  font-size: 0.7rem;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.settings-border {
  border-top: 0.5px #546c80 solid;
  border-bottom: 0.5px #546c80 solid;
}

.text-primary-alt {
  color: #0e479d !important;
}

.bg-primary-alt {
  background-color: #0e479d;
}

.bg-green-50 {
  background-color: #f0fffa;
}

.text-successful {
  color: #ccffef;
}

.text-secondary {
  color: #3d5263 !important;
}

.border-secondary {
  border-color: #8195a6 !important;
}

.text-pending {
  color: #ffe9cc;
}

.text-failed {
  color: #ffd7d5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.progress {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.progress-value {
  -webkit-animation: load 3s normal forwards;
  animation: load 3s normal forwards;
  box-shadow: 0 10px 40px -10px #0062cc;
  border-radius: 100px;
  background: #0062cc;
  height: 30px;
  width: 0;
}

@-webkit-keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 68%;
  }
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 68%;
  }
}
.n-m-sm {
  margin-left: -4px;
}

.n-m-md {
  margin-left: -8px;
}

.n-m-lg {
  margin-left: -16px;
}

.n-m-xl {
  margin-left: -24px;
}

.paid-watermark {
  position: absolute;
  top: 30%;
  left: 15%;
}

@media only screen and (min-width: 768px) {
  .add-business-form {
    height: calc(100vh - 270px);
  }
}
@media only screen and (min-width: 768px) {
  .payment-summary-card {
    height: calc(100vh - 250px);
  }
}
@media only screen and (min-width: 768px) {
  .pay-now-container {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 1.5rem;
    padding-inline: 1.5rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .activity-section {
    height: calc(100vh - 116px);
  }
}
@media only screen and (min-width: 1200px) {
  .activity-section,
.payment-trend-section {
    height: calc(100vh - 116px);
  }
}
.live-activity-card {
  height: 670px;
}

.live-activity-container {
  height: 584px;
}

.refresh-account-balance {
  height: 35px;
  width: 35px;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0055b2;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
.spin-animation {
  -webkit-animation: spin 2s linear;
  animation: spin 2s linear;
  opacity: 0.6;
  cursor: not-allowed;
}

.spin-animation i {
  color: rgba(0, 86, 178, 0.7647058824);
}

.business-select {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.business-select i {
  display: none;
}

.business-select:hover {
  background-color: #fafbfc;
}

.business-select:hover i {
  display: block;
}

.select-business-wrap {
  height: 628px;
}

.select-business-wrap .business-list-wrap {
  height: 526px;
}

.select-business-card {
  height: 628px;
}

.select-business-card .business-list-container {
  height: 526px;
}

.dropdown-toggle::after {
  content: none !important;
}

.bg-green-500 {
  background-color: #00B27C !important;
}

.toast {
  border-radius: 12px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .toast {
    max-width: 390px;
    padding: 12px 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .cba-card .card-content {
    height: calc(100vh - 232px);
  }
}
@media only screen and (min-width: 1200px) {
  .cba-card .step-card-content {
    height: calc(100vh - 286px);
  }
}
@media only screen and (min-width: 1200px) {
  .cba-card .secondcard-content {
    height: calc(100vh - 275px);
  }
}
@media only screen and (min-width: 1200px) {
  .cba-card .notices {
    height: calc(100vh - 156px);
  }
}
.select-business {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.select-business i {
  top: -6px;
  left: 0;
  font-size: 21px;
}

.select-business img {
  border-radius: 15px;
}

.otp .tel_num {
  display: inline;
  text-align: center;
  width: 70px;
  height: 65px;
  padding: 0.5rem 0.2rem;
  background-color: #f2f2f2;
}

.otp .tel_num:-moz-read-only {
  background: none;
}

.otp .tel_num:read-only {
  background: none;
}

@media screen and (max-width: 520px) {
  .otp .tel_num {
    width: 55px;
    height: 55px;
  }
}
.otp .text-danger {
  font-weight: 200;
}

#cba {
  font-family: "Sora", sans-serif;
}

#cba #navbarAsideContent {
  background: #0e479d;
}

#cba #navbarAsideContent .nav-item:hover > .nav-link {
  background-color: #071f44;
}

#cba #navbarAsideContent .nav-item.active > .nav-link {
  background-color: #071f44;
}

#cba .text-blue-400 {
  color: #007aff;
}

#cba .nav-tabs .nav-link {
  color: #3d5263;
}

#cba .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #000 !important;
  border-bottom: 3px solid #071f44 !important;
}

#cba .nav-tabs .nav-link:hover {
  color: #000 !important;
  border-bottom: 3px solid #071f44 !important;
}

#cba .nav-border {
  border-bottom: 1px solid var(--Opacity-Light, rgba(0, 0, 0, 0.2));
}

#cba .text-orange-500 {
  color: #F7961C !important;
}

#cba .text-red-500 {
  color: #ED1B2E !important;
}

#cba .text-orange-600 {
  color: #CC7700 !important;
}

#cba .border-orange-500 {
  border: 1px solid #F7961C !important;
}

#cba .bg-faded-orange {
  background-color: #FFF5EC !important;
}

#cba .bg-faded-red {
  background-color: #FEF1F2 !important;
}

#cba .border-success {
  border: 0.8px solid #00B27C !important;
}

#cba .border-yellow {
  border: 0.8px solid #CCA300 !important;
}

#cba .border-warning {
  border: 0.8px solid #F7961C !important;
}

#cba .border-primary-blue-400 {
  border: 0.8px solid #007aff !important;
}

#cba .border-purple-500 {
  border-color: 0.8px solid #5856D6 !important;
}

#cba .bg-warning-faded {
  background-color: #FFF5EC !important;
}

#cba .bg-yellow-faded {
  background-color: #FFFAEE !important;
}

#cba .notification-tabs {
  background-color: transparent !important;
  border-bottom: 1px solid #e2eaf0 !important;
}

#cba .notification-tabs .nav-link:hover, #cba .notification-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom: 3px solid #071f44 !important;
  color: #000000 !important;
  font-weight: bold;
}

#cba .notification-tabs .nav-link .badge {
  background-color: #071f44;
  height: 20px;
  width: 20px;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
}

#cba .bg-primary-faded {
  background-color: #e9f3ff !important;
}

#cba .btn-primary {
  border-color: #0055b2 !important;
  background-color: #0055b2 !important;
}

#cba .btn-primary:hover, #cba .btn-primary:active {
  border-color: #071f44 !important;
  background-color: #071f44 !important;
}

#cba .btn-primary[disabled] {
  background-color: #eff0f2 !important;
  color: #a1b3c2 !important;
  border: none;
  cursor: not-allowed !important;
}

#cba .btn-outline-primary {
  border-color: #0055b2 !important;
  background-color: #fff !important;
  color: #0055b2 !important;
}

#cba .btn-outline-primary:hover, #cba .btn-outline-primary:active, #cba .btn-outline-primary:focus {
  border-color: #0055b2 !important;
  color: #fff !important;
  background-color: #0055b2 !important;
}

#cba .btn-secondary {
  background-color: #e6ecf0 !important;
  color: black !important;
  border: 1px solid #0055b2 !important;
}

#cba .border-bottom-primary {
  border-bottom: 3px solid #0055b2;
}

#cba .default-img svg rect {
  fill: #071f44;
}

#cba .text-primary {
  color: #071f44 !important;
}

#cba input:focus,
#cba select:focus {
  border: 1px solid #0055b2 !important;
}

#cba textarea:focus {
  border: 1px solid #071f44 !important;
}

#cba .progress .progress-bar {
  background-color: #071f44;
}

#cba .withdrawal .form-check-input[type=radio]:hover {
  border-color: #071f44;
}

#cba .form-check-input[type=radio]:checked {
  border-color: #0055b2;
  background-color: #0055b2;
  border: 2px solid #0055b2 !important;
}

#cba .form-check-input[type=radio]:hover {
  border-color: #071f44;
}

#cba .pagination {
  gap: 5px;
}

#cba .pagination li a {
  background-color: #fff !important;
  color: #071f44 !important;
}

#cba .pagination li a:hover, #cba .pagination li a.active {
  background-color: #0055b2 !important;
  border-color: #0055b2;
  z-index: 2;
  color: white !important;
}

#cba .pagination li.disabled a {
  border: 0;
}

#cba .pagination li:first-child a, #cba .pagination li:last-child a, #cba .pagination li:nth-child(2) a, #cba .pagination li:nth-last-child(2) a {
  background-color: transparent !important;
  border-color: transparent;
}

#cba .pagination li:first-child a:hover, #cba .pagination li:first-child a.active, #cba .pagination li:last-child a:hover, #cba .pagination li:last-child a.active, #cba .pagination li:nth-child(2) a:hover, #cba .pagination li:nth-child(2) a.active, #cba .pagination li:nth-last-child(2) a:hover, #cba .pagination li:nth-last-child(2) a.active {
  color: #0055b2 !important;
}

#cba .pagination li:first-child a:hover svg path, #cba .pagination li:first-child a.active svg path, #cba .pagination li:last-child a:hover svg path, #cba .pagination li:last-child a.active svg path, #cba .pagination li:nth-child(2) a:hover svg path, #cba .pagination li:nth-child(2) a.active svg path, #cba .pagination li:nth-last-child(2) a:hover svg path, #cba .pagination li:nth-last-child(2) a.active svg path {
  stroke: #0055b2;
  fill: #0055b2;
}

#cba .pagination li:first-child a svg path, #cba .pagination li:last-child a svg path, #cba .pagination li:nth-child(2) a svg path, #cba .pagination li:nth-last-child(2) a svg path {
  stroke: #071f44;
  fill: #071f44;
}

#cba .spinner-border {
  border-right-color: #071f44;
}

#cba .liveactivity path {
  stroke: #071f44;
}

#cba .liveactivity .live-activity-card {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  cursor: pointer;
  background-color: #e9f3ff;
}

#cba .liveactivity .live-activity-card i {
  color: #071f44;
}

#cba .liveactivity .live-activity-card .title {
  color: #071f44;
}

#cba .liveactivity .live-activity-card .white-line {
  background-color: #071f44;
}

#cba .activated {
  border-radius: 25px;
  padding: 3px 7px;
  font-size: 12px;
}

#cba .activated.active {
  background-color: #edfaf7;
  color: #01c7b1;
  border: 1px solid #01c7b1;
}

#cba .activated.active .badge {
  background: #01c7b1;
}

#cba .activated.blocked {
  background-color: #ffeded;
  color: #ed1b2e;
  border: 1px solid #ed1b2e;
}

#cba .activated.blocked .badge {
  background: #ed1b2e;
}

#cba .activated.declined {
  background-color: #fef1f2;
  color: #cc2f26;
  border: 1px solid #cc2f26;
}

#cba .activated.declined .badge {
  background-color: #cc2f26;
}

#cba .activated.pending {
  background-color: #ffe9cc;
  color: #cc7700;
  border: 1px solid #cc7700;
}

#cba .activated.pending .badge {
  background-color: #cc7700;
}

#cba .activated.closed {
  background-color: #f0faff;
  color: #0062cc;
  border: 1px solid #0062cc;
}

#cba .activated.closed .badge {
  background-color: #0062cc;
}

#cba .accordion-button:focus {
  z-index: 0;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

#cba .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #ffffff;
  box-shadow: none;
}

#cba .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  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");
}

#cba .alert-success {
  background-color: #dbf7e0;
  color: #3dae50;
}

#cba .alert-failed {
  background-color: #ffd7d5;
  color: #ed1b2e;
}

#cba .back-btn {
  border: 1px solid black !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  color: #000 !important;
}

#cba .badge-danger {
  background-color: #fef1f2;
  border: 1px solid #ed1b2e;
  color: #ed1b2e;
  border-radius: 12px;
}

#cba .bg-primary-faded {
  background-color: #e9f3ff;
}

#cba .bg-grey-100 {
  background-color: #fafbfc;
}

#cba .bg-purple-faded {
  background-color: #ECEFFD;
}

#cba .bg-light-grey {
  background-color: #f8f9fb;
}

#cba .btn.disabled {
  background-color: #f2f2f2;
  color: #000;
  border-color: #f2f2f2;
  opacity: 1;
}

#cba .btn.wide-btn {
  padding: 0.8rem 4.5rem;
}

#cba .border-bottom-primary {
  border-bottom: 3px solid #0055b2;
}

#cba .customer-card {
  border: 1px solid #e6eaed;
  border-radius: 7px;
  background-color: white;
}

#cba .chart {
  width: 300px;
}

@media screen and (max-width: 567px) {
  #cba .chart {
    width: 220px;
  }
}
#cba .chart-data {
  position: absolute;
  top: 29px;
  right: 37px;
}

#cba .chart-data h4, #cba .chart-data .h4 {
  font-size: 2rem;
}

#cba .chart-data.modal-chart {
  right: 41%;
  top: 65px;
}

#cba .chart-data.modal-chart h4, #cba .chart-data.modal-chart .h4 {
  font-size: 2.5rem;
}

@media screen and (max-width: 576px) {
  #cba .chart-data.modal-chart {
    right: 35%;
  }
}
#cba .credit-score .chart-data {
  top: 91px;
  left: 33px;
  position: absolute;
}

@media screen and (max-width: 567px) {
  #cba .credit-score .chart-data {
    top: 83px;
    left: 40px;
  }
}
#cba .credit-score .chart-data h4, #cba .credit-score .chart-data .h4 {
  font-size: 3rem;
}

#cba .fw-semibold {
  font-weight: 600 !important;
}

#cba .box-shadow-sm {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
}

#cba e .info {
  border-radius: 7px;
  padding: 4px 9px;
  font-size: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

#cba e .info.active {
  background-color: #edfaf7;
  color: #01c7b1;
}

#cba e .info.active .badge {
  background: #01c7b1;
}

#cba e .info.blocked {
  background-color: #ffeded;
  color: #ed1b2e;
}

#cba e .info.blocked .badge {
  background: #ed1b2e;
}

#cba e .info.closed {
  background-color: #f0faff;
  color: #0062cc;
}

#cba e .info.closed .badge {
  background-color: #0062cc;
}

#cba .notes .textarea-label {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #e6eaed;
}

#cba .notes textarea {
  resize: vertical;
}

#cba .notes .form-control,
#cba .notes .form-select {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
}

@media screen and (max-width: 520px) {
  #cba .nav-title-width {
    max-width: 190px;
  }
}
@media screen and (max-width: 320px) {
  #cba .nav-title-width {
    max-width: 160px;
  }
}
#cba .nav-tabs .nav-link {
  color: #3d5263;
}

#cba .nav-tabs .nav-link.active, #cba .nav-tabs .nav-link:hover {
  font-weight: 700;
  color: #0055b2 !important;
  border-bottom: 3px solid #0055b2 !important;
}

#cba .notification-tabs {
  background-color: transparent !important;
  border-bottom: 1px solid #e2eaf0 !important;
}

#cba .notification-tabs .nav-link:hover, #cba .notification-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom: 3px solid #071f44 !important;
  color: #000000 !important;
  font-weight: bold;
}

#cba .notification-tabs .nav-link .badge {
  background-color: #071f44;
  height: 20px;
  width: 20px;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
}

#cba .request-buttons {
  position: relative;
}

@media screen and (min-width: 1200px) {
  #cba .request-buttons {
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    bottom: 0;
  }
}
#cba .set-amount {
  color: #00cc8e;
  border: 1px solid #00cc8e;
  border-radius: 5px;
}

#cba .spinner-border {
  border-right-color: #071f44;
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid rgba(0, 0, 0, 0.1);
}

#cba .round-8 {
  border-radius: 8px;
}

#cba .pill {
  padding: 7px 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#cba .pill.successful {
  background-color: #00b27c;
}

#cba .pill.pending {
  background-color: #f7961c;
}

#cba .pill.failed {
  background-color: #ed1b2e;
}

#cba .pill.no-images {
  background-color: #e6eaed;
  color: #5a6064;
}

#cba .pill-outlined {
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

#cba .pill-outlined.successful {
  background-color: #f0fffa;
  border: 1px solid #00b27c;
  color: #008059;
}

#cba .pill-outlined.pending {
  background-color: #fff5ec;
  border: 1px solid #f7961c;
  color: #b76b00;
}

#cba .pill-outlined.failed {
  background-color: #fef1f2;
  border: 1px solid #ed1b2e;
  color: #b22922;
}

#cba .card-input {
  display: none;
}

#cba .card {
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

#cba #total-business-tab.active {
  background-color: rgb(240, 255, 250) !important;
  border-color: rgb(0, 178, 124) !important;
}

#cba #new-business-tab.active {
  background-color: #E9F3FF !important;
  border-color: #007AFF !important;
}

#cba #resubmitted-business-tab.active {
  background-color: #FFF5EC !important;
  border-color: #F7961C !important;
}

#cba #pending-business-tab.active {
  background-color: #fffaee !important;
  border-color: #fecc2f !important;
}

#cba #flagged-business-tab.active {
  background-color: #eceffd !important;
  border-color: rgb(88, 86, 214) !important;
}

#cba #approved-business-tab.active {
  background-color: rgb(237, 250, 247) !important;
  border-color: #01C7B1 !important;
}

#cba #rejected-business-tab.active {
  background-color: #fef1f2 !important;
  border-color: #ED1B2E !important;
}

#cba .filter-badge {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  padding-block: 2px;
  padding-inline: 8px;
  text-transform: capitalize;
}

#cba .filter-badge.total-business {
  background-color: #F0FFFA;
  border: 1px solid #00B27C;
  color: #00B27C;
}

#cba .filter-badge.new-business {
  background-color: #E9F3FF;
  border: 1px solid #007AFF;
  color: #007AFF;
}

#cba .filter-badge.resubmitted-business {
  background-color: #FFF5EC;
  border: 1px solid #F7961C;
  color: #F7961C;
}

#cba .filter-badge.pending-business {
  background-color: #FFFAEE;
  border: 1px solid #FECC2F;
  color: #CCA300;
}

#cba .filter-badge.flagged-business {
  background-color: #ECEFFD;
  border: 1px solid #5856D6;
  color: #4645AB;
}

#cba .filter-badge.approved-business {
  background-color: #EDFAF7;
  border: 1px solid #01C7B1;
  color: #01C7B1;
}

#cba .filter-badge.rejected-business {
  background-color: #FEF1F2;
  border: 1px solid #ED1B2E;
  color: #ED1B2E;
}

#cba .tooltip-inner {
  background-color: #E6EBF1 !important;
  color: black !important;
  border-radius: 5px;
  max-width: 350px !important;
}

#cba .smaller {
  font-size: 10px;
}

@media screen and (min-width: 991px) {
  #cba .fixed-bottom.pagination {
    left: 240px;
  }
}
#cba input,
#cba .input-group-text {
  border-radius: 8px;
  padding: 12px;
}

#cba .subtext {
  color: #5a6064;
}

#cba .text-blue-600 {
  color: #0062cc;
}

#cba .profile-image {
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
}

#cba .profile-image img {
  width: 100%;
  height: 100%;
}

#cba .profile-image::after {
  content: "";
  background-image: url("../../assets/images/svg/icon-edit.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%;
  padding: 4px;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0062cc;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

#cba .profile-image-m {
  width: 120px;
  height: 120px;
  position: relative;
  cursor: pointer;
}

#cba .profile-image-m img {
  width: 100%;
  height: 100%;
}

#cba .profile-image-m::after {
  content: "";
  background-image: url("../../assets/images/svg/icon-edit-b.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%;
  padding: 4px;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

#cba .top-navbg {
  background-color: #0062cc;
}

#cba .text-blue {
  color: #0062cc;
}

#cba .business-details {
  height: 297mm;
  width: 210mm;
}

#cba .business-details-pdf {
  background-image: url("../../assets/images/hbt-logo-watermark.png");
  background-repeat: no-repeat;
  background-position: center;
}

#cba .main-container {
  width: 70px;
  aspect-ratio: 1/1;
}

#cba .progress-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #b8c3ce;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

#cba .progress-wrapper .right {
  position: absolute;
  width: 100%;
  height: 102%;
  top: -2%;
  right: -50%;
}

#cba .progress-wrapper .right-fill {
  background-color: #0062cc;
  width: 100%;
  -webkit-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

#cba .progress-wrapper .left {
  position: absolute;
  width: 100%;
  height: 102%;
  top: -2%;
  left: -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

#cba .progress-wrapper .left-fill {
  background-color: #0062cc;
  width: 100%;
  -webkit-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

#cba .progress-wrapper .progress-circle {
  width: 85%;
  height: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background-color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
  color: #000;
  border-radius: 50%;
}

#cba .card-bg {
  background-color: #f8f9fa;
}

#cba .blanc {
  background-color: #fff;
}

#cba .smb-gray {
  background-color: #f2f5f7;
}

#cba .slip {
  background-color: #fff;
  cursor: pointer;
}

#cba .slip:hover {
  background-color: #fafbfc;
}

#cba .set-height {
  min-height: 700px;
}

#cba .white-trans {
  background: rgba(255, 255, 255, 0.9);
}

#cba .card-bg-2 {
  background-color: #fff;
  border: 1px solid #dee2e6;
}

#cba .card-vh {
  height: calc(100svh - 400px);
}

#cba .page-vh {
  height: calc(100svh - 150px);
}

#cba .payslip-vh {
  height: calc(100svh - 150px);
}

#cba .lw-medium {
  font-weight: 500;
}

#cba .page-vh,
#cba .payslip-vh {
  height: calc(100svh - 120px);
}

#cba .card-vh-2 {
  height: calc(100svh - 400px);
}

#cba .input-group {
  border: 1px solid #ced4da !important;
  border-radius: 8px;
  -webkit-transition: border-color 0.3s ease !important;
  transition: border-color 0.3s ease !important;
}

#cba .input-group:has(.is-invalid) {
  border: 1px solid #dc3545 !important;
}

#cba .input-group .input-group-text {
  border: none;
}

#cba .input-group .form-control {
  border: none;
}

#cba .input-group .form-control:focus {
  border: none !important;
}

#cba .input-group:focus-within {
  border: 1px solid #0055b2 !important;
}

#cba input[type=date].is-invalid {
  background-image: unset !important;
}

#cba-main {
  font-family: "Sora", sans-serif;
}

#cba-main #navbarAsideContent {
  background: #080e16;
}

#cba-main #navbarAsideContent .accordion-collapse {
  background: #080e16;
}

#cba-main #navbarAsideContent .nav-item:hover > .nav-link {
  background-color: #353739;
}

#cba-main #navbarAsideContent .nav-item.active > .nav-link {
  background-color: #353739;
}

#cba-main .text-orange-600 {
  color: #cc7700 !important;
}

#cba-main .bg-teal-600 {
  background-color: #009e96 !important;
}

#cba-main .text-orange-500 {
  color: #f7961c !important;
}

#cba-main .border-orange-500 {
  border: 1px solid #f7961c !important;
}

#cba-main .bg-faded-orange {
  background-color: #fff5ec !important;
}

#cba-main .bg-danger {
  background-color: #ed1b2e !important;
}

#cba-main .bg-faded-red {
  background-color: #fef1f2 !important;
}

#cba-main .text-muted {
  color: #8195a6 !important;
}

#cba-main .text-red-500 {
  color: #ed1b2e !important;
}

#cba-main .text-orange-400 {
  color: #ffaa33 !important;
}

#cba-main .text-warning-400 {
  color: #f7961c !important;
}

#cba-main .text-blue-400 {
  color: #080e16;
}

#cba-main .text-blue-300 {
  color: #007aff !important;
}

#cba-main .bg-success {
  background-color: #f0fffa !important;
}

#cba-main .nav-tabs .nav-link {
  color: #3d5263;
}

#cba-main .nav-tabs .nav-link.active {
  font-weight: 600;
  color: #000 !important;
  border-bottom: 3px solid #353739 !important;
}

#cba-main .nav-tabs .nav-link:hover {
  color: #000 !important;
  border-bottom: 3px solid #353739 !important;
}

#cba-main .nav-border {
  border-bottom: 1px solid var(--Opacity-Light, rgba(0, 0, 0, 0.2));
}

#cba-main .border-success {
  border: 0.8px solid #00b27c !important;
}

#cba-main .border-yellow {
  border: 0.8px solid #cca300 !important;
}

#cba-main .border-warning {
  border: 0.8px solid #f7961c !important;
}

#cba-main .border-primary-blue-400 {
  border: 0.8px solid #080e16 !important;
}

#cba-main .border-purple-500 {
  border-color: 0.8px solid #5856d6 !important;
}

#cba-main .bg-warning-faded {
  background-color: #fff5ec !important;
}

#cba-main .bg-yellow-faded {
  background-color: #fffaee !important;
}

#cba-main .notification-tabs {
  background-color: transparent !important;
  border-bottom: 1px solid #e2eaf0 !important;
}

#cba-main .notification-tabs .nav-link:hover, #cba-main .notification-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom: 3px solid #353739 !important;
  color: #000000 !important;
  font-weight: bold;
}

#cba-main .notification-tabs .nav-link .badge {
  background-color: #353739;
  height: 20px;
  width: 20px;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
}

#cba-main .marker {
  width: 6px;
  height: 14px;
  border-radius: 6px;
}

#cba-main .marker.red {
  background: #fb3b52;
}

#cba-main .marker.cyan {
  background: #3fc8e4;
}

#cba-main .marker.brown {
  background: #b76b00;
}

#cba-main .marker.purple {
  background: #5654d4;
}

#cba-main .bg-primary-faded {
  background-color: #e9f3ff !important;
}

#cba-main .btn-primary {
  border-color: #080e16 !important;
  background-color: #080e16 !important;
}

#cba-main .btn-primary:hover, #cba-main .btn-primary:active {
  border-color: #353739 !important;
  background-color: #353739 !important;
  color: #fff !important;
}

#cba-main .btn-primary[disabled] {
  background-color: #eff0f2 !important;
  color: #a1b3c2 !important;
  border: none;
  cursor: not-allowed !important;
}

#cba-main .btn-outline-primary {
  border-color: #080e16 !important;
  background-color: #fff !important;
  color: #080e16 !important;
}

#cba-main .btn-outline-primary:hover, #cba-main .btn-outline-primary:active, #cba-main .btn-outline-primary:focus {
  border-color: #080e16 !important;
  color: #fff !important;
  background-color: #080e16 !important;
}

#cba-main .btn-secondary {
  background-color: #e6ecf0 !important;
  color: black !important;
}

#cba-main .delete-icon {
  top: 11px;
  right: 6px;
}

#cba-main .border-bottom-primary {
  border-bottom: 3px solid #080e16;
}

#cba-main .default-img svg rect {
  fill: #353739;
}

#cba-main .text-primary {
  color: #353739 !important;
}

#cba-main input[type=text]:focus,
#cba-main select:focus {
  border: 1px solid #080e16 !important;
}

#cba-main input[type=text]:-moz-read-only {
  color: #546C80;
}

#cba-main input[type=text]:read-only {
  color: #546C80;
}

#cba-main input[type=text]:-moz-read-only:focus {
  border: 1px solid #dee2e6 !important;
}

#cba-main input[type=text]:read-only:focus {
  border: 1px solid #dee2e6 !important;
}

#cba-main textarea:focus {
  border: 1px solid #353739 !important;
}

#cba-main .progress .progress-bar {
  background-color: #353739;
}

#cba-main .withdrawal .form-check-input[type=radio]:hover {
  border-color: #353739;
}

#cba-main .form-check-input[type=radio]:checked {
  border-color: #080e16;
  background-color: #080e16;
  border: 2px solid #080e16 !important;
}

#cba-main .form-check-input[type=radio]:hover {
  border-color: #353739;
}

#cba-main .pagination {
  gap: 5px;
}

#cba-main .pagination li a {
  background-color: #fff !important;
  color: #353739 !important;
}

#cba-main .pagination li a:hover, #cba-main .pagination li a.active {
  background-color: #080e16 !important;
  border-color: #080e16;
  z-index: 2;
  color: white !important;
}

#cba-main .pagination li.disabled a {
  border: 0;
}

#cba-main .pagination li:first-child a, #cba-main .pagination li:last-child a, #cba-main .pagination li:nth-child(2) a, #cba-main .pagination li:nth-last-child(2) a {
  background-color: transparent !important;
  border-color: transparent;
}

#cba-main .pagination li:first-child a:hover, #cba-main .pagination li:first-child a.active, #cba-main .pagination li:last-child a:hover, #cba-main .pagination li:last-child a.active, #cba-main .pagination li:nth-child(2) a:hover, #cba-main .pagination li:nth-child(2) a.active, #cba-main .pagination li:nth-last-child(2) a:hover, #cba-main .pagination li:nth-last-child(2) a.active {
  color: #080e16 !important;
}

#cba-main .pagination li:first-child a:hover svg path, #cba-main .pagination li:first-child a.active svg path, #cba-main .pagination li:last-child a:hover svg path, #cba-main .pagination li:last-child a.active svg path, #cba-main .pagination li:nth-child(2) a:hover svg path, #cba-main .pagination li:nth-child(2) a.active svg path, #cba-main .pagination li:nth-last-child(2) a:hover svg path, #cba-main .pagination li:nth-last-child(2) a.active svg path {
  stroke: #080e16;
  fill: #080e16;
}

#cba-main .pagination li:first-child a svg path, #cba-main .pagination li:last-child a svg path, #cba-main .pagination li:nth-child(2) a svg path, #cba-main .pagination li:nth-last-child(2) a svg path {
  stroke: #353739;
  fill: #353739;
}

#cba-main .spinner-border {
  border-right-color: #353739;
}

#cba-main .liveactivity path {
  stroke: #353739;
}

#cba-main .liveactivity .live-activity-card {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  cursor: pointer;
  background-color: #e9f3ff;
}

#cba-main .liveactivity .live-activity-card i {
  color: #353739;
}

#cba-main .liveactivity .live-activity-card .title {
  color: #353739;
}

#cba-main .liveactivity .live-activity-card .white-line {
  background-color: #353739;
}

#cba-main .activated {
  border-radius: 25px;
  padding: 3px 7px;
  font-size: 12px;
}

#cba-main .activated.active {
  background-color: #edfaf7;
  color: #01c7b1;
  border: 1px solid #01c7b1;
}

#cba-main .activated.active .badge {
  background: #01c7b1;
}

#cba-main .activated.blocked {
  background-color: #ffeded;
  color: #ed1b2e;
  border: 1px solid #ed1b2e;
}

#cba-main .activated.blocked .badge {
  background: #ed1b2e;
}

#cba-main .activated.declined {
  background-color: #fef1f2;
  color: #cc2f26;
  border: 1px solid #cc2f26;
}

#cba-main .activated.declined .badge {
  background-color: #cc2f26;
}

#cba-main .activated.pending {
  background-color: #ffe9cc;
  color: #cc7700;
  border: 1px solid #cc7700;
}

#cba-main .activated.pending .badge {
  background-color: #cc7700;
}

#cba-main .activated.closed {
  background-color: #f0faff;
  color: #0062cc;
  border: 1px solid #0062cc;
}

#cba-main .activated.closed .badge {
  background-color: #0062cc;
}

#cba-main .accordion {
  --bs-accordion-bg: inherit;
}

#cba-main .accordion-button:focus {
  z-index: 0;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

#cba-main .accordion-button {
  color: #fff;
  background-color: #080e16;
  box-shadow: none;
  border-radius: 0;
}

#cba-main .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

#cba-main .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

#cba-main .alert-success {
  background-color: #dbf7e0;
  color: #3dae50;
}

#cba-main .alert-failed {
  background-color: #ffd7d5;
  color: #ed1b2e;
}

#cba-main .back-btn {
  border: 1px solid black !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  color: #000 !important;
}

#cba-main .badge-danger {
  background-color: #fef1f2;
  border: 1px solid #ed1b2e;
  color: #ed1b2e;
  border-radius: 12px;
}

#cba-main .dropdown-danger {
  background-color: #fef1f2;
  border: 1px solid #ed1b2e;
  color: #ed1b2e;
}

#cba-main .dropdown-disabled {
  background-color: #fafbfc;
  border: 1px solid #e6ecf0;
  color: #a1b3c2;
}

#cba-main .dropdown-warning {
  background-color: #fff;
  border: 1px solid #f7961c;
  color: #f7961c;
}

#cba-main .dropdown-green {
  background-color: #fff;
  border: 1px solid #00996a;
  color: #00996a;
}

#cba-main .bg-primary-faded {
  background-color: #e9f3ff;
}

#cba-main .bg-grey-100 {
  background-color: #fafbfc;
}

#cba-main .bg-grey-200 {
  background-color: #f2f5f7;
}

#cba-main .bg-grey-800 {
  background-color: #3d5263 !important;
}

#cba-main .bg-purple-faded {
  background-color: #eceffd;
}

#cba-main .bg-light-grey {
  background-color: #f8f9fb;
}

#cba-main .btn.disabled {
  background-color: #f2f2f2;
  color: #000;
  border-color: #f2f2f2;
  opacity: 1;
}

#cba-main .btn.wide-btn {
  padding: 0.8rem 4.5rem;
}

#cba-main .border-bottom-primary {
  border-bottom: 3px solid #080e16;
}

#cba-main .customer-card {
  border: 1px solid #e6eaed;
  border-radius: 7px;
  background-color: white;
}

#cba-main .chart {
  width: 300px;
}

@media screen and (max-width: 567px) {
  #cba-main .chart {
    width: 220px;
  }
}
#cba-main .chart-data {
  position: absolute;
  top: 29px;
  right: 37px;
}

#cba-main .chart-data h4, #cba-main .chart-data .h4 {
  font-size: 2rem;
}

#cba-main .chart-data.modal-chart {
  right: 41%;
  top: 65px;
}

#cba-main .chart-data.modal-chart h4, #cba-main .chart-data.modal-chart .h4 {
  font-size: 2.5rem;
}

@media screen and (max-width: 576px) {
  #cba-main .chart-data.modal-chart {
    right: 35%;
  }
}
#cba-main .credit-score .chart-data {
  top: 91px;
  left: 33px;
  position: absolute;
}

@media screen and (max-width: 567px) {
  #cba-main .credit-score .chart-data {
    top: 83px;
    left: 40px;
  }
}
#cba-main .credit-score .chart-data h4, #cba-main .credit-score .chart-data .h4 {
  font-size: 3rem;
}

#cba-main .fw-semibold {
  font-weight: 600 !important;
}

#cba-main .box-shadow-sm {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
}

#cba-main e .info {
  border-radius: 7px;
  padding: 4px 9px;
  font-size: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

#cba-main e .info.active {
  background-color: #edfaf7;
  color: #01c7b1;
}

#cba-main e .info.active .badge {
  background: #01c7b1;
}

#cba-main e .info.blocked {
  background-color: #ffeded;
  color: #ed1b2e;
}

#cba-main e .info.blocked .badge {
  background: #ed1b2e;
}

#cba-main e .info.closed {
  background-color: #f0faff;
  color: #0062cc;
}

#cba-main e .info.closed .badge {
  background-color: #0062cc;
}

#cba-main .notes .textarea-label {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #e6eaed;
}

#cba-main .notes textarea {
  resize: vertical;
}

#cba-main .notes .form-control,
#cba-main .notes .form-select {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
}

@media screen and (max-width: 520px) {
  #cba-main .nav-title-width {
    max-width: 190px;
  }
}
@media screen and (max-width: 320px) {
  #cba-main .nav-title-width {
    max-width: 160px;
  }
}
#cba-main .nav-tabs .nav-link {
  color: #3d5263;
}

#cba-main .nav-tabs .nav-link.active, #cba-main .nav-tabs .nav-link:hover {
  font-weight: 700;
  color: #080e16 !important;
  border-bottom: 3px solid #080e16 !important;
}

#cba-main .notification-tabs {
  background-color: transparent !important;
  border-bottom: 1px solid #e2eaf0 !important;
}

#cba-main .notification-tabs .nav-link:hover, #cba-main .notification-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom: 3px solid #353739 !important;
  color: #000000 !important;
  font-weight: bold;
}

#cba-main .notification-tabs .nav-link .badge {
  background-color: #353739;
  height: 20px;
  width: 20px;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
}

#cba-main .request-buttons {
  position: relative;
}

@media screen and (min-width: 1200px) {
  #cba-main .request-buttons {
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    bottom: 0;
  }
}
#cba-main .set-amount {
  color: #00cc8e;
  border: 1px solid #00cc8e;
  border-radius: 5px;
}

#cba-main .spinner-border {
  border-right-color: #353739;
  width: 2.5rem;
  height: 2.5rem;
}

#cba-main .round-8 {
  border-radius: 8px;
}

#cba-main .round-badge {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}

#cba-main .round-badge.green {
  background-color: #00b27c;
}

#cba-main .round-badge.blue {
  background-color: #007aff;
}

#cba-main .round-badge.orange {
  background-color: #f7961c;
}

#cba-main .square-badge {
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #f2f5f7;
  border: 1px solid #e6ecf0;
  color: #3d5263;
  text-transform: uppercase;
}

#cba-main .pill {
  padding: 7px 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#cba-main .pill.successful {
  background-color: #00b27c;
}

#cba-main .pill.pending {
  background-color: #f7961c;
}

#cba-main .pill.failed {
  background-color: #ed1b2e;
}

#cba-main .pill.no-images {
  background-color: #e6eaed;
  color: #5a6064;
}

#cba-main .text-red-700 {
  color: #b22922;
}

#cba-main .delete-btn {
  background-color: #d00000;
  color: #fff;
}

@media (min-width: 768px) {
  #cba-main .delete-btn {
    background-color: transparent;
  }

  #cba-main .delete-btn svg {
    width: 25px;
    height: 25px;
  }

  #cba-main .delete-btn svg path {
    stroke: #d00000;
  }
}
#cba-main .pill-outlined {
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

#cba-main .pill-outlined.successful {
  background-color: #f0fffa;
  border: 1px solid #00b27c;
  color: #008059;
}

#cba-main .pill-outlined.pending {
  background-color: #fff5ec;
  border: 1px solid #f7961c;
  color: #b76b00;
}

#cba-main .pill-outlined.failed {
  background-color: #fef1f2;
  border: 1px solid #ed1b2e;
  color: #b22922;
}

#cba-main .card-input {
  display: none;
}

#cba-main .card-shadow {
  box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);
}

#cba-main .card {
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

#cba-main #total-business-tab.active {
  background-color: rgb(240, 255, 250) !important;
  border-color: rgb(0, 178, 124) !important;
}

#cba-main #new-business-tab.active {
  background-color: #e9f3ff !important;
  border-color: #007aff !important;
}

#cba-main #resubmitted-business-tab.active {
  background-color: #fff5ec !important;
  border-color: #f7961c !important;
}

#cba-main #pending-business-tab.active {
  background-color: #fffaee !important;
  border-color: #fecc2f !important;
}

#cba-main #flagged-business-tab.active {
  background-color: #eceffd !important;
  border-color: rgb(88, 86, 214) !important;
}

#cba-main #approved-business-tab.active {
  background-color: rgb(237, 250, 247) !important;
  border-color: #01c7b1 !important;
}

#cba-main #rejected-business-tab.active {
  background-color: #fef1f2 !important;
  border-color: #ed1b2e !important;
}

#cba-main .filter-badge {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  padding-block: 2px;
  padding-inline: 8px;
  text-transform: capitalize;
}

#cba-main .filter-badge.total-business, #cba-main .filter-badge.green {
  background-color: #f0fffa;
  border: 1px solid #00b27c;
  color: #00b27c;
}

#cba-main .filter-badge.new-business, #cba-main .filter-badge.blue {
  background-color: #e9f3ff;
  border: 1px solid #007aff;
  color: #007aff;
}

#cba-main .filter-badge.resubmitted-business, #cba-main .filter-badge.orange {
  background-color: #fff5ec;
  border: 1px solid #f7961c;
  color: #f7961c;
}

#cba-main .filter-badge.pending-business, #cba-main .filter-badge.yellow {
  background-color: #fffaee;
  border: 1px solid #fecc2f;
  color: #cca300;
}

#cba-main .filter-badge.flagged-business, #cba-main .filter-badge.purple {
  background-color: #eceffd;
  border: 1px solid #5856d6;
  color: #4645ab;
}

#cba-main .filter-badge.approved-business, #cba-main .filter-badge.cyan {
  background-color: #edfaf7;
  border: 1px solid #01c7b1;
  color: #01c7b1;
}

#cba-main .filter-badge.rejected-business, #cba-main .filter-badge.red {
  background-color: #fef1f2;
  border: 1px solid #ed1b2e;
  color: #ed1b2e;
}

#cba-main .filter-badge.grey {
  background-color: #f2f5f7;
  border: 1px solid #c3d0db;
  color: #010508;
}

#cba-main .tooltip-inner {
  background-color: #e6ebf1 !important;
  color: black !important;
  border-radius: 5px;
  max-width: 350px !important;
}

#cba-main .smaller {
  font-size: 10px;
}

@media screen and (min-width: 991px) {
  #cba-main .fixed-bottom.pagination {
    left: 240px;
  }
}
#cba-main input,
#cba-main .input-group-text {
  border-radius: 8px;
  padding: 12px;
}

#cba-main .subtext {
  color: #5a6064;
}

#cba-main .text-blue-600 {
  color: #0062cc;
}

#cba-main .profile-image {
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
}

#cba-main .profile-image img {
  width: 100%;
  height: 100%;
}

#cba-main .profile-image::after {
  content: "";
  background-image: url("../../assets/images/svg/icon-edit.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%;
  padding: 4px;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0062cc;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

#cba-main .profile-image-m {
  width: 120px;
  height: 120px;
  position: relative;
  cursor: pointer;
}

#cba-main .profile-image-m img {
  width: 100%;
  height: 100%;
}

#cba-main .profile-image-m::after {
  content: "";
  background-image: url("../../assets/images/svg/icon-edit-b.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%;
  padding: 4px;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

#cba-main .top-navbg {
  background-color: #0062cc;
}

#cba-main .text-blue {
  color: #0062cc;
}

#cba-main .main-container {
  width: 70px;
  aspect-ratio: 1/1;
}

#cba-main .progress-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #b8c3ce;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

#cba-main .progress-wrapper .right {
  position: absolute;
  width: 100%;
  height: 102%;
  top: -2%;
  right: -50%;
}

#cba-main .progress-wrapper .right-fill {
  background-color: #0062cc;
  width: 100%;
  -webkit-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

#cba-main .progress-wrapper .left {
  position: absolute;
  width: 100%;
  height: 102%;
  top: -2%;
  left: -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

#cba-main .progress-wrapper .left-fill {
  background-color: #0062cc;
  width: 100%;
  -webkit-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

#cba-main .progress-wrapper .progress-circle {
  width: 85%;
  height: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background-color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
  color: #000;
  border-radius: 50%;
}

#cba-main .card-bg {
  background-color: #f8f9fa;
}

#cba-main .blanc {
  background-color: #fff;
}

#cba-main .smb-gray {
  background-color: #f2f5f7 !important;
}

#cba-main .slip {
  background-color: #fff;
  cursor: pointer;
}

#cba-main .slip:hover {
  background-color: #fafbfc;
}

#cba-main .set-height {
  min-height: 700px;
}

#cba-main .white-trans {
  background: rgba(255, 255, 255, 0.9);
}

#cba-main .card-bg-2 {
  background-color: #fff;
  border: 1px solid #dee2e6;
}

#cba-main .card-vh {
  height: calc(100svh - 400px);
}

#cba-main .page-vh {
  height: calc(100svh - 150px);
}

#cba-main .payslip-vh {
  height: calc(100svh - 150px);
}

#cba-main .lw-medium {
  font-weight: 500;
}

#cba-main .page-vh,
#cba-main .payslip-vh {
  height: calc(100svh - 120px);
}

#cba-main .card-vh-2 {
  height: calc(100svh - 400px);
}

#cba-main .input-group {
  border: 1px solid #ced4da !important;
  border-radius: 8px;
  -webkit-transition: border-color 0.3s ease !important;
  transition: border-color 0.3s ease !important;
}

#cba-main .input-group:has(.is-invalid) {
  border: 1px solid #dc3545 !important;
}

#cba-main .input-group .input-group-text {
  border: none;
}

#cba-main .input-group .form-control {
  border: none;
}

#cba-main .input-group .form-control:focus {
  border: none !important;
}

#cba-main .input-group:focus-within {
  border: 1px solid #080e16 !important;
}

#cba-main input[type=date].is-invalid {
  background-image: unset !important;
}

#cba-main .agent-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #edfaf7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#cba-main .agent-avatar-24 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #edfaf7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#cba-main .business-image,
#cba-main [data-initials]::before,
#cba-main .with-flag::before {
  content: attr(data-initials);
  font-size: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  background: #edfaf7;
  vertical-align: middle;
  color: #01c7b1;
  border-radius: 50%;
}

#cba-main .business-image-48,
#cba-main [data-initials]::before,
#cba-main .with-flag::before {
  content: attr(data-initials);
  font-size: 14px;
  width: 48px;
  height: 48px;
  text-align: center;
  background: #edfaf7;
  vertical-align: middle;
  color: #01c7b1;
  border-radius: 50%;
}

#cba-main .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s;
  transition: visibility 0s, opacity 0.5s;
  z-index: 998;
}

#cba-main .overlay.active {
  visibility: visible;
  opacity: 1;
}

#cba-main .notification-sidebar {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  background: #fff;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  z-index: 999;
}

#cba-main .notification-sidebar .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

#cba-main .notification-sidebar.active {
  right: 0;
}

#cba-main .note-textarea:focus {
  border: none !important;
}

#cba-main .add-sub-items::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 76%;
  -webkit-transform: translateY(-78%);
  -ms-transform: translateY(-78%);
  transform: translateY(-78%);
  height: 100%;
  width: 4px;
  border-left: 3px dashed rgba(209, 228, 238, 0.8156862745) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

#cba-main .add-sub-items .subcard {
  position: relative;
  z-index: 2;
}

#cba-main .bg-teal {
  background-color: #01c7b1 !important;
}

#cba-main .text-teal {
  color: #01c7b1 !important;
}

#cba-main .text-teal-600 {
  color: #009e96;
}

#cba-main .avatar-container {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edfaf7;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
}

#cba-main .avatar-container::before {
  content: attr(data-person-initials);
  display: block;
}

#cba-main .avatar-container .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#cba-main .avatar-container:has(.avatar-img) {
  background-color: #edfaf7;
}

#cba-main .avatar-container:has(.avatar-img)::before {
  display: none;
}

#cba-main input[name=relationship-manager] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#cba-main input[name=relationship-manager]:checked {
  border: none;
  background-image: url("../../assets/images/svg/radio-check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#cba-main .request-badge {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: white;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}

#cba-main .show-filter-btn {
  width: 100%;
}

@media (min-width: 992px) {
  #cba-main .show-filter-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#cba-finance {
  font-family: "Sora", sans-serif;
}

#cba-finance #navbarAsideContent {
  background: white;
}

#cba-finance #navbarAsideContent .accordion-collapse {
  background: white;
}

#cba-finance #navbarAsideContent .nav-link-title {
  color: #030F1A;
}

#cba-finance #navbarAsideContent .nav-item:hover > .nav-link {
  background-color: #EDFAF7;
  color: #030F1A;
}

#cba-finance #navbarAsideContent .nav-item.active > .nav-link {
  background-color: #EDFAF7;
  color: #030F1A;
}

#cba-finance #navbarAsideContent .accordion-button {
  color: #030F1A;
  background-color: white;
  box-shadow: none;
  border-radius: 0;
}

#cba-finance .text-muted {
  color: #8195A6 !important;
}

#cba-finance .text-orange-400 {
  color: #FFAA33 !important;
}

#cba-finance .text-warning-400 {
  color: #F7961C !important;
}

#cba-finance .bg-teal {
  background-color: #99E8DF !important;
}

#cba-finance .text-blue-400 {
  color: #080e16;
}

#cba-finance .text-blue-300 {
  color: #007AFF !important;
}

#cba-finance .bg-success {
  background-color: #F0FFFA !important;
}

#cba-finance .nav-tabs .nav-link {
  color: #030F1A;
}

#cba-finance .nav-tabs .nav-link.active {
  font-weight: 600;
  color: #030F1A !important;
  border-bottom: 3px solid #01C7B1 !important;
}

#cba-finance .nav-tabs .nav-link:hover {
  color: #030F1A !important;
  border-bottom: 3px solid #01C7B1 !important;
}

#cba-finance .nav-border {
  border-bottom: 1px solid var(--Opacity-Light, rgba(0, 0, 0, 0.2));
}

#cba-finance .border-success {
  border: 0.8px solid #00B27C !important;
}

#cba-finance .border-yellow {
  border: 0.8px solid #CCA300 !important;
}

#cba-finance .border-warning {
  border: 0.8px solid #F7961C !important;
}

#cba-finance .border-primary-blue-400 {
  border: 0.8px solid #080e16 !important;
}

#cba-finance .border-purple-500 {
  border-color: 0.8px solid #5856D6 !important;
}

#cba-finance .bg-warning-faded {
  background-color: #FFF5EC !important;
}

#cba-finance .bg-yellow-faded {
  background-color: #FFFAEE !important;
}

#cba-finance .notification-tabs {
  background-color: transparent !important;
  border-bottom: 1px solid #e2eaf0 !important;
}

#cba-finance .notification-tabs .nav-link:hover, #cba-finance .notification-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom: 3px solid #01C7B1 !important;
  color: #030F1A !important;
  font-weight: bold;
}

#cba-finance .notification-tabs .nav-link .badge {
  background-color: #01C7B1;
  height: 20px;
  width: 20px;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
}

#cba-finance .marker {
  width: 6px;
  height: 14px;
  border-radius: 6px;
}

#cba-finance .marker.red {
  background: #fb3b52;
}

#cba-finance .marker.cyan {
  background: #3fc8e4;
}

#cba-finance .marker.brown {
  background: #b76b00;
}

#cba-finance .marker.purple {
  background: #5654d4;
}

#cba-finance .bg-primary-faded {
  background-color: #EDFAF7 !important;
}

#cba-finance .btn-primary {
  border-color: #01C7B1 !important;
  background-color: #01C7B1 !important;
}

#cba-finance .btn-primary:hover, #cba-finance .btn-primary:active {
  border-color: #01C7B1 !important;
  background-color: #01C7B1 !important;
  color: #fff !important;
}

#cba-finance .btn-primary[disabled] {
  background-color: #eff0f2 !important;
  color: #a1b3c2 !important;
  border: none;
  cursor: not-allowed !important;
}

#cba-finance .btn-outline-primary {
  border-color: #01C7B1 !important;
  background-color: #fff !important;
  color: #01C7B1 !important;
}

#cba-finance .btn-outline-primary:hover, #cba-finance .btn-outline-primary:active, #cba-finance .btn-outline-primary:focus {
  border-color: #01C7B1 !important;
  color: #fff !important;
  background-color: #01C7B1 !important;
}

#cba-finance .btn-secondary {
  background-color: #e6ecf0 !important;
  color: black !important;
}

#cba-finance .border-bottom-primary {
  border-bottom: 3px solid #01C7B1;
}

#cba-finance .default-img svg rect {
  fill: #01C7B1;
}

#cba-finance .text-primary {
  color: #01C7B1 !important;
}

#cba-finance input:focus,
#cba-finance select:focus {
  border: 1px solid #01C7B1 !important;
}

#cba-finance textarea:focus {
  border: 1px solid #01C7B1 !important;
}

#cba-finance .progress .progress-bar {
  background-color: #01C7B1;
}

#cba-finance .withdrawal .form-check-input[type=radio]:hover {
  border-color: #01C7B1;
}

#cba-finance .form-check-input[type=radio]:checked {
  border-color: #01C7B1;
  background-color: #01C7B1;
  border: 2px solid #01C7B1 !important;
}

#cba-finance .form-check-input[type=radio]:hover {
  border-color: #01C7B1;
}

#cba-finance .pagination {
  gap: 5px;
}

#cba-finance .pagination li a {
  background-color: #fff !important;
  color: #01C7B1 !important;
}

#cba-finance .pagination li a:hover, #cba-finance .pagination li a.active {
  background-color: #01C7B1 !important;
  border-color: #01C7B1;
  z-index: 2;
  color: white !important;
}

#cba-finance .pagination li.disabled a {
  border: 0;
}

#cba-finance .pagination li:first-child a, #cba-finance .pagination li:last-child a, #cba-finance .pagination li:nth-child(2) a, #cba-finance .pagination li:nth-last-child(2) a {
  background-color: transparent !important;
  border-color: transparent;
}

#cba-finance .pagination li:first-child a:hover, #cba-finance .pagination li:first-child a.active, #cba-finance .pagination li:last-child a:hover, #cba-finance .pagination li:last-child a.active, #cba-finance .pagination li:nth-child(2) a:hover, #cba-finance .pagination li:nth-child(2) a.active, #cba-finance .pagination li:nth-last-child(2) a:hover, #cba-finance .pagination li:nth-last-child(2) a.active {
  color: #01C7B1 !important;
}

#cba-finance .pagination li:first-child a:hover svg path, #cba-finance .pagination li:first-child a.active svg path, #cba-finance .pagination li:last-child a:hover svg path, #cba-finance .pagination li:last-child a.active svg path, #cba-finance .pagination li:nth-child(2) a:hover svg path, #cba-finance .pagination li:nth-child(2) a.active svg path, #cba-finance .pagination li:nth-last-child(2) a:hover svg path, #cba-finance .pagination li:nth-last-child(2) a.active svg path {
  stroke: #01C7B1;
  fill: #01C7B1;
}

#cba-finance .pagination li:first-child a svg path, #cba-finance .pagination li:last-child a svg path, #cba-finance .pagination li:nth-child(2) a svg path, #cba-finance .pagination li:nth-last-child(2) a svg path {
  stroke: #01C7B1;
  fill: #01C7B1;
}

#cba-finance .spinner-border {
  border-right-color: #01C7B1;
}

#cba-finance .liveactivity path {
  stroke: #01C7B1;
}

#cba-finance .liveactivity .live-activity-card {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  cursor: pointer;
  background-color: #EDFAF7;
}

#cba-finance .liveactivity .live-activity-card i {
  color: #01C7B1;
}

#cba-finance .liveactivity .live-activity-card .title {
  color: #01C7B1;
}

#cba-finance .liveactivity .live-activity-card .white-line {
  background-color: #01C7B1;
}

#cba-finance .activated {
  border-radius: 25px;
  padding: 3px 7px;
  font-size: 12px;
}

#cba-finance .activated.active {
  background-color: #edfaf7;
  color: #01c7b1;
  border: 1px solid #01c7b1;
}

#cba-finance .activated.active .badge {
  background: #01c7b1;
}

#cba-finance .activated.blocked {
  background-color: #ffeded;
  color: #ED1B2E;
  border: 1px solid #ED1B2E;
}

#cba-finance .activated.blocked .badge {
  background: #ED1B2E;
}

#cba-finance .activated.declined {
  background-color: #fef1f2;
  color: #cc2f26;
  border: 1px solid #cc2f26;
}

#cba-finance .activated.declined .badge {
  background-color: #cc2f26;
}

#cba-finance .activated.pending {
  background-color: #ffe9cc;
  color: #cc7700;
  border: 1px solid #cc7700;
}

#cba-finance .activated.pending .badge {
  background-color: #cc7700;
}

#cba-finance .activated.closed {
  background-color: #f0faff;
  color: #0062cc;
  border: 1px solid #0062cc;
}

#cba-finance .activated.closed .badge {
  background-color: #0062cc;
}

#cba-finance .accordion {
  --bs-accordion-bg: inherit;
}

#cba-finance .accordion-button:focus {
  z-index: 0;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

#cba-finance .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

#cba-finance .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

#cba-finance .alert-success {
  background-color: #dbf7e0;
  color: #3dae50;
}

#cba-finance .alert-failed {
  background-color: #ffd7d5;
  color: #ED1B2E;
}

#cba-finance .back-btn {
  border: 1px solid black !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  color: #000 !important;
}

#cba-finance .badge-danger {
  background-color: #fef1f2;
  border: 1px solid #ED1B2E;
  color: #ED1B2E;
  border-radius: 12px;
}

#cba-finance .dropdown-danger {
  background-color: #fef1f2;
  border: 1px solid #ED1B2E;
  color: #ED1B2E;
}

#cba-finance .dropdown-disabled {
  background-color: #FAFBFC;
  border: 1px solid #E6ECF0;
  color: #A1B3C2;
}

#cba-finance .dropdown-warning {
  background-color: #fff;
  border: 1px solid #F7961C;
  color: #F7961C;
}

#cba-finance .dropdown-green {
  background-color: #fff;
  border: 1px solid #00996A;
  color: #00996A;
}

#cba-finance .bg-primary-faded {
  background-color: #EDFAF7;
}

#cba-finance .bg-grey-100 {
  background-color: #fafbfc;
}

#cba-finance .bg-purple-faded {
  background-color: #ECEFFD;
}

#cba-finance .bg-light-grey {
  background-color: #f8f9fb;
}

#cba-finance .btn.disabled {
  background-color: #f2f2f2;
  color: #000;
  border-color: #f2f2f2;
  opacity: 1;
}

#cba-finance .btn.wide-btn {
  padding: 0.8rem 4.5rem;
}

#cba-finance .border-bottom-primary {
  border-bottom: 3px solid #01C7B1;
}

#cba-finance .customer-card {
  border: 1px solid #e6eaed;
  border-radius: 7px;
  background-color: white;
}

#cba-finance .chart {
  width: 300px;
}

@media screen and (max-width: 567px) {
  #cba-finance .chart {
    width: 220px;
  }
}
#cba-finance .chart-data {
  position: absolute;
  top: 29px;
  right: 37px;
}

#cba-finance .chart-data h4, #cba-finance .chart-data .h4 {
  font-size: 2rem;
}

#cba-finance .chart-data.modal-chart {
  right: 41%;
  top: 65px;
}

#cba-finance .chart-data.modal-chart h4, #cba-finance .chart-data.modal-chart .h4 {
  font-size: 2.5rem;
}

@media screen and (max-width: 576px) {
  #cba-finance .chart-data.modal-chart {
    right: 35%;
  }
}
#cba-finance .credit-score .chart-data {
  top: 91px;
  left: 33px;
  position: absolute;
}

@media screen and (max-width: 567px) {
  #cba-finance .credit-score .chart-data {
    top: 83px;
    left: 40px;
  }
}
#cba-finance .credit-score .chart-data h4, #cba-finance .credit-score .chart-data .h4 {
  font-size: 3rem;
}

#cba-finance .fw-semibold {
  font-weight: 600 !important;
}

#cba-finance .box-shadow-sm {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
}

#cba-finance e .info {
  border-radius: 7px;
  padding: 4px 9px;
  font-size: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

#cba-finance e .info.active {
  background-color: #edfaf7;
  color: #01c7b1;
}

#cba-finance e .info.active .badge {
  background: #01c7b1;
}

#cba-finance e .info.blocked {
  background-color: #ffeded;
  color: #ED1B2E;
}

#cba-finance e .info.blocked .badge {
  background: #ED1B2E;
}

#cba-finance e .info.closed {
  background-color: #f0faff;
  color: #0062cc;
}

#cba-finance e .info.closed .badge {
  background-color: #0062cc;
}

#cba-finance .notes .textarea-label {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #e6eaed;
}

#cba-finance .notes textarea {
  resize: vertical;
}

#cba-finance .notes .form-control,
#cba-finance .notes .form-select {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
}

@media screen and (max-width: 520px) {
  #cba-finance .nav-title-width {
    max-width: 190px;
  }
}
@media screen and (max-width: 320px) {
  #cba-finance .nav-title-width {
    max-width: 160px;
  }
}
#cba-finance .nav-tabs .nav-link {
  color: #3d5263;
}

#cba-finance .nav-tabs .nav-link.active, #cba-finance .nav-tabs .nav-link:hover {
  font-weight: 700;
  color: #01C7B1 !important;
  border-bottom: 3px solid #01C7B1 !important;
}

#cba-finance .notification-tabs {
  background-color: transparent !important;
  border-bottom: 1px solid #e2eaf0 !important;
}

#cba-finance .notification-tabs .nav-link:hover, #cba-finance .notification-tabs .nav-link.active {
  background-color: transparent !important;
  border-bottom: 3px solid #01C7B1 !important;
  color: #000000 !important;
  font-weight: bold;
}

#cba-finance .notification-tabs .nav-link .badge {
  background-color: #01C7B1;
  height: 20px;
  width: 20px;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
}

#cba-finance .request-buttons {
  position: relative;
}

@media screen and (min-width: 1200px) {
  #cba-finance .request-buttons {
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    bottom: 0;
  }
}
#cba-finance .set-amount {
  color: #00cc8e;
  border: 1px solid #00cc8e;
  border-radius: 5px;
}

#cba-finance .spinner-border {
  border-right-color: #01C7B1;
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid rgba(0, 0, 0, 0.1);
}

#cba-finance .round-8 {
  border-radius: 8px;
}

#cba-finance .round-badge {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}

#cba-finance .round-badge.green {
  background-color: #00b27c;
}

#cba-finance .round-badge.blue {
  background-color: #007aff;
}

#cba-finance .round-badge.orange {
  background-color: #f7961c;
}

#cba-finance .square-badge {
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #F2F5F7;
  border: 1px solid #E6ECF0;
  color: #3D5263;
  text-transform: uppercase;
}

#cba-finance .pill {
  padding: 7px 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#cba-finance .pill.successful {
  background-color: #00b27c;
}

#cba-finance .pill.pending {
  background-color: #f7961c;
}

#cba-finance .pill.failed {
  background-color: #ED1B2E;
}

#cba-finance .pill.no-images {
  background-color: #e6eaed;
  color: #5a6064;
}

#cba-finance .text-red-700 {
  color: #B22922;
}

#cba-finance .pill-outlined {
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

#cba-finance .pill-outlined.successful {
  background-color: #F0FFFA;
  border: 1px solid #00b27c;
  color: #008059;
}

#cba-finance .pill-outlined.pending {
  background-color: #fff5ec;
  border: 1px solid #f7961c;
  color: #b76b00;
}

#cba-finance .pill-outlined.failed {
  background-color: #fef1f2;
  border: 1px solid #ED1B2E;
  color: #b22922;
}

#cba-finance .card-input {
  display: none;
}

#cba-finance .card-shadow {
  box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);
}

#cba-finance .card {
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

#cba-finance #total-business-tab.active {
  background-color: rgb(240, 255, 250) !important;
  border-color: rgb(0, 178, 124) !important;
}

#cba-finance #new-business-tab.active {
  background-color: #E9F3FF !important;
  border-color: #007AFF !important;
}

#cba-finance #resubmitted-business-tab.active {
  background-color: #FFF5EC !important;
  border-color: #F7961C !important;
}

#cba-finance #pending-business-tab.active {
  background-color: #fffaee !important;
  border-color: #fecc2f !important;
}

#cba-finance #flagged-business-tab.active {
  background-color: #eceffd !important;
  border-color: rgb(88, 86, 214) !important;
}

#cba-finance #approved-business-tab.active {
  background-color: rgb(237, 250, 247) !important;
  border-color: #01C7B1 !important;
}

#cba-finance #rejected-business-tab.active {
  background-color: #fef1f2 !important;
  border-color: #ED1B2E !important;
}

#cba-finance .filter-badge {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  padding-block: 2px;
  padding-inline: 8px;
  text-transform: capitalize;
}

#cba-finance .filter-badge.total-business, #cba-finance .filter-badge.green {
  background-color: #F0FFFA;
  border: 1px solid #00B27C;
  color: #00B27C;
}

#cba-finance .filter-badge.new-business, #cba-finance .filter-badge.blue {
  background-color: #E9F3FF;
  border: 1px solid #007AFF;
  color: #007AFF;
}

#cba-finance .filter-badge.resubmitted-business, #cba-finance .filter-badge.orange {
  background-color: #FFF5EC;
  border: 1px solid #F7961C;
  color: #F7961C;
}

#cba-finance .filter-badge.pending-business, #cba-finance .filter-badge.yellow {
  background-color: #FFFAEE;
  border: 1px solid #FECC2F;
  color: #CCA300;
}

#cba-finance .filter-badge.flagged-business, #cba-finance .filter-badge.purple {
  background-color: #ECEFFD;
  border: 1px solid #5856D6;
  color: #4645AB;
}

#cba-finance .filter-badge.approved-business, #cba-finance .filter-badge.cyan {
  background-color: #EDFAF7;
  border: 1px solid #01C7B1;
  color: #01C7B1;
}

#cba-finance .filter-badge.rejected-business, #cba-finance .filter-badge.red {
  background-color: #FEF1F2;
  border: 1px solid #ED1B2E;
  color: #ED1B2E;
}

#cba-finance .tooltip-inner {
  background-color: #E6EBF1 !important;
  color: black !important;
  border-radius: 5px;
  max-width: 350px !important;
}

#cba-finance .smaller {
  font-size: 10px;
}

@media screen and (min-width: 991px) {
  #cba-finance .fixed-bottom.pagination {
    left: 240px;
  }
}
#cba-finance input,
#cba-finance .input-group-text {
  border-radius: 8px;
  padding: 12px;
}

#cba-finance .subtext {
  color: #5a6064;
}

#cba-finance .text-blue-600 {
  color: #0062cc;
}

#cba-finance .profile-image {
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
}

#cba-finance .profile-image img {
  width: 100%;
  height: 100%;
}

#cba-finance .profile-image::after {
  content: "";
  background-image: url("../../assets/images/svg/icon-edit.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%;
  padding: 4px;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0062cc;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

#cba-finance .profile-image-m {
  width: 120px;
  height: 120px;
  position: relative;
  cursor: pointer;
}

#cba-finance .profile-image-m img {
  width: 100%;
  height: 100%;
}

#cba-finance .profile-image-m::after {
  content: "";
  background-image: url("../../assets/images/svg/icon-edit-b.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%;
  padding: 4px;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

#cba-finance .top-navbg {
  background-color: #0062cc;
}

#cba-finance .text-blue {
  color: #0062cc;
}

#cba-finance .main-container {
  width: 70px;
  aspect-ratio: 1/1;
}

#cba-finance .progress-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #b8c3ce;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

#cba-finance .progress-wrapper .right {
  position: absolute;
  width: 100%;
  height: 102%;
  top: -2%;
  right: -50%;
}

#cba-finance .progress-wrapper .right-fill {
  background-color: #0062cc;
  width: 100%;
  -webkit-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

#cba-finance .progress-wrapper .left {
  position: absolute;
  width: 100%;
  height: 102%;
  top: -2%;
  left: -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

#cba-finance .progress-wrapper .left-fill {
  background-color: #0062cc;
  width: 100%;
  -webkit-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

#cba-finance .progress-wrapper .progress-circle {
  width: 85%;
  height: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background-color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
  color: #000;
  border-radius: 50%;
}

#cba-finance .card-bg {
  background-color: #f8f9fa;
}

#cba-finance .blanc {
  background-color: #fff;
}

#cba-finance .smb-gray {
  background-color: #f2f5f7 !important;
}

#cba-finance .slip {
  background-color: #fff;
  cursor: pointer;
}

#cba-finance .slip:hover {
  background-color: #fafbfc;
}

#cba-finance .set-height {
  min-height: 700px;
}

#cba-finance .white-trans {
  background: rgba(255, 255, 255, 0.9);
}

#cba-finance .card-bg-2 {
  background-color: #fff;
  border: 1px solid #dee2e6;
}

#cba-finance .card-vh {
  height: calc(100svh - 400px);
}

#cba-finance .page-vh {
  height: calc(100svh - 150px);
}

#cba-finance .payslip-vh {
  height: calc(100svh - 150px);
}

#cba-finance .lw-medium {
  font-weight: 500;
}

#cba-finance .page-vh,
#cba-finance .payslip-vh {
  height: calc(100svh - 120px);
}

#cba-finance .card-vh-2 {
  height: calc(100svh - 400px);
}

#cba-finance .input-group {
  border: 1px solid #ced4da !important;
  border-radius: 8px;
  -webkit-transition: border-color 0.3s ease !important;
  transition: border-color 0.3s ease !important;
}

#cba-finance .input-group:has(.is-invalid) {
  border: 1px solid #dc3545 !important;
}

#cba-finance .input-group .input-group-text {
  border: none;
}

#cba-finance .input-group .form-control {
  border: none;
}

#cba-finance .input-group .form-control:focus {
  border: none !important;
}

#cba-finance .input-group:focus-within {
  border: 1px solid #01C7B1 !important;
}

@media only screen and (min-width: 1200px) {
  #cba-finance .cba-card .card-content {
    height: calc(100vh - 235px);
  }
}
#cba-finance input[type=date].is-invalid {
  background-image: unset !important;
}

#cba-finance .agent-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#cba-finance .agent-avatar-24 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #EDFAF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#cba-finance .business-image,
#cba-finance [data-initials]::before,
#cba-finance .with-flag::before {
  content: attr(data-initials);
  font-size: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  background: #EDFAF7;
  vertical-align: middle;
  color: #01C7B1;
  border-radius: 50%;
}

#cba-finance .business-image-48,
#cba-finance [data-initials]::before,
#cba-finance .with-flag::before {
  content: attr(data-initials);
  font-size: 14px;
  width: 48px;
  height: 48px;
  text-align: center;
  background: #EDFAF7;
  vertical-align: middle;
  color: #01C7B1;
  border-radius: 50%;
}

#cba-finance .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s;
  transition: visibility 0s, opacity 0.5s;
  z-index: 998;
}

#cba-finance .overlay.active {
  visibility: visible;
  opacity: 1;
}

#cba-finance .notification-sidebar {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  background: #fff;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  z-index: 999;
}

#cba-finance .notification-sidebar .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

#cba-finance .notification-sidebar.active {
  right: 0;
}

#cba-finance .note-textarea:focus {
  border: none !important;
}

.object-fit-0 {
  object-fit: 0;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-fill {
  object-fit: fill;
}

.object-fit-scale-down {
  object-fit: scale-down;
}

.vh-height-1 {
  height: calc(100vh - 1px);
}

.vh-height-2 {
  height: calc(100vh - 2px);
}

.vh-height-3 {
  height: calc(100vh - 3px);
}

.vh-height-4 {
  height: calc(100vh - 4px);
}

.vh-height-5 {
  height: calc(100vh - 5px);
}

.vh-height-6 {
  height: calc(100vh - 6px);
}

.vh-height-7 {
  height: calc(100vh - 7px);
}

.vh-height-8 {
  height: calc(100vh - 8px);
}

.vh-height-9 {
  height: calc(100vh - 9px);
}

.vh-height-10 {
  height: calc(100vh - 10px);
}

.vh-height-11 {
  height: calc(100vh - 11px);
}

.vh-height-12 {
  height: calc(100vh - 12px);
}

.vh-height-13 {
  height: calc(100vh - 13px);
}

.vh-height-14 {
  height: calc(100vh - 14px);
}

.vh-height-15 {
  height: calc(100vh - 15px);
}

.vh-height-16 {
  height: calc(100vh - 16px);
}

.vh-height-17 {
  height: calc(100vh - 17px);
}

.vh-height-18 {
  height: calc(100vh - 18px);
}

.vh-height-19 {
  height: calc(100vh - 19px);
}

.vh-height-20 {
  height: calc(100vh - 20px);
}

.vh-height-21 {
  height: calc(100vh - 21px);
}

.vh-height-22 {
  height: calc(100vh - 22px);
}

.vh-height-23 {
  height: calc(100vh - 23px);
}

.vh-height-24 {
  height: calc(100vh - 24px);
}

.vh-height-25 {
  height: calc(100vh - 25px);
}

.vh-height-26 {
  height: calc(100vh - 26px);
}

.vh-height-27 {
  height: calc(100vh - 27px);
}

.vh-height-28 {
  height: calc(100vh - 28px);
}

.vh-height-29 {
  height: calc(100vh - 29px);
}

.vh-height-30 {
  height: calc(100vh - 30px);
}

.vh-height-31 {
  height: calc(100vh - 31px);
}

.vh-height-32 {
  height: calc(100vh - 32px);
}

.vh-height-33 {
  height: calc(100vh - 33px);
}

.vh-height-34 {
  height: calc(100vh - 34px);
}

.vh-height-35 {
  height: calc(100vh - 35px);
}

.vh-height-36 {
  height: calc(100vh - 36px);
}

.vh-height-37 {
  height: calc(100vh - 37px);
}

.vh-height-38 {
  height: calc(100vh - 38px);
}

.vh-height-39 {
  height: calc(100vh - 39px);
}

.vh-height-40 {
  height: calc(100vh - 40px);
}

.vh-height-41 {
  height: calc(100vh - 41px);
}

.vh-height-42 {
  height: calc(100vh - 42px);
}

.vh-height-43 {
  height: calc(100vh - 43px);
}

.vh-height-44 {
  height: calc(100vh - 44px);
}

.vh-height-45 {
  height: calc(100vh - 45px);
}

.vh-height-46 {
  height: calc(100vh - 46px);
}

.vh-height-47 {
  height: calc(100vh - 47px);
}

.vh-height-48 {
  height: calc(100vh - 48px);
}

.vh-height-49 {
  height: calc(100vh - 49px);
}

.vh-height-50 {
  height: calc(100vh - 50px);
}

.vh-height-51 {
  height: calc(100vh - 51px);
}

.vh-height-52 {
  height: calc(100vh - 52px);
}

.vh-height-53 {
  height: calc(100vh - 53px);
}

.vh-height-54 {
  height: calc(100vh - 54px);
}

.vh-height-55 {
  height: calc(100vh - 55px);
}

.vh-height-56 {
  height: calc(100vh - 56px);
}

.vh-height-57 {
  height: calc(100vh - 57px);
}

.vh-height-58 {
  height: calc(100vh - 58px);
}

.vh-height-59 {
  height: calc(100vh - 59px);
}

.vh-height-60 {
  height: calc(100vh - 60px);
}

.vh-height-61 {
  height: calc(100vh - 61px);
}

.vh-height-62 {
  height: calc(100vh - 62px);
}

.vh-height-63 {
  height: calc(100vh - 63px);
}

.vh-height-64 {
  height: calc(100vh - 64px);
}

.vh-height-65 {
  height: calc(100vh - 65px);
}

.vh-height-66 {
  height: calc(100vh - 66px);
}

.vh-height-67 {
  height: calc(100vh - 67px);
}

.vh-height-68 {
  height: calc(100vh - 68px);
}

.vh-height-69 {
  height: calc(100vh - 69px);
}

.vh-height-70 {
  height: calc(100vh - 70px);
}

.vh-height-71 {
  height: calc(100vh - 71px);
}

.vh-height-72 {
  height: calc(100vh - 72px);
}

.vh-height-73 {
  height: calc(100vh - 73px);
}

.vh-height-74 {
  height: calc(100vh - 74px);
}

.vh-height-75 {
  height: calc(100vh - 75px);
}

.vh-height-76 {
  height: calc(100vh - 76px);
}

.vh-height-77 {
  height: calc(100vh - 77px);
}

.vh-height-78 {
  height: calc(100vh - 78px);
}

.vh-height-79 {
  height: calc(100vh - 79px);
}

.vh-height-80 {
  height: calc(100vh - 80px);
}

.vh-height-81 {
  height: calc(100vh - 81px);
}

.vh-height-82 {
  height: calc(100vh - 82px);
}

.vh-height-83 {
  height: calc(100vh - 83px);
}

.vh-height-84 {
  height: calc(100vh - 84px);
}

.vh-height-85 {
  height: calc(100vh - 85px);
}

.vh-height-86 {
  height: calc(100vh - 86px);
}

.vh-height-87 {
  height: calc(100vh - 87px);
}

.vh-height-88 {
  height: calc(100vh - 88px);
}

.vh-height-89 {
  height: calc(100vh - 89px);
}

.vh-height-90 {
  height: calc(100vh - 90px);
}

.vh-height-91 {
  height: calc(100vh - 91px);
}

.vh-height-92 {
  height: calc(100vh - 92px);
}

.vh-height-93 {
  height: calc(100vh - 93px);
}

.vh-height-94 {
  height: calc(100vh - 94px);
}

.vh-height-95 {
  height: calc(100vh - 95px);
}

.vh-height-96 {
  height: calc(100vh - 96px);
}

.vh-height-97 {
  height: calc(100vh - 97px);
}

.vh-height-98 {
  height: calc(100vh - 98px);
}

.vh-height-99 {
  height: calc(100vh - 99px);
}

.vh-height-100 {
  height: calc(100vh - 100px);
}

.vh-height-101 {
  height: calc(100vh - 101px);
}

.vh-height-102 {
  height: calc(100vh - 102px);
}

.vh-height-103 {
  height: calc(100vh - 103px);
}

.vh-height-104 {
  height: calc(100vh - 104px);
}

.vh-height-105 {
  height: calc(100vh - 105px);
}

.vh-height-106 {
  height: calc(100vh - 106px);
}

.vh-height-107 {
  height: calc(100vh - 107px);
}

.vh-height-108 {
  height: calc(100vh - 108px);
}

.vh-height-109 {
  height: calc(100vh - 109px);
}

.vh-height-110 {
  height: calc(100vh - 110px);
}

.vh-height-111 {
  height: calc(100vh - 111px);
}

.vh-height-112 {
  height: calc(100vh - 112px);
}

.vh-height-113 {
  height: calc(100vh - 113px);
}

.vh-height-114 {
  height: calc(100vh - 114px);
}

.vh-height-115 {
  height: calc(100vh - 115px);
}

.vh-height-116 {
  height: calc(100vh - 116px);
}

.vh-height-117 {
  height: calc(100vh - 117px);
}

.vh-height-118 {
  height: calc(100vh - 118px);
}

.vh-height-119 {
  height: calc(100vh - 119px);
}

.vh-height-120 {
  height: calc(100vh - 120px);
}

.vh-height-121 {
  height: calc(100vh - 121px);
}

.vh-height-122 {
  height: calc(100vh - 122px);
}

.vh-height-123 {
  height: calc(100vh - 123px);
}

.vh-height-124 {
  height: calc(100vh - 124px);
}

.vh-height-125 {
  height: calc(100vh - 125px);
}

.vh-height-126 {
  height: calc(100vh - 126px);
}

.vh-height-127 {
  height: calc(100vh - 127px);
}

.vh-height-128 {
  height: calc(100vh - 128px);
}

.vh-height-129 {
  height: calc(100vh - 129px);
}

.vh-height-130 {
  height: calc(100vh - 130px);
}

.vh-height-131 {
  height: calc(100vh - 131px);
}

.vh-height-132 {
  height: calc(100vh - 132px);
}

.vh-height-133 {
  height: calc(100vh - 133px);
}

.vh-height-134 {
  height: calc(100vh - 134px);
}

.vh-height-135 {
  height: calc(100vh - 135px);
}

.vh-height-136 {
  height: calc(100vh - 136px);
}

.vh-height-137 {
  height: calc(100vh - 137px);
}

.vh-height-138 {
  height: calc(100vh - 138px);
}

.vh-height-139 {
  height: calc(100vh - 139px);
}

.vh-height-140 {
  height: calc(100vh - 140px);
}

.vh-height-141 {
  height: calc(100vh - 141px);
}

.vh-height-142 {
  height: calc(100vh - 142px);
}

.vh-height-143 {
  height: calc(100vh - 143px);
}

.vh-height-144 {
  height: calc(100vh - 144px);
}

.vh-height-145 {
  height: calc(100vh - 145px);
}

.vh-height-146 {
  height: calc(100vh - 146px);
}

.vh-height-147 {
  height: calc(100vh - 147px);
}

.vh-height-148 {
  height: calc(100vh - 148px);
}

.vh-height-149 {
  height: calc(100vh - 149px);
}

.vh-height-150 {
  height: calc(100vh - 150px);
}

.vh-height-151 {
  height: calc(100vh - 151px);
}

.vh-height-152 {
  height: calc(100vh - 152px);
}

.vh-height-153 {
  height: calc(100vh - 153px);
}

.vh-height-154 {
  height: calc(100vh - 154px);
}

.vh-height-155 {
  height: calc(100vh - 155px);
}

.vh-height-156 {
  height: calc(100vh - 156px);
}

.vh-height-157 {
  height: calc(100vh - 157px);
}

.vh-height-158 {
  height: calc(100vh - 158px);
}

.vh-height-159 {
  height: calc(100vh - 159px);
}

.vh-height-160 {
  height: calc(100vh - 160px);
}

.vh-height-161 {
  height: calc(100vh - 161px);
}

.vh-height-162 {
  height: calc(100vh - 162px);
}

.vh-height-163 {
  height: calc(100vh - 163px);
}

.vh-height-164 {
  height: calc(100vh - 164px);
}

.vh-height-165 {
  height: calc(100vh - 165px);
}

.vh-height-166 {
  height: calc(100vh - 166px);
}

.vh-height-167 {
  height: calc(100vh - 167px);
}

.vh-height-168 {
  height: calc(100vh - 168px);
}

.vh-height-169 {
  height: calc(100vh - 169px);
}

.vh-height-170 {
  height: calc(100vh - 170px);
}

.vh-height-171 {
  height: calc(100vh - 171px);
}

.vh-height-172 {
  height: calc(100vh - 172px);
}

.vh-height-173 {
  height: calc(100vh - 173px);
}

.vh-height-174 {
  height: calc(100vh - 174px);
}

.vh-height-175 {
  height: calc(100vh - 175px);
}

.vh-height-176 {
  height: calc(100vh - 176px);
}

.vh-height-177 {
  height: calc(100vh - 177px);
}

.vh-height-178 {
  height: calc(100vh - 178px);
}

.vh-height-179 {
  height: calc(100vh - 179px);
}

.vh-height-180 {
  height: calc(100vh - 180px);
}

.vh-height-181 {
  height: calc(100vh - 181px);
}

.vh-height-182 {
  height: calc(100vh - 182px);
}

.vh-height-183 {
  height: calc(100vh - 183px);
}

.vh-height-184 {
  height: calc(100vh - 184px);
}

.vh-height-185 {
  height: calc(100vh - 185px);
}

.vh-height-186 {
  height: calc(100vh - 186px);
}

.vh-height-187 {
  height: calc(100vh - 187px);
}

.vh-height-188 {
  height: calc(100vh - 188px);
}

.vh-height-189 {
  height: calc(100vh - 189px);
}

.vh-height-190 {
  height: calc(100vh - 190px);
}

.vh-height-191 {
  height: calc(100vh - 191px);
}

.vh-height-192 {
  height: calc(100vh - 192px);
}

.vh-height-193 {
  height: calc(100vh - 193px);
}

.vh-height-194 {
  height: calc(100vh - 194px);
}

.vh-height-195 {
  height: calc(100vh - 195px);
}

.vh-height-196 {
  height: calc(100vh - 196px);
}

.vh-height-197 {
  height: calc(100vh - 197px);
}

.vh-height-198 {
  height: calc(100vh - 198px);
}

.vh-height-199 {
  height: calc(100vh - 199px);
}

.vh-height-200 {
  height: calc(100vh - 200px);
}

.vh-height-201 {
  height: calc(100vh - 201px);
}

.vh-height-202 {
  height: calc(100vh - 202px);
}

.vh-height-203 {
  height: calc(100vh - 203px);
}

.vh-height-204 {
  height: calc(100vh - 204px);
}

.vh-height-205 {
  height: calc(100vh - 205px);
}

.vh-height-206 {
  height: calc(100vh - 206px);
}

.vh-height-207 {
  height: calc(100vh - 207px);
}

.vh-height-208 {
  height: calc(100vh - 208px);
}

.vh-height-209 {
  height: calc(100vh - 209px);
}

.vh-height-210 {
  height: calc(100vh - 210px);
}

.vh-height-211 {
  height: calc(100vh - 211px);
}

.vh-height-212 {
  height: calc(100vh - 212px);
}

.vh-height-213 {
  height: calc(100vh - 213px);
}

.vh-height-214 {
  height: calc(100vh - 214px);
}

.vh-height-215 {
  height: calc(100vh - 215px);
}

.vh-height-216 {
  height: calc(100vh - 216px);
}

.vh-height-217 {
  height: calc(100vh - 217px);
}

.vh-height-218 {
  height: calc(100vh - 218px);
}

.vh-height-219 {
  height: calc(100vh - 219px);
}

.vh-height-220 {
  height: calc(100vh - 220px);
}

.vh-height-221 {
  height: calc(100vh - 221px);
}

.vh-height-222 {
  height: calc(100vh - 222px);
}

.vh-height-223 {
  height: calc(100vh - 223px);
}

.vh-height-224 {
  height: calc(100vh - 224px);
}

.vh-height-225 {
  height: calc(100vh - 225px);
}

.vh-height-226 {
  height: calc(100vh - 226px);
}

.vh-height-227 {
  height: calc(100vh - 227px);
}

.vh-height-228 {
  height: calc(100vh - 228px);
}

.vh-height-229 {
  height: calc(100vh - 229px);
}

.vh-height-230 {
  height: calc(100vh - 230px);
}

.vh-height-231 {
  height: calc(100vh - 231px);
}

.vh-height-232 {
  height: calc(100vh - 232px);
}

.vh-height-233 {
  height: calc(100vh - 233px);
}

.vh-height-234 {
  height: calc(100vh - 234px);
}

.vh-height-235 {
  height: calc(100vh - 235px);
}

.vh-height-236 {
  height: calc(100vh - 236px);
}

.vh-height-237 {
  height: calc(100vh - 237px);
}

.vh-height-238 {
  height: calc(100vh - 238px);
}

.vh-height-239 {
  height: calc(100vh - 239px);
}

.vh-height-240 {
  height: calc(100vh - 240px);
}

.vh-height-241 {
  height: calc(100vh - 241px);
}

.vh-height-242 {
  height: calc(100vh - 242px);
}

.vh-height-243 {
  height: calc(100vh - 243px);
}

.vh-height-244 {
  height: calc(100vh - 244px);
}

.vh-height-245 {
  height: calc(100vh - 245px);
}

.vh-height-246 {
  height: calc(100vh - 246px);
}

.vh-height-247 {
  height: calc(100vh - 247px);
}

.vh-height-248 {
  height: calc(100vh - 248px);
}

.vh-height-249 {
  height: calc(100vh - 249px);
}

.vh-height-250 {
  height: calc(100vh - 250px);
}

.vh-height-251 {
  height: calc(100vh - 251px);
}

.vh-height-252 {
  height: calc(100vh - 252px);
}

.vh-height-253 {
  height: calc(100vh - 253px);
}

.vh-height-254 {
  height: calc(100vh - 254px);
}

.vh-height-255 {
  height: calc(100vh - 255px);
}

.vh-height-256 {
  height: calc(100vh - 256px);
}

.vh-height-257 {
  height: calc(100vh - 257px);
}

.vh-height-258 {
  height: calc(100vh - 258px);
}

.vh-height-259 {
  height: calc(100vh - 259px);
}

.vh-height-260 {
  height: calc(100vh - 260px);
}

.vh-height-261 {
  height: calc(100vh - 261px);
}

.vh-height-262 {
  height: calc(100vh - 262px);
}

.vh-height-263 {
  height: calc(100vh - 263px);
}

.vh-height-264 {
  height: calc(100vh - 264px);
}

.vh-height-265 {
  height: calc(100vh - 265px);
}

.vh-height-266 {
  height: calc(100vh - 266px);
}

.vh-height-267 {
  height: calc(100vh - 267px);
}

.vh-height-268 {
  height: calc(100vh - 268px);
}

.vh-height-269 {
  height: calc(100vh - 269px);
}

.vh-height-270 {
  height: calc(100vh - 270px);
}

.vh-height-271 {
  height: calc(100vh - 271px);
}

.vh-height-272 {
  height: calc(100vh - 272px);
}

.vh-height-273 {
  height: calc(100vh - 273px);
}

.vh-height-274 {
  height: calc(100vh - 274px);
}

.vh-height-275 {
  height: calc(100vh - 275px);
}

.vh-height-276 {
  height: calc(100vh - 276px);
}

.vh-height-277 {
  height: calc(100vh - 277px);
}

.vh-height-278 {
  height: calc(100vh - 278px);
}

.vh-height-279 {
  height: calc(100vh - 279px);
}

.vh-height-280 {
  height: calc(100vh - 280px);
}

.vh-height-281 {
  height: calc(100vh - 281px);
}

.vh-height-282 {
  height: calc(100vh - 282px);
}

.vh-height-283 {
  height: calc(100vh - 283px);
}

.vh-height-284 {
  height: calc(100vh - 284px);
}

.vh-height-285 {
  height: calc(100vh - 285px);
}

.vh-height-286 {
  height: calc(100vh - 286px);
}

.vh-height-287 {
  height: calc(100vh - 287px);
}

.vh-height-288 {
  height: calc(100vh - 288px);
}

.vh-height-289 {
  height: calc(100vh - 289px);
}

.vh-height-290 {
  height: calc(100vh - 290px);
}

.vh-height-291 {
  height: calc(100vh - 291px);
}

.vh-height-292 {
  height: calc(100vh - 292px);
}

.vh-height-293 {
  height: calc(100vh - 293px);
}

.vh-height-294 {
  height: calc(100vh - 294px);
}

.vh-height-295 {
  height: calc(100vh - 295px);
}

.vh-height-296 {
  height: calc(100vh - 296px);
}

.vh-height-297 {
  height: calc(100vh - 297px);
}

.vh-height-298 {
  height: calc(100vh - 298px);
}

.vh-height-299 {
  height: calc(100vh - 299px);
}

.vh-height-300 {
  height: calc(100vh - 300px);
}

.vh-height-301 {
  height: calc(100vh - 301px);
}

.vh-height-302 {
  height: calc(100vh - 302px);
}

.vh-height-303 {
  height: calc(100vh - 303px);
}

.vh-height-304 {
  height: calc(100vh - 304px);
}

.vh-height-305 {
  height: calc(100vh - 305px);
}

.vh-height-306 {
  height: calc(100vh - 306px);
}

.vh-height-307 {
  height: calc(100vh - 307px);
}

.vh-height-308 {
  height: calc(100vh - 308px);
}

.vh-height-309 {
  height: calc(100vh - 309px);
}

.vh-height-310 {
  height: calc(100vh - 310px);
}

.vh-height-311 {
  height: calc(100vh - 311px);
}

.vh-height-312 {
  height: calc(100vh - 312px);
}

.vh-height-313 {
  height: calc(100vh - 313px);
}

.vh-height-314 {
  height: calc(100vh - 314px);
}

.vh-height-315 {
  height: calc(100vh - 315px);
}

.vh-height-316 {
  height: calc(100vh - 316px);
}

.vh-height-317 {
  height: calc(100vh - 317px);
}

.vh-height-318 {
  height: calc(100vh - 318px);
}

.vh-height-319 {
  height: calc(100vh - 319px);
}

.vh-height-320 {
  height: calc(100vh - 320px);
}

.vh-height-321 {
  height: calc(100vh - 321px);
}

.vh-height-322 {
  height: calc(100vh - 322px);
}

.vh-height-323 {
  height: calc(100vh - 323px);
}

.vh-height-324 {
  height: calc(100vh - 324px);
}

.vh-height-325 {
  height: calc(100vh - 325px);
}

.vh-height-326 {
  height: calc(100vh - 326px);
}

.vh-height-327 {
  height: calc(100vh - 327px);
}

.vh-height-328 {
  height: calc(100vh - 328px);
}

.vh-height-329 {
  height: calc(100vh - 329px);
}

.vh-height-330 {
  height: calc(100vh - 330px);
}

.vh-height-331 {
  height: calc(100vh - 331px);
}

.vh-height-332 {
  height: calc(100vh - 332px);
}

.vh-height-333 {
  height: calc(100vh - 333px);
}

.vh-height-334 {
  height: calc(100vh - 334px);
}

.vh-height-335 {
  height: calc(100vh - 335px);
}

.vh-height-336 {
  height: calc(100vh - 336px);
}

.vh-height-337 {
  height: calc(100vh - 337px);
}

.vh-height-338 {
  height: calc(100vh - 338px);
}

.vh-height-339 {
  height: calc(100vh - 339px);
}

.vh-height-340 {
  height: calc(100vh - 340px);
}

.vh-height-341 {
  height: calc(100vh - 341px);
}

.vh-height-342 {
  height: calc(100vh - 342px);
}

.vh-height-343 {
  height: calc(100vh - 343px);
}

.vh-height-344 {
  height: calc(100vh - 344px);
}

.vh-height-345 {
  height: calc(100vh - 345px);
}

.vh-height-346 {
  height: calc(100vh - 346px);
}

.vh-height-347 {
  height: calc(100vh - 347px);
}

.vh-height-348 {
  height: calc(100vh - 348px);
}

.vh-height-349 {
  height: calc(100vh - 349px);
}

.vh-height-350 {
  height: calc(100vh - 350px);
}

.vh-height-351 {
  height: calc(100vh - 351px);
}

.vh-height-352 {
  height: calc(100vh - 352px);
}

.vh-height-353 {
  height: calc(100vh - 353px);
}

.vh-height-354 {
  height: calc(100vh - 354px);
}

.vh-height-355 {
  height: calc(100vh - 355px);
}

.vh-height-356 {
  height: calc(100vh - 356px);
}

.vh-height-357 {
  height: calc(100vh - 357px);
}

.vh-height-358 {
  height: calc(100vh - 358px);
}

.vh-height-359 {
  height: calc(100vh - 359px);
}

.vh-height-360 {
  height: calc(100vh - 360px);
}

.vh-height-361 {
  height: calc(100vh - 361px);
}

.vh-height-362 {
  height: calc(100vh - 362px);
}

.vh-height-363 {
  height: calc(100vh - 363px);
}

.vh-height-364 {
  height: calc(100vh - 364px);
}

.vh-height-365 {
  height: calc(100vh - 365px);
}

.vh-height-366 {
  height: calc(100vh - 366px);
}

.vh-height-367 {
  height: calc(100vh - 367px);
}

.vh-height-368 {
  height: calc(100vh - 368px);
}

.vh-height-369 {
  height: calc(100vh - 369px);
}

.vh-height-370 {
  height: calc(100vh - 370px);
}

.vh-height-371 {
  height: calc(100vh - 371px);
}

.vh-height-372 {
  height: calc(100vh - 372px);
}

.vh-height-373 {
  height: calc(100vh - 373px);
}

.vh-height-374 {
  height: calc(100vh - 374px);
}

.vh-height-375 {
  height: calc(100vh - 375px);
}

.vh-height-376 {
  height: calc(100vh - 376px);
}

.vh-height-377 {
  height: calc(100vh - 377px);
}

.vh-height-378 {
  height: calc(100vh - 378px);
}

.vh-height-379 {
  height: calc(100vh - 379px);
}

.vh-height-380 {
  height: calc(100vh - 380px);
}

.vh-height-381 {
  height: calc(100vh - 381px);
}

.vh-height-382 {
  height: calc(100vh - 382px);
}

.vh-height-383 {
  height: calc(100vh - 383px);
}

.vh-height-384 {
  height: calc(100vh - 384px);
}

.vh-height-385 {
  height: calc(100vh - 385px);
}

.vh-height-386 {
  height: calc(100vh - 386px);
}

.vh-height-387 {
  height: calc(100vh - 387px);
}

.vh-height-388 {
  height: calc(100vh - 388px);
}

.vh-height-389 {
  height: calc(100vh - 389px);
}

.vh-height-390 {
  height: calc(100vh - 390px);
}

.vh-height-391 {
  height: calc(100vh - 391px);
}

.vh-height-392 {
  height: calc(100vh - 392px);
}

.vh-height-393 {
  height: calc(100vh - 393px);
}

.vh-height-394 {
  height: calc(100vh - 394px);
}

.vh-height-395 {
  height: calc(100vh - 395px);
}

.vh-height-396 {
  height: calc(100vh - 396px);
}

.vh-height-397 {
  height: calc(100vh - 397px);
}

.vh-height-398 {
  height: calc(100vh - 398px);
}

.vh-height-399 {
  height: calc(100vh - 399px);
}

.vh-height-400 {
  height: calc(100vh - 400px);
}

.vh-height-401 {
  height: calc(100vh - 401px);
}

.vh-height-402 {
  height: calc(100vh - 402px);
}

.vh-height-403 {
  height: calc(100vh - 403px);
}

.vh-height-404 {
  height: calc(100vh - 404px);
}

.vh-height-405 {
  height: calc(100vh - 405px);
}

.vh-height-406 {
  height: calc(100vh - 406px);
}

.vh-height-407 {
  height: calc(100vh - 407px);
}

.vh-height-408 {
  height: calc(100vh - 408px);
}

.vh-height-409 {
  height: calc(100vh - 409px);
}

.vh-height-410 {
  height: calc(100vh - 410px);
}

.vh-height-411 {
  height: calc(100vh - 411px);
}

.vh-height-412 {
  height: calc(100vh - 412px);
}

.vh-height-413 {
  height: calc(100vh - 413px);
}

.vh-height-414 {
  height: calc(100vh - 414px);
}

.vh-height-415 {
  height: calc(100vh - 415px);
}

.vh-height-416 {
  height: calc(100vh - 416px);
}

.vh-height-417 {
  height: calc(100vh - 417px);
}

.vh-height-418 {
  height: calc(100vh - 418px);
}

.vh-height-419 {
  height: calc(100vh - 419px);
}

.vh-height-420 {
  height: calc(100vh - 420px);
}

.vh-height-421 {
  height: calc(100vh - 421px);
}

.vh-height-422 {
  height: calc(100vh - 422px);
}

.vh-height-423 {
  height: calc(100vh - 423px);
}

.vh-height-424 {
  height: calc(100vh - 424px);
}

.vh-height-425 {
  height: calc(100vh - 425px);
}

.vh-height-426 {
  height: calc(100vh - 426px);
}

.vh-height-427 {
  height: calc(100vh - 427px);
}

.vh-height-428 {
  height: calc(100vh - 428px);
}

.vh-height-429 {
  height: calc(100vh - 429px);
}

.vh-height-430 {
  height: calc(100vh - 430px);
}

.vh-height-431 {
  height: calc(100vh - 431px);
}

.vh-height-432 {
  height: calc(100vh - 432px);
}

.vh-height-433 {
  height: calc(100vh - 433px);
}

.vh-height-434 {
  height: calc(100vh - 434px);
}

.vh-height-435 {
  height: calc(100vh - 435px);
}

.vh-height-436 {
  height: calc(100vh - 436px);
}

.vh-height-437 {
  height: calc(100vh - 437px);
}

.vh-height-438 {
  height: calc(100vh - 438px);
}

.vh-height-439 {
  height: calc(100vh - 439px);
}

.vh-height-440 {
  height: calc(100vh - 440px);
}

.vh-height-441 {
  height: calc(100vh - 441px);
}

.vh-height-442 {
  height: calc(100vh - 442px);
}

.vh-height-443 {
  height: calc(100vh - 443px);
}

.vh-height-444 {
  height: calc(100vh - 444px);
}

.vh-height-445 {
  height: calc(100vh - 445px);
}

.vh-height-446 {
  height: calc(100vh - 446px);
}

.vh-height-447 {
  height: calc(100vh - 447px);
}

.vh-height-448 {
  height: calc(100vh - 448px);
}

.vh-height-449 {
  height: calc(100vh - 449px);
}

.vh-height-450 {
  height: calc(100vh - 450px);
}

.vh-height-451 {
  height: calc(100vh - 451px);
}

.vh-height-452 {
  height: calc(100vh - 452px);
}

.vh-height-453 {
  height: calc(100vh - 453px);
}

.vh-height-454 {
  height: calc(100vh - 454px);
}

.vh-height-455 {
  height: calc(100vh - 455px);
}

.vh-height-456 {
  height: calc(100vh - 456px);
}

.vh-height-457 {
  height: calc(100vh - 457px);
}

.vh-height-458 {
  height: calc(100vh - 458px);
}

.vh-height-459 {
  height: calc(100vh - 459px);
}

.vh-height-460 {
  height: calc(100vh - 460px);
}

.vh-height-461 {
  height: calc(100vh - 461px);
}

.vh-height-462 {
  height: calc(100vh - 462px);
}

.vh-height-463 {
  height: calc(100vh - 463px);
}

.vh-height-464 {
  height: calc(100vh - 464px);
}

.vh-height-465 {
  height: calc(100vh - 465px);
}

.vh-height-466 {
  height: calc(100vh - 466px);
}

.vh-height-467 {
  height: calc(100vh - 467px);
}

.vh-height-468 {
  height: calc(100vh - 468px);
}

.vh-height-469 {
  height: calc(100vh - 469px);
}

.vh-height-470 {
  height: calc(100vh - 470px);
}

.vh-height-471 {
  height: calc(100vh - 471px);
}

.vh-height-472 {
  height: calc(100vh - 472px);
}

.vh-height-473 {
  height: calc(100vh - 473px);
}

.vh-height-474 {
  height: calc(100vh - 474px);
}

.vh-height-475 {
  height: calc(100vh - 475px);
}

.vh-height-476 {
  height: calc(100vh - 476px);
}

.vh-height-477 {
  height: calc(100vh - 477px);
}

.vh-height-478 {
  height: calc(100vh - 478px);
}

.vh-height-479 {
  height: calc(100vh - 479px);
}

.vh-height-480 {
  height: calc(100vh - 480px);
}

.vh-height-481 {
  height: calc(100vh - 481px);
}

.vh-height-482 {
  height: calc(100vh - 482px);
}

.vh-height-483 {
  height: calc(100vh - 483px);
}

.vh-height-484 {
  height: calc(100vh - 484px);
}

.vh-height-485 {
  height: calc(100vh - 485px);
}

.vh-height-486 {
  height: calc(100vh - 486px);
}

.vh-height-487 {
  height: calc(100vh - 487px);
}

.vh-height-488 {
  height: calc(100vh - 488px);
}

.vh-height-489 {
  height: calc(100vh - 489px);
}

.vh-height-490 {
  height: calc(100vh - 490px);
}

.vh-height-491 {
  height: calc(100vh - 491px);
}

.vh-height-492 {
  height: calc(100vh - 492px);
}

.vh-height-493 {
  height: calc(100vh - 493px);
}

.vh-height-494 {
  height: calc(100vh - 494px);
}

.vh-height-495 {
  height: calc(100vh - 495px);
}

.vh-height-496 {
  height: calc(100vh - 496px);
}

.vh-height-497 {
  height: calc(100vh - 497px);
}

.vh-height-498 {
  height: calc(100vh - 498px);
}

.vh-height-499 {
  height: calc(100vh - 499px);
}

.vh-height-500 {
  height: calc(100vh - 500px);
}

.vh-height-501 {
  height: calc(100vh - 501px);
}

.vh-height-502 {
  height: calc(100vh - 502px);
}

.vh-height-503 {
  height: calc(100vh - 503px);
}

.vh-height-504 {
  height: calc(100vh - 504px);
}

.vh-height-505 {
  height: calc(100vh - 505px);
}

.vh-height-506 {
  height: calc(100vh - 506px);
}

.vh-height-507 {
  height: calc(100vh - 507px);
}

.vh-height-508 {
  height: calc(100vh - 508px);
}

.vh-height-509 {
  height: calc(100vh - 509px);
}

.vh-height-510 {
  height: calc(100vh - 510px);
}

.vh-height-511 {
  height: calc(100vh - 511px);
}

.vh-height-512 {
  height: calc(100vh - 512px);
}

.vh-height-513 {
  height: calc(100vh - 513px);
}

.vh-height-514 {
  height: calc(100vh - 514px);
}

.vh-height-515 {
  height: calc(100vh - 515px);
}

.vh-height-516 {
  height: calc(100vh - 516px);
}

.vh-height-517 {
  height: calc(100vh - 517px);
}

.vh-height-518 {
  height: calc(100vh - 518px);
}

.vh-height-519 {
  height: calc(100vh - 519px);
}

.vh-height-520 {
  height: calc(100vh - 520px);
}

.vh-height-521 {
  height: calc(100vh - 521px);
}

.vh-height-522 {
  height: calc(100vh - 522px);
}

.vh-height-523 {
  height: calc(100vh - 523px);
}

.vh-height-524 {
  height: calc(100vh - 524px);
}

.vh-height-525 {
  height: calc(100vh - 525px);
}

.vh-height-526 {
  height: calc(100vh - 526px);
}

.vh-height-527 {
  height: calc(100vh - 527px);
}

.vh-height-528 {
  height: calc(100vh - 528px);
}

.vh-height-529 {
  height: calc(100vh - 529px);
}

.vh-height-530 {
  height: calc(100vh - 530px);
}

.vh-height-531 {
  height: calc(100vh - 531px);
}

.vh-height-532 {
  height: calc(100vh - 532px);
}

.vh-height-533 {
  height: calc(100vh - 533px);
}

.vh-height-534 {
  height: calc(100vh - 534px);
}

.vh-height-535 {
  height: calc(100vh - 535px);
}

.vh-height-536 {
  height: calc(100vh - 536px);
}

.vh-height-537 {
  height: calc(100vh - 537px);
}

.vh-height-538 {
  height: calc(100vh - 538px);
}

.vh-height-539 {
  height: calc(100vh - 539px);
}

.vh-height-540 {
  height: calc(100vh - 540px);
}

.vh-height-541 {
  height: calc(100vh - 541px);
}

.vh-height-542 {
  height: calc(100vh - 542px);
}

.vh-height-543 {
  height: calc(100vh - 543px);
}

.vh-height-544 {
  height: calc(100vh - 544px);
}

.vh-height-545 {
  height: calc(100vh - 545px);
}

.vh-height-546 {
  height: calc(100vh - 546px);
}

.vh-height-547 {
  height: calc(100vh - 547px);
}

.vh-height-548 {
  height: calc(100vh - 548px);
}

.vh-height-549 {
  height: calc(100vh - 549px);
}

.vh-height-550 {
  height: calc(100vh - 550px);
}

.vh-height-551 {
  height: calc(100vh - 551px);
}

.vh-height-552 {
  height: calc(100vh - 552px);
}

.vh-height-553 {
  height: calc(100vh - 553px);
}

.vh-height-554 {
  height: calc(100vh - 554px);
}

.vh-height-555 {
  height: calc(100vh - 555px);
}

.vh-height-556 {
  height: calc(100vh - 556px);
}

.vh-height-557 {
  height: calc(100vh - 557px);
}

.vh-height-558 {
  height: calc(100vh - 558px);
}

.vh-height-559 {
  height: calc(100vh - 559px);
}

.vh-height-560 {
  height: calc(100vh - 560px);
}

.vh-height-561 {
  height: calc(100vh - 561px);
}

.vh-height-562 {
  height: calc(100vh - 562px);
}

.vh-height-563 {
  height: calc(100vh - 563px);
}

.vh-height-564 {
  height: calc(100vh - 564px);
}

.vh-height-565 {
  height: calc(100vh - 565px);
}

.vh-height-566 {
  height: calc(100vh - 566px);
}

.vh-height-567 {
  height: calc(100vh - 567px);
}

.vh-height-568 {
  height: calc(100vh - 568px);
}

.vh-height-569 {
  height: calc(100vh - 569px);
}

.vh-height-570 {
  height: calc(100vh - 570px);
}

.vh-height-571 {
  height: calc(100vh - 571px);
}

.vh-height-572 {
  height: calc(100vh - 572px);
}

.vh-height-573 {
  height: calc(100vh - 573px);
}

.vh-height-574 {
  height: calc(100vh - 574px);
}

.vh-height-575 {
  height: calc(100vh - 575px);
}

.vh-height-576 {
  height: calc(100vh - 576px);
}

.vh-height-577 {
  height: calc(100vh - 577px);
}

.vh-height-578 {
  height: calc(100vh - 578px);
}

.vh-height-579 {
  height: calc(100vh - 579px);
}

.vh-height-580 {
  height: calc(100vh - 580px);
}

.vh-height-581 {
  height: calc(100vh - 581px);
}

.vh-height-582 {
  height: calc(100vh - 582px);
}

.vh-height-583 {
  height: calc(100vh - 583px);
}

.vh-height-584 {
  height: calc(100vh - 584px);
}

.vh-height-585 {
  height: calc(100vh - 585px);
}

.vh-height-586 {
  height: calc(100vh - 586px);
}

.vh-height-587 {
  height: calc(100vh - 587px);
}

.vh-height-588 {
  height: calc(100vh - 588px);
}

.vh-height-589 {
  height: calc(100vh - 589px);
}

.vh-height-590 {
  height: calc(100vh - 590px);
}

.vh-height-591 {
  height: calc(100vh - 591px);
}

.vh-height-592 {
  height: calc(100vh - 592px);
}

.vh-height-593 {
  height: calc(100vh - 593px);
}

.vh-height-594 {
  height: calc(100vh - 594px);
}

.vh-height-595 {
  height: calc(100vh - 595px);
}

.vh-height-596 {
  height: calc(100vh - 596px);
}

.vh-height-597 {
  height: calc(100vh - 597px);
}

.vh-height-598 {
  height: calc(100vh - 598px);
}

.vh-height-599 {
  height: calc(100vh - 599px);
}

.vh-height-600 {
  height: calc(100vh - 600px);
}

.vh-height-601 {
  height: calc(100vh - 601px);
}

.vh-height-602 {
  height: calc(100vh - 602px);
}

.vh-height-603 {
  height: calc(100vh - 603px);
}

.vh-height-604 {
  height: calc(100vh - 604px);
}

.vh-height-605 {
  height: calc(100vh - 605px);
}

.vh-height-606 {
  height: calc(100vh - 606px);
}

.vh-height-607 {
  height: calc(100vh - 607px);
}

.vh-height-608 {
  height: calc(100vh - 608px);
}

.vh-height-609 {
  height: calc(100vh - 609px);
}

.vh-height-610 {
  height: calc(100vh - 610px);
}

.vh-height-611 {
  height: calc(100vh - 611px);
}

.vh-height-612 {
  height: calc(100vh - 612px);
}

.vh-height-613 {
  height: calc(100vh - 613px);
}

.vh-height-614 {
  height: calc(100vh - 614px);
}

.vh-height-615 {
  height: calc(100vh - 615px);
}

.vh-height-616 {
  height: calc(100vh - 616px);
}

.vh-height-617 {
  height: calc(100vh - 617px);
}

.vh-height-618 {
  height: calc(100vh - 618px);
}

.vh-height-619 {
  height: calc(100vh - 619px);
}

.vh-height-620 {
  height: calc(100vh - 620px);
}

.vh-height-621 {
  height: calc(100vh - 621px);
}

.vh-height-622 {
  height: calc(100vh - 622px);
}

.vh-height-623 {
  height: calc(100vh - 623px);
}

.vh-height-624 {
  height: calc(100vh - 624px);
}

.vh-height-625 {
  height: calc(100vh - 625px);
}

.vh-height-626 {
  height: calc(100vh - 626px);
}

.vh-height-627 {
  height: calc(100vh - 627px);
}

.vh-height-628 {
  height: calc(100vh - 628px);
}

.vh-height-629 {
  height: calc(100vh - 629px);
}

.vh-height-630 {
  height: calc(100vh - 630px);
}

.vh-height-631 {
  height: calc(100vh - 631px);
}

.vh-height-632 {
  height: calc(100vh - 632px);
}

.vh-height-633 {
  height: calc(100vh - 633px);
}

.vh-height-634 {
  height: calc(100vh - 634px);
}

.vh-height-635 {
  height: calc(100vh - 635px);
}

.vh-height-636 {
  height: calc(100vh - 636px);
}

.vh-height-637 {
  height: calc(100vh - 637px);
}

.vh-height-638 {
  height: calc(100vh - 638px);
}

.vh-height-639 {
  height: calc(100vh - 639px);
}

.vh-height-640 {
  height: calc(100vh - 640px);
}

.vh-height-641 {
  height: calc(100vh - 641px);
}

.vh-height-642 {
  height: calc(100vh - 642px);
}

.vh-height-643 {
  height: calc(100vh - 643px);
}

.vh-height-644 {
  height: calc(100vh - 644px);
}

.vh-height-645 {
  height: calc(100vh - 645px);
}

.vh-height-646 {
  height: calc(100vh - 646px);
}

.vh-height-647 {
  height: calc(100vh - 647px);
}

.vh-height-648 {
  height: calc(100vh - 648px);
}

.vh-height-649 {
  height: calc(100vh - 649px);
}

.vh-height-650 {
  height: calc(100vh - 650px);
}

.vh-height-651 {
  height: calc(100vh - 651px);
}

.vh-height-652 {
  height: calc(100vh - 652px);
}

.vh-height-653 {
  height: calc(100vh - 653px);
}

.vh-height-654 {
  height: calc(100vh - 654px);
}

.vh-height-655 {
  height: calc(100vh - 655px);
}

.vh-height-656 {
  height: calc(100vh - 656px);
}

.vh-height-657 {
  height: calc(100vh - 657px);
}

.vh-height-658 {
  height: calc(100vh - 658px);
}

.vh-height-659 {
  height: calc(100vh - 659px);
}

.vh-height-660 {
  height: calc(100vh - 660px);
}

.vh-height-661 {
  height: calc(100vh - 661px);
}

.vh-height-662 {
  height: calc(100vh - 662px);
}

.vh-height-663 {
  height: calc(100vh - 663px);
}

.vh-height-664 {
  height: calc(100vh - 664px);
}

.vh-height-665 {
  height: calc(100vh - 665px);
}

.vh-height-666 {
  height: calc(100vh - 666px);
}

.vh-height-667 {
  height: calc(100vh - 667px);
}

.vh-height-668 {
  height: calc(100vh - 668px);
}

.vh-height-669 {
  height: calc(100vh - 669px);
}

.vh-height-670 {
  height: calc(100vh - 670px);
}

.vh-height-671 {
  height: calc(100vh - 671px);
}

.vh-height-672 {
  height: calc(100vh - 672px);
}

.vh-height-673 {
  height: calc(100vh - 673px);
}

.vh-height-674 {
  height: calc(100vh - 674px);
}

.vh-height-675 {
  height: calc(100vh - 675px);
}

.vh-height-676 {
  height: calc(100vh - 676px);
}

.vh-height-677 {
  height: calc(100vh - 677px);
}

.vh-height-678 {
  height: calc(100vh - 678px);
}

.vh-height-679 {
  height: calc(100vh - 679px);
}

.vh-height-680 {
  height: calc(100vh - 680px);
}

.vh-height-681 {
  height: calc(100vh - 681px);
}

.vh-height-682 {
  height: calc(100vh - 682px);
}

.vh-height-683 {
  height: calc(100vh - 683px);
}

.vh-height-684 {
  height: calc(100vh - 684px);
}

.vh-height-685 {
  height: calc(100vh - 685px);
}

.vh-height-686 {
  height: calc(100vh - 686px);
}

.vh-height-687 {
  height: calc(100vh - 687px);
}

.vh-height-688 {
  height: calc(100vh - 688px);
}

.vh-height-689 {
  height: calc(100vh - 689px);
}

.vh-height-690 {
  height: calc(100vh - 690px);
}

.vh-height-691 {
  height: calc(100vh - 691px);
}

.vh-height-692 {
  height: calc(100vh - 692px);
}

.vh-height-693 {
  height: calc(100vh - 693px);
}

.vh-height-694 {
  height: calc(100vh - 694px);
}

.vh-height-695 {
  height: calc(100vh - 695px);
}

.vh-height-696 {
  height: calc(100vh - 696px);
}

.vh-height-697 {
  height: calc(100vh - 697px);
}

.vh-height-698 {
  height: calc(100vh - 698px);
}

.vh-height-699 {
  height: calc(100vh - 699px);
}

.vh-height-700 {
  height: calc(100vh - 700px);
}

.vh-height-701 {
  height: calc(100vh - 701px);
}

.vh-height-702 {
  height: calc(100vh - 702px);
}

.vh-height-703 {
  height: calc(100vh - 703px);
}

.vh-height-704 {
  height: calc(100vh - 704px);
}

.vh-height-705 {
  height: calc(100vh - 705px);
}

.vh-height-706 {
  height: calc(100vh - 706px);
}

.vh-height-707 {
  height: calc(100vh - 707px);
}

.vh-height-708 {
  height: calc(100vh - 708px);
}

.vh-height-709 {
  height: calc(100vh - 709px);
}

.vh-height-710 {
  height: calc(100vh - 710px);
}

.vh-height-711 {
  height: calc(100vh - 711px);
}

.vh-height-712 {
  height: calc(100vh - 712px);
}

.vh-height-713 {
  height: calc(100vh - 713px);
}

.vh-height-714 {
  height: calc(100vh - 714px);
}

.vh-height-715 {
  height: calc(100vh - 715px);
}

.vh-height-716 {
  height: calc(100vh - 716px);
}

.vh-height-717 {
  height: calc(100vh - 717px);
}

.vh-height-718 {
  height: calc(100vh - 718px);
}

.vh-height-719 {
  height: calc(100vh - 719px);
}

.vh-height-720 {
  height: calc(100vh - 720px);
}

.vh-height-721 {
  height: calc(100vh - 721px);
}

.vh-height-722 {
  height: calc(100vh - 722px);
}

.vh-height-723 {
  height: calc(100vh - 723px);
}

.vh-height-724 {
  height: calc(100vh - 724px);
}

.vh-height-725 {
  height: calc(100vh - 725px);
}

.vh-height-726 {
  height: calc(100vh - 726px);
}

.vh-height-727 {
  height: calc(100vh - 727px);
}

.vh-height-728 {
  height: calc(100vh - 728px);
}

.vh-height-729 {
  height: calc(100vh - 729px);
}

.vh-height-730 {
  height: calc(100vh - 730px);
}

.vh-height-731 {
  height: calc(100vh - 731px);
}

.vh-height-732 {
  height: calc(100vh - 732px);
}

.vh-height-733 {
  height: calc(100vh - 733px);
}

.vh-height-734 {
  height: calc(100vh - 734px);
}

.vh-height-735 {
  height: calc(100vh - 735px);
}

.vh-height-736 {
  height: calc(100vh - 736px);
}

.vh-height-737 {
  height: calc(100vh - 737px);
}

.vh-height-738 {
  height: calc(100vh - 738px);
}

.vh-height-739 {
  height: calc(100vh - 739px);
}

.vh-height-740 {
  height: calc(100vh - 740px);
}

.vh-height-741 {
  height: calc(100vh - 741px);
}

.vh-height-742 {
  height: calc(100vh - 742px);
}

.vh-height-743 {
  height: calc(100vh - 743px);
}

.vh-height-744 {
  height: calc(100vh - 744px);
}

.vh-height-745 {
  height: calc(100vh - 745px);
}

.vh-height-746 {
  height: calc(100vh - 746px);
}

.vh-height-747 {
  height: calc(100vh - 747px);
}

.vh-height-748 {
  height: calc(100vh - 748px);
}

.vh-height-749 {
  height: calc(100vh - 749px);
}

.vh-height-750 {
  height: calc(100vh - 750px);
}

.vh-height-751 {
  height: calc(100vh - 751px);
}

.vh-height-752 {
  height: calc(100vh - 752px);
}

.vh-height-753 {
  height: calc(100vh - 753px);
}

.vh-height-754 {
  height: calc(100vh - 754px);
}

.vh-height-755 {
  height: calc(100vh - 755px);
}

.vh-height-756 {
  height: calc(100vh - 756px);
}

.vh-height-757 {
  height: calc(100vh - 757px);
}

.vh-height-758 {
  height: calc(100vh - 758px);
}

.vh-height-759 {
  height: calc(100vh - 759px);
}

.vh-height-760 {
  height: calc(100vh - 760px);
}

.vh-height-761 {
  height: calc(100vh - 761px);
}

.vh-height-762 {
  height: calc(100vh - 762px);
}

.vh-height-763 {
  height: calc(100vh - 763px);
}

.vh-height-764 {
  height: calc(100vh - 764px);
}

.vh-height-765 {
  height: calc(100vh - 765px);
}

.vh-height-766 {
  height: calc(100vh - 766px);
}

.vh-height-767 {
  height: calc(100vh - 767px);
}

.vh-height-768 {
  height: calc(100vh - 768px);
}

.vh-height-769 {
  height: calc(100vh - 769px);
}

.vh-height-770 {
  height: calc(100vh - 770px);
}

.vh-height-771 {
  height: calc(100vh - 771px);
}

.vh-height-772 {
  height: calc(100vh - 772px);
}

.vh-height-773 {
  height: calc(100vh - 773px);
}

.vh-height-774 {
  height: calc(100vh - 774px);
}

.vh-height-775 {
  height: calc(100vh - 775px);
}

.vh-height-776 {
  height: calc(100vh - 776px);
}

.vh-height-777 {
  height: calc(100vh - 777px);
}

.vh-height-778 {
  height: calc(100vh - 778px);
}

.vh-height-779 {
  height: calc(100vh - 779px);
}

.vh-height-780 {
  height: calc(100vh - 780px);
}

.vh-height-781 {
  height: calc(100vh - 781px);
}

.vh-height-782 {
  height: calc(100vh - 782px);
}

.vh-height-783 {
  height: calc(100vh - 783px);
}

.vh-height-784 {
  height: calc(100vh - 784px);
}

.vh-height-785 {
  height: calc(100vh - 785px);
}

.vh-height-786 {
  height: calc(100vh - 786px);
}

.vh-height-787 {
  height: calc(100vh - 787px);
}

.vh-height-788 {
  height: calc(100vh - 788px);
}

.vh-height-789 {
  height: calc(100vh - 789px);
}

.vh-height-790 {
  height: calc(100vh - 790px);
}

.vh-height-791 {
  height: calc(100vh - 791px);
}

.vh-height-792 {
  height: calc(100vh - 792px);
}

.vh-height-793 {
  height: calc(100vh - 793px);
}

.vh-height-794 {
  height: calc(100vh - 794px);
}

.vh-height-795 {
  height: calc(100vh - 795px);
}

.vh-height-796 {
  height: calc(100vh - 796px);
}

.vh-height-797 {
  height: calc(100vh - 797px);
}

.vh-height-798 {
  height: calc(100vh - 798px);
}

.vh-height-799 {
  height: calc(100vh - 799px);
}

.vh-height-800 {
  height: calc(100vh - 800px);
}

.vh-height-801 {
  height: calc(100vh - 801px);
}

.vh-height-802 {
  height: calc(100vh - 802px);
}

.vh-height-803 {
  height: calc(100vh - 803px);
}

.vh-height-804 {
  height: calc(100vh - 804px);
}

.vh-height-805 {
  height: calc(100vh - 805px);
}

.vh-height-806 {
  height: calc(100vh - 806px);
}

.vh-height-807 {
  height: calc(100vh - 807px);
}

.vh-height-808 {
  height: calc(100vh - 808px);
}

.vh-height-809 {
  height: calc(100vh - 809px);
}

.vh-height-810 {
  height: calc(100vh - 810px);
}

.vh-height-811 {
  height: calc(100vh - 811px);
}

.vh-height-812 {
  height: calc(100vh - 812px);
}

.vh-height-813 {
  height: calc(100vh - 813px);
}

.vh-height-814 {
  height: calc(100vh - 814px);
}

.vh-height-815 {
  height: calc(100vh - 815px);
}

.vh-height-816 {
  height: calc(100vh - 816px);
}

.vh-height-817 {
  height: calc(100vh - 817px);
}

.vh-height-818 {
  height: calc(100vh - 818px);
}

.vh-height-819 {
  height: calc(100vh - 819px);
}

.vh-height-820 {
  height: calc(100vh - 820px);
}

.vh-height-821 {
  height: calc(100vh - 821px);
}

.vh-height-822 {
  height: calc(100vh - 822px);
}

.vh-height-823 {
  height: calc(100vh - 823px);
}

.vh-height-824 {
  height: calc(100vh - 824px);
}

.vh-height-825 {
  height: calc(100vh - 825px);
}

.vh-height-826 {
  height: calc(100vh - 826px);
}

.vh-height-827 {
  height: calc(100vh - 827px);
}

.vh-height-828 {
  height: calc(100vh - 828px);
}

.vh-height-829 {
  height: calc(100vh - 829px);
}

.vh-height-830 {
  height: calc(100vh - 830px);
}

.vh-height-831 {
  height: calc(100vh - 831px);
}

.vh-height-832 {
  height: calc(100vh - 832px);
}

.vh-height-833 {
  height: calc(100vh - 833px);
}

.vh-height-834 {
  height: calc(100vh - 834px);
}

.vh-height-835 {
  height: calc(100vh - 835px);
}

.vh-height-836 {
  height: calc(100vh - 836px);
}

.vh-height-837 {
  height: calc(100vh - 837px);
}

.vh-height-838 {
  height: calc(100vh - 838px);
}

.vh-height-839 {
  height: calc(100vh - 839px);
}

.vh-height-840 {
  height: calc(100vh - 840px);
}

.vh-height-841 {
  height: calc(100vh - 841px);
}

.vh-height-842 {
  height: calc(100vh - 842px);
}

.vh-height-843 {
  height: calc(100vh - 843px);
}

.vh-height-844 {
  height: calc(100vh - 844px);
}

.vh-height-845 {
  height: calc(100vh - 845px);
}

.vh-height-846 {
  height: calc(100vh - 846px);
}

.vh-height-847 {
  height: calc(100vh - 847px);
}

.vh-height-848 {
  height: calc(100vh - 848px);
}

.vh-height-849 {
  height: calc(100vh - 849px);
}

.vh-height-850 {
  height: calc(100vh - 850px);
}

.vh-height-851 {
  height: calc(100vh - 851px);
}

.vh-height-852 {
  height: calc(100vh - 852px);
}

.vh-height-853 {
  height: calc(100vh - 853px);
}

.vh-height-854 {
  height: calc(100vh - 854px);
}

.vh-height-855 {
  height: calc(100vh - 855px);
}

.vh-height-856 {
  height: calc(100vh - 856px);
}

.vh-height-857 {
  height: calc(100vh - 857px);
}

.vh-height-858 {
  height: calc(100vh - 858px);
}

.vh-height-859 {
  height: calc(100vh - 859px);
}

.vh-height-860 {
  height: calc(100vh - 860px);
}

.vh-height-861 {
  height: calc(100vh - 861px);
}

.vh-height-862 {
  height: calc(100vh - 862px);
}

.vh-height-863 {
  height: calc(100vh - 863px);
}

.vh-height-864 {
  height: calc(100vh - 864px);
}

.vh-height-865 {
  height: calc(100vh - 865px);
}

.vh-height-866 {
  height: calc(100vh - 866px);
}

.vh-height-867 {
  height: calc(100vh - 867px);
}

.vh-height-868 {
  height: calc(100vh - 868px);
}

.vh-height-869 {
  height: calc(100vh - 869px);
}

.vh-height-870 {
  height: calc(100vh - 870px);
}

.vh-height-871 {
  height: calc(100vh - 871px);
}

.vh-height-872 {
  height: calc(100vh - 872px);
}

.vh-height-873 {
  height: calc(100vh - 873px);
}

.vh-height-874 {
  height: calc(100vh - 874px);
}

.vh-height-875 {
  height: calc(100vh - 875px);
}

.vh-height-876 {
  height: calc(100vh - 876px);
}

.vh-height-877 {
  height: calc(100vh - 877px);
}

.vh-height-878 {
  height: calc(100vh - 878px);
}

.vh-height-879 {
  height: calc(100vh - 879px);
}

.vh-height-880 {
  height: calc(100vh - 880px);
}

.vh-height-881 {
  height: calc(100vh - 881px);
}

.vh-height-882 {
  height: calc(100vh - 882px);
}

.vh-height-883 {
  height: calc(100vh - 883px);
}

.vh-height-884 {
  height: calc(100vh - 884px);
}

.vh-height-885 {
  height: calc(100vh - 885px);
}

.vh-height-886 {
  height: calc(100vh - 886px);
}

.vh-height-887 {
  height: calc(100vh - 887px);
}

.vh-height-888 {
  height: calc(100vh - 888px);
}

.vh-height-889 {
  height: calc(100vh - 889px);
}

.vh-height-890 {
  height: calc(100vh - 890px);
}

.vh-height-891 {
  height: calc(100vh - 891px);
}

.vh-height-892 {
  height: calc(100vh - 892px);
}

.vh-height-893 {
  height: calc(100vh - 893px);
}

.vh-height-894 {
  height: calc(100vh - 894px);
}

.vh-height-895 {
  height: calc(100vh - 895px);
}

.vh-height-896 {
  height: calc(100vh - 896px);
}

.vh-height-897 {
  height: calc(100vh - 897px);
}

.vh-height-898 {
  height: calc(100vh - 898px);
}

.vh-height-899 {
  height: calc(100vh - 899px);
}

.vh-height-900 {
  height: calc(100vh - 900px);
}

.vh-height-901 {
  height: calc(100vh - 901px);
}

.vh-height-902 {
  height: calc(100vh - 902px);
}

.vh-height-903 {
  height: calc(100vh - 903px);
}

.vh-height-904 {
  height: calc(100vh - 904px);
}

.vh-height-905 {
  height: calc(100vh - 905px);
}

.vh-height-906 {
  height: calc(100vh - 906px);
}

.vh-height-907 {
  height: calc(100vh - 907px);
}

.vh-height-908 {
  height: calc(100vh - 908px);
}

.vh-height-909 {
  height: calc(100vh - 909px);
}

.vh-height-910 {
  height: calc(100vh - 910px);
}

.vh-height-911 {
  height: calc(100vh - 911px);
}

.vh-height-912 {
  height: calc(100vh - 912px);
}

.vh-height-913 {
  height: calc(100vh - 913px);
}

.vh-height-914 {
  height: calc(100vh - 914px);
}

.vh-height-915 {
  height: calc(100vh - 915px);
}

.vh-height-916 {
  height: calc(100vh - 916px);
}

.vh-height-917 {
  height: calc(100vh - 917px);
}

.vh-height-918 {
  height: calc(100vh - 918px);
}

.vh-height-919 {
  height: calc(100vh - 919px);
}

.vh-height-920 {
  height: calc(100vh - 920px);
}

.vh-height-921 {
  height: calc(100vh - 921px);
}

.vh-height-922 {
  height: calc(100vh - 922px);
}

.vh-height-923 {
  height: calc(100vh - 923px);
}

.vh-height-924 {
  height: calc(100vh - 924px);
}

.vh-height-925 {
  height: calc(100vh - 925px);
}

.vh-height-926 {
  height: calc(100vh - 926px);
}

.vh-height-927 {
  height: calc(100vh - 927px);
}

.vh-height-928 {
  height: calc(100vh - 928px);
}

.vh-height-929 {
  height: calc(100vh - 929px);
}

.vh-height-930 {
  height: calc(100vh - 930px);
}

.vh-height-931 {
  height: calc(100vh - 931px);
}

.vh-height-932 {
  height: calc(100vh - 932px);
}

.vh-height-933 {
  height: calc(100vh - 933px);
}

.vh-height-934 {
  height: calc(100vh - 934px);
}

.vh-height-935 {
  height: calc(100vh - 935px);
}

.vh-height-936 {
  height: calc(100vh - 936px);
}

.vh-height-937 {
  height: calc(100vh - 937px);
}

.vh-height-938 {
  height: calc(100vh - 938px);
}

.vh-height-939 {
  height: calc(100vh - 939px);
}

.vh-height-940 {
  height: calc(100vh - 940px);
}

.vh-height-941 {
  height: calc(100vh - 941px);
}

.vh-height-942 {
  height: calc(100vh - 942px);
}

.vh-height-943 {
  height: calc(100vh - 943px);
}

.vh-height-944 {
  height: calc(100vh - 944px);
}

.vh-height-945 {
  height: calc(100vh - 945px);
}

.vh-height-946 {
  height: calc(100vh - 946px);
}

.vh-height-947 {
  height: calc(100vh - 947px);
}

.vh-height-948 {
  height: calc(100vh - 948px);
}

.vh-height-949 {
  height: calc(100vh - 949px);
}

.vh-height-950 {
  height: calc(100vh - 950px);
}

.vh-height-951 {
  height: calc(100vh - 951px);
}

.vh-height-952 {
  height: calc(100vh - 952px);
}

.vh-height-953 {
  height: calc(100vh - 953px);
}

.vh-height-954 {
  height: calc(100vh - 954px);
}

.vh-height-955 {
  height: calc(100vh - 955px);
}

.vh-height-956 {
  height: calc(100vh - 956px);
}

.vh-height-957 {
  height: calc(100vh - 957px);
}

.vh-height-958 {
  height: calc(100vh - 958px);
}

.vh-height-959 {
  height: calc(100vh - 959px);
}

.vh-height-960 {
  height: calc(100vh - 960px);
}

.vh-height-961 {
  height: calc(100vh - 961px);
}

.vh-height-962 {
  height: calc(100vh - 962px);
}

.vh-height-963 {
  height: calc(100vh - 963px);
}

.vh-height-964 {
  height: calc(100vh - 964px);
}

.vh-height-965 {
  height: calc(100vh - 965px);
}

.vh-height-966 {
  height: calc(100vh - 966px);
}

.vh-height-967 {
  height: calc(100vh - 967px);
}

.vh-height-968 {
  height: calc(100vh - 968px);
}

.vh-height-969 {
  height: calc(100vh - 969px);
}

.vh-height-970 {
  height: calc(100vh - 970px);
}

.vh-height-971 {
  height: calc(100vh - 971px);
}

.vh-height-972 {
  height: calc(100vh - 972px);
}

.vh-height-973 {
  height: calc(100vh - 973px);
}

.vh-height-974 {
  height: calc(100vh - 974px);
}

.vh-height-975 {
  height: calc(100vh - 975px);
}

.vh-height-976 {
  height: calc(100vh - 976px);
}

.vh-height-977 {
  height: calc(100vh - 977px);
}

.vh-height-978 {
  height: calc(100vh - 978px);
}

.vh-height-979 {
  height: calc(100vh - 979px);
}

.vh-height-980 {
  height: calc(100vh - 980px);
}

.vh-height-981 {
  height: calc(100vh - 981px);
}

.vh-height-982 {
  height: calc(100vh - 982px);
}

.vh-height-983 {
  height: calc(100vh - 983px);
}

.vh-height-984 {
  height: calc(100vh - 984px);
}

.vh-height-985 {
  height: calc(100vh - 985px);
}

.vh-height-986 {
  height: calc(100vh - 986px);
}

.vh-height-987 {
  height: calc(100vh - 987px);
}

.vh-height-988 {
  height: calc(100vh - 988px);
}

.vh-height-989 {
  height: calc(100vh - 989px);
}

.vh-height-990 {
  height: calc(100vh - 990px);
}

.vh-height-991 {
  height: calc(100vh - 991px);
}

.vh-height-992 {
  height: calc(100vh - 992px);
}

.vh-height-993 {
  height: calc(100vh - 993px);
}

.vh-height-994 {
  height: calc(100vh - 994px);
}

.vh-height-995 {
  height: calc(100vh - 995px);
}

.vh-height-996 {
  height: calc(100vh - 996px);
}

.vh-height-997 {
  height: calc(100vh - 997px);
}

.vh-height-998 {
  height: calc(100vh - 998px);
}

.vh-height-999 {
  height: calc(100vh - 999px);
}

.vh-height-1000 {
  height: calc(100vh - 1000px);
}

.vh-height-1001 {
  height: calc(100vh - 1001px);
}

.vh-height-1002 {
  height: calc(100vh - 1002px);
}

.vh-height-1003 {
  height: calc(100vh - 1003px);
}

.vh-height-1004 {
  height: calc(100vh - 1004px);
}

.vh-height-1005 {
  height: calc(100vh - 1005px);
}

.vh-height-1006 {
  height: calc(100vh - 1006px);
}

.vh-height-1007 {
  height: calc(100vh - 1007px);
}

.vh-height-1008 {
  height: calc(100vh - 1008px);
}

.vh-height-1009 {
  height: calc(100vh - 1009px);
}

.vh-height-1010 {
  height: calc(100vh - 1010px);
}

.vh-height-1011 {
  height: calc(100vh - 1011px);
}

.vh-height-1012 {
  height: calc(100vh - 1012px);
}

.vh-height-1013 {
  height: calc(100vh - 1013px);
}

.vh-height-1014 {
  height: calc(100vh - 1014px);
}

.vh-height-1015 {
  height: calc(100vh - 1015px);
}

.vh-height-1016 {
  height: calc(100vh - 1016px);
}

.vh-height-1017 {
  height: calc(100vh - 1017px);
}

.vh-height-1018 {
  height: calc(100vh - 1018px);
}

.vh-height-1019 {
  height: calc(100vh - 1019px);
}

.vh-height-1020 {
  height: calc(100vh - 1020px);
}

.vh-height-1021 {
  height: calc(100vh - 1021px);
}

.vh-height-1022 {
  height: calc(100vh - 1022px);
}

.vh-height-1023 {
  height: calc(100vh - 1023px);
}

.vh-height-1024 {
  height: calc(100vh - 1024px);
}

.vh-height-1025 {
  height: calc(100vh - 1025px);
}

.vh-height-1026 {
  height: calc(100vh - 1026px);
}

.vh-height-1027 {
  height: calc(100vh - 1027px);
}

.vh-height-1028 {
  height: calc(100vh - 1028px);
}

.vh-height-1029 {
  height: calc(100vh - 1029px);
}

.vh-height-1030 {
  height: calc(100vh - 1030px);
}

.vh-height-1031 {
  height: calc(100vh - 1031px);
}

.vh-height-1032 {
  height: calc(100vh - 1032px);
}

.vh-height-1033 {
  height: calc(100vh - 1033px);
}

.vh-height-1034 {
  height: calc(100vh - 1034px);
}

.vh-height-1035 {
  height: calc(100vh - 1035px);
}

.vh-height-1036 {
  height: calc(100vh - 1036px);
}

.vh-height-1037 {
  height: calc(100vh - 1037px);
}

.vh-height-1038 {
  height: calc(100vh - 1038px);
}

.vh-height-1039 {
  height: calc(100vh - 1039px);
}

.vh-height-1040 {
  height: calc(100vh - 1040px);
}

.vh-height-1041 {
  height: calc(100vh - 1041px);
}

.vh-height-1042 {
  height: calc(100vh - 1042px);
}

.vh-height-1043 {
  height: calc(100vh - 1043px);
}

.vh-height-1044 {
  height: calc(100vh - 1044px);
}

.vh-height-1045 {
  height: calc(100vh - 1045px);
}

.vh-height-1046 {
  height: calc(100vh - 1046px);
}

.vh-height-1047 {
  height: calc(100vh - 1047px);
}

.vh-height-1048 {
  height: calc(100vh - 1048px);
}

.vh-height-1049 {
  height: calc(100vh - 1049px);
}

.vh-height-1050 {
  height: calc(100vh - 1050px);
}

.vh-height-1051 {
  height: calc(100vh - 1051px);
}

.vh-height-1052 {
  height: calc(100vh - 1052px);
}

.vh-height-1053 {
  height: calc(100vh - 1053px);
}

.vh-height-1054 {
  height: calc(100vh - 1054px);
}

.vh-height-1055 {
  height: calc(100vh - 1055px);
}

.vh-height-1056 {
  height: calc(100vh - 1056px);
}

.vh-height-1057 {
  height: calc(100vh - 1057px);
}

.vh-height-1058 {
  height: calc(100vh - 1058px);
}

.vh-height-1059 {
  height: calc(100vh - 1059px);
}

.vh-height-1060 {
  height: calc(100vh - 1060px);
}

.vh-height-1061 {
  height: calc(100vh - 1061px);
}

.vh-height-1062 {
  height: calc(100vh - 1062px);
}

.vh-height-1063 {
  height: calc(100vh - 1063px);
}

.vh-height-1064 {
  height: calc(100vh - 1064px);
}

.vh-height-1065 {
  height: calc(100vh - 1065px);
}

.vh-height-1066 {
  height: calc(100vh - 1066px);
}

.vh-height-1067 {
  height: calc(100vh - 1067px);
}

.vh-height-1068 {
  height: calc(100vh - 1068px);
}

.vh-height-1069 {
  height: calc(100vh - 1069px);
}

.vh-height-1070 {
  height: calc(100vh - 1070px);
}

.vh-height-1071 {
  height: calc(100vh - 1071px);
}

.vh-height-1072 {
  height: calc(100vh - 1072px);
}

.vh-height-1073 {
  height: calc(100vh - 1073px);
}

.vh-height-1074 {
  height: calc(100vh - 1074px);
}

.vh-height-1075 {
  height: calc(100vh - 1075px);
}

.vh-height-1076 {
  height: calc(100vh - 1076px);
}

.vh-height-1077 {
  height: calc(100vh - 1077px);
}

.vh-height-1078 {
  height: calc(100vh - 1078px);
}

.vh-height-1079 {
  height: calc(100vh - 1079px);
}

.vh-height-1080 {
  height: calc(100vh - 1080px);
}

.vh-height-1081 {
  height: calc(100vh - 1081px);
}

.vh-height-1082 {
  height: calc(100vh - 1082px);
}

.vh-height-1083 {
  height: calc(100vh - 1083px);
}

.vh-height-1084 {
  height: calc(100vh - 1084px);
}

.vh-height-1085 {
  height: calc(100vh - 1085px);
}

.vh-height-1086 {
  height: calc(100vh - 1086px);
}

.vh-height-1087 {
  height: calc(100vh - 1087px);
}

.vh-height-1088 {
  height: calc(100vh - 1088px);
}

.vh-height-1089 {
  height: calc(100vh - 1089px);
}

.vh-height-1090 {
  height: calc(100vh - 1090px);
}

.vh-height-1091 {
  height: calc(100vh - 1091px);
}

.vh-height-1092 {
  height: calc(100vh - 1092px);
}

.vh-height-1093 {
  height: calc(100vh - 1093px);
}

.vh-height-1094 {
  height: calc(100vh - 1094px);
}

.vh-height-1095 {
  height: calc(100vh - 1095px);
}

.vh-height-1096 {
  height: calc(100vh - 1096px);
}

.vh-height-1097 {
  height: calc(100vh - 1097px);
}

.vh-height-1098 {
  height: calc(100vh - 1098px);
}

.vh-height-1099 {
  height: calc(100vh - 1099px);
}

.vh-height-1100 {
  height: calc(100vh - 1100px);
}

.vh-height-1101 {
  height: calc(100vh - 1101px);
}

.vh-height-1102 {
  height: calc(100vh - 1102px);
}

.vh-height-1103 {
  height: calc(100vh - 1103px);
}

.vh-height-1104 {
  height: calc(100vh - 1104px);
}

.vh-height-1105 {
  height: calc(100vh - 1105px);
}

.vh-height-1106 {
  height: calc(100vh - 1106px);
}

.vh-height-1107 {
  height: calc(100vh - 1107px);
}

.vh-height-1108 {
  height: calc(100vh - 1108px);
}

.vh-height-1109 {
  height: calc(100vh - 1109px);
}

.vh-height-1110 {
  height: calc(100vh - 1110px);
}

.vh-height-1111 {
  height: calc(100vh - 1111px);
}

.vh-height-1112 {
  height: calc(100vh - 1112px);
}

.vh-height-1113 {
  height: calc(100vh - 1113px);
}

.vh-height-1114 {
  height: calc(100vh - 1114px);
}

.vh-height-1115 {
  height: calc(100vh - 1115px);
}

.vh-height-1116 {
  height: calc(100vh - 1116px);
}

.vh-height-1117 {
  height: calc(100vh - 1117px);
}

.vh-height-1118 {
  height: calc(100vh - 1118px);
}

.vh-height-1119 {
  height: calc(100vh - 1119px);
}

.vh-height-1120 {
  height: calc(100vh - 1120px);
}

.vh-height-1121 {
  height: calc(100vh - 1121px);
}

.vh-height-1122 {
  height: calc(100vh - 1122px);
}

.vh-height-1123 {
  height: calc(100vh - 1123px);
}

.vh-height-1124 {
  height: calc(100vh - 1124px);
}

.vh-height-1125 {
  height: calc(100vh - 1125px);
}

.vh-height-1126 {
  height: calc(100vh - 1126px);
}

.vh-height-1127 {
  height: calc(100vh - 1127px);
}

.vh-height-1128 {
  height: calc(100vh - 1128px);
}

.vh-height-1129 {
  height: calc(100vh - 1129px);
}

.vh-height-1130 {
  height: calc(100vh - 1130px);
}

.vh-height-1131 {
  height: calc(100vh - 1131px);
}

.vh-height-1132 {
  height: calc(100vh - 1132px);
}

.vh-height-1133 {
  height: calc(100vh - 1133px);
}

.vh-height-1134 {
  height: calc(100vh - 1134px);
}

.vh-height-1135 {
  height: calc(100vh - 1135px);
}

.vh-height-1136 {
  height: calc(100vh - 1136px);
}

.vh-height-1137 {
  height: calc(100vh - 1137px);
}

.vh-height-1138 {
  height: calc(100vh - 1138px);
}

.vh-height-1139 {
  height: calc(100vh - 1139px);
}

.vh-height-1140 {
  height: calc(100vh - 1140px);
}

.vh-height-1141 {
  height: calc(100vh - 1141px);
}

.vh-height-1142 {
  height: calc(100vh - 1142px);
}

.vh-height-1143 {
  height: calc(100vh - 1143px);
}

.vh-height-1144 {
  height: calc(100vh - 1144px);
}

.vh-height-1145 {
  height: calc(100vh - 1145px);
}

.vh-height-1146 {
  height: calc(100vh - 1146px);
}

.vh-height-1147 {
  height: calc(100vh - 1147px);
}

.vh-height-1148 {
  height: calc(100vh - 1148px);
}

.vh-height-1149 {
  height: calc(100vh - 1149px);
}

.vh-height-1150 {
  height: calc(100vh - 1150px);
}

.vh-height-1151 {
  height: calc(100vh - 1151px);
}

.vh-height-1152 {
  height: calc(100vh - 1152px);
}

.vh-height-1153 {
  height: calc(100vh - 1153px);
}

.vh-height-1154 {
  height: calc(100vh - 1154px);
}

.vh-height-1155 {
  height: calc(100vh - 1155px);
}

.vh-height-1156 {
  height: calc(100vh - 1156px);
}

.vh-height-1157 {
  height: calc(100vh - 1157px);
}

.vh-height-1158 {
  height: calc(100vh - 1158px);
}

.vh-height-1159 {
  height: calc(100vh - 1159px);
}

.vh-height-1160 {
  height: calc(100vh - 1160px);
}

.vh-height-1161 {
  height: calc(100vh - 1161px);
}

.vh-height-1162 {
  height: calc(100vh - 1162px);
}

.vh-height-1163 {
  height: calc(100vh - 1163px);
}

.vh-height-1164 {
  height: calc(100vh - 1164px);
}

.vh-height-1165 {
  height: calc(100vh - 1165px);
}

.vh-height-1166 {
  height: calc(100vh - 1166px);
}

.vh-height-1167 {
  height: calc(100vh - 1167px);
}

.vh-height-1168 {
  height: calc(100vh - 1168px);
}

.vh-height-1169 {
  height: calc(100vh - 1169px);
}

.vh-height-1170 {
  height: calc(100vh - 1170px);
}

.vh-height-1171 {
  height: calc(100vh - 1171px);
}

.vh-height-1172 {
  height: calc(100vh - 1172px);
}

.vh-height-1173 {
  height: calc(100vh - 1173px);
}

.vh-height-1174 {
  height: calc(100vh - 1174px);
}

.vh-height-1175 {
  height: calc(100vh - 1175px);
}

.vh-height-1176 {
  height: calc(100vh - 1176px);
}

.vh-height-1177 {
  height: calc(100vh - 1177px);
}

.vh-height-1178 {
  height: calc(100vh - 1178px);
}

.vh-height-1179 {
  height: calc(100vh - 1179px);
}

.vh-height-1180 {
  height: calc(100vh - 1180px);
}

.vh-height-1181 {
  height: calc(100vh - 1181px);
}

.vh-height-1182 {
  height: calc(100vh - 1182px);
}

.vh-height-1183 {
  height: calc(100vh - 1183px);
}

.vh-height-1184 {
  height: calc(100vh - 1184px);
}

.vh-height-1185 {
  height: calc(100vh - 1185px);
}

.vh-height-1186 {
  height: calc(100vh - 1186px);
}

.vh-height-1187 {
  height: calc(100vh - 1187px);
}

.vh-height-1188 {
  height: calc(100vh - 1188px);
}

.vh-height-1189 {
  height: calc(100vh - 1189px);
}

.vh-height-1190 {
  height: calc(100vh - 1190px);
}

.vh-height-1191 {
  height: calc(100vh - 1191px);
}

.vh-height-1192 {
  height: calc(100vh - 1192px);
}

.vh-height-1193 {
  height: calc(100vh - 1193px);
}

.vh-height-1194 {
  height: calc(100vh - 1194px);
}

.vh-height-1195 {
  height: calc(100vh - 1195px);
}

.vh-height-1196 {
  height: calc(100vh - 1196px);
}

.vh-height-1197 {
  height: calc(100vh - 1197px);
}

.vh-height-1198 {
  height: calc(100vh - 1198px);
}

.vh-height-1199 {
  height: calc(100vh - 1199px);
}

.vh-height-1200 {
  height: calc(100vh - 1200px);
}

.vh-height-1201 {
  height: calc(100vh - 1201px);
}

.vh-height-1202 {
  height: calc(100vh - 1202px);
}

.vh-height-1203 {
  height: calc(100vh - 1203px);
}

.vh-height-1204 {
  height: calc(100vh - 1204px);
}

.vh-height-1205 {
  height: calc(100vh - 1205px);
}

.vh-height-1206 {
  height: calc(100vh - 1206px);
}

.vh-height-1207 {
  height: calc(100vh - 1207px);
}

.vh-height-1208 {
  height: calc(100vh - 1208px);
}

.vh-height-1209 {
  height: calc(100vh - 1209px);
}

.vh-height-1210 {
  height: calc(100vh - 1210px);
}

.vh-height-1211 {
  height: calc(100vh - 1211px);
}

.vh-height-1212 {
  height: calc(100vh - 1212px);
}

.vh-height-1213 {
  height: calc(100vh - 1213px);
}

.vh-height-1214 {
  height: calc(100vh - 1214px);
}

.vh-height-1215 {
  height: calc(100vh - 1215px);
}

.vh-height-1216 {
  height: calc(100vh - 1216px);
}

.vh-height-1217 {
  height: calc(100vh - 1217px);
}

.vh-height-1218 {
  height: calc(100vh - 1218px);
}

.vh-height-1219 {
  height: calc(100vh - 1219px);
}

.vh-height-1220 {
  height: calc(100vh - 1220px);
}

.vh-height-1221 {
  height: calc(100vh - 1221px);
}

.vh-height-1222 {
  height: calc(100vh - 1222px);
}

.vh-height-1223 {
  height: calc(100vh - 1223px);
}

.vh-height-1224 {
  height: calc(100vh - 1224px);
}

.vh-height-1225 {
  height: calc(100vh - 1225px);
}

.vh-height-1226 {
  height: calc(100vh - 1226px);
}

.vh-height-1227 {
  height: calc(100vh - 1227px);
}

.vh-height-1228 {
  height: calc(100vh - 1228px);
}

.vh-height-1229 {
  height: calc(100vh - 1229px);
}

.vh-height-1230 {
  height: calc(100vh - 1230px);
}

.vh-height-1231 {
  height: calc(100vh - 1231px);
}

.vh-height-1232 {
  height: calc(100vh - 1232px);
}

.vh-height-1233 {
  height: calc(100vh - 1233px);
}

.vh-height-1234 {
  height: calc(100vh - 1234px);
}

.vh-height-1235 {
  height: calc(100vh - 1235px);
}

.vh-height-1236 {
  height: calc(100vh - 1236px);
}

.vh-height-1237 {
  height: calc(100vh - 1237px);
}

.vh-height-1238 {
  height: calc(100vh - 1238px);
}

.vh-height-1239 {
  height: calc(100vh - 1239px);
}

.vh-height-1240 {
  height: calc(100vh - 1240px);
}

.vh-height-1241 {
  height: calc(100vh - 1241px);
}

.vh-height-1242 {
  height: calc(100vh - 1242px);
}

.vh-height-1243 {
  height: calc(100vh - 1243px);
}

.vh-height-1244 {
  height: calc(100vh - 1244px);
}

.vh-height-1245 {
  height: calc(100vh - 1245px);
}

.vh-height-1246 {
  height: calc(100vh - 1246px);
}

.vh-height-1247 {
  height: calc(100vh - 1247px);
}

.vh-height-1248 {
  height: calc(100vh - 1248px);
}

.vh-height-1249 {
  height: calc(100vh - 1249px);
}

.vh-height-1250 {
  height: calc(100vh - 1250px);
}

.vh-height-1251 {
  height: calc(100vh - 1251px);
}

.vh-height-1252 {
  height: calc(100vh - 1252px);
}

.vh-height-1253 {
  height: calc(100vh - 1253px);
}

.vh-height-1254 {
  height: calc(100vh - 1254px);
}

.vh-height-1255 {
  height: calc(100vh - 1255px);
}

.vh-height-1256 {
  height: calc(100vh - 1256px);
}

.vh-height-1257 {
  height: calc(100vh - 1257px);
}

.vh-height-1258 {
  height: calc(100vh - 1258px);
}

.vh-height-1259 {
  height: calc(100vh - 1259px);
}

.vh-height-1260 {
  height: calc(100vh - 1260px);
}

.vh-height-1261 {
  height: calc(100vh - 1261px);
}

.vh-height-1262 {
  height: calc(100vh - 1262px);
}

.vh-height-1263 {
  height: calc(100vh - 1263px);
}

.vh-height-1264 {
  height: calc(100vh - 1264px);
}

.vh-height-1265 {
  height: calc(100vh - 1265px);
}

.vh-height-1266 {
  height: calc(100vh - 1266px);
}

.vh-height-1267 {
  height: calc(100vh - 1267px);
}

.vh-height-1268 {
  height: calc(100vh - 1268px);
}

.vh-height-1269 {
  height: calc(100vh - 1269px);
}

.vh-height-1270 {
  height: calc(100vh - 1270px);
}

.vh-height-1271 {
  height: calc(100vh - 1271px);
}

.vh-height-1272 {
  height: calc(100vh - 1272px);
}

.vh-height-1273 {
  height: calc(100vh - 1273px);
}

.vh-height-1274 {
  height: calc(100vh - 1274px);
}

.vh-height-1275 {
  height: calc(100vh - 1275px);
}

.vh-height-1276 {
  height: calc(100vh - 1276px);
}

.vh-height-1277 {
  height: calc(100vh - 1277px);
}

.vh-height-1278 {
  height: calc(100vh - 1278px);
}

.vh-height-1279 {
  height: calc(100vh - 1279px);
}

.vh-height-1280 {
  height: calc(100vh - 1280px);
}

.vh-height-1281 {
  height: calc(100vh - 1281px);
}

.vh-height-1282 {
  height: calc(100vh - 1282px);
}

.vh-height-1283 {
  height: calc(100vh - 1283px);
}

.vh-height-1284 {
  height: calc(100vh - 1284px);
}

.vh-height-1285 {
  height: calc(100vh - 1285px);
}

.vh-height-1286 {
  height: calc(100vh - 1286px);
}

.vh-height-1287 {
  height: calc(100vh - 1287px);
}

.vh-height-1288 {
  height: calc(100vh - 1288px);
}

.vh-height-1289 {
  height: calc(100vh - 1289px);
}

.vh-height-1290 {
  height: calc(100vh - 1290px);
}

.vh-height-1291 {
  height: calc(100vh - 1291px);
}

.vh-height-1292 {
  height: calc(100vh - 1292px);
}

.vh-height-1293 {
  height: calc(100vh - 1293px);
}

.vh-height-1294 {
  height: calc(100vh - 1294px);
}

.vh-height-1295 {
  height: calc(100vh - 1295px);
}

.vh-height-1296 {
  height: calc(100vh - 1296px);
}

.vh-height-1297 {
  height: calc(100vh - 1297px);
}

.vh-height-1298 {
  height: calc(100vh - 1298px);
}

.vh-height-1299 {
  height: calc(100vh - 1299px);
}

.vh-height-1300 {
  height: calc(100vh - 1300px);
}

.vh-height-1301 {
  height: calc(100vh - 1301px);
}

.vh-height-1302 {
  height: calc(100vh - 1302px);
}

.vh-height-1303 {
  height: calc(100vh - 1303px);
}

.vh-height-1304 {
  height: calc(100vh - 1304px);
}

.vh-height-1305 {
  height: calc(100vh - 1305px);
}

.vh-height-1306 {
  height: calc(100vh - 1306px);
}

.vh-height-1307 {
  height: calc(100vh - 1307px);
}

.vh-height-1308 {
  height: calc(100vh - 1308px);
}

.vh-height-1309 {
  height: calc(100vh - 1309px);
}

.vh-height-1310 {
  height: calc(100vh - 1310px);
}

.vh-height-1311 {
  height: calc(100vh - 1311px);
}

.vh-height-1312 {
  height: calc(100vh - 1312px);
}

.vh-height-1313 {
  height: calc(100vh - 1313px);
}

.vh-height-1314 {
  height: calc(100vh - 1314px);
}

.vh-height-1315 {
  height: calc(100vh - 1315px);
}

.vh-height-1316 {
  height: calc(100vh - 1316px);
}

.vh-height-1317 {
  height: calc(100vh - 1317px);
}

.vh-height-1318 {
  height: calc(100vh - 1318px);
}

.vh-height-1319 {
  height: calc(100vh - 1319px);
}

.vh-height-1320 {
  height: calc(100vh - 1320px);
}

.vh-height-1321 {
  height: calc(100vh - 1321px);
}

.vh-height-1322 {
  height: calc(100vh - 1322px);
}

.vh-height-1323 {
  height: calc(100vh - 1323px);
}

.vh-height-1324 {
  height: calc(100vh - 1324px);
}

.vh-height-1325 {
  height: calc(100vh - 1325px);
}

.vh-height-1326 {
  height: calc(100vh - 1326px);
}

.vh-height-1327 {
  height: calc(100vh - 1327px);
}

.vh-height-1328 {
  height: calc(100vh - 1328px);
}

.vh-height-1329 {
  height: calc(100vh - 1329px);
}

.vh-height-1330 {
  height: calc(100vh - 1330px);
}

.vh-height-1331 {
  height: calc(100vh - 1331px);
}

.vh-height-1332 {
  height: calc(100vh - 1332px);
}

.vh-height-1333 {
  height: calc(100vh - 1333px);
}

.vh-height-1334 {
  height: calc(100vh - 1334px);
}

.vh-height-1335 {
  height: calc(100vh - 1335px);
}

.vh-height-1336 {
  height: calc(100vh - 1336px);
}

.vh-height-1337 {
  height: calc(100vh - 1337px);
}

.vh-height-1338 {
  height: calc(100vh - 1338px);
}

.vh-height-1339 {
  height: calc(100vh - 1339px);
}

.vh-height-1340 {
  height: calc(100vh - 1340px);
}

.vh-height-1341 {
  height: calc(100vh - 1341px);
}

.vh-height-1342 {
  height: calc(100vh - 1342px);
}

.vh-height-1343 {
  height: calc(100vh - 1343px);
}

.vh-height-1344 {
  height: calc(100vh - 1344px);
}

.vh-height-1345 {
  height: calc(100vh - 1345px);
}

.vh-height-1346 {
  height: calc(100vh - 1346px);
}

.vh-height-1347 {
  height: calc(100vh - 1347px);
}

.vh-height-1348 {
  height: calc(100vh - 1348px);
}

.vh-height-1349 {
  height: calc(100vh - 1349px);
}

.vh-height-1350 {
  height: calc(100vh - 1350px);
}

.vh-height-1351 {
  height: calc(100vh - 1351px);
}

.vh-height-1352 {
  height: calc(100vh - 1352px);
}

.vh-height-1353 {
  height: calc(100vh - 1353px);
}

.vh-height-1354 {
  height: calc(100vh - 1354px);
}

.vh-height-1355 {
  height: calc(100vh - 1355px);
}

.vh-height-1356 {
  height: calc(100vh - 1356px);
}

.vh-height-1357 {
  height: calc(100vh - 1357px);
}

.vh-height-1358 {
  height: calc(100vh - 1358px);
}

.vh-height-1359 {
  height: calc(100vh - 1359px);
}

.vh-height-1360 {
  height: calc(100vh - 1360px);
}

.vh-height-1361 {
  height: calc(100vh - 1361px);
}

.vh-height-1362 {
  height: calc(100vh - 1362px);
}

.vh-height-1363 {
  height: calc(100vh - 1363px);
}

.vh-height-1364 {
  height: calc(100vh - 1364px);
}

.vh-height-1365 {
  height: calc(100vh - 1365px);
}

.vh-height-1366 {
  height: calc(100vh - 1366px);
}

.vh-height-1367 {
  height: calc(100vh - 1367px);
}

.vh-height-1368 {
  height: calc(100vh - 1368px);
}

.vh-height-1369 {
  height: calc(100vh - 1369px);
}

.vh-height-1370 {
  height: calc(100vh - 1370px);
}

.vh-height-1371 {
  height: calc(100vh - 1371px);
}

.vh-height-1372 {
  height: calc(100vh - 1372px);
}

.vh-height-1373 {
  height: calc(100vh - 1373px);
}

.vh-height-1374 {
  height: calc(100vh - 1374px);
}

.vh-height-1375 {
  height: calc(100vh - 1375px);
}

.vh-height-1376 {
  height: calc(100vh - 1376px);
}

.vh-height-1377 {
  height: calc(100vh - 1377px);
}

.vh-height-1378 {
  height: calc(100vh - 1378px);
}

.vh-height-1379 {
  height: calc(100vh - 1379px);
}

.vh-height-1380 {
  height: calc(100vh - 1380px);
}

.vh-height-1381 {
  height: calc(100vh - 1381px);
}

.vh-height-1382 {
  height: calc(100vh - 1382px);
}

.vh-height-1383 {
  height: calc(100vh - 1383px);
}

.vh-height-1384 {
  height: calc(100vh - 1384px);
}

.vh-height-1385 {
  height: calc(100vh - 1385px);
}

.vh-height-1386 {
  height: calc(100vh - 1386px);
}

.vh-height-1387 {
  height: calc(100vh - 1387px);
}

.vh-height-1388 {
  height: calc(100vh - 1388px);
}

.vh-height-1389 {
  height: calc(100vh - 1389px);
}

.vh-height-1390 {
  height: calc(100vh - 1390px);
}

.vh-height-1391 {
  height: calc(100vh - 1391px);
}

.vh-height-1392 {
  height: calc(100vh - 1392px);
}

.vh-height-1393 {
  height: calc(100vh - 1393px);
}

.vh-height-1394 {
  height: calc(100vh - 1394px);
}

.vh-height-1395 {
  height: calc(100vh - 1395px);
}

.vh-height-1396 {
  height: calc(100vh - 1396px);
}

.vh-height-1397 {
  height: calc(100vh - 1397px);
}

.vh-height-1398 {
  height: calc(100vh - 1398px);
}

.vh-height-1399 {
  height: calc(100vh - 1399px);
}

.vh-height-1400 {
  height: calc(100vh - 1400px);
}

.vh-height-1401 {
  height: calc(100vh - 1401px);
}

.vh-height-1402 {
  height: calc(100vh - 1402px);
}

.vh-height-1403 {
  height: calc(100vh - 1403px);
}

.vh-height-1404 {
  height: calc(100vh - 1404px);
}

.vh-height-1405 {
  height: calc(100vh - 1405px);
}

.vh-height-1406 {
  height: calc(100vh - 1406px);
}

.vh-height-1407 {
  height: calc(100vh - 1407px);
}

.vh-height-1408 {
  height: calc(100vh - 1408px);
}

.vh-height-1409 {
  height: calc(100vh - 1409px);
}

.vh-height-1410 {
  height: calc(100vh - 1410px);
}

.vh-height-1411 {
  height: calc(100vh - 1411px);
}

.vh-height-1412 {
  height: calc(100vh - 1412px);
}

.vh-height-1413 {
  height: calc(100vh - 1413px);
}

.vh-height-1414 {
  height: calc(100vh - 1414px);
}

.vh-height-1415 {
  height: calc(100vh - 1415px);
}

.vh-height-1416 {
  height: calc(100vh - 1416px);
}

.vh-height-1417 {
  height: calc(100vh - 1417px);
}

.vh-height-1418 {
  height: calc(100vh - 1418px);
}

.vh-height-1419 {
  height: calc(100vh - 1419px);
}

.vh-height-1420 {
  height: calc(100vh - 1420px);
}

.vh-height-1421 {
  height: calc(100vh - 1421px);
}

.vh-height-1422 {
  height: calc(100vh - 1422px);
}

.vh-height-1423 {
  height: calc(100vh - 1423px);
}

.vh-height-1424 {
  height: calc(100vh - 1424px);
}

.vh-height-1425 {
  height: calc(100vh - 1425px);
}

.vh-height-1426 {
  height: calc(100vh - 1426px);
}

.vh-height-1427 {
  height: calc(100vh - 1427px);
}

.vh-height-1428 {
  height: calc(100vh - 1428px);
}

.vh-height-1429 {
  height: calc(100vh - 1429px);
}

.vh-height-1430 {
  height: calc(100vh - 1430px);
}

.vh-height-1431 {
  height: calc(100vh - 1431px);
}

.vh-height-1432 {
  height: calc(100vh - 1432px);
}

.vh-height-1433 {
  height: calc(100vh - 1433px);
}

.vh-height-1434 {
  height: calc(100vh - 1434px);
}

.vh-height-1435 {
  height: calc(100vh - 1435px);
}

.vh-height-1436 {
  height: calc(100vh - 1436px);
}

.vh-height-1437 {
  height: calc(100vh - 1437px);
}

.vh-height-1438 {
  height: calc(100vh - 1438px);
}

.vh-height-1439 {
  height: calc(100vh - 1439px);
}

.vh-height-1440 {
  height: calc(100vh - 1440px);
}

.vh-height-1441 {
  height: calc(100vh - 1441px);
}

.vh-height-1442 {
  height: calc(100vh - 1442px);
}

.vh-height-1443 {
  height: calc(100vh - 1443px);
}

.vh-height-1444 {
  height: calc(100vh - 1444px);
}

.vh-height-1445 {
  height: calc(100vh - 1445px);
}

.vh-height-1446 {
  height: calc(100vh - 1446px);
}

.vh-height-1447 {
  height: calc(100vh - 1447px);
}

.vh-height-1448 {
  height: calc(100vh - 1448px);
}

.vh-height-1449 {
  height: calc(100vh - 1449px);
}

.vh-height-1450 {
  height: calc(100vh - 1450px);
}

.vh-height-1451 {
  height: calc(100vh - 1451px);
}

.vh-height-1452 {
  height: calc(100vh - 1452px);
}

.vh-height-1453 {
  height: calc(100vh - 1453px);
}

.vh-height-1454 {
  height: calc(100vh - 1454px);
}

.vh-height-1455 {
  height: calc(100vh - 1455px);
}

.vh-height-1456 {
  height: calc(100vh - 1456px);
}

.vh-height-1457 {
  height: calc(100vh - 1457px);
}

.vh-height-1458 {
  height: calc(100vh - 1458px);
}

.vh-height-1459 {
  height: calc(100vh - 1459px);
}

.vh-height-1460 {
  height: calc(100vh - 1460px);
}

.vh-height-1461 {
  height: calc(100vh - 1461px);
}

.vh-height-1462 {
  height: calc(100vh - 1462px);
}

.vh-height-1463 {
  height: calc(100vh - 1463px);
}

.vh-height-1464 {
  height: calc(100vh - 1464px);
}

.vh-height-1465 {
  height: calc(100vh - 1465px);
}

.vh-height-1466 {
  height: calc(100vh - 1466px);
}

.vh-height-1467 {
  height: calc(100vh - 1467px);
}

.vh-height-1468 {
  height: calc(100vh - 1468px);
}

.vh-height-1469 {
  height: calc(100vh - 1469px);
}

.vh-height-1470 {
  height: calc(100vh - 1470px);
}

.vh-height-1471 {
  height: calc(100vh - 1471px);
}

.vh-height-1472 {
  height: calc(100vh - 1472px);
}

.vh-height-1473 {
  height: calc(100vh - 1473px);
}

.vh-height-1474 {
  height: calc(100vh - 1474px);
}

.vh-height-1475 {
  height: calc(100vh - 1475px);
}

.vh-height-1476 {
  height: calc(100vh - 1476px);
}

.vh-height-1477 {
  height: calc(100vh - 1477px);
}

.vh-height-1478 {
  height: calc(100vh - 1478px);
}

.vh-height-1479 {
  height: calc(100vh - 1479px);
}

.vh-height-1480 {
  height: calc(100vh - 1480px);
}

.vh-height-1481 {
  height: calc(100vh - 1481px);
}

.vh-height-1482 {
  height: calc(100vh - 1482px);
}

.vh-height-1483 {
  height: calc(100vh - 1483px);
}

.vh-height-1484 {
  height: calc(100vh - 1484px);
}

.vh-height-1485 {
  height: calc(100vh - 1485px);
}

.vh-height-1486 {
  height: calc(100vh - 1486px);
}

.vh-height-1487 {
  height: calc(100vh - 1487px);
}

.vh-height-1488 {
  height: calc(100vh - 1488px);
}

.vh-height-1489 {
  height: calc(100vh - 1489px);
}

.vh-height-1490 {
  height: calc(100vh - 1490px);
}

.vh-height-1491 {
  height: calc(100vh - 1491px);
}

.vh-height-1492 {
  height: calc(100vh - 1492px);
}

.vh-height-1493 {
  height: calc(100vh - 1493px);
}

.vh-height-1494 {
  height: calc(100vh - 1494px);
}

.vh-height-1495 {
  height: calc(100vh - 1495px);
}

.vh-height-1496 {
  height: calc(100vh - 1496px);
}

.vh-height-1497 {
  height: calc(100vh - 1497px);
}

.vh-height-1498 {
  height: calc(100vh - 1498px);
}

.vh-height-1499 {
  height: calc(100vh - 1499px);
}

.vh-height-1500 {
  height: calc(100vh - 1500px);
}

.vh-height-1501 {
  height: calc(100vh - 1501px);
}

.vh-height-1502 {
  height: calc(100vh - 1502px);
}

.vh-height-1503 {
  height: calc(100vh - 1503px);
}

.vh-height-1504 {
  height: calc(100vh - 1504px);
}

.vh-height-1505 {
  height: calc(100vh - 1505px);
}

.vh-height-1506 {
  height: calc(100vh - 1506px);
}

.vh-height-1507 {
  height: calc(100vh - 1507px);
}

.vh-height-1508 {
  height: calc(100vh - 1508px);
}

.vh-height-1509 {
  height: calc(100vh - 1509px);
}

.vh-height-1510 {
  height: calc(100vh - 1510px);
}

.vh-height-1511 {
  height: calc(100vh - 1511px);
}

.vh-height-1512 {
  height: calc(100vh - 1512px);
}

.vh-height-1513 {
  height: calc(100vh - 1513px);
}

.vh-height-1514 {
  height: calc(100vh - 1514px);
}

.vh-height-1515 {
  height: calc(100vh - 1515px);
}

.vh-height-1516 {
  height: calc(100vh - 1516px);
}

.vh-height-1517 {
  height: calc(100vh - 1517px);
}

.vh-height-1518 {
  height: calc(100vh - 1518px);
}

.vh-height-1519 {
  height: calc(100vh - 1519px);
}

.vh-height-1520 {
  height: calc(100vh - 1520px);
}

.vh-height-1521 {
  height: calc(100vh - 1521px);
}

.vh-height-1522 {
  height: calc(100vh - 1522px);
}

.vh-height-1523 {
  height: calc(100vh - 1523px);
}

.vh-height-1524 {
  height: calc(100vh - 1524px);
}

.vh-height-1525 {
  height: calc(100vh - 1525px);
}

.vh-height-1526 {
  height: calc(100vh - 1526px);
}

.vh-height-1527 {
  height: calc(100vh - 1527px);
}

.vh-height-1528 {
  height: calc(100vh - 1528px);
}

.vh-height-1529 {
  height: calc(100vh - 1529px);
}

.vh-height-1530 {
  height: calc(100vh - 1530px);
}

.vh-height-1531 {
  height: calc(100vh - 1531px);
}

.vh-height-1532 {
  height: calc(100vh - 1532px);
}

.vh-height-1533 {
  height: calc(100vh - 1533px);
}

.vh-height-1534 {
  height: calc(100vh - 1534px);
}

.vh-height-1535 {
  height: calc(100vh - 1535px);
}

.vh-height-1536 {
  height: calc(100vh - 1536px);
}

.vh-height-1537 {
  height: calc(100vh - 1537px);
}

.vh-height-1538 {
  height: calc(100vh - 1538px);
}

.vh-height-1539 {
  height: calc(100vh - 1539px);
}

.vh-height-1540 {
  height: calc(100vh - 1540px);
}

.vh-height-1541 {
  height: calc(100vh - 1541px);
}

.vh-height-1542 {
  height: calc(100vh - 1542px);
}

.vh-height-1543 {
  height: calc(100vh - 1543px);
}

.vh-height-1544 {
  height: calc(100vh - 1544px);
}

.vh-height-1545 {
  height: calc(100vh - 1545px);
}

.vh-height-1546 {
  height: calc(100vh - 1546px);
}

.vh-height-1547 {
  height: calc(100vh - 1547px);
}

.vh-height-1548 {
  height: calc(100vh - 1548px);
}

.vh-height-1549 {
  height: calc(100vh - 1549px);
}

.vh-height-1550 {
  height: calc(100vh - 1550px);
}

.vh-height-1551 {
  height: calc(100vh - 1551px);
}

.vh-height-1552 {
  height: calc(100vh - 1552px);
}

.vh-height-1553 {
  height: calc(100vh - 1553px);
}

.vh-height-1554 {
  height: calc(100vh - 1554px);
}

.vh-height-1555 {
  height: calc(100vh - 1555px);
}

.vh-height-1556 {
  height: calc(100vh - 1556px);
}

.vh-height-1557 {
  height: calc(100vh - 1557px);
}

.vh-height-1558 {
  height: calc(100vh - 1558px);
}

.vh-height-1559 {
  height: calc(100vh - 1559px);
}

.vh-height-1560 {
  height: calc(100vh - 1560px);
}

.vh-height-1561 {
  height: calc(100vh - 1561px);
}

.vh-height-1562 {
  height: calc(100vh - 1562px);
}

.vh-height-1563 {
  height: calc(100vh - 1563px);
}

.vh-height-1564 {
  height: calc(100vh - 1564px);
}

.vh-height-1565 {
  height: calc(100vh - 1565px);
}

.vh-height-1566 {
  height: calc(100vh - 1566px);
}

.vh-height-1567 {
  height: calc(100vh - 1567px);
}

.vh-height-1568 {
  height: calc(100vh - 1568px);
}

.vh-height-1569 {
  height: calc(100vh - 1569px);
}

.vh-height-1570 {
  height: calc(100vh - 1570px);
}

.vh-height-1571 {
  height: calc(100vh - 1571px);
}

.vh-height-1572 {
  height: calc(100vh - 1572px);
}

.vh-height-1573 {
  height: calc(100vh - 1573px);
}

.vh-height-1574 {
  height: calc(100vh - 1574px);
}

.vh-height-1575 {
  height: calc(100vh - 1575px);
}

.vh-height-1576 {
  height: calc(100vh - 1576px);
}

.vh-height-1577 {
  height: calc(100vh - 1577px);
}

.vh-height-1578 {
  height: calc(100vh - 1578px);
}

.vh-height-1579 {
  height: calc(100vh - 1579px);
}

.vh-height-1580 {
  height: calc(100vh - 1580px);
}

.vh-height-1581 {
  height: calc(100vh - 1581px);
}

.vh-height-1582 {
  height: calc(100vh - 1582px);
}

.vh-height-1583 {
  height: calc(100vh - 1583px);
}

.vh-height-1584 {
  height: calc(100vh - 1584px);
}

.vh-height-1585 {
  height: calc(100vh - 1585px);
}

.vh-height-1586 {
  height: calc(100vh - 1586px);
}

.vh-height-1587 {
  height: calc(100vh - 1587px);
}

.vh-height-1588 {
  height: calc(100vh - 1588px);
}

.vh-height-1589 {
  height: calc(100vh - 1589px);
}

.vh-height-1590 {
  height: calc(100vh - 1590px);
}

.vh-height-1591 {
  height: calc(100vh - 1591px);
}

.vh-height-1592 {
  height: calc(100vh - 1592px);
}

.vh-height-1593 {
  height: calc(100vh - 1593px);
}

.vh-height-1594 {
  height: calc(100vh - 1594px);
}

.vh-height-1595 {
  height: calc(100vh - 1595px);
}

.vh-height-1596 {
  height: calc(100vh - 1596px);
}

.vh-height-1597 {
  height: calc(100vh - 1597px);
}

.vh-height-1598 {
  height: calc(100vh - 1598px);
}

.vh-height-1599 {
  height: calc(100vh - 1599px);
}

.vh-height-1600 {
  height: calc(100vh - 1600px);
}

.vh-height-1601 {
  height: calc(100vh - 1601px);
}

.vh-height-1602 {
  height: calc(100vh - 1602px);
}

.vh-height-1603 {
  height: calc(100vh - 1603px);
}

.vh-height-1604 {
  height: calc(100vh - 1604px);
}

.vh-height-1605 {
  height: calc(100vh - 1605px);
}

.vh-height-1606 {
  height: calc(100vh - 1606px);
}

.vh-height-1607 {
  height: calc(100vh - 1607px);
}

.vh-height-1608 {
  height: calc(100vh - 1608px);
}

.vh-height-1609 {
  height: calc(100vh - 1609px);
}

.vh-height-1610 {
  height: calc(100vh - 1610px);
}

.vh-height-1611 {
  height: calc(100vh - 1611px);
}

.vh-height-1612 {
  height: calc(100vh - 1612px);
}

.vh-height-1613 {
  height: calc(100vh - 1613px);
}

.vh-height-1614 {
  height: calc(100vh - 1614px);
}

.vh-height-1615 {
  height: calc(100vh - 1615px);
}

.vh-height-1616 {
  height: calc(100vh - 1616px);
}

.vh-height-1617 {
  height: calc(100vh - 1617px);
}

.vh-height-1618 {
  height: calc(100vh - 1618px);
}

.vh-height-1619 {
  height: calc(100vh - 1619px);
}

.vh-height-1620 {
  height: calc(100vh - 1620px);
}

.vh-height-1621 {
  height: calc(100vh - 1621px);
}

.vh-height-1622 {
  height: calc(100vh - 1622px);
}

.vh-height-1623 {
  height: calc(100vh - 1623px);
}

.vh-height-1624 {
  height: calc(100vh - 1624px);
}

.vh-height-1625 {
  height: calc(100vh - 1625px);
}

.vh-height-1626 {
  height: calc(100vh - 1626px);
}

.vh-height-1627 {
  height: calc(100vh - 1627px);
}

.vh-height-1628 {
  height: calc(100vh - 1628px);
}

.vh-height-1629 {
  height: calc(100vh - 1629px);
}

.vh-height-1630 {
  height: calc(100vh - 1630px);
}

.vh-height-1631 {
  height: calc(100vh - 1631px);
}

.vh-height-1632 {
  height: calc(100vh - 1632px);
}

.vh-height-1633 {
  height: calc(100vh - 1633px);
}

.vh-height-1634 {
  height: calc(100vh - 1634px);
}

.vh-height-1635 {
  height: calc(100vh - 1635px);
}

.vh-height-1636 {
  height: calc(100vh - 1636px);
}

.vh-height-1637 {
  height: calc(100vh - 1637px);
}

.vh-height-1638 {
  height: calc(100vh - 1638px);
}

.vh-height-1639 {
  height: calc(100vh - 1639px);
}

.vh-height-1640 {
  height: calc(100vh - 1640px);
}

.vh-height-1641 {
  height: calc(100vh - 1641px);
}

.vh-height-1642 {
  height: calc(100vh - 1642px);
}

.vh-height-1643 {
  height: calc(100vh - 1643px);
}

.vh-height-1644 {
  height: calc(100vh - 1644px);
}

.vh-height-1645 {
  height: calc(100vh - 1645px);
}

.vh-height-1646 {
  height: calc(100vh - 1646px);
}

.vh-height-1647 {
  height: calc(100vh - 1647px);
}

.vh-height-1648 {
  height: calc(100vh - 1648px);
}

.vh-height-1649 {
  height: calc(100vh - 1649px);
}

.vh-height-1650 {
  height: calc(100vh - 1650px);
}

.vh-height-1651 {
  height: calc(100vh - 1651px);
}

.vh-height-1652 {
  height: calc(100vh - 1652px);
}

.vh-height-1653 {
  height: calc(100vh - 1653px);
}

.vh-height-1654 {
  height: calc(100vh - 1654px);
}

.vh-height-1655 {
  height: calc(100vh - 1655px);
}

.vh-height-1656 {
  height: calc(100vh - 1656px);
}

.vh-height-1657 {
  height: calc(100vh - 1657px);
}

.vh-height-1658 {
  height: calc(100vh - 1658px);
}

.vh-height-1659 {
  height: calc(100vh - 1659px);
}

.vh-height-1660 {
  height: calc(100vh - 1660px);
}

.vh-height-1661 {
  height: calc(100vh - 1661px);
}

.vh-height-1662 {
  height: calc(100vh - 1662px);
}

.vh-height-1663 {
  height: calc(100vh - 1663px);
}

.vh-height-1664 {
  height: calc(100vh - 1664px);
}

.vh-height-1665 {
  height: calc(100vh - 1665px);
}

.vh-height-1666 {
  height: calc(100vh - 1666px);
}

.vh-height-1667 {
  height: calc(100vh - 1667px);
}

.vh-height-1668 {
  height: calc(100vh - 1668px);
}

.vh-height-1669 {
  height: calc(100vh - 1669px);
}

.vh-height-1670 {
  height: calc(100vh - 1670px);
}

.vh-height-1671 {
  height: calc(100vh - 1671px);
}

.vh-height-1672 {
  height: calc(100vh - 1672px);
}

.vh-height-1673 {
  height: calc(100vh - 1673px);
}

.vh-height-1674 {
  height: calc(100vh - 1674px);
}

.vh-height-1675 {
  height: calc(100vh - 1675px);
}

.vh-height-1676 {
  height: calc(100vh - 1676px);
}

.vh-height-1677 {
  height: calc(100vh - 1677px);
}

.vh-height-1678 {
  height: calc(100vh - 1678px);
}

.vh-height-1679 {
  height: calc(100vh - 1679px);
}

.vh-height-1680 {
  height: calc(100vh - 1680px);
}

.vh-height-1681 {
  height: calc(100vh - 1681px);
}

.vh-height-1682 {
  height: calc(100vh - 1682px);
}

.vh-height-1683 {
  height: calc(100vh - 1683px);
}

.vh-height-1684 {
  height: calc(100vh - 1684px);
}

.vh-height-1685 {
  height: calc(100vh - 1685px);
}

.vh-height-1686 {
  height: calc(100vh - 1686px);
}

.vh-height-1687 {
  height: calc(100vh - 1687px);
}

.vh-height-1688 {
  height: calc(100vh - 1688px);
}

.vh-height-1689 {
  height: calc(100vh - 1689px);
}

.vh-height-1690 {
  height: calc(100vh - 1690px);
}

.vh-height-1691 {
  height: calc(100vh - 1691px);
}

.vh-height-1692 {
  height: calc(100vh - 1692px);
}

.vh-height-1693 {
  height: calc(100vh - 1693px);
}

.vh-height-1694 {
  height: calc(100vh - 1694px);
}

.vh-height-1695 {
  height: calc(100vh - 1695px);
}

.vh-height-1696 {
  height: calc(100vh - 1696px);
}

.vh-height-1697 {
  height: calc(100vh - 1697px);
}

.vh-height-1698 {
  height: calc(100vh - 1698px);
}

.vh-height-1699 {
  height: calc(100vh - 1699px);
}

.vh-height-1700 {
  height: calc(100vh - 1700px);
}

.vh-height-1701 {
  height: calc(100vh - 1701px);
}

.vh-height-1702 {
  height: calc(100vh - 1702px);
}

.vh-height-1703 {
  height: calc(100vh - 1703px);
}

.vh-height-1704 {
  height: calc(100vh - 1704px);
}

.vh-height-1705 {
  height: calc(100vh - 1705px);
}

.vh-height-1706 {
  height: calc(100vh - 1706px);
}

.vh-height-1707 {
  height: calc(100vh - 1707px);
}

.vh-height-1708 {
  height: calc(100vh - 1708px);
}

.vh-height-1709 {
  height: calc(100vh - 1709px);
}

.vh-height-1710 {
  height: calc(100vh - 1710px);
}

.vh-height-1711 {
  height: calc(100vh - 1711px);
}

.vh-height-1712 {
  height: calc(100vh - 1712px);
}

.vh-height-1713 {
  height: calc(100vh - 1713px);
}

.vh-height-1714 {
  height: calc(100vh - 1714px);
}

.vh-height-1715 {
  height: calc(100vh - 1715px);
}

.vh-height-1716 {
  height: calc(100vh - 1716px);
}

.vh-height-1717 {
  height: calc(100vh - 1717px);
}

.vh-height-1718 {
  height: calc(100vh - 1718px);
}

.vh-height-1719 {
  height: calc(100vh - 1719px);
}

.vh-height-1720 {
  height: calc(100vh - 1720px);
}

.vh-height-1721 {
  height: calc(100vh - 1721px);
}

.vh-height-1722 {
  height: calc(100vh - 1722px);
}

.vh-height-1723 {
  height: calc(100vh - 1723px);
}

.vh-height-1724 {
  height: calc(100vh - 1724px);
}

.vh-height-1725 {
  height: calc(100vh - 1725px);
}

.vh-height-1726 {
  height: calc(100vh - 1726px);
}

.vh-height-1727 {
  height: calc(100vh - 1727px);
}

.vh-height-1728 {
  height: calc(100vh - 1728px);
}

.vh-height-1729 {
  height: calc(100vh - 1729px);
}

.vh-height-1730 {
  height: calc(100vh - 1730px);
}

.vh-height-1731 {
  height: calc(100vh - 1731px);
}

.vh-height-1732 {
  height: calc(100vh - 1732px);
}

.vh-height-1733 {
  height: calc(100vh - 1733px);
}

.vh-height-1734 {
  height: calc(100vh - 1734px);
}

.vh-height-1735 {
  height: calc(100vh - 1735px);
}

.vh-height-1736 {
  height: calc(100vh - 1736px);
}

.vh-height-1737 {
  height: calc(100vh - 1737px);
}

.vh-height-1738 {
  height: calc(100vh - 1738px);
}

.vh-height-1739 {
  height: calc(100vh - 1739px);
}

.vh-height-1740 {
  height: calc(100vh - 1740px);
}

.vh-height-1741 {
  height: calc(100vh - 1741px);
}

.vh-height-1742 {
  height: calc(100vh - 1742px);
}

.vh-height-1743 {
  height: calc(100vh - 1743px);
}

.vh-height-1744 {
  height: calc(100vh - 1744px);
}

.vh-height-1745 {
  height: calc(100vh - 1745px);
}

.vh-height-1746 {
  height: calc(100vh - 1746px);
}

.vh-height-1747 {
  height: calc(100vh - 1747px);
}

.vh-height-1748 {
  height: calc(100vh - 1748px);
}

.vh-height-1749 {
  height: calc(100vh - 1749px);
}

.vh-height-1750 {
  height: calc(100vh - 1750px);
}

.vh-height-1751 {
  height: calc(100vh - 1751px);
}

.vh-height-1752 {
  height: calc(100vh - 1752px);
}

.vh-height-1753 {
  height: calc(100vh - 1753px);
}

.vh-height-1754 {
  height: calc(100vh - 1754px);
}

.vh-height-1755 {
  height: calc(100vh - 1755px);
}

.vh-height-1756 {
  height: calc(100vh - 1756px);
}

.vh-height-1757 {
  height: calc(100vh - 1757px);
}

.vh-height-1758 {
  height: calc(100vh - 1758px);
}

.vh-height-1759 {
  height: calc(100vh - 1759px);
}

.vh-height-1760 {
  height: calc(100vh - 1760px);
}

.vh-height-1761 {
  height: calc(100vh - 1761px);
}

.vh-height-1762 {
  height: calc(100vh - 1762px);
}

.vh-height-1763 {
  height: calc(100vh - 1763px);
}

.vh-height-1764 {
  height: calc(100vh - 1764px);
}

.vh-height-1765 {
  height: calc(100vh - 1765px);
}

.vh-height-1766 {
  height: calc(100vh - 1766px);
}

.vh-height-1767 {
  height: calc(100vh - 1767px);
}

.vh-height-1768 {
  height: calc(100vh - 1768px);
}

.vh-height-1769 {
  height: calc(100vh - 1769px);
}

.vh-height-1770 {
  height: calc(100vh - 1770px);
}

.vh-height-1771 {
  height: calc(100vh - 1771px);
}

.vh-height-1772 {
  height: calc(100vh - 1772px);
}

.vh-height-1773 {
  height: calc(100vh - 1773px);
}

.vh-height-1774 {
  height: calc(100vh - 1774px);
}

.vh-height-1775 {
  height: calc(100vh - 1775px);
}

.vh-height-1776 {
  height: calc(100vh - 1776px);
}

.vh-height-1777 {
  height: calc(100vh - 1777px);
}

.vh-height-1778 {
  height: calc(100vh - 1778px);
}

.vh-height-1779 {
  height: calc(100vh - 1779px);
}

.vh-height-1780 {
  height: calc(100vh - 1780px);
}

.vh-height-1781 {
  height: calc(100vh - 1781px);
}

.vh-height-1782 {
  height: calc(100vh - 1782px);
}

.vh-height-1783 {
  height: calc(100vh - 1783px);
}

.vh-height-1784 {
  height: calc(100vh - 1784px);
}

.vh-height-1785 {
  height: calc(100vh - 1785px);
}

.vh-height-1786 {
  height: calc(100vh - 1786px);
}

.vh-height-1787 {
  height: calc(100vh - 1787px);
}

.vh-height-1788 {
  height: calc(100vh - 1788px);
}

.vh-height-1789 {
  height: calc(100vh - 1789px);
}

.vh-height-1790 {
  height: calc(100vh - 1790px);
}

.vh-height-1791 {
  height: calc(100vh - 1791px);
}

.vh-height-1792 {
  height: calc(100vh - 1792px);
}

.vh-height-1793 {
  height: calc(100vh - 1793px);
}

.vh-height-1794 {
  height: calc(100vh - 1794px);
}

.vh-height-1795 {
  height: calc(100vh - 1795px);
}

.vh-height-1796 {
  height: calc(100vh - 1796px);
}

.vh-height-1797 {
  height: calc(100vh - 1797px);
}

.vh-height-1798 {
  height: calc(100vh - 1798px);
}

.vh-height-1799 {
  height: calc(100vh - 1799px);
}

.vh-height-1800 {
  height: calc(100vh - 1800px);
}

.vh-height-1801 {
  height: calc(100vh - 1801px);
}

.vh-height-1802 {
  height: calc(100vh - 1802px);
}

.vh-height-1803 {
  height: calc(100vh - 1803px);
}

.vh-height-1804 {
  height: calc(100vh - 1804px);
}

.vh-height-1805 {
  height: calc(100vh - 1805px);
}

.vh-height-1806 {
  height: calc(100vh - 1806px);
}

.vh-height-1807 {
  height: calc(100vh - 1807px);
}

.vh-height-1808 {
  height: calc(100vh - 1808px);
}

.vh-height-1809 {
  height: calc(100vh - 1809px);
}

.vh-height-1810 {
  height: calc(100vh - 1810px);
}

.vh-height-1811 {
  height: calc(100vh - 1811px);
}

.vh-height-1812 {
  height: calc(100vh - 1812px);
}

.vh-height-1813 {
  height: calc(100vh - 1813px);
}

.vh-height-1814 {
  height: calc(100vh - 1814px);
}

.vh-height-1815 {
  height: calc(100vh - 1815px);
}

.vh-height-1816 {
  height: calc(100vh - 1816px);
}

.vh-height-1817 {
  height: calc(100vh - 1817px);
}

.vh-height-1818 {
  height: calc(100vh - 1818px);
}

.vh-height-1819 {
  height: calc(100vh - 1819px);
}

.vh-height-1820 {
  height: calc(100vh - 1820px);
}

.vh-height-1821 {
  height: calc(100vh - 1821px);
}

.vh-height-1822 {
  height: calc(100vh - 1822px);
}

.vh-height-1823 {
  height: calc(100vh - 1823px);
}

.vh-height-1824 {
  height: calc(100vh - 1824px);
}

.vh-height-1825 {
  height: calc(100vh - 1825px);
}

.vh-height-1826 {
  height: calc(100vh - 1826px);
}

.vh-height-1827 {
  height: calc(100vh - 1827px);
}

.vh-height-1828 {
  height: calc(100vh - 1828px);
}

.vh-height-1829 {
  height: calc(100vh - 1829px);
}

.vh-height-1830 {
  height: calc(100vh - 1830px);
}

.vh-height-1831 {
  height: calc(100vh - 1831px);
}

.vh-height-1832 {
  height: calc(100vh - 1832px);
}

.vh-height-1833 {
  height: calc(100vh - 1833px);
}

.vh-height-1834 {
  height: calc(100vh - 1834px);
}

.vh-height-1835 {
  height: calc(100vh - 1835px);
}

.vh-height-1836 {
  height: calc(100vh - 1836px);
}

.vh-height-1837 {
  height: calc(100vh - 1837px);
}

.vh-height-1838 {
  height: calc(100vh - 1838px);
}

.vh-height-1839 {
  height: calc(100vh - 1839px);
}

.vh-height-1840 {
  height: calc(100vh - 1840px);
}

.vh-height-1841 {
  height: calc(100vh - 1841px);
}

.vh-height-1842 {
  height: calc(100vh - 1842px);
}

.vh-height-1843 {
  height: calc(100vh - 1843px);
}

.vh-height-1844 {
  height: calc(100vh - 1844px);
}

.vh-height-1845 {
  height: calc(100vh - 1845px);
}

.vh-height-1846 {
  height: calc(100vh - 1846px);
}

.vh-height-1847 {
  height: calc(100vh - 1847px);
}

.vh-height-1848 {
  height: calc(100vh - 1848px);
}

.vh-height-1849 {
  height: calc(100vh - 1849px);
}

.vh-height-1850 {
  height: calc(100vh - 1850px);
}

.vh-height-1851 {
  height: calc(100vh - 1851px);
}

.vh-height-1852 {
  height: calc(100vh - 1852px);
}

.vh-height-1853 {
  height: calc(100vh - 1853px);
}

.vh-height-1854 {
  height: calc(100vh - 1854px);
}

.vh-height-1855 {
  height: calc(100vh - 1855px);
}

.vh-height-1856 {
  height: calc(100vh - 1856px);
}

.vh-height-1857 {
  height: calc(100vh - 1857px);
}

.vh-height-1858 {
  height: calc(100vh - 1858px);
}

.vh-height-1859 {
  height: calc(100vh - 1859px);
}

.vh-height-1860 {
  height: calc(100vh - 1860px);
}

.vh-height-1861 {
  height: calc(100vh - 1861px);
}

.vh-height-1862 {
  height: calc(100vh - 1862px);
}

.vh-height-1863 {
  height: calc(100vh - 1863px);
}

.vh-height-1864 {
  height: calc(100vh - 1864px);
}

.vh-height-1865 {
  height: calc(100vh - 1865px);
}

.vh-height-1866 {
  height: calc(100vh - 1866px);
}

.vh-height-1867 {
  height: calc(100vh - 1867px);
}

.vh-height-1868 {
  height: calc(100vh - 1868px);
}

.vh-height-1869 {
  height: calc(100vh - 1869px);
}

.vh-height-1870 {
  height: calc(100vh - 1870px);
}

.vh-height-1871 {
  height: calc(100vh - 1871px);
}

.vh-height-1872 {
  height: calc(100vh - 1872px);
}

.vh-height-1873 {
  height: calc(100vh - 1873px);
}

.vh-height-1874 {
  height: calc(100vh - 1874px);
}

.vh-height-1875 {
  height: calc(100vh - 1875px);
}

.vh-height-1876 {
  height: calc(100vh - 1876px);
}

.vh-height-1877 {
  height: calc(100vh - 1877px);
}

.vh-height-1878 {
  height: calc(100vh - 1878px);
}

.vh-height-1879 {
  height: calc(100vh - 1879px);
}

.vh-height-1880 {
  height: calc(100vh - 1880px);
}

.vh-height-1881 {
  height: calc(100vh - 1881px);
}

.vh-height-1882 {
  height: calc(100vh - 1882px);
}

.vh-height-1883 {
  height: calc(100vh - 1883px);
}

.vh-height-1884 {
  height: calc(100vh - 1884px);
}

.vh-height-1885 {
  height: calc(100vh - 1885px);
}

.vh-height-1886 {
  height: calc(100vh - 1886px);
}

.vh-height-1887 {
  height: calc(100vh - 1887px);
}

.vh-height-1888 {
  height: calc(100vh - 1888px);
}

.vh-height-1889 {
  height: calc(100vh - 1889px);
}

.vh-height-1890 {
  height: calc(100vh - 1890px);
}

.vh-height-1891 {
  height: calc(100vh - 1891px);
}

.vh-height-1892 {
  height: calc(100vh - 1892px);
}

.vh-height-1893 {
  height: calc(100vh - 1893px);
}

.vh-height-1894 {
  height: calc(100vh - 1894px);
}

.vh-height-1895 {
  height: calc(100vh - 1895px);
}

.vh-height-1896 {
  height: calc(100vh - 1896px);
}

.vh-height-1897 {
  height: calc(100vh - 1897px);
}

.vh-height-1898 {
  height: calc(100vh - 1898px);
}

.vh-height-1899 {
  height: calc(100vh - 1899px);
}

.vh-height-1900 {
  height: calc(100vh - 1900px);
}

.vh-height-1901 {
  height: calc(100vh - 1901px);
}

.vh-height-1902 {
  height: calc(100vh - 1902px);
}

.vh-height-1903 {
  height: calc(100vh - 1903px);
}

.vh-height-1904 {
  height: calc(100vh - 1904px);
}

.vh-height-1905 {
  height: calc(100vh - 1905px);
}

.vh-height-1906 {
  height: calc(100vh - 1906px);
}

.vh-height-1907 {
  height: calc(100vh - 1907px);
}

.vh-height-1908 {
  height: calc(100vh - 1908px);
}

.vh-height-1909 {
  height: calc(100vh - 1909px);
}

.vh-height-1910 {
  height: calc(100vh - 1910px);
}

.vh-height-1911 {
  height: calc(100vh - 1911px);
}

.vh-height-1912 {
  height: calc(100vh - 1912px);
}

.vh-height-1913 {
  height: calc(100vh - 1913px);
}

.vh-height-1914 {
  height: calc(100vh - 1914px);
}

.vh-height-1915 {
  height: calc(100vh - 1915px);
}

.vh-height-1916 {
  height: calc(100vh - 1916px);
}

.vh-height-1917 {
  height: calc(100vh - 1917px);
}

.vh-height-1918 {
  height: calc(100vh - 1918px);
}

.vh-height-1919 {
  height: calc(100vh - 1919px);
}

.vh-height-1920 {
  height: calc(100vh - 1920px);
}

.vh-height-1921 {
  height: calc(100vh - 1921px);
}

.vh-height-1922 {
  height: calc(100vh - 1922px);
}

.vh-height-1923 {
  height: calc(100vh - 1923px);
}

.vh-height-1924 {
  height: calc(100vh - 1924px);
}

.vh-height-1925 {
  height: calc(100vh - 1925px);
}

.vh-height-1926 {
  height: calc(100vh - 1926px);
}

.vh-height-1927 {
  height: calc(100vh - 1927px);
}

.vh-height-1928 {
  height: calc(100vh - 1928px);
}

.vh-height-1929 {
  height: calc(100vh - 1929px);
}

.vh-height-1930 {
  height: calc(100vh - 1930px);
}

.vh-height-1931 {
  height: calc(100vh - 1931px);
}

.vh-height-1932 {
  height: calc(100vh - 1932px);
}

.vh-height-1933 {
  height: calc(100vh - 1933px);
}

.vh-height-1934 {
  height: calc(100vh - 1934px);
}

.vh-height-1935 {
  height: calc(100vh - 1935px);
}

.vh-height-1936 {
  height: calc(100vh - 1936px);
}

.vh-height-1937 {
  height: calc(100vh - 1937px);
}

.vh-height-1938 {
  height: calc(100vh - 1938px);
}

.vh-height-1939 {
  height: calc(100vh - 1939px);
}

.vh-height-1940 {
  height: calc(100vh - 1940px);
}

.vh-height-1941 {
  height: calc(100vh - 1941px);
}

.vh-height-1942 {
  height: calc(100vh - 1942px);
}

.vh-height-1943 {
  height: calc(100vh - 1943px);
}

.vh-height-1944 {
  height: calc(100vh - 1944px);
}

.vh-height-1945 {
  height: calc(100vh - 1945px);
}

.vh-height-1946 {
  height: calc(100vh - 1946px);
}

.vh-height-1947 {
  height: calc(100vh - 1947px);
}

.vh-height-1948 {
  height: calc(100vh - 1948px);
}

.vh-height-1949 {
  height: calc(100vh - 1949px);
}

.vh-height-1950 {
  height: calc(100vh - 1950px);
}

.vh-height-1951 {
  height: calc(100vh - 1951px);
}

.vh-height-1952 {
  height: calc(100vh - 1952px);
}

.vh-height-1953 {
  height: calc(100vh - 1953px);
}

.vh-height-1954 {
  height: calc(100vh - 1954px);
}

.vh-height-1955 {
  height: calc(100vh - 1955px);
}

.vh-height-1956 {
  height: calc(100vh - 1956px);
}

.vh-height-1957 {
  height: calc(100vh - 1957px);
}

.vh-height-1958 {
  height: calc(100vh - 1958px);
}

.vh-height-1959 {
  height: calc(100vh - 1959px);
}

.vh-height-1960 {
  height: calc(100vh - 1960px);
}

.vh-height-1961 {
  height: calc(100vh - 1961px);
}

.vh-height-1962 {
  height: calc(100vh - 1962px);
}

.vh-height-1963 {
  height: calc(100vh - 1963px);
}

.vh-height-1964 {
  height: calc(100vh - 1964px);
}

.vh-height-1965 {
  height: calc(100vh - 1965px);
}

.vh-height-1966 {
  height: calc(100vh - 1966px);
}

.vh-height-1967 {
  height: calc(100vh - 1967px);
}

.vh-height-1968 {
  height: calc(100vh - 1968px);
}

.vh-height-1969 {
  height: calc(100vh - 1969px);
}

.vh-height-1970 {
  height: calc(100vh - 1970px);
}

.vh-height-1971 {
  height: calc(100vh - 1971px);
}

.vh-height-1972 {
  height: calc(100vh - 1972px);
}

.vh-height-1973 {
  height: calc(100vh - 1973px);
}

.vh-height-1974 {
  height: calc(100vh - 1974px);
}

.vh-height-1975 {
  height: calc(100vh - 1975px);
}

.vh-height-1976 {
  height: calc(100vh - 1976px);
}

.vh-height-1977 {
  height: calc(100vh - 1977px);
}

.vh-height-1978 {
  height: calc(100vh - 1978px);
}

.vh-height-1979 {
  height: calc(100vh - 1979px);
}

.vh-height-1980 {
  height: calc(100vh - 1980px);
}

.vh-height-1981 {
  height: calc(100vh - 1981px);
}

.vh-height-1982 {
  height: calc(100vh - 1982px);
}

.vh-height-1983 {
  height: calc(100vh - 1983px);
}

.vh-height-1984 {
  height: calc(100vh - 1984px);
}

.vh-height-1985 {
  height: calc(100vh - 1985px);
}

.vh-height-1986 {
  height: calc(100vh - 1986px);
}

.vh-height-1987 {
  height: calc(100vh - 1987px);
}

.vh-height-1988 {
  height: calc(100vh - 1988px);
}

.vh-height-1989 {
  height: calc(100vh - 1989px);
}

.vh-height-1990 {
  height: calc(100vh - 1990px);
}

.vh-height-1991 {
  height: calc(100vh - 1991px);
}

.vh-height-1992 {
  height: calc(100vh - 1992px);
}

.vh-height-1993 {
  height: calc(100vh - 1993px);
}

.vh-height-1994 {
  height: calc(100vh - 1994px);
}

.vh-height-1995 {
  height: calc(100vh - 1995px);
}

.vh-height-1996 {
  height: calc(100vh - 1996px);
}

.vh-height-1997 {
  height: calc(100vh - 1997px);
}

.vh-height-1998 {
  height: calc(100vh - 1998px);
}

.vh-height-1999 {
  height: calc(100vh - 1999px);
}

.vh-height-2000 {
  height: calc(100vh - 2000px);
}

.vh-height-2001 {
  height: calc(100vh - 2001px);
}

.vh-height-2002 {
  height: calc(100vh - 2002px);
}

.vh-height-2003 {
  height: calc(100vh - 2003px);
}

.vh-height-2004 {
  height: calc(100vh - 2004px);
}

.vh-height-2005 {
  height: calc(100vh - 2005px);
}

.vh-height-2006 {
  height: calc(100vh - 2006px);
}

.vh-height-2007 {
  height: calc(100vh - 2007px);
}

.vh-height-2008 {
  height: calc(100vh - 2008px);
}

.vh-height-2009 {
  height: calc(100vh - 2009px);
}

.vh-height-2010 {
  height: calc(100vh - 2010px);
}

.vh-height-2011 {
  height: calc(100vh - 2011px);
}

.vh-height-2012 {
  height: calc(100vh - 2012px);
}

.vh-height-2013 {
  height: calc(100vh - 2013px);
}

.vh-height-2014 {
  height: calc(100vh - 2014px);
}

.vh-height-2015 {
  height: calc(100vh - 2015px);
}

.vh-height-2016 {
  height: calc(100vh - 2016px);
}

.vh-height-2017 {
  height: calc(100vh - 2017px);
}

.vh-height-2018 {
  height: calc(100vh - 2018px);
}

.vh-height-2019 {
  height: calc(100vh - 2019px);
}

.vh-height-2020 {
  height: calc(100vh - 2020px);
}

.vh-height-2021 {
  height: calc(100vh - 2021px);
}

.vh-height-2022 {
  height: calc(100vh - 2022px);
}

.vh-height-2023 {
  height: calc(100vh - 2023px);
}

.vh-height-2024 {
  height: calc(100vh - 2024px);
}

.vh-height-2025 {
  height: calc(100vh - 2025px);
}

.vh-height-2026 {
  height: calc(100vh - 2026px);
}

.vh-height-2027 {
  height: calc(100vh - 2027px);
}

.vh-height-2028 {
  height: calc(100vh - 2028px);
}

.vh-height-2029 {
  height: calc(100vh - 2029px);
}

.vh-height-2030 {
  height: calc(100vh - 2030px);
}

.vh-height-2031 {
  height: calc(100vh - 2031px);
}

.vh-height-2032 {
  height: calc(100vh - 2032px);
}

.vh-height-2033 {
  height: calc(100vh - 2033px);
}

.vh-height-2034 {
  height: calc(100vh - 2034px);
}

.vh-height-2035 {
  height: calc(100vh - 2035px);
}

.vh-height-2036 {
  height: calc(100vh - 2036px);
}

.vh-height-2037 {
  height: calc(100vh - 2037px);
}

.vh-height-2038 {
  height: calc(100vh - 2038px);
}

.vh-height-2039 {
  height: calc(100vh - 2039px);
}

.vh-height-2040 {
  height: calc(100vh - 2040px);
}

.vh-height-2041 {
  height: calc(100vh - 2041px);
}

.vh-height-2042 {
  height: calc(100vh - 2042px);
}

.vh-height-2043 {
  height: calc(100vh - 2043px);
}

.vh-height-2044 {
  height: calc(100vh - 2044px);
}

.vh-height-2045 {
  height: calc(100vh - 2045px);
}

.vh-height-2046 {
  height: calc(100vh - 2046px);
}

.vh-height-2047 {
  height: calc(100vh - 2047px);
}

.vh-height-2048 {
  height: calc(100vh - 2048px);
}

.vh-height-2049 {
  height: calc(100vh - 2049px);
}

.vh-height-2050 {
  height: calc(100vh - 2050px);
}

.vh-height-2051 {
  height: calc(100vh - 2051px);
}

.vh-height-2052 {
  height: calc(100vh - 2052px);
}

.vh-height-2053 {
  height: calc(100vh - 2053px);
}

.vh-height-2054 {
  height: calc(100vh - 2054px);
}

.vh-height-2055 {
  height: calc(100vh - 2055px);
}

.vh-height-2056 {
  height: calc(100vh - 2056px);
}

.vh-height-2057 {
  height: calc(100vh - 2057px);
}

.vh-height-2058 {
  height: calc(100vh - 2058px);
}

.vh-height-2059 {
  height: calc(100vh - 2059px);
}

.vh-height-2060 {
  height: calc(100vh - 2060px);
}

.vh-height-2061 {
  height: calc(100vh - 2061px);
}

.vh-height-2062 {
  height: calc(100vh - 2062px);
}

.vh-height-2063 {
  height: calc(100vh - 2063px);
}

.vh-height-2064 {
  height: calc(100vh - 2064px);
}

.vh-height-2065 {
  height: calc(100vh - 2065px);
}

.vh-height-2066 {
  height: calc(100vh - 2066px);
}

.vh-height-2067 {
  height: calc(100vh - 2067px);
}

.vh-height-2068 {
  height: calc(100vh - 2068px);
}

.vh-height-2069 {
  height: calc(100vh - 2069px);
}

.vh-height-2070 {
  height: calc(100vh - 2070px);
}

.vh-height-2071 {
  height: calc(100vh - 2071px);
}

.vh-height-2072 {
  height: calc(100vh - 2072px);
}

.vh-height-2073 {
  height: calc(100vh - 2073px);
}

.vh-height-2074 {
  height: calc(100vh - 2074px);
}

.vh-height-2075 {
  height: calc(100vh - 2075px);
}

.vh-height-2076 {
  height: calc(100vh - 2076px);
}

.vh-height-2077 {
  height: calc(100vh - 2077px);
}

.vh-height-2078 {
  height: calc(100vh - 2078px);
}

.vh-height-2079 {
  height: calc(100vh - 2079px);
}

.vh-height-2080 {
  height: calc(100vh - 2080px);
}

.vh-height-2081 {
  height: calc(100vh - 2081px);
}

.vh-height-2082 {
  height: calc(100vh - 2082px);
}

.vh-height-2083 {
  height: calc(100vh - 2083px);
}

.vh-height-2084 {
  height: calc(100vh - 2084px);
}

.vh-height-2085 {
  height: calc(100vh - 2085px);
}

.vh-height-2086 {
  height: calc(100vh - 2086px);
}

.vh-height-2087 {
  height: calc(100vh - 2087px);
}

.vh-height-2088 {
  height: calc(100vh - 2088px);
}

.vh-height-2089 {
  height: calc(100vh - 2089px);
}

.vh-height-2090 {
  height: calc(100vh - 2090px);
}

.vh-height-2091 {
  height: calc(100vh - 2091px);
}

.vh-height-2092 {
  height: calc(100vh - 2092px);
}

.vh-height-2093 {
  height: calc(100vh - 2093px);
}

.vh-height-2094 {
  height: calc(100vh - 2094px);
}

.vh-height-2095 {
  height: calc(100vh - 2095px);
}

.vh-height-2096 {
  height: calc(100vh - 2096px);
}

.vh-height-2097 {
  height: calc(100vh - 2097px);
}

.vh-height-2098 {
  height: calc(100vh - 2098px);
}

.vh-height-2099 {
  height: calc(100vh - 2099px);
}

.vh-height-2100 {
  height: calc(100vh - 2100px);
}

.vh-height-2101 {
  height: calc(100vh - 2101px);
}

.vh-height-2102 {
  height: calc(100vh - 2102px);
}

.vh-height-2103 {
  height: calc(100vh - 2103px);
}

.vh-height-2104 {
  height: calc(100vh - 2104px);
}

.vh-height-2105 {
  height: calc(100vh - 2105px);
}

.vh-height-2106 {
  height: calc(100vh - 2106px);
}

.vh-height-2107 {
  height: calc(100vh - 2107px);
}

.vh-height-2108 {
  height: calc(100vh - 2108px);
}

.vh-height-2109 {
  height: calc(100vh - 2109px);
}

.vh-height-2110 {
  height: calc(100vh - 2110px);
}

.vh-height-2111 {
  height: calc(100vh - 2111px);
}

.vh-height-2112 {
  height: calc(100vh - 2112px);
}

.vh-height-2113 {
  height: calc(100vh - 2113px);
}

.vh-height-2114 {
  height: calc(100vh - 2114px);
}

.vh-height-2115 {
  height: calc(100vh - 2115px);
}

.vh-height-2116 {
  height: calc(100vh - 2116px);
}

.vh-height-2117 {
  height: calc(100vh - 2117px);
}

.vh-height-2118 {
  height: calc(100vh - 2118px);
}

.vh-height-2119 {
  height: calc(100vh - 2119px);
}

.vh-height-2120 {
  height: calc(100vh - 2120px);
}

.vh-height-2121 {
  height: calc(100vh - 2121px);
}

.vh-height-2122 {
  height: calc(100vh - 2122px);
}

.vh-height-2123 {
  height: calc(100vh - 2123px);
}

.vh-height-2124 {
  height: calc(100vh - 2124px);
}

.vh-height-2125 {
  height: calc(100vh - 2125px);
}

.vh-height-2126 {
  height: calc(100vh - 2126px);
}

.vh-height-2127 {
  height: calc(100vh - 2127px);
}

.vh-height-2128 {
  height: calc(100vh - 2128px);
}

.vh-height-2129 {
  height: calc(100vh - 2129px);
}

.vh-height-2130 {
  height: calc(100vh - 2130px);
}

.vh-height-2131 {
  height: calc(100vh - 2131px);
}

.vh-height-2132 {
  height: calc(100vh - 2132px);
}

.vh-height-2133 {
  height: calc(100vh - 2133px);
}

.vh-height-2134 {
  height: calc(100vh - 2134px);
}

.vh-height-2135 {
  height: calc(100vh - 2135px);
}

.vh-height-2136 {
  height: calc(100vh - 2136px);
}

.vh-height-2137 {
  height: calc(100vh - 2137px);
}

.vh-height-2138 {
  height: calc(100vh - 2138px);
}

.vh-height-2139 {
  height: calc(100vh - 2139px);
}

.vh-height-2140 {
  height: calc(100vh - 2140px);
}

.vh-height-2141 {
  height: calc(100vh - 2141px);
}

.vh-height-2142 {
  height: calc(100vh - 2142px);
}

.vh-height-2143 {
  height: calc(100vh - 2143px);
}

.vh-height-2144 {
  height: calc(100vh - 2144px);
}

.vh-height-2145 {
  height: calc(100vh - 2145px);
}

.vh-height-2146 {
  height: calc(100vh - 2146px);
}

.vh-height-2147 {
  height: calc(100vh - 2147px);
}

.vh-height-2148 {
  height: calc(100vh - 2148px);
}

.vh-height-2149 {
  height: calc(100vh - 2149px);
}

.vh-height-2150 {
  height: calc(100vh - 2150px);
}

.vh-height-2151 {
  height: calc(100vh - 2151px);
}

.vh-height-2152 {
  height: calc(100vh - 2152px);
}

.vh-height-2153 {
  height: calc(100vh - 2153px);
}

.vh-height-2154 {
  height: calc(100vh - 2154px);
}

.vh-height-2155 {
  height: calc(100vh - 2155px);
}

.vh-height-2156 {
  height: calc(100vh - 2156px);
}

.vh-height-2157 {
  height: calc(100vh - 2157px);
}

.vh-height-2158 {
  height: calc(100vh - 2158px);
}

.vh-height-2159 {
  height: calc(100vh - 2159px);
}

.vh-height-2160 {
  height: calc(100vh - 2160px);
}

.vh-height-2161 {
  height: calc(100vh - 2161px);
}

.vh-height-2162 {
  height: calc(100vh - 2162px);
}

.vh-height-2163 {
  height: calc(100vh - 2163px);
}

.vh-height-2164 {
  height: calc(100vh - 2164px);
}

.vh-height-2165 {
  height: calc(100vh - 2165px);
}

.vh-height-2166 {
  height: calc(100vh - 2166px);
}

.vh-height-2167 {
  height: calc(100vh - 2167px);
}

.vh-height-2168 {
  height: calc(100vh - 2168px);
}

.vh-height-2169 {
  height: calc(100vh - 2169px);
}

.vh-height-2170 {
  height: calc(100vh - 2170px);
}

.vh-height-2171 {
  height: calc(100vh - 2171px);
}

.vh-height-2172 {
  height: calc(100vh - 2172px);
}

.vh-height-2173 {
  height: calc(100vh - 2173px);
}

.vh-height-2174 {
  height: calc(100vh - 2174px);
}

.vh-height-2175 {
  height: calc(100vh - 2175px);
}

.vh-height-2176 {
  height: calc(100vh - 2176px);
}

.vh-height-2177 {
  height: calc(100vh - 2177px);
}

.vh-height-2178 {
  height: calc(100vh - 2178px);
}

.vh-height-2179 {
  height: calc(100vh - 2179px);
}

.vh-height-2180 {
  height: calc(100vh - 2180px);
}

.vh-height-2181 {
  height: calc(100vh - 2181px);
}

.vh-height-2182 {
  height: calc(100vh - 2182px);
}

.vh-height-2183 {
  height: calc(100vh - 2183px);
}

.vh-height-2184 {
  height: calc(100vh - 2184px);
}

.vh-height-2185 {
  height: calc(100vh - 2185px);
}

.vh-height-2186 {
  height: calc(100vh - 2186px);
}

.vh-height-2187 {
  height: calc(100vh - 2187px);
}

.vh-height-2188 {
  height: calc(100vh - 2188px);
}

.vh-height-2189 {
  height: calc(100vh - 2189px);
}

.vh-height-2190 {
  height: calc(100vh - 2190px);
}

.vh-height-2191 {
  height: calc(100vh - 2191px);
}

.vh-height-2192 {
  height: calc(100vh - 2192px);
}

.vh-height-2193 {
  height: calc(100vh - 2193px);
}

.vh-height-2194 {
  height: calc(100vh - 2194px);
}

.vh-height-2195 {
  height: calc(100vh - 2195px);
}

.vh-height-2196 {
  height: calc(100vh - 2196px);
}

.vh-height-2197 {
  height: calc(100vh - 2197px);
}

.vh-height-2198 {
  height: calc(100vh - 2198px);
}

.vh-height-2199 {
  height: calc(100vh - 2199px);
}

.vh-height-2200 {
  height: calc(100vh - 2200px);
}

.vh-height-2201 {
  height: calc(100vh - 2201px);
}

.vh-height-2202 {
  height: calc(100vh - 2202px);
}

.vh-height-2203 {
  height: calc(100vh - 2203px);
}

.vh-height-2204 {
  height: calc(100vh - 2204px);
}

.vh-height-2205 {
  height: calc(100vh - 2205px);
}

.vh-height-2206 {
  height: calc(100vh - 2206px);
}

.vh-height-2207 {
  height: calc(100vh - 2207px);
}

.vh-height-2208 {
  height: calc(100vh - 2208px);
}

.vh-height-2209 {
  height: calc(100vh - 2209px);
}

.vh-height-2210 {
  height: calc(100vh - 2210px);
}

.vh-height-2211 {
  height: calc(100vh - 2211px);
}

.vh-height-2212 {
  height: calc(100vh - 2212px);
}

.vh-height-2213 {
  height: calc(100vh - 2213px);
}

.vh-height-2214 {
  height: calc(100vh - 2214px);
}

.vh-height-2215 {
  height: calc(100vh - 2215px);
}

.vh-height-2216 {
  height: calc(100vh - 2216px);
}

.vh-height-2217 {
  height: calc(100vh - 2217px);
}

.vh-height-2218 {
  height: calc(100vh - 2218px);
}

.vh-height-2219 {
  height: calc(100vh - 2219px);
}

.vh-height-2220 {
  height: calc(100vh - 2220px);
}

.vh-height-2221 {
  height: calc(100vh - 2221px);
}

.vh-height-2222 {
  height: calc(100vh - 2222px);
}

.vh-height-2223 {
  height: calc(100vh - 2223px);
}

.vh-height-2224 {
  height: calc(100vh - 2224px);
}

.vh-height-2225 {
  height: calc(100vh - 2225px);
}

.vh-height-2226 {
  height: calc(100vh - 2226px);
}

.vh-height-2227 {
  height: calc(100vh - 2227px);
}

.vh-height-2228 {
  height: calc(100vh - 2228px);
}

.vh-height-2229 {
  height: calc(100vh - 2229px);
}

.vh-height-2230 {
  height: calc(100vh - 2230px);
}

.vh-height-2231 {
  height: calc(100vh - 2231px);
}

.vh-height-2232 {
  height: calc(100vh - 2232px);
}

.vh-height-2233 {
  height: calc(100vh - 2233px);
}

.vh-height-2234 {
  height: calc(100vh - 2234px);
}

.vh-height-2235 {
  height: calc(100vh - 2235px);
}

.vh-height-2236 {
  height: calc(100vh - 2236px);
}

.vh-height-2237 {
  height: calc(100vh - 2237px);
}

.vh-height-2238 {
  height: calc(100vh - 2238px);
}

.vh-height-2239 {
  height: calc(100vh - 2239px);
}

.vh-height-2240 {
  height: calc(100vh - 2240px);
}

.vh-height-2241 {
  height: calc(100vh - 2241px);
}

.vh-height-2242 {
  height: calc(100vh - 2242px);
}

.vh-height-2243 {
  height: calc(100vh - 2243px);
}

.vh-height-2244 {
  height: calc(100vh - 2244px);
}

.vh-height-2245 {
  height: calc(100vh - 2245px);
}

.vh-height-2246 {
  height: calc(100vh - 2246px);
}

.vh-height-2247 {
  height: calc(100vh - 2247px);
}

.vh-height-2248 {
  height: calc(100vh - 2248px);
}

.vh-height-2249 {
  height: calc(100vh - 2249px);
}

.vh-height-2250 {
  height: calc(100vh - 2250px);
}

.vh-height-2251 {
  height: calc(100vh - 2251px);
}

.vh-height-2252 {
  height: calc(100vh - 2252px);
}

.vh-height-2253 {
  height: calc(100vh - 2253px);
}

.vh-height-2254 {
  height: calc(100vh - 2254px);
}

.vh-height-2255 {
  height: calc(100vh - 2255px);
}

.vh-height-2256 {
  height: calc(100vh - 2256px);
}

.vh-height-2257 {
  height: calc(100vh - 2257px);
}

.vh-height-2258 {
  height: calc(100vh - 2258px);
}

.vh-height-2259 {
  height: calc(100vh - 2259px);
}

.vh-height-2260 {
  height: calc(100vh - 2260px);
}

.vh-height-2261 {
  height: calc(100vh - 2261px);
}

.vh-height-2262 {
  height: calc(100vh - 2262px);
}

.vh-height-2263 {
  height: calc(100vh - 2263px);
}

.vh-height-2264 {
  height: calc(100vh - 2264px);
}

.vh-height-2265 {
  height: calc(100vh - 2265px);
}

.vh-height-2266 {
  height: calc(100vh - 2266px);
}

.vh-height-2267 {
  height: calc(100vh - 2267px);
}

.vh-height-2268 {
  height: calc(100vh - 2268px);
}

.vh-height-2269 {
  height: calc(100vh - 2269px);
}

.vh-height-2270 {
  height: calc(100vh - 2270px);
}

.vh-height-2271 {
  height: calc(100vh - 2271px);
}

.vh-height-2272 {
  height: calc(100vh - 2272px);
}

.vh-height-2273 {
  height: calc(100vh - 2273px);
}

.vh-height-2274 {
  height: calc(100vh - 2274px);
}

.vh-height-2275 {
  height: calc(100vh - 2275px);
}

.vh-height-2276 {
  height: calc(100vh - 2276px);
}

.vh-height-2277 {
  height: calc(100vh - 2277px);
}

.vh-height-2278 {
  height: calc(100vh - 2278px);
}

.vh-height-2279 {
  height: calc(100vh - 2279px);
}

.vh-height-2280 {
  height: calc(100vh - 2280px);
}

.vh-height-2281 {
  height: calc(100vh - 2281px);
}

.vh-height-2282 {
  height: calc(100vh - 2282px);
}

.vh-height-2283 {
  height: calc(100vh - 2283px);
}

.vh-height-2284 {
  height: calc(100vh - 2284px);
}

.vh-height-2285 {
  height: calc(100vh - 2285px);
}

.vh-height-2286 {
  height: calc(100vh - 2286px);
}

.vh-height-2287 {
  height: calc(100vh - 2287px);
}

.vh-height-2288 {
  height: calc(100vh - 2288px);
}

.vh-height-2289 {
  height: calc(100vh - 2289px);
}

.vh-height-2290 {
  height: calc(100vh - 2290px);
}

.vh-height-2291 {
  height: calc(100vh - 2291px);
}

.vh-height-2292 {
  height: calc(100vh - 2292px);
}

.vh-height-2293 {
  height: calc(100vh - 2293px);
}

.vh-height-2294 {
  height: calc(100vh - 2294px);
}

.vh-height-2295 {
  height: calc(100vh - 2295px);
}

.vh-height-2296 {
  height: calc(100vh - 2296px);
}

.vh-height-2297 {
  height: calc(100vh - 2297px);
}

.vh-height-2298 {
  height: calc(100vh - 2298px);
}

.vh-height-2299 {
  height: calc(100vh - 2299px);
}

.vh-height-2300 {
  height: calc(100vh - 2300px);
}

.vh-height-2301 {
  height: calc(100vh - 2301px);
}

.vh-height-2302 {
  height: calc(100vh - 2302px);
}

.vh-height-2303 {
  height: calc(100vh - 2303px);
}

.vh-height-2304 {
  height: calc(100vh - 2304px);
}

.vh-height-2305 {
  height: calc(100vh - 2305px);
}

.vh-height-2306 {
  height: calc(100vh - 2306px);
}

.vh-height-2307 {
  height: calc(100vh - 2307px);
}

.vh-height-2308 {
  height: calc(100vh - 2308px);
}

.vh-height-2309 {
  height: calc(100vh - 2309px);
}

.vh-height-2310 {
  height: calc(100vh - 2310px);
}

.vh-height-2311 {
  height: calc(100vh - 2311px);
}

.vh-height-2312 {
  height: calc(100vh - 2312px);
}

.vh-height-2313 {
  height: calc(100vh - 2313px);
}

.vh-height-2314 {
  height: calc(100vh - 2314px);
}

.vh-height-2315 {
  height: calc(100vh - 2315px);
}

.vh-height-2316 {
  height: calc(100vh - 2316px);
}

.vh-height-2317 {
  height: calc(100vh - 2317px);
}

.vh-height-2318 {
  height: calc(100vh - 2318px);
}

.vh-height-2319 {
  height: calc(100vh - 2319px);
}

.vh-height-2320 {
  height: calc(100vh - 2320px);
}

.vh-height-2321 {
  height: calc(100vh - 2321px);
}

.vh-height-2322 {
  height: calc(100vh - 2322px);
}

.vh-height-2323 {
  height: calc(100vh - 2323px);
}

.vh-height-2324 {
  height: calc(100vh - 2324px);
}

.vh-height-2325 {
  height: calc(100vh - 2325px);
}

.vh-height-2326 {
  height: calc(100vh - 2326px);
}

.vh-height-2327 {
  height: calc(100vh - 2327px);
}

.vh-height-2328 {
  height: calc(100vh - 2328px);
}

.vh-height-2329 {
  height: calc(100vh - 2329px);
}

.vh-height-2330 {
  height: calc(100vh - 2330px);
}

.vh-height-2331 {
  height: calc(100vh - 2331px);
}

.vh-height-2332 {
  height: calc(100vh - 2332px);
}

.vh-height-2333 {
  height: calc(100vh - 2333px);
}

.vh-height-2334 {
  height: calc(100vh - 2334px);
}

.vh-height-2335 {
  height: calc(100vh - 2335px);
}

.vh-height-2336 {
  height: calc(100vh - 2336px);
}

.vh-height-2337 {
  height: calc(100vh - 2337px);
}

.vh-height-2338 {
  height: calc(100vh - 2338px);
}

.vh-height-2339 {
  height: calc(100vh - 2339px);
}

.vh-height-2340 {
  height: calc(100vh - 2340px);
}

.vh-height-2341 {
  height: calc(100vh - 2341px);
}

.vh-height-2342 {
  height: calc(100vh - 2342px);
}

.vh-height-2343 {
  height: calc(100vh - 2343px);
}

.vh-height-2344 {
  height: calc(100vh - 2344px);
}

.vh-height-2345 {
  height: calc(100vh - 2345px);
}

.vh-height-2346 {
  height: calc(100vh - 2346px);
}

.vh-height-2347 {
  height: calc(100vh - 2347px);
}

.vh-height-2348 {
  height: calc(100vh - 2348px);
}

.vh-height-2349 {
  height: calc(100vh - 2349px);
}

.vh-height-2350 {
  height: calc(100vh - 2350px);
}

.vh-height-2351 {
  height: calc(100vh - 2351px);
}

.vh-height-2352 {
  height: calc(100vh - 2352px);
}

.vh-height-2353 {
  height: calc(100vh - 2353px);
}

.vh-height-2354 {
  height: calc(100vh - 2354px);
}

.vh-height-2355 {
  height: calc(100vh - 2355px);
}

.vh-height-2356 {
  height: calc(100vh - 2356px);
}

.vh-height-2357 {
  height: calc(100vh - 2357px);
}

.vh-height-2358 {
  height: calc(100vh - 2358px);
}

.vh-height-2359 {
  height: calc(100vh - 2359px);
}

.vh-height-2360 {
  height: calc(100vh - 2360px);
}

.vh-height-2361 {
  height: calc(100vh - 2361px);
}

.vh-height-2362 {
  height: calc(100vh - 2362px);
}

.vh-height-2363 {
  height: calc(100vh - 2363px);
}

.vh-height-2364 {
  height: calc(100vh - 2364px);
}

.vh-height-2365 {
  height: calc(100vh - 2365px);
}

.vh-height-2366 {
  height: calc(100vh - 2366px);
}

.vh-height-2367 {
  height: calc(100vh - 2367px);
}

.vh-height-2368 {
  height: calc(100vh - 2368px);
}

.vh-height-2369 {
  height: calc(100vh - 2369px);
}

.vh-height-2370 {
  height: calc(100vh - 2370px);
}

.vh-height-2371 {
  height: calc(100vh - 2371px);
}

.vh-height-2372 {
  height: calc(100vh - 2372px);
}

.vh-height-2373 {
  height: calc(100vh - 2373px);
}

.vh-height-2374 {
  height: calc(100vh - 2374px);
}

.vh-height-2375 {
  height: calc(100vh - 2375px);
}

.vh-height-2376 {
  height: calc(100vh - 2376px);
}

.vh-height-2377 {
  height: calc(100vh - 2377px);
}

.vh-height-2378 {
  height: calc(100vh - 2378px);
}

.vh-height-2379 {
  height: calc(100vh - 2379px);
}

.vh-height-2380 {
  height: calc(100vh - 2380px);
}

.vh-height-2381 {
  height: calc(100vh - 2381px);
}

.vh-height-2382 {
  height: calc(100vh - 2382px);
}

.vh-height-2383 {
  height: calc(100vh - 2383px);
}

.vh-height-2384 {
  height: calc(100vh - 2384px);
}

.vh-height-2385 {
  height: calc(100vh - 2385px);
}

.vh-height-2386 {
  height: calc(100vh - 2386px);
}

.vh-height-2387 {
  height: calc(100vh - 2387px);
}

.vh-height-2388 {
  height: calc(100vh - 2388px);
}

.vh-height-2389 {
  height: calc(100vh - 2389px);
}

.vh-height-2390 {
  height: calc(100vh - 2390px);
}

.vh-height-2391 {
  height: calc(100vh - 2391px);
}

.vh-height-2392 {
  height: calc(100vh - 2392px);
}

.vh-height-2393 {
  height: calc(100vh - 2393px);
}

.vh-height-2394 {
  height: calc(100vh - 2394px);
}

.vh-height-2395 {
  height: calc(100vh - 2395px);
}

.vh-height-2396 {
  height: calc(100vh - 2396px);
}

.vh-height-2397 {
  height: calc(100vh - 2397px);
}

.vh-height-2398 {
  height: calc(100vh - 2398px);
}

.vh-height-2399 {
  height: calc(100vh - 2399px);
}

.vh-height-2400 {
  height: calc(100vh - 2400px);
}

.vh-height-2401 {
  height: calc(100vh - 2401px);
}

.vh-height-2402 {
  height: calc(100vh - 2402px);
}

.vh-height-2403 {
  height: calc(100vh - 2403px);
}

.vh-height-2404 {
  height: calc(100vh - 2404px);
}

.vh-height-2405 {
  height: calc(100vh - 2405px);
}

.vh-height-2406 {
  height: calc(100vh - 2406px);
}

.vh-height-2407 {
  height: calc(100vh - 2407px);
}

.vh-height-2408 {
  height: calc(100vh - 2408px);
}

.vh-height-2409 {
  height: calc(100vh - 2409px);
}

.vh-height-2410 {
  height: calc(100vh - 2410px);
}

.vh-height-2411 {
  height: calc(100vh - 2411px);
}

.vh-height-2412 {
  height: calc(100vh - 2412px);
}

.vh-height-2413 {
  height: calc(100vh - 2413px);
}

.vh-height-2414 {
  height: calc(100vh - 2414px);
}

.vh-height-2415 {
  height: calc(100vh - 2415px);
}

.vh-height-2416 {
  height: calc(100vh - 2416px);
}

.vh-height-2417 {
  height: calc(100vh - 2417px);
}

.vh-height-2418 {
  height: calc(100vh - 2418px);
}

.vh-height-2419 {
  height: calc(100vh - 2419px);
}

.vh-height-2420 {
  height: calc(100vh - 2420px);
}

.vh-height-2421 {
  height: calc(100vh - 2421px);
}

.vh-height-2422 {
  height: calc(100vh - 2422px);
}

.vh-height-2423 {
  height: calc(100vh - 2423px);
}

.vh-height-2424 {
  height: calc(100vh - 2424px);
}

.vh-height-2425 {
  height: calc(100vh - 2425px);
}

.vh-height-2426 {
  height: calc(100vh - 2426px);
}

.vh-height-2427 {
  height: calc(100vh - 2427px);
}

.vh-height-2428 {
  height: calc(100vh - 2428px);
}

.vh-height-2429 {
  height: calc(100vh - 2429px);
}

.vh-height-2430 {
  height: calc(100vh - 2430px);
}

.vh-height-2431 {
  height: calc(100vh - 2431px);
}

.vh-height-2432 {
  height: calc(100vh - 2432px);
}

.vh-height-2433 {
  height: calc(100vh - 2433px);
}

.vh-height-2434 {
  height: calc(100vh - 2434px);
}

.vh-height-2435 {
  height: calc(100vh - 2435px);
}

.vh-height-2436 {
  height: calc(100vh - 2436px);
}

.vh-height-2437 {
  height: calc(100vh - 2437px);
}

.vh-height-2438 {
  height: calc(100vh - 2438px);
}

.vh-height-2439 {
  height: calc(100vh - 2439px);
}

.vh-height-2440 {
  height: calc(100vh - 2440px);
}

.vh-height-2441 {
  height: calc(100vh - 2441px);
}

.vh-height-2442 {
  height: calc(100vh - 2442px);
}

.vh-height-2443 {
  height: calc(100vh - 2443px);
}

.vh-height-2444 {
  height: calc(100vh - 2444px);
}

.vh-height-2445 {
  height: calc(100vh - 2445px);
}

.vh-height-2446 {
  height: calc(100vh - 2446px);
}

.vh-height-2447 {
  height: calc(100vh - 2447px);
}

.vh-height-2448 {
  height: calc(100vh - 2448px);
}

.vh-height-2449 {
  height: calc(100vh - 2449px);
}

.vh-height-2450 {
  height: calc(100vh - 2450px);
}

.vh-height-2451 {
  height: calc(100vh - 2451px);
}

.vh-height-2452 {
  height: calc(100vh - 2452px);
}

.vh-height-2453 {
  height: calc(100vh - 2453px);
}

.vh-height-2454 {
  height: calc(100vh - 2454px);
}

.vh-height-2455 {
  height: calc(100vh - 2455px);
}

.vh-height-2456 {
  height: calc(100vh - 2456px);
}

.vh-height-2457 {
  height: calc(100vh - 2457px);
}

.vh-height-2458 {
  height: calc(100vh - 2458px);
}

.vh-height-2459 {
  height: calc(100vh - 2459px);
}

.vh-height-2460 {
  height: calc(100vh - 2460px);
}

.vh-height-2461 {
  height: calc(100vh - 2461px);
}

.vh-height-2462 {
  height: calc(100vh - 2462px);
}

.vh-height-2463 {
  height: calc(100vh - 2463px);
}

.vh-height-2464 {
  height: calc(100vh - 2464px);
}

.vh-height-2465 {
  height: calc(100vh - 2465px);
}

.vh-height-2466 {
  height: calc(100vh - 2466px);
}

.vh-height-2467 {
  height: calc(100vh - 2467px);
}

.vh-height-2468 {
  height: calc(100vh - 2468px);
}

.vh-height-2469 {
  height: calc(100vh - 2469px);
}

.vh-height-2470 {
  height: calc(100vh - 2470px);
}

.vh-height-2471 {
  height: calc(100vh - 2471px);
}

.vh-height-2472 {
  height: calc(100vh - 2472px);
}

.vh-height-2473 {
  height: calc(100vh - 2473px);
}

.vh-height-2474 {
  height: calc(100vh - 2474px);
}

.vh-height-2475 {
  height: calc(100vh - 2475px);
}

.vh-height-2476 {
  height: calc(100vh - 2476px);
}

.vh-height-2477 {
  height: calc(100vh - 2477px);
}

.vh-height-2478 {
  height: calc(100vh - 2478px);
}

.vh-height-2479 {
  height: calc(100vh - 2479px);
}

.vh-height-2480 {
  height: calc(100vh - 2480px);
}

.vh-height-2481 {
  height: calc(100vh - 2481px);
}

.vh-height-2482 {
  height: calc(100vh - 2482px);
}

.vh-height-2483 {
  height: calc(100vh - 2483px);
}

.vh-height-2484 {
  height: calc(100vh - 2484px);
}

.vh-height-2485 {
  height: calc(100vh - 2485px);
}

.vh-height-2486 {
  height: calc(100vh - 2486px);
}

.vh-height-2487 {
  height: calc(100vh - 2487px);
}

.vh-height-2488 {
  height: calc(100vh - 2488px);
}

.vh-height-2489 {
  height: calc(100vh - 2489px);
}

.vh-height-2490 {
  height: calc(100vh - 2490px);
}

.vh-height-2491 {
  height: calc(100vh - 2491px);
}

.vh-height-2492 {
  height: calc(100vh - 2492px);
}

.vh-height-2493 {
  height: calc(100vh - 2493px);
}

.vh-height-2494 {
  height: calc(100vh - 2494px);
}

.vh-height-2495 {
  height: calc(100vh - 2495px);
}

.vh-height-2496 {
  height: calc(100vh - 2496px);
}

.vh-height-2497 {
  height: calc(100vh - 2497px);
}

.vh-height-2498 {
  height: calc(100vh - 2498px);
}

.vh-height-2499 {
  height: calc(100vh - 2499px);
}

.vh-height-2500 {
  height: calc(100vh - 2500px);
}

.vh-height-2501 {
  height: calc(100vh - 2501px);
}

.vh-height-2502 {
  height: calc(100vh - 2502px);
}

.vh-height-2503 {
  height: calc(100vh - 2503px);
}

.vh-height-2504 {
  height: calc(100vh - 2504px);
}

.vh-height-2505 {
  height: calc(100vh - 2505px);
}

.vh-height-2506 {
  height: calc(100vh - 2506px);
}

.vh-height-2507 {
  height: calc(100vh - 2507px);
}

.vh-height-2508 {
  height: calc(100vh - 2508px);
}

.vh-height-2509 {
  height: calc(100vh - 2509px);
}

.vh-height-2510 {
  height: calc(100vh - 2510px);
}

.vh-height-2511 {
  height: calc(100vh - 2511px);
}

.vh-height-2512 {
  height: calc(100vh - 2512px);
}

.vh-height-2513 {
  height: calc(100vh - 2513px);
}

.vh-height-2514 {
  height: calc(100vh - 2514px);
}

.vh-height-2515 {
  height: calc(100vh - 2515px);
}

.vh-height-2516 {
  height: calc(100vh - 2516px);
}

.vh-height-2517 {
  height: calc(100vh - 2517px);
}

.vh-height-2518 {
  height: calc(100vh - 2518px);
}

.vh-height-2519 {
  height: calc(100vh - 2519px);
}

.vh-height-2520 {
  height: calc(100vh - 2520px);
}

.vh-height-2521 {
  height: calc(100vh - 2521px);
}

.vh-height-2522 {
  height: calc(100vh - 2522px);
}

.vh-height-2523 {
  height: calc(100vh - 2523px);
}

.vh-height-2524 {
  height: calc(100vh - 2524px);
}

.vh-height-2525 {
  height: calc(100vh - 2525px);
}

.vh-height-2526 {
  height: calc(100vh - 2526px);
}

.vh-height-2527 {
  height: calc(100vh - 2527px);
}

.vh-height-2528 {
  height: calc(100vh - 2528px);
}

.vh-height-2529 {
  height: calc(100vh - 2529px);
}

.vh-height-2530 {
  height: calc(100vh - 2530px);
}

.vh-height-2531 {
  height: calc(100vh - 2531px);
}

.vh-height-2532 {
  height: calc(100vh - 2532px);
}

.vh-height-2533 {
  height: calc(100vh - 2533px);
}

.vh-height-2534 {
  height: calc(100vh - 2534px);
}

.vh-height-2535 {
  height: calc(100vh - 2535px);
}

.vh-height-2536 {
  height: calc(100vh - 2536px);
}

.vh-height-2537 {
  height: calc(100vh - 2537px);
}

.vh-height-2538 {
  height: calc(100vh - 2538px);
}

.vh-height-2539 {
  height: calc(100vh - 2539px);
}

.vh-height-2540 {
  height: calc(100vh - 2540px);
}

.vh-height-2541 {
  height: calc(100vh - 2541px);
}

.vh-height-2542 {
  height: calc(100vh - 2542px);
}

.vh-height-2543 {
  height: calc(100vh - 2543px);
}

.vh-height-2544 {
  height: calc(100vh - 2544px);
}

.vh-height-2545 {
  height: calc(100vh - 2545px);
}

.vh-height-2546 {
  height: calc(100vh - 2546px);
}

.vh-height-2547 {
  height: calc(100vh - 2547px);
}

.vh-height-2548 {
  height: calc(100vh - 2548px);
}

.vh-height-2549 {
  height: calc(100vh - 2549px);
}

.vh-height-2550 {
  height: calc(100vh - 2550px);
}

.vh-height-2551 {
  height: calc(100vh - 2551px);
}

.vh-height-2552 {
  height: calc(100vh - 2552px);
}

.vh-height-2553 {
  height: calc(100vh - 2553px);
}

.vh-height-2554 {
  height: calc(100vh - 2554px);
}

.vh-height-2555 {
  height: calc(100vh - 2555px);
}

.vh-height-2556 {
  height: calc(100vh - 2556px);
}

.vh-height-2557 {
  height: calc(100vh - 2557px);
}

.vh-height-2558 {
  height: calc(100vh - 2558px);
}

.vh-height-2559 {
  height: calc(100vh - 2559px);
}

.vh-height-2560 {
  height: calc(100vh - 2560px);
}

.vh-height-2561 {
  height: calc(100vh - 2561px);
}

.vh-height-2562 {
  height: calc(100vh - 2562px);
}

.vh-height-2563 {
  height: calc(100vh - 2563px);
}

.vh-height-2564 {
  height: calc(100vh - 2564px);
}

.vh-height-2565 {
  height: calc(100vh - 2565px);
}

.vh-height-2566 {
  height: calc(100vh - 2566px);
}

.vh-height-2567 {
  height: calc(100vh - 2567px);
}

.vh-height-2568 {
  height: calc(100vh - 2568px);
}

.vh-height-2569 {
  height: calc(100vh - 2569px);
}

.vh-height-2570 {
  height: calc(100vh - 2570px);
}

.vh-height-2571 {
  height: calc(100vh - 2571px);
}

.vh-height-2572 {
  height: calc(100vh - 2572px);
}

.vh-height-2573 {
  height: calc(100vh - 2573px);
}

.vh-height-2574 {
  height: calc(100vh - 2574px);
}

.vh-height-2575 {
  height: calc(100vh - 2575px);
}

.vh-height-2576 {
  height: calc(100vh - 2576px);
}

.vh-height-2577 {
  height: calc(100vh - 2577px);
}

.vh-height-2578 {
  height: calc(100vh - 2578px);
}

.vh-height-2579 {
  height: calc(100vh - 2579px);
}

.vh-height-2580 {
  height: calc(100vh - 2580px);
}

.vh-height-2581 {
  height: calc(100vh - 2581px);
}

.vh-height-2582 {
  height: calc(100vh - 2582px);
}

.vh-height-2583 {
  height: calc(100vh - 2583px);
}

.vh-height-2584 {
  height: calc(100vh - 2584px);
}

.vh-height-2585 {
  height: calc(100vh - 2585px);
}

.vh-height-2586 {
  height: calc(100vh - 2586px);
}

.vh-height-2587 {
  height: calc(100vh - 2587px);
}

.vh-height-2588 {
  height: calc(100vh - 2588px);
}

.vh-height-2589 {
  height: calc(100vh - 2589px);
}

.vh-height-2590 {
  height: calc(100vh - 2590px);
}

.vh-height-2591 {
  height: calc(100vh - 2591px);
}

.vh-height-2592 {
  height: calc(100vh - 2592px);
}

.vh-height-2593 {
  height: calc(100vh - 2593px);
}

.vh-height-2594 {
  height: calc(100vh - 2594px);
}

.vh-height-2595 {
  height: calc(100vh - 2595px);
}

.vh-height-2596 {
  height: calc(100vh - 2596px);
}

.vh-height-2597 {
  height: calc(100vh - 2597px);
}

.vh-height-2598 {
  height: calc(100vh - 2598px);
}

.vh-height-2599 {
  height: calc(100vh - 2599px);
}

.vh-height-2600 {
  height: calc(100vh - 2600px);
}

.vh-height-2601 {
  height: calc(100vh - 2601px);
}

.vh-height-2602 {
  height: calc(100vh - 2602px);
}

.vh-height-2603 {
  height: calc(100vh - 2603px);
}

.vh-height-2604 {
  height: calc(100vh - 2604px);
}

.vh-height-2605 {
  height: calc(100vh - 2605px);
}

.vh-height-2606 {
  height: calc(100vh - 2606px);
}

.vh-height-2607 {
  height: calc(100vh - 2607px);
}

.vh-height-2608 {
  height: calc(100vh - 2608px);
}

.vh-height-2609 {
  height: calc(100vh - 2609px);
}

.vh-height-2610 {
  height: calc(100vh - 2610px);
}

.vh-height-2611 {
  height: calc(100vh - 2611px);
}

.vh-height-2612 {
  height: calc(100vh - 2612px);
}

.vh-height-2613 {
  height: calc(100vh - 2613px);
}

.vh-height-2614 {
  height: calc(100vh - 2614px);
}

.vh-height-2615 {
  height: calc(100vh - 2615px);
}

.vh-height-2616 {
  height: calc(100vh - 2616px);
}

.vh-height-2617 {
  height: calc(100vh - 2617px);
}

.vh-height-2618 {
  height: calc(100vh - 2618px);
}

.vh-height-2619 {
  height: calc(100vh - 2619px);
}

.vh-height-2620 {
  height: calc(100vh - 2620px);
}

.vh-height-2621 {
  height: calc(100vh - 2621px);
}

.vh-height-2622 {
  height: calc(100vh - 2622px);
}

.vh-height-2623 {
  height: calc(100vh - 2623px);
}

.vh-height-2624 {
  height: calc(100vh - 2624px);
}

.vh-height-2625 {
  height: calc(100vh - 2625px);
}

.vh-height-2626 {
  height: calc(100vh - 2626px);
}

.vh-height-2627 {
  height: calc(100vh - 2627px);
}

.vh-height-2628 {
  height: calc(100vh - 2628px);
}

.vh-height-2629 {
  height: calc(100vh - 2629px);
}

.vh-height-2630 {
  height: calc(100vh - 2630px);
}

.vh-height-2631 {
  height: calc(100vh - 2631px);
}

.vh-height-2632 {
  height: calc(100vh - 2632px);
}

.vh-height-2633 {
  height: calc(100vh - 2633px);
}

.vh-height-2634 {
  height: calc(100vh - 2634px);
}

.vh-height-2635 {
  height: calc(100vh - 2635px);
}

.vh-height-2636 {
  height: calc(100vh - 2636px);
}

.vh-height-2637 {
  height: calc(100vh - 2637px);
}

.vh-height-2638 {
  height: calc(100vh - 2638px);
}

.vh-height-2639 {
  height: calc(100vh - 2639px);
}

.vh-height-2640 {
  height: calc(100vh - 2640px);
}

.vh-height-2641 {
  height: calc(100vh - 2641px);
}

.vh-height-2642 {
  height: calc(100vh - 2642px);
}

.vh-height-2643 {
  height: calc(100vh - 2643px);
}

.vh-height-2644 {
  height: calc(100vh - 2644px);
}

.vh-height-2645 {
  height: calc(100vh - 2645px);
}

.vh-height-2646 {
  height: calc(100vh - 2646px);
}

.vh-height-2647 {
  height: calc(100vh - 2647px);
}

.vh-height-2648 {
  height: calc(100vh - 2648px);
}

.vh-height-2649 {
  height: calc(100vh - 2649px);
}

.vh-height-2650 {
  height: calc(100vh - 2650px);
}

.vh-height-2651 {
  height: calc(100vh - 2651px);
}

.vh-height-2652 {
  height: calc(100vh - 2652px);
}

.vh-height-2653 {
  height: calc(100vh - 2653px);
}

.vh-height-2654 {
  height: calc(100vh - 2654px);
}

.vh-height-2655 {
  height: calc(100vh - 2655px);
}

.vh-height-2656 {
  height: calc(100vh - 2656px);
}

.vh-height-2657 {
  height: calc(100vh - 2657px);
}

.vh-height-2658 {
  height: calc(100vh - 2658px);
}

.vh-height-2659 {
  height: calc(100vh - 2659px);
}

.vh-height-2660 {
  height: calc(100vh - 2660px);
}

.vh-height-2661 {
  height: calc(100vh - 2661px);
}

.vh-height-2662 {
  height: calc(100vh - 2662px);
}

.vh-height-2663 {
  height: calc(100vh - 2663px);
}

.vh-height-2664 {
  height: calc(100vh - 2664px);
}

.vh-height-2665 {
  height: calc(100vh - 2665px);
}

.vh-height-2666 {
  height: calc(100vh - 2666px);
}

.vh-height-2667 {
  height: calc(100vh - 2667px);
}

.vh-height-2668 {
  height: calc(100vh - 2668px);
}

.vh-height-2669 {
  height: calc(100vh - 2669px);
}

.vh-height-2670 {
  height: calc(100vh - 2670px);
}

.vh-height-2671 {
  height: calc(100vh - 2671px);
}

.vh-height-2672 {
  height: calc(100vh - 2672px);
}

.vh-height-2673 {
  height: calc(100vh - 2673px);
}

.vh-height-2674 {
  height: calc(100vh - 2674px);
}

.vh-height-2675 {
  height: calc(100vh - 2675px);
}

.vh-height-2676 {
  height: calc(100vh - 2676px);
}

.vh-height-2677 {
  height: calc(100vh - 2677px);
}

.vh-height-2678 {
  height: calc(100vh - 2678px);
}

.vh-height-2679 {
  height: calc(100vh - 2679px);
}

.vh-height-2680 {
  height: calc(100vh - 2680px);
}

.vh-height-2681 {
  height: calc(100vh - 2681px);
}

.vh-height-2682 {
  height: calc(100vh - 2682px);
}

.vh-height-2683 {
  height: calc(100vh - 2683px);
}

.vh-height-2684 {
  height: calc(100vh - 2684px);
}

.vh-height-2685 {
  height: calc(100vh - 2685px);
}

.vh-height-2686 {
  height: calc(100vh - 2686px);
}

.vh-height-2687 {
  height: calc(100vh - 2687px);
}

.vh-height-2688 {
  height: calc(100vh - 2688px);
}

.vh-height-2689 {
  height: calc(100vh - 2689px);
}

.vh-height-2690 {
  height: calc(100vh - 2690px);
}

.vh-height-2691 {
  height: calc(100vh - 2691px);
}

.vh-height-2692 {
  height: calc(100vh - 2692px);
}

.vh-height-2693 {
  height: calc(100vh - 2693px);
}

.vh-height-2694 {
  height: calc(100vh - 2694px);
}

.vh-height-2695 {
  height: calc(100vh - 2695px);
}

.vh-height-2696 {
  height: calc(100vh - 2696px);
}

.vh-height-2697 {
  height: calc(100vh - 2697px);
}

.vh-height-2698 {
  height: calc(100vh - 2698px);
}

.vh-height-2699 {
  height: calc(100vh - 2699px);
}

.vh-height-2700 {
  height: calc(100vh - 2700px);
}

.vh-height-2701 {
  height: calc(100vh - 2701px);
}

.vh-height-2702 {
  height: calc(100vh - 2702px);
}

.vh-height-2703 {
  height: calc(100vh - 2703px);
}

.vh-height-2704 {
  height: calc(100vh - 2704px);
}

.vh-height-2705 {
  height: calc(100vh - 2705px);
}

.vh-height-2706 {
  height: calc(100vh - 2706px);
}

.vh-height-2707 {
  height: calc(100vh - 2707px);
}

.vh-height-2708 {
  height: calc(100vh - 2708px);
}

.vh-height-2709 {
  height: calc(100vh - 2709px);
}

.vh-height-2710 {
  height: calc(100vh - 2710px);
}

.vh-height-2711 {
  height: calc(100vh - 2711px);
}

.vh-height-2712 {
  height: calc(100vh - 2712px);
}

.vh-height-2713 {
  height: calc(100vh - 2713px);
}

.vh-height-2714 {
  height: calc(100vh - 2714px);
}

.vh-height-2715 {
  height: calc(100vh - 2715px);
}

.vh-height-2716 {
  height: calc(100vh - 2716px);
}

.vh-height-2717 {
  height: calc(100vh - 2717px);
}

.vh-height-2718 {
  height: calc(100vh - 2718px);
}

.vh-height-2719 {
  height: calc(100vh - 2719px);
}

.vh-height-2720 {
  height: calc(100vh - 2720px);
}

.vh-height-2721 {
  height: calc(100vh - 2721px);
}

.vh-height-2722 {
  height: calc(100vh - 2722px);
}

.vh-height-2723 {
  height: calc(100vh - 2723px);
}

.vh-height-2724 {
  height: calc(100vh - 2724px);
}

.vh-height-2725 {
  height: calc(100vh - 2725px);
}

.vh-height-2726 {
  height: calc(100vh - 2726px);
}

.vh-height-2727 {
  height: calc(100vh - 2727px);
}

.vh-height-2728 {
  height: calc(100vh - 2728px);
}

.vh-height-2729 {
  height: calc(100vh - 2729px);
}

.vh-height-2730 {
  height: calc(100vh - 2730px);
}

.vh-height-2731 {
  height: calc(100vh - 2731px);
}

.vh-height-2732 {
  height: calc(100vh - 2732px);
}

.vh-height-2733 {
  height: calc(100vh - 2733px);
}

.vh-height-2734 {
  height: calc(100vh - 2734px);
}

.vh-height-2735 {
  height: calc(100vh - 2735px);
}

.vh-height-2736 {
  height: calc(100vh - 2736px);
}

.vh-height-2737 {
  height: calc(100vh - 2737px);
}

.vh-height-2738 {
  height: calc(100vh - 2738px);
}

.vh-height-2739 {
  height: calc(100vh - 2739px);
}

.vh-height-2740 {
  height: calc(100vh - 2740px);
}

.vh-height-2741 {
  height: calc(100vh - 2741px);
}

.vh-height-2742 {
  height: calc(100vh - 2742px);
}

.vh-height-2743 {
  height: calc(100vh - 2743px);
}

.vh-height-2744 {
  height: calc(100vh - 2744px);
}

.vh-height-2745 {
  height: calc(100vh - 2745px);
}

.vh-height-2746 {
  height: calc(100vh - 2746px);
}

.vh-height-2747 {
  height: calc(100vh - 2747px);
}

.vh-height-2748 {
  height: calc(100vh - 2748px);
}

.vh-height-2749 {
  height: calc(100vh - 2749px);
}

.vh-height-2750 {
  height: calc(100vh - 2750px);
}

.vh-height-2751 {
  height: calc(100vh - 2751px);
}

.vh-height-2752 {
  height: calc(100vh - 2752px);
}

.vh-height-2753 {
  height: calc(100vh - 2753px);
}

.vh-height-2754 {
  height: calc(100vh - 2754px);
}

.vh-height-2755 {
  height: calc(100vh - 2755px);
}

.vh-height-2756 {
  height: calc(100vh - 2756px);
}

.vh-height-2757 {
  height: calc(100vh - 2757px);
}

.vh-height-2758 {
  height: calc(100vh - 2758px);
}

.vh-height-2759 {
  height: calc(100vh - 2759px);
}

.vh-height-2760 {
  height: calc(100vh - 2760px);
}

.vh-height-2761 {
  height: calc(100vh - 2761px);
}

.vh-height-2762 {
  height: calc(100vh - 2762px);
}

.vh-height-2763 {
  height: calc(100vh - 2763px);
}

.vh-height-2764 {
  height: calc(100vh - 2764px);
}

.vh-height-2765 {
  height: calc(100vh - 2765px);
}

.vh-height-2766 {
  height: calc(100vh - 2766px);
}

.vh-height-2767 {
  height: calc(100vh - 2767px);
}

.vh-height-2768 {
  height: calc(100vh - 2768px);
}

.vh-height-2769 {
  height: calc(100vh - 2769px);
}

.vh-height-2770 {
  height: calc(100vh - 2770px);
}

.vh-height-2771 {
  height: calc(100vh - 2771px);
}

.vh-height-2772 {
  height: calc(100vh - 2772px);
}

.vh-height-2773 {
  height: calc(100vh - 2773px);
}

.vh-height-2774 {
  height: calc(100vh - 2774px);
}

.vh-height-2775 {
  height: calc(100vh - 2775px);
}

.vh-height-2776 {
  height: calc(100vh - 2776px);
}

.vh-height-2777 {
  height: calc(100vh - 2777px);
}

.vh-height-2778 {
  height: calc(100vh - 2778px);
}

.vh-height-2779 {
  height: calc(100vh - 2779px);
}

.vh-height-2780 {
  height: calc(100vh - 2780px);
}

.vh-height-2781 {
  height: calc(100vh - 2781px);
}

.vh-height-2782 {
  height: calc(100vh - 2782px);
}

.vh-height-2783 {
  height: calc(100vh - 2783px);
}

.vh-height-2784 {
  height: calc(100vh - 2784px);
}

.vh-height-2785 {
  height: calc(100vh - 2785px);
}

.vh-height-2786 {
  height: calc(100vh - 2786px);
}

.vh-height-2787 {
  height: calc(100vh - 2787px);
}

.vh-height-2788 {
  height: calc(100vh - 2788px);
}

.vh-height-2789 {
  height: calc(100vh - 2789px);
}

.vh-height-2790 {
  height: calc(100vh - 2790px);
}

.vh-height-2791 {
  height: calc(100vh - 2791px);
}

.vh-height-2792 {
  height: calc(100vh - 2792px);
}

.vh-height-2793 {
  height: calc(100vh - 2793px);
}

.vh-height-2794 {
  height: calc(100vh - 2794px);
}

.vh-height-2795 {
  height: calc(100vh - 2795px);
}

.vh-height-2796 {
  height: calc(100vh - 2796px);
}

.vh-height-2797 {
  height: calc(100vh - 2797px);
}

.vh-height-2798 {
  height: calc(100vh - 2798px);
}

.vh-height-2799 {
  height: calc(100vh - 2799px);
}

.vh-height-2800 {
  height: calc(100vh - 2800px);
}

.vh-height-2801 {
  height: calc(100vh - 2801px);
}

.vh-height-2802 {
  height: calc(100vh - 2802px);
}

.vh-height-2803 {
  height: calc(100vh - 2803px);
}

.vh-height-2804 {
  height: calc(100vh - 2804px);
}

.vh-height-2805 {
  height: calc(100vh - 2805px);
}

.vh-height-2806 {
  height: calc(100vh - 2806px);
}

.vh-height-2807 {
  height: calc(100vh - 2807px);
}

.vh-height-2808 {
  height: calc(100vh - 2808px);
}

.vh-height-2809 {
  height: calc(100vh - 2809px);
}

.vh-height-2810 {
  height: calc(100vh - 2810px);
}

.vh-height-2811 {
  height: calc(100vh - 2811px);
}

.vh-height-2812 {
  height: calc(100vh - 2812px);
}

.vh-height-2813 {
  height: calc(100vh - 2813px);
}

.vh-height-2814 {
  height: calc(100vh - 2814px);
}

.vh-height-2815 {
  height: calc(100vh - 2815px);
}

.vh-height-2816 {
  height: calc(100vh - 2816px);
}

.vh-height-2817 {
  height: calc(100vh - 2817px);
}

.vh-height-2818 {
  height: calc(100vh - 2818px);
}

.vh-height-2819 {
  height: calc(100vh - 2819px);
}

.vh-height-2820 {
  height: calc(100vh - 2820px);
}

.vh-height-2821 {
  height: calc(100vh - 2821px);
}

.vh-height-2822 {
  height: calc(100vh - 2822px);
}

.vh-height-2823 {
  height: calc(100vh - 2823px);
}

.vh-height-2824 {
  height: calc(100vh - 2824px);
}

.vh-height-2825 {
  height: calc(100vh - 2825px);
}

.vh-height-2826 {
  height: calc(100vh - 2826px);
}

.vh-height-2827 {
  height: calc(100vh - 2827px);
}

.vh-height-2828 {
  height: calc(100vh - 2828px);
}

.vh-height-2829 {
  height: calc(100vh - 2829px);
}

.vh-height-2830 {
  height: calc(100vh - 2830px);
}

.vh-height-2831 {
  height: calc(100vh - 2831px);
}

.vh-height-2832 {
  height: calc(100vh - 2832px);
}

.vh-height-2833 {
  height: calc(100vh - 2833px);
}

.vh-height-2834 {
  height: calc(100vh - 2834px);
}

.vh-height-2835 {
  height: calc(100vh - 2835px);
}

.vh-height-2836 {
  height: calc(100vh - 2836px);
}

.vh-height-2837 {
  height: calc(100vh - 2837px);
}

.vh-height-2838 {
  height: calc(100vh - 2838px);
}

.vh-height-2839 {
  height: calc(100vh - 2839px);
}

.vh-height-2840 {
  height: calc(100vh - 2840px);
}

.vh-height-2841 {
  height: calc(100vh - 2841px);
}

.vh-height-2842 {
  height: calc(100vh - 2842px);
}

.vh-height-2843 {
  height: calc(100vh - 2843px);
}

.vh-height-2844 {
  height: calc(100vh - 2844px);
}

.vh-height-2845 {
  height: calc(100vh - 2845px);
}

.vh-height-2846 {
  height: calc(100vh - 2846px);
}

.vh-height-2847 {
  height: calc(100vh - 2847px);
}

.vh-height-2848 {
  height: calc(100vh - 2848px);
}

.vh-height-2849 {
  height: calc(100vh - 2849px);
}

.vh-height-2850 {
  height: calc(100vh - 2850px);
}

.vh-height-2851 {
  height: calc(100vh - 2851px);
}

.vh-height-2852 {
  height: calc(100vh - 2852px);
}

.vh-height-2853 {
  height: calc(100vh - 2853px);
}

.vh-height-2854 {
  height: calc(100vh - 2854px);
}

.vh-height-2855 {
  height: calc(100vh - 2855px);
}

.vh-height-2856 {
  height: calc(100vh - 2856px);
}

.vh-height-2857 {
  height: calc(100vh - 2857px);
}

.vh-height-2858 {
  height: calc(100vh - 2858px);
}

.vh-height-2859 {
  height: calc(100vh - 2859px);
}

.vh-height-2860 {
  height: calc(100vh - 2860px);
}

.vh-height-2861 {
  height: calc(100vh - 2861px);
}

.vh-height-2862 {
  height: calc(100vh - 2862px);
}

.vh-height-2863 {
  height: calc(100vh - 2863px);
}

.vh-height-2864 {
  height: calc(100vh - 2864px);
}

.vh-height-2865 {
  height: calc(100vh - 2865px);
}

.vh-height-2866 {
  height: calc(100vh - 2866px);
}

.vh-height-2867 {
  height: calc(100vh - 2867px);
}

.vh-height-2868 {
  height: calc(100vh - 2868px);
}

.vh-height-2869 {
  height: calc(100vh - 2869px);
}

.vh-height-2870 {
  height: calc(100vh - 2870px);
}

.vh-height-2871 {
  height: calc(100vh - 2871px);
}

.vh-height-2872 {
  height: calc(100vh - 2872px);
}

.vh-height-2873 {
  height: calc(100vh - 2873px);
}

.vh-height-2874 {
  height: calc(100vh - 2874px);
}

.vh-height-2875 {
  height: calc(100vh - 2875px);
}

.vh-height-2876 {
  height: calc(100vh - 2876px);
}

.vh-height-2877 {
  height: calc(100vh - 2877px);
}

.vh-height-2878 {
  height: calc(100vh - 2878px);
}

.vh-height-2879 {
  height: calc(100vh - 2879px);
}

.vh-height-2880 {
  height: calc(100vh - 2880px);
}

.vh-height-2881 {
  height: calc(100vh - 2881px);
}

.vh-height-2882 {
  height: calc(100vh - 2882px);
}

.vh-height-2883 {
  height: calc(100vh - 2883px);
}

.vh-height-2884 {
  height: calc(100vh - 2884px);
}

.vh-height-2885 {
  height: calc(100vh - 2885px);
}

.vh-height-2886 {
  height: calc(100vh - 2886px);
}

.vh-height-2887 {
  height: calc(100vh - 2887px);
}

.vh-height-2888 {
  height: calc(100vh - 2888px);
}

.vh-height-2889 {
  height: calc(100vh - 2889px);
}

.vh-height-2890 {
  height: calc(100vh - 2890px);
}

.vh-height-2891 {
  height: calc(100vh - 2891px);
}

.vh-height-2892 {
  height: calc(100vh - 2892px);
}

.vh-height-2893 {
  height: calc(100vh - 2893px);
}

.vh-height-2894 {
  height: calc(100vh - 2894px);
}

.vh-height-2895 {
  height: calc(100vh - 2895px);
}

.vh-height-2896 {
  height: calc(100vh - 2896px);
}

.vh-height-2897 {
  height: calc(100vh - 2897px);
}

.vh-height-2898 {
  height: calc(100vh - 2898px);
}

.vh-height-2899 {
  height: calc(100vh - 2899px);
}

.vh-height-2900 {
  height: calc(100vh - 2900px);
}

.vh-height-2901 {
  height: calc(100vh - 2901px);
}

.vh-height-2902 {
  height: calc(100vh - 2902px);
}

.vh-height-2903 {
  height: calc(100vh - 2903px);
}

.vh-height-2904 {
  height: calc(100vh - 2904px);
}

.vh-height-2905 {
  height: calc(100vh - 2905px);
}

.vh-height-2906 {
  height: calc(100vh - 2906px);
}

.vh-height-2907 {
  height: calc(100vh - 2907px);
}

.vh-height-2908 {
  height: calc(100vh - 2908px);
}

.vh-height-2909 {
  height: calc(100vh - 2909px);
}

.vh-height-2910 {
  height: calc(100vh - 2910px);
}

.vh-height-2911 {
  height: calc(100vh - 2911px);
}

.vh-height-2912 {
  height: calc(100vh - 2912px);
}

.vh-height-2913 {
  height: calc(100vh - 2913px);
}

.vh-height-2914 {
  height: calc(100vh - 2914px);
}

.vh-height-2915 {
  height: calc(100vh - 2915px);
}

.vh-height-2916 {
  height: calc(100vh - 2916px);
}

.vh-height-2917 {
  height: calc(100vh - 2917px);
}

.vh-height-2918 {
  height: calc(100vh - 2918px);
}

.vh-height-2919 {
  height: calc(100vh - 2919px);
}

.vh-height-2920 {
  height: calc(100vh - 2920px);
}

.vh-height-2921 {
  height: calc(100vh - 2921px);
}

.vh-height-2922 {
  height: calc(100vh - 2922px);
}

.vh-height-2923 {
  height: calc(100vh - 2923px);
}

.vh-height-2924 {
  height: calc(100vh - 2924px);
}

.vh-height-2925 {
  height: calc(100vh - 2925px);
}

.vh-height-2926 {
  height: calc(100vh - 2926px);
}

.vh-height-2927 {
  height: calc(100vh - 2927px);
}

.vh-height-2928 {
  height: calc(100vh - 2928px);
}

.vh-height-2929 {
  height: calc(100vh - 2929px);
}

.vh-height-2930 {
  height: calc(100vh - 2930px);
}

.vh-height-2931 {
  height: calc(100vh - 2931px);
}

.vh-height-2932 {
  height: calc(100vh - 2932px);
}

.vh-height-2933 {
  height: calc(100vh - 2933px);
}

.vh-height-2934 {
  height: calc(100vh - 2934px);
}

.vh-height-2935 {
  height: calc(100vh - 2935px);
}

.vh-height-2936 {
  height: calc(100vh - 2936px);
}

.vh-height-2937 {
  height: calc(100vh - 2937px);
}

.vh-height-2938 {
  height: calc(100vh - 2938px);
}

.vh-height-2939 {
  height: calc(100vh - 2939px);
}

.vh-height-2940 {
  height: calc(100vh - 2940px);
}

.vh-height-2941 {
  height: calc(100vh - 2941px);
}

.vh-height-2942 {
  height: calc(100vh - 2942px);
}

.vh-height-2943 {
  height: calc(100vh - 2943px);
}

.vh-height-2944 {
  height: calc(100vh - 2944px);
}

.vh-height-2945 {
  height: calc(100vh - 2945px);
}

.vh-height-2946 {
  height: calc(100vh - 2946px);
}

.vh-height-2947 {
  height: calc(100vh - 2947px);
}

.vh-height-2948 {
  height: calc(100vh - 2948px);
}

.vh-height-2949 {
  height: calc(100vh - 2949px);
}

.vh-height-2950 {
  height: calc(100vh - 2950px);
}

.vh-height-2951 {
  height: calc(100vh - 2951px);
}

.vh-height-2952 {
  height: calc(100vh - 2952px);
}

.vh-height-2953 {
  height: calc(100vh - 2953px);
}

.vh-height-2954 {
  height: calc(100vh - 2954px);
}

.vh-height-2955 {
  height: calc(100vh - 2955px);
}

.vh-height-2956 {
  height: calc(100vh - 2956px);
}

.vh-height-2957 {
  height: calc(100vh - 2957px);
}

.vh-height-2958 {
  height: calc(100vh - 2958px);
}

.vh-height-2959 {
  height: calc(100vh - 2959px);
}

.vh-height-2960 {
  height: calc(100vh - 2960px);
}

.vh-height-2961 {
  height: calc(100vh - 2961px);
}

.vh-height-2962 {
  height: calc(100vh - 2962px);
}

.vh-height-2963 {
  height: calc(100vh - 2963px);
}

.vh-height-2964 {
  height: calc(100vh - 2964px);
}

.vh-height-2965 {
  height: calc(100vh - 2965px);
}

.vh-height-2966 {
  height: calc(100vh - 2966px);
}

.vh-height-2967 {
  height: calc(100vh - 2967px);
}

.vh-height-2968 {
  height: calc(100vh - 2968px);
}

.vh-height-2969 {
  height: calc(100vh - 2969px);
}

.vh-height-2970 {
  height: calc(100vh - 2970px);
}

.vh-height-2971 {
  height: calc(100vh - 2971px);
}

.vh-height-2972 {
  height: calc(100vh - 2972px);
}

.vh-height-2973 {
  height: calc(100vh - 2973px);
}

.vh-height-2974 {
  height: calc(100vh - 2974px);
}

.vh-height-2975 {
  height: calc(100vh - 2975px);
}

.vh-height-2976 {
  height: calc(100vh - 2976px);
}

.vh-height-2977 {
  height: calc(100vh - 2977px);
}

.vh-height-2978 {
  height: calc(100vh - 2978px);
}

.vh-height-2979 {
  height: calc(100vh - 2979px);
}

.vh-height-2980 {
  height: calc(100vh - 2980px);
}

.vh-height-2981 {
  height: calc(100vh - 2981px);
}

.vh-height-2982 {
  height: calc(100vh - 2982px);
}

.vh-height-2983 {
  height: calc(100vh - 2983px);
}

.vh-height-2984 {
  height: calc(100vh - 2984px);
}

.vh-height-2985 {
  height: calc(100vh - 2985px);
}

.vh-height-2986 {
  height: calc(100vh - 2986px);
}

.vh-height-2987 {
  height: calc(100vh - 2987px);
}

.vh-height-2988 {
  height: calc(100vh - 2988px);
}

.vh-height-2989 {
  height: calc(100vh - 2989px);
}

.vh-height-2990 {
  height: calc(100vh - 2990px);
}

.vh-height-2991 {
  height: calc(100vh - 2991px);
}

.vh-height-2992 {
  height: calc(100vh - 2992px);
}

.vh-height-2993 {
  height: calc(100vh - 2993px);
}

.vh-height-2994 {
  height: calc(100vh - 2994px);
}

.vh-height-2995 {
  height: calc(100vh - 2995px);
}

.vh-height-2996 {
  height: calc(100vh - 2996px);
}

.vh-height-2997 {
  height: calc(100vh - 2997px);
}

.vh-height-2998 {
  height: calc(100vh - 2998px);
}

.vh-height-2999 {
  height: calc(100vh - 2999px);
}

.vh-height-3000 {
  height: calc(100vh - 3000px);
}

.vh-height-3001 {
  height: calc(100vh - 3001px);
}

.vh-height-3002 {
  height: calc(100vh - 3002px);
}

.vh-height-3003 {
  height: calc(100vh - 3003px);
}

.vh-height-3004 {
  height: calc(100vh - 3004px);
}

.vh-height-3005 {
  height: calc(100vh - 3005px);
}

.vh-height-3006 {
  height: calc(100vh - 3006px);
}

.vh-height-3007 {
  height: calc(100vh - 3007px);
}

.vh-height-3008 {
  height: calc(100vh - 3008px);
}

.vh-height-3009 {
  height: calc(100vh - 3009px);
}

.vh-height-3010 {
  height: calc(100vh - 3010px);
}

.vh-height-3011 {
  height: calc(100vh - 3011px);
}

.vh-height-3012 {
  height: calc(100vh - 3012px);
}

.vh-height-3013 {
  height: calc(100vh - 3013px);
}

.vh-height-3014 {
  height: calc(100vh - 3014px);
}

.vh-height-3015 {
  height: calc(100vh - 3015px);
}

.vh-height-3016 {
  height: calc(100vh - 3016px);
}

.vh-height-3017 {
  height: calc(100vh - 3017px);
}

.vh-height-3018 {
  height: calc(100vh - 3018px);
}

.vh-height-3019 {
  height: calc(100vh - 3019px);
}

.vh-height-3020 {
  height: calc(100vh - 3020px);
}

.vh-height-3021 {
  height: calc(100vh - 3021px);
}

.vh-height-3022 {
  height: calc(100vh - 3022px);
}

.vh-height-3023 {
  height: calc(100vh - 3023px);
}

.vh-height-3024 {
  height: calc(100vh - 3024px);
}

.vh-height-3025 {
  height: calc(100vh - 3025px);
}

.vh-height-3026 {
  height: calc(100vh - 3026px);
}

.vh-height-3027 {
  height: calc(100vh - 3027px);
}

.vh-height-3028 {
  height: calc(100vh - 3028px);
}

.vh-height-3029 {
  height: calc(100vh - 3029px);
}

.vh-height-3030 {
  height: calc(100vh - 3030px);
}

.vh-height-3031 {
  height: calc(100vh - 3031px);
}

.vh-height-3032 {
  height: calc(100vh - 3032px);
}

.vh-height-3033 {
  height: calc(100vh - 3033px);
}

.vh-height-3034 {
  height: calc(100vh - 3034px);
}

.vh-height-3035 {
  height: calc(100vh - 3035px);
}

.vh-height-3036 {
  height: calc(100vh - 3036px);
}

.vh-height-3037 {
  height: calc(100vh - 3037px);
}

.vh-height-3038 {
  height: calc(100vh - 3038px);
}

.vh-height-3039 {
  height: calc(100vh - 3039px);
}

.vh-height-3040 {
  height: calc(100vh - 3040px);
}

.vh-height-3041 {
  height: calc(100vh - 3041px);
}

.vh-height-3042 {
  height: calc(100vh - 3042px);
}

.vh-height-3043 {
  height: calc(100vh - 3043px);
}

.vh-height-3044 {
  height: calc(100vh - 3044px);
}

.vh-height-3045 {
  height: calc(100vh - 3045px);
}

.vh-height-3046 {
  height: calc(100vh - 3046px);
}

.vh-height-3047 {
  height: calc(100vh - 3047px);
}

.vh-height-3048 {
  height: calc(100vh - 3048px);
}

.vh-height-3049 {
  height: calc(100vh - 3049px);
}

.vh-height-3050 {
  height: calc(100vh - 3050px);
}

.vh-height-3051 {
  height: calc(100vh - 3051px);
}

.vh-height-3052 {
  height: calc(100vh - 3052px);
}

.vh-height-3053 {
  height: calc(100vh - 3053px);
}

.vh-height-3054 {
  height: calc(100vh - 3054px);
}

.vh-height-3055 {
  height: calc(100vh - 3055px);
}

.vh-height-3056 {
  height: calc(100vh - 3056px);
}

.vh-height-3057 {
  height: calc(100vh - 3057px);
}

.vh-height-3058 {
  height: calc(100vh - 3058px);
}

.vh-height-3059 {
  height: calc(100vh - 3059px);
}

.vh-height-3060 {
  height: calc(100vh - 3060px);
}

.vh-height-3061 {
  height: calc(100vh - 3061px);
}

.vh-height-3062 {
  height: calc(100vh - 3062px);
}

.vh-height-3063 {
  height: calc(100vh - 3063px);
}

.vh-height-3064 {
  height: calc(100vh - 3064px);
}

.vh-height-3065 {
  height: calc(100vh - 3065px);
}

.vh-height-3066 {
  height: calc(100vh - 3066px);
}

.vh-height-3067 {
  height: calc(100vh - 3067px);
}

.vh-height-3068 {
  height: calc(100vh - 3068px);
}

.vh-height-3069 {
  height: calc(100vh - 3069px);
}

.vh-height-3070 {
  height: calc(100vh - 3070px);
}

.vh-height-3071 {
  height: calc(100vh - 3071px);
}

.vh-height-3072 {
  height: calc(100vh - 3072px);
}

.vh-height-3073 {
  height: calc(100vh - 3073px);
}

.vh-height-3074 {
  height: calc(100vh - 3074px);
}

.vh-height-3075 {
  height: calc(100vh - 3075px);
}

.vh-height-3076 {
  height: calc(100vh - 3076px);
}

.vh-height-3077 {
  height: calc(100vh - 3077px);
}

.vh-height-3078 {
  height: calc(100vh - 3078px);
}

.vh-height-3079 {
  height: calc(100vh - 3079px);
}

.vh-height-3080 {
  height: calc(100vh - 3080px);
}

.vh-height-3081 {
  height: calc(100vh - 3081px);
}

.vh-height-3082 {
  height: calc(100vh - 3082px);
}

.vh-height-3083 {
  height: calc(100vh - 3083px);
}

.vh-height-3084 {
  height: calc(100vh - 3084px);
}

.vh-height-3085 {
  height: calc(100vh - 3085px);
}

.vh-height-3086 {
  height: calc(100vh - 3086px);
}

.vh-height-3087 {
  height: calc(100vh - 3087px);
}

.vh-height-3088 {
  height: calc(100vh - 3088px);
}

.vh-height-3089 {
  height: calc(100vh - 3089px);
}

.vh-height-3090 {
  height: calc(100vh - 3090px);
}

.vh-height-3091 {
  height: calc(100vh - 3091px);
}

.vh-height-3092 {
  height: calc(100vh - 3092px);
}

.vh-height-3093 {
  height: calc(100vh - 3093px);
}

.vh-height-3094 {
  height: calc(100vh - 3094px);
}

.vh-height-3095 {
  height: calc(100vh - 3095px);
}

.vh-height-3096 {
  height: calc(100vh - 3096px);
}

.vh-height-3097 {
  height: calc(100vh - 3097px);
}

.vh-height-3098 {
  height: calc(100vh - 3098px);
}

.vh-height-3099 {
  height: calc(100vh - 3099px);
}

.vh-height-3100 {
  height: calc(100vh - 3100px);
}

.vh-height-3101 {
  height: calc(100vh - 3101px);
}

.vh-height-3102 {
  height: calc(100vh - 3102px);
}

.vh-height-3103 {
  height: calc(100vh - 3103px);
}

.vh-height-3104 {
  height: calc(100vh - 3104px);
}

.vh-height-3105 {
  height: calc(100vh - 3105px);
}

.vh-height-3106 {
  height: calc(100vh - 3106px);
}

.vh-height-3107 {
  height: calc(100vh - 3107px);
}

.vh-height-3108 {
  height: calc(100vh - 3108px);
}

.vh-height-3109 {
  height: calc(100vh - 3109px);
}

.vh-height-3110 {
  height: calc(100vh - 3110px);
}

.vh-height-3111 {
  height: calc(100vh - 3111px);
}

.vh-height-3112 {
  height: calc(100vh - 3112px);
}

.vh-height-3113 {
  height: calc(100vh - 3113px);
}

.vh-height-3114 {
  height: calc(100vh - 3114px);
}

.vh-height-3115 {
  height: calc(100vh - 3115px);
}

.vh-height-3116 {
  height: calc(100vh - 3116px);
}

.vh-height-3117 {
  height: calc(100vh - 3117px);
}

.vh-height-3118 {
  height: calc(100vh - 3118px);
}

.vh-height-3119 {
  height: calc(100vh - 3119px);
}

.vh-height-3120 {
  height: calc(100vh - 3120px);
}

.vh-height-3121 {
  height: calc(100vh - 3121px);
}

.vh-height-3122 {
  height: calc(100vh - 3122px);
}

.vh-height-3123 {
  height: calc(100vh - 3123px);
}

.vh-height-3124 {
  height: calc(100vh - 3124px);
}

.vh-height-3125 {
  height: calc(100vh - 3125px);
}

.vh-height-3126 {
  height: calc(100vh - 3126px);
}

.vh-height-3127 {
  height: calc(100vh - 3127px);
}

.vh-height-3128 {
  height: calc(100vh - 3128px);
}

.vh-height-3129 {
  height: calc(100vh - 3129px);
}

.vh-height-3130 {
  height: calc(100vh - 3130px);
}

.vh-height-3131 {
  height: calc(100vh - 3131px);
}

.vh-height-3132 {
  height: calc(100vh - 3132px);
}

.vh-height-3133 {
  height: calc(100vh - 3133px);
}

.vh-height-3134 {
  height: calc(100vh - 3134px);
}

.vh-height-3135 {
  height: calc(100vh - 3135px);
}

.vh-height-3136 {
  height: calc(100vh - 3136px);
}

.vh-height-3137 {
  height: calc(100vh - 3137px);
}

.vh-height-3138 {
  height: calc(100vh - 3138px);
}

.vh-height-3139 {
  height: calc(100vh - 3139px);
}

.vh-height-3140 {
  height: calc(100vh - 3140px);
}

.vh-height-3141 {
  height: calc(100vh - 3141px);
}

.vh-height-3142 {
  height: calc(100vh - 3142px);
}

.vh-height-3143 {
  height: calc(100vh - 3143px);
}

.vh-height-3144 {
  height: calc(100vh - 3144px);
}

.vh-height-3145 {
  height: calc(100vh - 3145px);
}

.vh-height-3146 {
  height: calc(100vh - 3146px);
}

.vh-height-3147 {
  height: calc(100vh - 3147px);
}

.vh-height-3148 {
  height: calc(100vh - 3148px);
}

.vh-height-3149 {
  height: calc(100vh - 3149px);
}

.vh-height-3150 {
  height: calc(100vh - 3150px);
}

.vh-height-3151 {
  height: calc(100vh - 3151px);
}

.vh-height-3152 {
  height: calc(100vh - 3152px);
}

.vh-height-3153 {
  height: calc(100vh - 3153px);
}

.vh-height-3154 {
  height: calc(100vh - 3154px);
}

.vh-height-3155 {
  height: calc(100vh - 3155px);
}

.vh-height-3156 {
  height: calc(100vh - 3156px);
}

.vh-height-3157 {
  height: calc(100vh - 3157px);
}

.vh-height-3158 {
  height: calc(100vh - 3158px);
}

.vh-height-3159 {
  height: calc(100vh - 3159px);
}

.vh-height-3160 {
  height: calc(100vh - 3160px);
}

.vh-height-3161 {
  height: calc(100vh - 3161px);
}

.vh-height-3162 {
  height: calc(100vh - 3162px);
}

.vh-height-3163 {
  height: calc(100vh - 3163px);
}

.vh-height-3164 {
  height: calc(100vh - 3164px);
}

.vh-height-3165 {
  height: calc(100vh - 3165px);
}

.vh-height-3166 {
  height: calc(100vh - 3166px);
}

.vh-height-3167 {
  height: calc(100vh - 3167px);
}

.vh-height-3168 {
  height: calc(100vh - 3168px);
}

.vh-height-3169 {
  height: calc(100vh - 3169px);
}

.vh-height-3170 {
  height: calc(100vh - 3170px);
}

.vh-height-3171 {
  height: calc(100vh - 3171px);
}

.vh-height-3172 {
  height: calc(100vh - 3172px);
}

.vh-height-3173 {
  height: calc(100vh - 3173px);
}

.vh-height-3174 {
  height: calc(100vh - 3174px);
}

.vh-height-3175 {
  height: calc(100vh - 3175px);
}

.vh-height-3176 {
  height: calc(100vh - 3176px);
}

.vh-height-3177 {
  height: calc(100vh - 3177px);
}

.vh-height-3178 {
  height: calc(100vh - 3178px);
}

.vh-height-3179 {
  height: calc(100vh - 3179px);
}

.vh-height-3180 {
  height: calc(100vh - 3180px);
}

.vh-height-3181 {
  height: calc(100vh - 3181px);
}

.vh-height-3182 {
  height: calc(100vh - 3182px);
}

.vh-height-3183 {
  height: calc(100vh - 3183px);
}

.vh-height-3184 {
  height: calc(100vh - 3184px);
}

.vh-height-3185 {
  height: calc(100vh - 3185px);
}

.vh-height-3186 {
  height: calc(100vh - 3186px);
}

.vh-height-3187 {
  height: calc(100vh - 3187px);
}

.vh-height-3188 {
  height: calc(100vh - 3188px);
}

.vh-height-3189 {
  height: calc(100vh - 3189px);
}

.vh-height-3190 {
  height: calc(100vh - 3190px);
}

.vh-height-3191 {
  height: calc(100vh - 3191px);
}

.vh-height-3192 {
  height: calc(100vh - 3192px);
}

.vh-height-3193 {
  height: calc(100vh - 3193px);
}

.vh-height-3194 {
  height: calc(100vh - 3194px);
}

.vh-height-3195 {
  height: calc(100vh - 3195px);
}

.vh-height-3196 {
  height: calc(100vh - 3196px);
}

.vh-height-3197 {
  height: calc(100vh - 3197px);
}

.vh-height-3198 {
  height: calc(100vh - 3198px);
}

.vh-height-3199 {
  height: calc(100vh - 3199px);
}

.vh-height-3200 {
  height: calc(100vh - 3200px);
}

.vh-height-3201 {
  height: calc(100vh - 3201px);
}

.vh-height-3202 {
  height: calc(100vh - 3202px);
}

.vh-height-3203 {
  height: calc(100vh - 3203px);
}

.vh-height-3204 {
  height: calc(100vh - 3204px);
}

.vh-height-3205 {
  height: calc(100vh - 3205px);
}

.vh-height-3206 {
  height: calc(100vh - 3206px);
}

.vh-height-3207 {
  height: calc(100vh - 3207px);
}

.vh-height-3208 {
  height: calc(100vh - 3208px);
}

.vh-height-3209 {
  height: calc(100vh - 3209px);
}

.vh-height-3210 {
  height: calc(100vh - 3210px);
}

.vh-height-3211 {
  height: calc(100vh - 3211px);
}

.vh-height-3212 {
  height: calc(100vh - 3212px);
}

.vh-height-3213 {
  height: calc(100vh - 3213px);
}

.vh-height-3214 {
  height: calc(100vh - 3214px);
}

.vh-height-3215 {
  height: calc(100vh - 3215px);
}

.vh-height-3216 {
  height: calc(100vh - 3216px);
}

.vh-height-3217 {
  height: calc(100vh - 3217px);
}

.vh-height-3218 {
  height: calc(100vh - 3218px);
}

.vh-height-3219 {
  height: calc(100vh - 3219px);
}

.vh-height-3220 {
  height: calc(100vh - 3220px);
}

.vh-height-3221 {
  height: calc(100vh - 3221px);
}

.vh-height-3222 {
  height: calc(100vh - 3222px);
}

.vh-height-3223 {
  height: calc(100vh - 3223px);
}

.vh-height-3224 {
  height: calc(100vh - 3224px);
}

.vh-height-3225 {
  height: calc(100vh - 3225px);
}

.vh-height-3226 {
  height: calc(100vh - 3226px);
}

.vh-height-3227 {
  height: calc(100vh - 3227px);
}

.vh-height-3228 {
  height: calc(100vh - 3228px);
}

.vh-height-3229 {
  height: calc(100vh - 3229px);
}

.vh-height-3230 {
  height: calc(100vh - 3230px);
}

.vh-height-3231 {
  height: calc(100vh - 3231px);
}

.vh-height-3232 {
  height: calc(100vh - 3232px);
}

.vh-height-3233 {
  height: calc(100vh - 3233px);
}

.vh-height-3234 {
  height: calc(100vh - 3234px);
}

.vh-height-3235 {
  height: calc(100vh - 3235px);
}

.vh-height-3236 {
  height: calc(100vh - 3236px);
}

.vh-height-3237 {
  height: calc(100vh - 3237px);
}

.vh-height-3238 {
  height: calc(100vh - 3238px);
}

.vh-height-3239 {
  height: calc(100vh - 3239px);
}

.vh-height-3240 {
  height: calc(100vh - 3240px);
}

.vh-height-3241 {
  height: calc(100vh - 3241px);
}

.vh-height-3242 {
  height: calc(100vh - 3242px);
}

.vh-height-3243 {
  height: calc(100vh - 3243px);
}

.vh-height-3244 {
  height: calc(100vh - 3244px);
}

.vh-height-3245 {
  height: calc(100vh - 3245px);
}

.vh-height-3246 {
  height: calc(100vh - 3246px);
}

.vh-height-3247 {
  height: calc(100vh - 3247px);
}

.vh-height-3248 {
  height: calc(100vh - 3248px);
}

.vh-height-3249 {
  height: calc(100vh - 3249px);
}

.vh-height-3250 {
  height: calc(100vh - 3250px);
}

.vh-height-3251 {
  height: calc(100vh - 3251px);
}

.vh-height-3252 {
  height: calc(100vh - 3252px);
}

.vh-height-3253 {
  height: calc(100vh - 3253px);
}

.vh-height-3254 {
  height: calc(100vh - 3254px);
}

.vh-height-3255 {
  height: calc(100vh - 3255px);
}

.vh-height-3256 {
  height: calc(100vh - 3256px);
}

.vh-height-3257 {
  height: calc(100vh - 3257px);
}

.vh-height-3258 {
  height: calc(100vh - 3258px);
}

.vh-height-3259 {
  height: calc(100vh - 3259px);
}

.vh-height-3260 {
  height: calc(100vh - 3260px);
}

.vh-height-3261 {
  height: calc(100vh - 3261px);
}

.vh-height-3262 {
  height: calc(100vh - 3262px);
}

.vh-height-3263 {
  height: calc(100vh - 3263px);
}

.vh-height-3264 {
  height: calc(100vh - 3264px);
}

.vh-height-3265 {
  height: calc(100vh - 3265px);
}

.vh-height-3266 {
  height: calc(100vh - 3266px);
}

.vh-height-3267 {
  height: calc(100vh - 3267px);
}

.vh-height-3268 {
  height: calc(100vh - 3268px);
}

.vh-height-3269 {
  height: calc(100vh - 3269px);
}

.vh-height-3270 {
  height: calc(100vh - 3270px);
}

.vh-height-3271 {
  height: calc(100vh - 3271px);
}

.vh-height-3272 {
  height: calc(100vh - 3272px);
}

.vh-height-3273 {
  height: calc(100vh - 3273px);
}

.vh-height-3274 {
  height: calc(100vh - 3274px);
}

.vh-height-3275 {
  height: calc(100vh - 3275px);
}

.vh-height-3276 {
  height: calc(100vh - 3276px);
}

.vh-height-3277 {
  height: calc(100vh - 3277px);
}

.vh-height-3278 {
  height: calc(100vh - 3278px);
}

.vh-height-3279 {
  height: calc(100vh - 3279px);
}

.vh-height-3280 {
  height: calc(100vh - 3280px);
}

.vh-height-3281 {
  height: calc(100vh - 3281px);
}

.vh-height-3282 {
  height: calc(100vh - 3282px);
}

.vh-height-3283 {
  height: calc(100vh - 3283px);
}

.vh-height-3284 {
  height: calc(100vh - 3284px);
}

.vh-height-3285 {
  height: calc(100vh - 3285px);
}

.vh-height-3286 {
  height: calc(100vh - 3286px);
}

.vh-height-3287 {
  height: calc(100vh - 3287px);
}

.vh-height-3288 {
  height: calc(100vh - 3288px);
}

.vh-height-3289 {
  height: calc(100vh - 3289px);
}

.vh-height-3290 {
  height: calc(100vh - 3290px);
}

.vh-height-3291 {
  height: calc(100vh - 3291px);
}

.vh-height-3292 {
  height: calc(100vh - 3292px);
}

.vh-height-3293 {
  height: calc(100vh - 3293px);
}

.vh-height-3294 {
  height: calc(100vh - 3294px);
}

.vh-height-3295 {
  height: calc(100vh - 3295px);
}

.vh-height-3296 {
  height: calc(100vh - 3296px);
}

.vh-height-3297 {
  height: calc(100vh - 3297px);
}

.vh-height-3298 {
  height: calc(100vh - 3298px);
}

.vh-height-3299 {
  height: calc(100vh - 3299px);
}

.vh-height-3300 {
  height: calc(100vh - 3300px);
}

.vh-height-3301 {
  height: calc(100vh - 3301px);
}

.vh-height-3302 {
  height: calc(100vh - 3302px);
}

.vh-height-3303 {
  height: calc(100vh - 3303px);
}

.vh-height-3304 {
  height: calc(100vh - 3304px);
}

.vh-height-3305 {
  height: calc(100vh - 3305px);
}

.vh-height-3306 {
  height: calc(100vh - 3306px);
}

.vh-height-3307 {
  height: calc(100vh - 3307px);
}

.vh-height-3308 {
  height: calc(100vh - 3308px);
}

.vh-height-3309 {
  height: calc(100vh - 3309px);
}

.vh-height-3310 {
  height: calc(100vh - 3310px);
}

.vh-height-3311 {
  height: calc(100vh - 3311px);
}

.vh-height-3312 {
  height: calc(100vh - 3312px);
}

.vh-height-3313 {
  height: calc(100vh - 3313px);
}

.vh-height-3314 {
  height: calc(100vh - 3314px);
}

.vh-height-3315 {
  height: calc(100vh - 3315px);
}

.vh-height-3316 {
  height: calc(100vh - 3316px);
}

.vh-height-3317 {
  height: calc(100vh - 3317px);
}

.vh-height-3318 {
  height: calc(100vh - 3318px);
}

.vh-height-3319 {
  height: calc(100vh - 3319px);
}

.vh-height-3320 {
  height: calc(100vh - 3320px);
}

.vh-height-3321 {
  height: calc(100vh - 3321px);
}

.vh-height-3322 {
  height: calc(100vh - 3322px);
}

.vh-height-3323 {
  height: calc(100vh - 3323px);
}

.vh-height-3324 {
  height: calc(100vh - 3324px);
}

.vh-height-3325 {
  height: calc(100vh - 3325px);
}

.vh-height-3326 {
  height: calc(100vh - 3326px);
}

.vh-height-3327 {
  height: calc(100vh - 3327px);
}

.vh-height-3328 {
  height: calc(100vh - 3328px);
}

.vh-height-3329 {
  height: calc(100vh - 3329px);
}

.vh-height-3330 {
  height: calc(100vh - 3330px);
}

.vh-height-3331 {
  height: calc(100vh - 3331px);
}

.vh-height-3332 {
  height: calc(100vh - 3332px);
}

.vh-height-3333 {
  height: calc(100vh - 3333px);
}

.vh-height-3334 {
  height: calc(100vh - 3334px);
}

.vh-height-3335 {
  height: calc(100vh - 3335px);
}

.vh-height-3336 {
  height: calc(100vh - 3336px);
}

.vh-height-3337 {
  height: calc(100vh - 3337px);
}

.vh-height-3338 {
  height: calc(100vh - 3338px);
}

.vh-height-3339 {
  height: calc(100vh - 3339px);
}

.vh-height-3340 {
  height: calc(100vh - 3340px);
}

.vh-height-3341 {
  height: calc(100vh - 3341px);
}

.vh-height-3342 {
  height: calc(100vh - 3342px);
}

.vh-height-3343 {
  height: calc(100vh - 3343px);
}

.vh-height-3344 {
  height: calc(100vh - 3344px);
}

.vh-height-3345 {
  height: calc(100vh - 3345px);
}

.vh-height-3346 {
  height: calc(100vh - 3346px);
}

.vh-height-3347 {
  height: calc(100vh - 3347px);
}

.vh-height-3348 {
  height: calc(100vh - 3348px);
}

.vh-height-3349 {
  height: calc(100vh - 3349px);
}

.vh-height-3350 {
  height: calc(100vh - 3350px);
}

.vh-height-3351 {
  height: calc(100vh - 3351px);
}

.vh-height-3352 {
  height: calc(100vh - 3352px);
}

.vh-height-3353 {
  height: calc(100vh - 3353px);
}

.vh-height-3354 {
  height: calc(100vh - 3354px);
}

.vh-height-3355 {
  height: calc(100vh - 3355px);
}

.vh-height-3356 {
  height: calc(100vh - 3356px);
}

.vh-height-3357 {
  height: calc(100vh - 3357px);
}

.vh-height-3358 {
  height: calc(100vh - 3358px);
}

.vh-height-3359 {
  height: calc(100vh - 3359px);
}

.vh-height-3360 {
  height: calc(100vh - 3360px);
}

.vh-height-3361 {
  height: calc(100vh - 3361px);
}

.vh-height-3362 {
  height: calc(100vh - 3362px);
}

.vh-height-3363 {
  height: calc(100vh - 3363px);
}

.vh-height-3364 {
  height: calc(100vh - 3364px);
}

.vh-height-3365 {
  height: calc(100vh - 3365px);
}

.vh-height-3366 {
  height: calc(100vh - 3366px);
}

.vh-height-3367 {
  height: calc(100vh - 3367px);
}

.vh-height-3368 {
  height: calc(100vh - 3368px);
}

.vh-height-3369 {
  height: calc(100vh - 3369px);
}

.vh-height-3370 {
  height: calc(100vh - 3370px);
}

.vh-height-3371 {
  height: calc(100vh - 3371px);
}

.vh-height-3372 {
  height: calc(100vh - 3372px);
}

.vh-height-3373 {
  height: calc(100vh - 3373px);
}

.vh-height-3374 {
  height: calc(100vh - 3374px);
}

.vh-height-3375 {
  height: calc(100vh - 3375px);
}

.vh-height-3376 {
  height: calc(100vh - 3376px);
}

.vh-height-3377 {
  height: calc(100vh - 3377px);
}

.vh-height-3378 {
  height: calc(100vh - 3378px);
}

.vh-height-3379 {
  height: calc(100vh - 3379px);
}

.vh-height-3380 {
  height: calc(100vh - 3380px);
}

.vh-height-3381 {
  height: calc(100vh - 3381px);
}

.vh-height-3382 {
  height: calc(100vh - 3382px);
}

.vh-height-3383 {
  height: calc(100vh - 3383px);
}

.vh-height-3384 {
  height: calc(100vh - 3384px);
}

.vh-height-3385 {
  height: calc(100vh - 3385px);
}

.vh-height-3386 {
  height: calc(100vh - 3386px);
}

.vh-height-3387 {
  height: calc(100vh - 3387px);
}

.vh-height-3388 {
  height: calc(100vh - 3388px);
}

.vh-height-3389 {
  height: calc(100vh - 3389px);
}

.vh-height-3390 {
  height: calc(100vh - 3390px);
}

.vh-height-3391 {
  height: calc(100vh - 3391px);
}

.vh-height-3392 {
  height: calc(100vh - 3392px);
}

.vh-height-3393 {
  height: calc(100vh - 3393px);
}

.vh-height-3394 {
  height: calc(100vh - 3394px);
}

.vh-height-3395 {
  height: calc(100vh - 3395px);
}

.vh-height-3396 {
  height: calc(100vh - 3396px);
}

.vh-height-3397 {
  height: calc(100vh - 3397px);
}

.vh-height-3398 {
  height: calc(100vh - 3398px);
}

.vh-height-3399 {
  height: calc(100vh - 3399px);
}

.vh-height-3400 {
  height: calc(100vh - 3400px);
}

.vh-height-3401 {
  height: calc(100vh - 3401px);
}

.vh-height-3402 {
  height: calc(100vh - 3402px);
}

.vh-height-3403 {
  height: calc(100vh - 3403px);
}

.vh-height-3404 {
  height: calc(100vh - 3404px);
}

.vh-height-3405 {
  height: calc(100vh - 3405px);
}

.vh-height-3406 {
  height: calc(100vh - 3406px);
}

.vh-height-3407 {
  height: calc(100vh - 3407px);
}

.vh-height-3408 {
  height: calc(100vh - 3408px);
}

.vh-height-3409 {
  height: calc(100vh - 3409px);
}

.vh-height-3410 {
  height: calc(100vh - 3410px);
}

.vh-height-3411 {
  height: calc(100vh - 3411px);
}

.vh-height-3412 {
  height: calc(100vh - 3412px);
}

.vh-height-3413 {
  height: calc(100vh - 3413px);
}

.vh-height-3414 {
  height: calc(100vh - 3414px);
}

.vh-height-3415 {
  height: calc(100vh - 3415px);
}

.vh-height-3416 {
  height: calc(100vh - 3416px);
}

.vh-height-3417 {
  height: calc(100vh - 3417px);
}

.vh-height-3418 {
  height: calc(100vh - 3418px);
}

.vh-height-3419 {
  height: calc(100vh - 3419px);
}

.vh-height-3420 {
  height: calc(100vh - 3420px);
}

.vh-height-3421 {
  height: calc(100vh - 3421px);
}

.vh-height-3422 {
  height: calc(100vh - 3422px);
}

.vh-height-3423 {
  height: calc(100vh - 3423px);
}

.vh-height-3424 {
  height: calc(100vh - 3424px);
}

.vh-height-3425 {
  height: calc(100vh - 3425px);
}

.vh-height-3426 {
  height: calc(100vh - 3426px);
}

.vh-height-3427 {
  height: calc(100vh - 3427px);
}

.vh-height-3428 {
  height: calc(100vh - 3428px);
}

.vh-height-3429 {
  height: calc(100vh - 3429px);
}

.vh-height-3430 {
  height: calc(100vh - 3430px);
}

.vh-height-3431 {
  height: calc(100vh - 3431px);
}

.vh-height-3432 {
  height: calc(100vh - 3432px);
}

.vh-height-3433 {
  height: calc(100vh - 3433px);
}

.vh-height-3434 {
  height: calc(100vh - 3434px);
}

.vh-height-3435 {
  height: calc(100vh - 3435px);
}

.vh-height-3436 {
  height: calc(100vh - 3436px);
}

.vh-height-3437 {
  height: calc(100vh - 3437px);
}

.vh-height-3438 {
  height: calc(100vh - 3438px);
}

.vh-height-3439 {
  height: calc(100vh - 3439px);
}

.vh-height-3440 {
  height: calc(100vh - 3440px);
}

.vh-height-3441 {
  height: calc(100vh - 3441px);
}

.vh-height-3442 {
  height: calc(100vh - 3442px);
}

.vh-height-3443 {
  height: calc(100vh - 3443px);
}

.vh-height-3444 {
  height: calc(100vh - 3444px);
}

.vh-height-3445 {
  height: calc(100vh - 3445px);
}

.vh-height-3446 {
  height: calc(100vh - 3446px);
}

.vh-height-3447 {
  height: calc(100vh - 3447px);
}

.vh-height-3448 {
  height: calc(100vh - 3448px);
}

.vh-height-3449 {
  height: calc(100vh - 3449px);
}

.vh-height-3450 {
  height: calc(100vh - 3450px);
}

.vh-height-3451 {
  height: calc(100vh - 3451px);
}

.vh-height-3452 {
  height: calc(100vh - 3452px);
}

.vh-height-3453 {
  height: calc(100vh - 3453px);
}

.vh-height-3454 {
  height: calc(100vh - 3454px);
}

.vh-height-3455 {
  height: calc(100vh - 3455px);
}

.vh-height-3456 {
  height: calc(100vh - 3456px);
}

.vh-height-3457 {
  height: calc(100vh - 3457px);
}

.vh-height-3458 {
  height: calc(100vh - 3458px);
}

.vh-height-3459 {
  height: calc(100vh - 3459px);
}

.vh-height-3460 {
  height: calc(100vh - 3460px);
}

.vh-height-3461 {
  height: calc(100vh - 3461px);
}

.vh-height-3462 {
  height: calc(100vh - 3462px);
}

.vh-height-3463 {
  height: calc(100vh - 3463px);
}

.vh-height-3464 {
  height: calc(100vh - 3464px);
}

.vh-height-3465 {
  height: calc(100vh - 3465px);
}

.vh-height-3466 {
  height: calc(100vh - 3466px);
}

.vh-height-3467 {
  height: calc(100vh - 3467px);
}

.vh-height-3468 {
  height: calc(100vh - 3468px);
}

.vh-height-3469 {
  height: calc(100vh - 3469px);
}

.vh-height-3470 {
  height: calc(100vh - 3470px);
}

.vh-height-3471 {
  height: calc(100vh - 3471px);
}

.vh-height-3472 {
  height: calc(100vh - 3472px);
}

.vh-height-3473 {
  height: calc(100vh - 3473px);
}

.vh-height-3474 {
  height: calc(100vh - 3474px);
}

.vh-height-3475 {
  height: calc(100vh - 3475px);
}

.vh-height-3476 {
  height: calc(100vh - 3476px);
}

.vh-height-3477 {
  height: calc(100vh - 3477px);
}

.vh-height-3478 {
  height: calc(100vh - 3478px);
}

.vh-height-3479 {
  height: calc(100vh - 3479px);
}

.vh-height-3480 {
  height: calc(100vh - 3480px);
}

.vh-height-3481 {
  height: calc(100vh - 3481px);
}

.vh-height-3482 {
  height: calc(100vh - 3482px);
}

.vh-height-3483 {
  height: calc(100vh - 3483px);
}

.vh-height-3484 {
  height: calc(100vh - 3484px);
}

.vh-height-3485 {
  height: calc(100vh - 3485px);
}

.vh-height-3486 {
  height: calc(100vh - 3486px);
}

.vh-height-3487 {
  height: calc(100vh - 3487px);
}

.vh-height-3488 {
  height: calc(100vh - 3488px);
}

.vh-height-3489 {
  height: calc(100vh - 3489px);
}

.vh-height-3490 {
  height: calc(100vh - 3490px);
}

.vh-height-3491 {
  height: calc(100vh - 3491px);
}

.vh-height-3492 {
  height: calc(100vh - 3492px);
}

.vh-height-3493 {
  height: calc(100vh - 3493px);
}

.vh-height-3494 {
  height: calc(100vh - 3494px);
}

.vh-height-3495 {
  height: calc(100vh - 3495px);
}

.vh-height-3496 {
  height: calc(100vh - 3496px);
}

.vh-height-3497 {
  height: calc(100vh - 3497px);
}

.vh-height-3498 {
  height: calc(100vh - 3498px);
}

.vh-height-3499 {
  height: calc(100vh - 3499px);
}

.vh-height-3500 {
  height: calc(100vh - 3500px);
}

.vh-height-3501 {
  height: calc(100vh - 3501px);
}

.vh-height-3502 {
  height: calc(100vh - 3502px);
}

.vh-height-3503 {
  height: calc(100vh - 3503px);
}

.vh-height-3504 {
  height: calc(100vh - 3504px);
}

.vh-height-3505 {
  height: calc(100vh - 3505px);
}

.vh-height-3506 {
  height: calc(100vh - 3506px);
}

.vh-height-3507 {
  height: calc(100vh - 3507px);
}

.vh-height-3508 {
  height: calc(100vh - 3508px);
}

.vh-height-3509 {
  height: calc(100vh - 3509px);
}

.vh-height-3510 {
  height: calc(100vh - 3510px);
}

.vh-height-3511 {
  height: calc(100vh - 3511px);
}

.vh-height-3512 {
  height: calc(100vh - 3512px);
}

.vh-height-3513 {
  height: calc(100vh - 3513px);
}

.vh-height-3514 {
  height: calc(100vh - 3514px);
}

.vh-height-3515 {
  height: calc(100vh - 3515px);
}

.vh-height-3516 {
  height: calc(100vh - 3516px);
}

.vh-height-3517 {
  height: calc(100vh - 3517px);
}

.vh-height-3518 {
  height: calc(100vh - 3518px);
}

.vh-height-3519 {
  height: calc(100vh - 3519px);
}

.vh-height-3520 {
  height: calc(100vh - 3520px);
}

.vh-height-3521 {
  height: calc(100vh - 3521px);
}

.vh-height-3522 {
  height: calc(100vh - 3522px);
}

.vh-height-3523 {
  height: calc(100vh - 3523px);
}

.vh-height-3524 {
  height: calc(100vh - 3524px);
}

.vh-height-3525 {
  height: calc(100vh - 3525px);
}

.vh-height-3526 {
  height: calc(100vh - 3526px);
}

.vh-height-3527 {
  height: calc(100vh - 3527px);
}

.vh-height-3528 {
  height: calc(100vh - 3528px);
}

.vh-height-3529 {
  height: calc(100vh - 3529px);
}

.vh-height-3530 {
  height: calc(100vh - 3530px);
}

.vh-height-3531 {
  height: calc(100vh - 3531px);
}

.vh-height-3532 {
  height: calc(100vh - 3532px);
}

.vh-height-3533 {
  height: calc(100vh - 3533px);
}

.vh-height-3534 {
  height: calc(100vh - 3534px);
}

.vh-height-3535 {
  height: calc(100vh - 3535px);
}

.vh-height-3536 {
  height: calc(100vh - 3536px);
}

.vh-height-3537 {
  height: calc(100vh - 3537px);
}

.vh-height-3538 {
  height: calc(100vh - 3538px);
}

.vh-height-3539 {
  height: calc(100vh - 3539px);
}

.vh-height-3540 {
  height: calc(100vh - 3540px);
}

.vh-height-3541 {
  height: calc(100vh - 3541px);
}

.vh-height-3542 {
  height: calc(100vh - 3542px);
}

.vh-height-3543 {
  height: calc(100vh - 3543px);
}

.vh-height-3544 {
  height: calc(100vh - 3544px);
}

.vh-height-3545 {
  height: calc(100vh - 3545px);
}

.vh-height-3546 {
  height: calc(100vh - 3546px);
}

.vh-height-3547 {
  height: calc(100vh - 3547px);
}

.vh-height-3548 {
  height: calc(100vh - 3548px);
}

.vh-height-3549 {
  height: calc(100vh - 3549px);
}

.vh-height-3550 {
  height: calc(100vh - 3550px);
}

.vh-height-3551 {
  height: calc(100vh - 3551px);
}

.vh-height-3552 {
  height: calc(100vh - 3552px);
}

.vh-height-3553 {
  height: calc(100vh - 3553px);
}

.vh-height-3554 {
  height: calc(100vh - 3554px);
}

.vh-height-3555 {
  height: calc(100vh - 3555px);
}

.vh-height-3556 {
  height: calc(100vh - 3556px);
}

.vh-height-3557 {
  height: calc(100vh - 3557px);
}

.vh-height-3558 {
  height: calc(100vh - 3558px);
}

.vh-height-3559 {
  height: calc(100vh - 3559px);
}

.vh-height-3560 {
  height: calc(100vh - 3560px);
}

.vh-height-3561 {
  height: calc(100vh - 3561px);
}

.vh-height-3562 {
  height: calc(100vh - 3562px);
}

.vh-height-3563 {
  height: calc(100vh - 3563px);
}

.vh-height-3564 {
  height: calc(100vh - 3564px);
}

.vh-height-3565 {
  height: calc(100vh - 3565px);
}

.vh-height-3566 {
  height: calc(100vh - 3566px);
}

.vh-height-3567 {
  height: calc(100vh - 3567px);
}

.vh-height-3568 {
  height: calc(100vh - 3568px);
}

.vh-height-3569 {
  height: calc(100vh - 3569px);
}

.vh-height-3570 {
  height: calc(100vh - 3570px);
}

.vh-height-3571 {
  height: calc(100vh - 3571px);
}

.vh-height-3572 {
  height: calc(100vh - 3572px);
}

.vh-height-3573 {
  height: calc(100vh - 3573px);
}

.vh-height-3574 {
  height: calc(100vh - 3574px);
}

.vh-height-3575 {
  height: calc(100vh - 3575px);
}

.vh-height-3576 {
  height: calc(100vh - 3576px);
}

.vh-height-3577 {
  height: calc(100vh - 3577px);
}

.vh-height-3578 {
  height: calc(100vh - 3578px);
}

.vh-height-3579 {
  height: calc(100vh - 3579px);
}

.vh-height-3580 {
  height: calc(100vh - 3580px);
}

.vh-height-3581 {
  height: calc(100vh - 3581px);
}

.vh-height-3582 {
  height: calc(100vh - 3582px);
}

.vh-height-3583 {
  height: calc(100vh - 3583px);
}

.vh-height-3584 {
  height: calc(100vh - 3584px);
}

.vh-height-3585 {
  height: calc(100vh - 3585px);
}

.vh-height-3586 {
  height: calc(100vh - 3586px);
}

.vh-height-3587 {
  height: calc(100vh - 3587px);
}

.vh-height-3588 {
  height: calc(100vh - 3588px);
}

.vh-height-3589 {
  height: calc(100vh - 3589px);
}

.vh-height-3590 {
  height: calc(100vh - 3590px);
}

.vh-height-3591 {
  height: calc(100vh - 3591px);
}

.vh-height-3592 {
  height: calc(100vh - 3592px);
}

.vh-height-3593 {
  height: calc(100vh - 3593px);
}

.vh-height-3594 {
  height: calc(100vh - 3594px);
}

.vh-height-3595 {
  height: calc(100vh - 3595px);
}

.vh-height-3596 {
  height: calc(100vh - 3596px);
}

.vh-height-3597 {
  height: calc(100vh - 3597px);
}

.vh-height-3598 {
  height: calc(100vh - 3598px);
}

.vh-height-3599 {
  height: calc(100vh - 3599px);
}

.vh-height-3600 {
  height: calc(100vh - 3600px);
}

.vh-height-3601 {
  height: calc(100vh - 3601px);
}

.vh-height-3602 {
  height: calc(100vh - 3602px);
}

.vh-height-3603 {
  height: calc(100vh - 3603px);
}

.vh-height-3604 {
  height: calc(100vh - 3604px);
}

.vh-height-3605 {
  height: calc(100vh - 3605px);
}

.vh-height-3606 {
  height: calc(100vh - 3606px);
}

.vh-height-3607 {
  height: calc(100vh - 3607px);
}

.vh-height-3608 {
  height: calc(100vh - 3608px);
}

.vh-height-3609 {
  height: calc(100vh - 3609px);
}

.vh-height-3610 {
  height: calc(100vh - 3610px);
}

.vh-height-3611 {
  height: calc(100vh - 3611px);
}

.vh-height-3612 {
  height: calc(100vh - 3612px);
}

.vh-height-3613 {
  height: calc(100vh - 3613px);
}

.vh-height-3614 {
  height: calc(100vh - 3614px);
}

.vh-height-3615 {
  height: calc(100vh - 3615px);
}

.vh-height-3616 {
  height: calc(100vh - 3616px);
}

.vh-height-3617 {
  height: calc(100vh - 3617px);
}

.vh-height-3618 {
  height: calc(100vh - 3618px);
}

.vh-height-3619 {
  height: calc(100vh - 3619px);
}

.vh-height-3620 {
  height: calc(100vh - 3620px);
}

.vh-height-3621 {
  height: calc(100vh - 3621px);
}

.vh-height-3622 {
  height: calc(100vh - 3622px);
}

.vh-height-3623 {
  height: calc(100vh - 3623px);
}

.vh-height-3624 {
  height: calc(100vh - 3624px);
}

.vh-height-3625 {
  height: calc(100vh - 3625px);
}

.vh-height-3626 {
  height: calc(100vh - 3626px);
}

.vh-height-3627 {
  height: calc(100vh - 3627px);
}

.vh-height-3628 {
  height: calc(100vh - 3628px);
}

.vh-height-3629 {
  height: calc(100vh - 3629px);
}

.vh-height-3630 {
  height: calc(100vh - 3630px);
}

.vh-height-3631 {
  height: calc(100vh - 3631px);
}

.vh-height-3632 {
  height: calc(100vh - 3632px);
}

.vh-height-3633 {
  height: calc(100vh - 3633px);
}

.vh-height-3634 {
  height: calc(100vh - 3634px);
}

.vh-height-3635 {
  height: calc(100vh - 3635px);
}

.vh-height-3636 {
  height: calc(100vh - 3636px);
}

.vh-height-3637 {
  height: calc(100vh - 3637px);
}

.vh-height-3638 {
  height: calc(100vh - 3638px);
}

.vh-height-3639 {
  height: calc(100vh - 3639px);
}

.vh-height-3640 {
  height: calc(100vh - 3640px);
}

.vh-height-3641 {
  height: calc(100vh - 3641px);
}

.vh-height-3642 {
  height: calc(100vh - 3642px);
}

.vh-height-3643 {
  height: calc(100vh - 3643px);
}

.vh-height-3644 {
  height: calc(100vh - 3644px);
}

.vh-height-3645 {
  height: calc(100vh - 3645px);
}

.vh-height-3646 {
  height: calc(100vh - 3646px);
}

.vh-height-3647 {
  height: calc(100vh - 3647px);
}

.vh-height-3648 {
  height: calc(100vh - 3648px);
}

.vh-height-3649 {
  height: calc(100vh - 3649px);
}

.vh-height-3650 {
  height: calc(100vh - 3650px);
}

.vh-height-3651 {
  height: calc(100vh - 3651px);
}

.vh-height-3652 {
  height: calc(100vh - 3652px);
}

.vh-height-3653 {
  height: calc(100vh - 3653px);
}

.vh-height-3654 {
  height: calc(100vh - 3654px);
}

.vh-height-3655 {
  height: calc(100vh - 3655px);
}

.vh-height-3656 {
  height: calc(100vh - 3656px);
}

.vh-height-3657 {
  height: calc(100vh - 3657px);
}

.vh-height-3658 {
  height: calc(100vh - 3658px);
}

.vh-height-3659 {
  height: calc(100vh - 3659px);
}

.vh-height-3660 {
  height: calc(100vh - 3660px);
}

.vh-height-3661 {
  height: calc(100vh - 3661px);
}

.vh-height-3662 {
  height: calc(100vh - 3662px);
}

.vh-height-3663 {
  height: calc(100vh - 3663px);
}

.vh-height-3664 {
  height: calc(100vh - 3664px);
}

.vh-height-3665 {
  height: calc(100vh - 3665px);
}

.vh-height-3666 {
  height: calc(100vh - 3666px);
}

.vh-height-3667 {
  height: calc(100vh - 3667px);
}

.vh-height-3668 {
  height: calc(100vh - 3668px);
}

.vh-height-3669 {
  height: calc(100vh - 3669px);
}

.vh-height-3670 {
  height: calc(100vh - 3670px);
}

.vh-height-3671 {
  height: calc(100vh - 3671px);
}

.vh-height-3672 {
  height: calc(100vh - 3672px);
}

.vh-height-3673 {
  height: calc(100vh - 3673px);
}

.vh-height-3674 {
  height: calc(100vh - 3674px);
}

.vh-height-3675 {
  height: calc(100vh - 3675px);
}

.vh-height-3676 {
  height: calc(100vh - 3676px);
}

.vh-height-3677 {
  height: calc(100vh - 3677px);
}

.vh-height-3678 {
  height: calc(100vh - 3678px);
}

.vh-height-3679 {
  height: calc(100vh - 3679px);
}

.vh-height-3680 {
  height: calc(100vh - 3680px);
}

.vh-height-3681 {
  height: calc(100vh - 3681px);
}

.vh-height-3682 {
  height: calc(100vh - 3682px);
}

.vh-height-3683 {
  height: calc(100vh - 3683px);
}

.vh-height-3684 {
  height: calc(100vh - 3684px);
}

.vh-height-3685 {
  height: calc(100vh - 3685px);
}

.vh-height-3686 {
  height: calc(100vh - 3686px);
}

.vh-height-3687 {
  height: calc(100vh - 3687px);
}

.vh-height-3688 {
  height: calc(100vh - 3688px);
}

.vh-height-3689 {
  height: calc(100vh - 3689px);
}

.vh-height-3690 {
  height: calc(100vh - 3690px);
}

.vh-height-3691 {
  height: calc(100vh - 3691px);
}

.vh-height-3692 {
  height: calc(100vh - 3692px);
}

.vh-height-3693 {
  height: calc(100vh - 3693px);
}

.vh-height-3694 {
  height: calc(100vh - 3694px);
}

.vh-height-3695 {
  height: calc(100vh - 3695px);
}

.vh-height-3696 {
  height: calc(100vh - 3696px);
}

.vh-height-3697 {
  height: calc(100vh - 3697px);
}

.vh-height-3698 {
  height: calc(100vh - 3698px);
}

.vh-height-3699 {
  height: calc(100vh - 3699px);
}

.vh-height-3700 {
  height: calc(100vh - 3700px);
}

.vh-height-3701 {
  height: calc(100vh - 3701px);
}

.vh-height-3702 {
  height: calc(100vh - 3702px);
}

.vh-height-3703 {
  height: calc(100vh - 3703px);
}

.vh-height-3704 {
  height: calc(100vh - 3704px);
}

.vh-height-3705 {
  height: calc(100vh - 3705px);
}

.vh-height-3706 {
  height: calc(100vh - 3706px);
}

.vh-height-3707 {
  height: calc(100vh - 3707px);
}

.vh-height-3708 {
  height: calc(100vh - 3708px);
}

.vh-height-3709 {
  height: calc(100vh - 3709px);
}

.vh-height-3710 {
  height: calc(100vh - 3710px);
}

.vh-height-3711 {
  height: calc(100vh - 3711px);
}

.vh-height-3712 {
  height: calc(100vh - 3712px);
}

.vh-height-3713 {
  height: calc(100vh - 3713px);
}

.vh-height-3714 {
  height: calc(100vh - 3714px);
}

.vh-height-3715 {
  height: calc(100vh - 3715px);
}

.vh-height-3716 {
  height: calc(100vh - 3716px);
}

.vh-height-3717 {
  height: calc(100vh - 3717px);
}

.vh-height-3718 {
  height: calc(100vh - 3718px);
}

.vh-height-3719 {
  height: calc(100vh - 3719px);
}

.vh-height-3720 {
  height: calc(100vh - 3720px);
}

.vh-height-3721 {
  height: calc(100vh - 3721px);
}

.vh-height-3722 {
  height: calc(100vh - 3722px);
}

.vh-height-3723 {
  height: calc(100vh - 3723px);
}

.vh-height-3724 {
  height: calc(100vh - 3724px);
}

.vh-height-3725 {
  height: calc(100vh - 3725px);
}

.vh-height-3726 {
  height: calc(100vh - 3726px);
}

.vh-height-3727 {
  height: calc(100vh - 3727px);
}

.vh-height-3728 {
  height: calc(100vh - 3728px);
}

.vh-height-3729 {
  height: calc(100vh - 3729px);
}

.vh-height-3730 {
  height: calc(100vh - 3730px);
}

.vh-height-3731 {
  height: calc(100vh - 3731px);
}

.vh-height-3732 {
  height: calc(100vh - 3732px);
}

.vh-height-3733 {
  height: calc(100vh - 3733px);
}

.vh-height-3734 {
  height: calc(100vh - 3734px);
}

.vh-height-3735 {
  height: calc(100vh - 3735px);
}

.vh-height-3736 {
  height: calc(100vh - 3736px);
}

.vh-height-3737 {
  height: calc(100vh - 3737px);
}

.vh-height-3738 {
  height: calc(100vh - 3738px);
}

.vh-height-3739 {
  height: calc(100vh - 3739px);
}

.vh-height-3740 {
  height: calc(100vh - 3740px);
}

.vh-height-3741 {
  height: calc(100vh - 3741px);
}

.vh-height-3742 {
  height: calc(100vh - 3742px);
}

.vh-height-3743 {
  height: calc(100vh - 3743px);
}

.vh-height-3744 {
  height: calc(100vh - 3744px);
}

.vh-height-3745 {
  height: calc(100vh - 3745px);
}

.vh-height-3746 {
  height: calc(100vh - 3746px);
}

.vh-height-3747 {
  height: calc(100vh - 3747px);
}

.vh-height-3748 {
  height: calc(100vh - 3748px);
}

.vh-height-3749 {
  height: calc(100vh - 3749px);
}

.vh-height-3750 {
  height: calc(100vh - 3750px);
}

.vh-height-3751 {
  height: calc(100vh - 3751px);
}

.vh-height-3752 {
  height: calc(100vh - 3752px);
}

.vh-height-3753 {
  height: calc(100vh - 3753px);
}

.vh-height-3754 {
  height: calc(100vh - 3754px);
}

.vh-height-3755 {
  height: calc(100vh - 3755px);
}

.vh-height-3756 {
  height: calc(100vh - 3756px);
}

.vh-height-3757 {
  height: calc(100vh - 3757px);
}

.vh-height-3758 {
  height: calc(100vh - 3758px);
}

.vh-height-3759 {
  height: calc(100vh - 3759px);
}

.vh-height-3760 {
  height: calc(100vh - 3760px);
}

.vh-height-3761 {
  height: calc(100vh - 3761px);
}

.vh-height-3762 {
  height: calc(100vh - 3762px);
}

.vh-height-3763 {
  height: calc(100vh - 3763px);
}

.vh-height-3764 {
  height: calc(100vh - 3764px);
}

.vh-height-3765 {
  height: calc(100vh - 3765px);
}

.vh-height-3766 {
  height: calc(100vh - 3766px);
}

.vh-height-3767 {
  height: calc(100vh - 3767px);
}

.vh-height-3768 {
  height: calc(100vh - 3768px);
}

.vh-height-3769 {
  height: calc(100vh - 3769px);
}

.vh-height-3770 {
  height: calc(100vh - 3770px);
}

.vh-height-3771 {
  height: calc(100vh - 3771px);
}

.vh-height-3772 {
  height: calc(100vh - 3772px);
}

.vh-height-3773 {
  height: calc(100vh - 3773px);
}

.vh-height-3774 {
  height: calc(100vh - 3774px);
}

.vh-height-3775 {
  height: calc(100vh - 3775px);
}

.vh-height-3776 {
  height: calc(100vh - 3776px);
}

.vh-height-3777 {
  height: calc(100vh - 3777px);
}

.vh-height-3778 {
  height: calc(100vh - 3778px);
}

.vh-height-3779 {
  height: calc(100vh - 3779px);
}

.vh-height-3780 {
  height: calc(100vh - 3780px);
}

.vh-height-3781 {
  height: calc(100vh - 3781px);
}

.vh-height-3782 {
  height: calc(100vh - 3782px);
}

.vh-height-3783 {
  height: calc(100vh - 3783px);
}

.vh-height-3784 {
  height: calc(100vh - 3784px);
}

.vh-height-3785 {
  height: calc(100vh - 3785px);
}

.vh-height-3786 {
  height: calc(100vh - 3786px);
}

.vh-height-3787 {
  height: calc(100vh - 3787px);
}

.vh-height-3788 {
  height: calc(100vh - 3788px);
}

.vh-height-3789 {
  height: calc(100vh - 3789px);
}

.vh-height-3790 {
  height: calc(100vh - 3790px);
}

.vh-height-3791 {
  height: calc(100vh - 3791px);
}

.vh-height-3792 {
  height: calc(100vh - 3792px);
}

.vh-height-3793 {
  height: calc(100vh - 3793px);
}

.vh-height-3794 {
  height: calc(100vh - 3794px);
}

.vh-height-3795 {
  height: calc(100vh - 3795px);
}

.vh-height-3796 {
  height: calc(100vh - 3796px);
}

.vh-height-3797 {
  height: calc(100vh - 3797px);
}

.vh-height-3798 {
  height: calc(100vh - 3798px);
}

.vh-height-3799 {
  height: calc(100vh - 3799px);
}

.vh-height-3800 {
  height: calc(100vh - 3800px);
}

.vh-height-3801 {
  height: calc(100vh - 3801px);
}

.vh-height-3802 {
  height: calc(100vh - 3802px);
}

.vh-height-3803 {
  height: calc(100vh - 3803px);
}

.vh-height-3804 {
  height: calc(100vh - 3804px);
}

.vh-height-3805 {
  height: calc(100vh - 3805px);
}

.vh-height-3806 {
  height: calc(100vh - 3806px);
}

.vh-height-3807 {
  height: calc(100vh - 3807px);
}

.vh-height-3808 {
  height: calc(100vh - 3808px);
}

.vh-height-3809 {
  height: calc(100vh - 3809px);
}

.vh-height-3810 {
  height: calc(100vh - 3810px);
}

.vh-height-3811 {
  height: calc(100vh - 3811px);
}

.vh-height-3812 {
  height: calc(100vh - 3812px);
}

.vh-height-3813 {
  height: calc(100vh - 3813px);
}

.vh-height-3814 {
  height: calc(100vh - 3814px);
}

.vh-height-3815 {
  height: calc(100vh - 3815px);
}

.vh-height-3816 {
  height: calc(100vh - 3816px);
}

.vh-height-3817 {
  height: calc(100vh - 3817px);
}

.vh-height-3818 {
  height: calc(100vh - 3818px);
}

.vh-height-3819 {
  height: calc(100vh - 3819px);
}

.vh-height-3820 {
  height: calc(100vh - 3820px);
}

.vh-height-3821 {
  height: calc(100vh - 3821px);
}

.vh-height-3822 {
  height: calc(100vh - 3822px);
}

.vh-height-3823 {
  height: calc(100vh - 3823px);
}

.vh-height-3824 {
  height: calc(100vh - 3824px);
}

.vh-height-3825 {
  height: calc(100vh - 3825px);
}

.vh-height-3826 {
  height: calc(100vh - 3826px);
}

.vh-height-3827 {
  height: calc(100vh - 3827px);
}

.vh-height-3828 {
  height: calc(100vh - 3828px);
}

.vh-height-3829 {
  height: calc(100vh - 3829px);
}

.vh-height-3830 {
  height: calc(100vh - 3830px);
}

.vh-height-3831 {
  height: calc(100vh - 3831px);
}

.vh-height-3832 {
  height: calc(100vh - 3832px);
}

.vh-height-3833 {
  height: calc(100vh - 3833px);
}

.vh-height-3834 {
  height: calc(100vh - 3834px);
}

.vh-height-3835 {
  height: calc(100vh - 3835px);
}

.vh-height-3836 {
  height: calc(100vh - 3836px);
}

.vh-height-3837 {
  height: calc(100vh - 3837px);
}

.vh-height-3838 {
  height: calc(100vh - 3838px);
}

.vh-height-3839 {
  height: calc(100vh - 3839px);
}

.vh-height-3840 {
  height: calc(100vh - 3840px);
}

.vh-height-3841 {
  height: calc(100vh - 3841px);
}

.vh-height-3842 {
  height: calc(100vh - 3842px);
}

.vh-height-3843 {
  height: calc(100vh - 3843px);
}

.vh-height-3844 {
  height: calc(100vh - 3844px);
}

.vh-height-3845 {
  height: calc(100vh - 3845px);
}

.vh-height-3846 {
  height: calc(100vh - 3846px);
}

.vh-height-3847 {
  height: calc(100vh - 3847px);
}

.vh-height-3848 {
  height: calc(100vh - 3848px);
}

.vh-height-3849 {
  height: calc(100vh - 3849px);
}

.vh-height-3850 {
  height: calc(100vh - 3850px);
}

.vh-height-3851 {
  height: calc(100vh - 3851px);
}

.vh-height-3852 {
  height: calc(100vh - 3852px);
}

.vh-height-3853 {
  height: calc(100vh - 3853px);
}

.vh-height-3854 {
  height: calc(100vh - 3854px);
}

.vh-height-3855 {
  height: calc(100vh - 3855px);
}

.vh-height-3856 {
  height: calc(100vh - 3856px);
}

.vh-height-3857 {
  height: calc(100vh - 3857px);
}

.vh-height-3858 {
  height: calc(100vh - 3858px);
}

.vh-height-3859 {
  height: calc(100vh - 3859px);
}

.vh-height-3860 {
  height: calc(100vh - 3860px);
}

.vh-height-3861 {
  height: calc(100vh - 3861px);
}

.vh-height-3862 {
  height: calc(100vh - 3862px);
}

.vh-height-3863 {
  height: calc(100vh - 3863px);
}

.vh-height-3864 {
  height: calc(100vh - 3864px);
}

.vh-height-3865 {
  height: calc(100vh - 3865px);
}

.vh-height-3866 {
  height: calc(100vh - 3866px);
}

.vh-height-3867 {
  height: calc(100vh - 3867px);
}

.vh-height-3868 {
  height: calc(100vh - 3868px);
}

.vh-height-3869 {
  height: calc(100vh - 3869px);
}

.vh-height-3870 {
  height: calc(100vh - 3870px);
}

.vh-height-3871 {
  height: calc(100vh - 3871px);
}

.vh-height-3872 {
  height: calc(100vh - 3872px);
}

.vh-height-3873 {
  height: calc(100vh - 3873px);
}

.vh-height-3874 {
  height: calc(100vh - 3874px);
}

.vh-height-3875 {
  height: calc(100vh - 3875px);
}

.vh-height-3876 {
  height: calc(100vh - 3876px);
}

.vh-height-3877 {
  height: calc(100vh - 3877px);
}

.vh-height-3878 {
  height: calc(100vh - 3878px);
}

.vh-height-3879 {
  height: calc(100vh - 3879px);
}

.vh-height-3880 {
  height: calc(100vh - 3880px);
}

.vh-height-3881 {
  height: calc(100vh - 3881px);
}

.vh-height-3882 {
  height: calc(100vh - 3882px);
}

.vh-height-3883 {
  height: calc(100vh - 3883px);
}

.vh-height-3884 {
  height: calc(100vh - 3884px);
}

.vh-height-3885 {
  height: calc(100vh - 3885px);
}

.vh-height-3886 {
  height: calc(100vh - 3886px);
}

.vh-height-3887 {
  height: calc(100vh - 3887px);
}

.vh-height-3888 {
  height: calc(100vh - 3888px);
}

.vh-height-3889 {
  height: calc(100vh - 3889px);
}

.vh-height-3890 {
  height: calc(100vh - 3890px);
}

.vh-height-3891 {
  height: calc(100vh - 3891px);
}

.vh-height-3892 {
  height: calc(100vh - 3892px);
}

.vh-height-3893 {
  height: calc(100vh - 3893px);
}

.vh-height-3894 {
  height: calc(100vh - 3894px);
}

.vh-height-3895 {
  height: calc(100vh - 3895px);
}

.vh-height-3896 {
  height: calc(100vh - 3896px);
}

.vh-height-3897 {
  height: calc(100vh - 3897px);
}

.vh-height-3898 {
  height: calc(100vh - 3898px);
}

.vh-height-3899 {
  height: calc(100vh - 3899px);
}

.vh-height-3900 {
  height: calc(100vh - 3900px);
}

.vh-height-3901 {
  height: calc(100vh - 3901px);
}

.vh-height-3902 {
  height: calc(100vh - 3902px);
}

.vh-height-3903 {
  height: calc(100vh - 3903px);
}

.vh-height-3904 {
  height: calc(100vh - 3904px);
}

.vh-height-3905 {
  height: calc(100vh - 3905px);
}

.vh-height-3906 {
  height: calc(100vh - 3906px);
}

.vh-height-3907 {
  height: calc(100vh - 3907px);
}

.vh-height-3908 {
  height: calc(100vh - 3908px);
}

.vh-height-3909 {
  height: calc(100vh - 3909px);
}

.vh-height-3910 {
  height: calc(100vh - 3910px);
}

.vh-height-3911 {
  height: calc(100vh - 3911px);
}

.vh-height-3912 {
  height: calc(100vh - 3912px);
}

.vh-height-3913 {
  height: calc(100vh - 3913px);
}

.vh-height-3914 {
  height: calc(100vh - 3914px);
}

.vh-height-3915 {
  height: calc(100vh - 3915px);
}

.vh-height-3916 {
  height: calc(100vh - 3916px);
}

.vh-height-3917 {
  height: calc(100vh - 3917px);
}

.vh-height-3918 {
  height: calc(100vh - 3918px);
}

.vh-height-3919 {
  height: calc(100vh - 3919px);
}

.vh-height-3920 {
  height: calc(100vh - 3920px);
}

.vh-height-3921 {
  height: calc(100vh - 3921px);
}

.vh-height-3922 {
  height: calc(100vh - 3922px);
}

.vh-height-3923 {
  height: calc(100vh - 3923px);
}

.vh-height-3924 {
  height: calc(100vh - 3924px);
}

.vh-height-3925 {
  height: calc(100vh - 3925px);
}

.vh-height-3926 {
  height: calc(100vh - 3926px);
}

.vh-height-3927 {
  height: calc(100vh - 3927px);
}

.vh-height-3928 {
  height: calc(100vh - 3928px);
}

.vh-height-3929 {
  height: calc(100vh - 3929px);
}

.vh-height-3930 {
  height: calc(100vh - 3930px);
}

.vh-height-3931 {
  height: calc(100vh - 3931px);
}

.vh-height-3932 {
  height: calc(100vh - 3932px);
}

.vh-height-3933 {
  height: calc(100vh - 3933px);
}

.vh-height-3934 {
  height: calc(100vh - 3934px);
}

.vh-height-3935 {
  height: calc(100vh - 3935px);
}

.vh-height-3936 {
  height: calc(100vh - 3936px);
}

.vh-height-3937 {
  height: calc(100vh - 3937px);
}

.vh-height-3938 {
  height: calc(100vh - 3938px);
}

.vh-height-3939 {
  height: calc(100vh - 3939px);
}

.vh-height-3940 {
  height: calc(100vh - 3940px);
}

.vh-height-3941 {
  height: calc(100vh - 3941px);
}

.vh-height-3942 {
  height: calc(100vh - 3942px);
}

.vh-height-3943 {
  height: calc(100vh - 3943px);
}

.vh-height-3944 {
  height: calc(100vh - 3944px);
}

.vh-height-3945 {
  height: calc(100vh - 3945px);
}

.vh-height-3946 {
  height: calc(100vh - 3946px);
}

.vh-height-3947 {
  height: calc(100vh - 3947px);
}

.vh-height-3948 {
  height: calc(100vh - 3948px);
}

.vh-height-3949 {
  height: calc(100vh - 3949px);
}

.vh-height-3950 {
  height: calc(100vh - 3950px);
}

.vh-height-3951 {
  height: calc(100vh - 3951px);
}

.vh-height-3952 {
  height: calc(100vh - 3952px);
}

.vh-height-3953 {
  height: calc(100vh - 3953px);
}

.vh-height-3954 {
  height: calc(100vh - 3954px);
}

.vh-height-3955 {
  height: calc(100vh - 3955px);
}

.vh-height-3956 {
  height: calc(100vh - 3956px);
}

.vh-height-3957 {
  height: calc(100vh - 3957px);
}

.vh-height-3958 {
  height: calc(100vh - 3958px);
}

.vh-height-3959 {
  height: calc(100vh - 3959px);
}

.vh-height-3960 {
  height: calc(100vh - 3960px);
}

.vh-height-3961 {
  height: calc(100vh - 3961px);
}

.vh-height-3962 {
  height: calc(100vh - 3962px);
}

.vh-height-3963 {
  height: calc(100vh - 3963px);
}

.vh-height-3964 {
  height: calc(100vh - 3964px);
}

.vh-height-3965 {
  height: calc(100vh - 3965px);
}

.vh-height-3966 {
  height: calc(100vh - 3966px);
}

.vh-height-3967 {
  height: calc(100vh - 3967px);
}

.vh-height-3968 {
  height: calc(100vh - 3968px);
}

.vh-height-3969 {
  height: calc(100vh - 3969px);
}

.vh-height-3970 {
  height: calc(100vh - 3970px);
}

.vh-height-3971 {
  height: calc(100vh - 3971px);
}

.vh-height-3972 {
  height: calc(100vh - 3972px);
}

.vh-height-3973 {
  height: calc(100vh - 3973px);
}

.vh-height-3974 {
  height: calc(100vh - 3974px);
}

.vh-height-3975 {
  height: calc(100vh - 3975px);
}

.vh-height-3976 {
  height: calc(100vh - 3976px);
}

.vh-height-3977 {
  height: calc(100vh - 3977px);
}

.vh-height-3978 {
  height: calc(100vh - 3978px);
}

.vh-height-3979 {
  height: calc(100vh - 3979px);
}

.vh-height-3980 {
  height: calc(100vh - 3980px);
}

.vh-height-3981 {
  height: calc(100vh - 3981px);
}

.vh-height-3982 {
  height: calc(100vh - 3982px);
}

.vh-height-3983 {
  height: calc(100vh - 3983px);
}

.vh-height-3984 {
  height: calc(100vh - 3984px);
}

.vh-height-3985 {
  height: calc(100vh - 3985px);
}

.vh-height-3986 {
  height: calc(100vh - 3986px);
}

.vh-height-3987 {
  height: calc(100vh - 3987px);
}

.vh-height-3988 {
  height: calc(100vh - 3988px);
}

.vh-height-3989 {
  height: calc(100vh - 3989px);
}

.vh-height-3990 {
  height: calc(100vh - 3990px);
}

.vh-height-3991 {
  height: calc(100vh - 3991px);
}

.vh-height-3992 {
  height: calc(100vh - 3992px);
}

.vh-height-3993 {
  height: calc(100vh - 3993px);
}

.vh-height-3994 {
  height: calc(100vh - 3994px);
}

.vh-height-3995 {
  height: calc(100vh - 3995px);
}

.vh-height-3996 {
  height: calc(100vh - 3996px);
}

.vh-height-3997 {
  height: calc(100vh - 3997px);
}

.vh-height-3998 {
  height: calc(100vh - 3998px);
}

.vh-height-3999 {
  height: calc(100vh - 3999px);
}

.vh-height-4000 {
  height: calc(100vh - 4000px);
}

.vh-height-4001 {
  height: calc(100vh - 4001px);
}

.vh-height-4002 {
  height: calc(100vh - 4002px);
}

.vh-height-4003 {
  height: calc(100vh - 4003px);
}

.vh-height-4004 {
  height: calc(100vh - 4004px);
}

.vh-height-4005 {
  height: calc(100vh - 4005px);
}

.vh-height-4006 {
  height: calc(100vh - 4006px);
}

.vh-height-4007 {
  height: calc(100vh - 4007px);
}

.vh-height-4008 {
  height: calc(100vh - 4008px);
}

.vh-height-4009 {
  height: calc(100vh - 4009px);
}

.vh-height-4010 {
  height: calc(100vh - 4010px);
}

.vh-height-4011 {
  height: calc(100vh - 4011px);
}

.vh-height-4012 {
  height: calc(100vh - 4012px);
}

.vh-height-4013 {
  height: calc(100vh - 4013px);
}

.vh-height-4014 {
  height: calc(100vh - 4014px);
}

.vh-height-4015 {
  height: calc(100vh - 4015px);
}

.vh-height-4016 {
  height: calc(100vh - 4016px);
}

.vh-height-4017 {
  height: calc(100vh - 4017px);
}

.vh-height-4018 {
  height: calc(100vh - 4018px);
}

.vh-height-4019 {
  height: calc(100vh - 4019px);
}

.vh-height-4020 {
  height: calc(100vh - 4020px);
}

.vh-height-4021 {
  height: calc(100vh - 4021px);
}

.vh-height-4022 {
  height: calc(100vh - 4022px);
}

.vh-height-4023 {
  height: calc(100vh - 4023px);
}

.vh-height-4024 {
  height: calc(100vh - 4024px);
}

.vh-height-4025 {
  height: calc(100vh - 4025px);
}

.vh-height-4026 {
  height: calc(100vh - 4026px);
}

.vh-height-4027 {
  height: calc(100vh - 4027px);
}

.vh-height-4028 {
  height: calc(100vh - 4028px);
}

.vh-height-4029 {
  height: calc(100vh - 4029px);
}

.vh-height-4030 {
  height: calc(100vh - 4030px);
}

.vh-height-4031 {
  height: calc(100vh - 4031px);
}

.vh-height-4032 {
  height: calc(100vh - 4032px);
}

.vh-height-4033 {
  height: calc(100vh - 4033px);
}

.vh-height-4034 {
  height: calc(100vh - 4034px);
}

.vh-height-4035 {
  height: calc(100vh - 4035px);
}

.vh-height-4036 {
  height: calc(100vh - 4036px);
}

.vh-height-4037 {
  height: calc(100vh - 4037px);
}

.vh-height-4038 {
  height: calc(100vh - 4038px);
}

.vh-height-4039 {
  height: calc(100vh - 4039px);
}

.vh-height-4040 {
  height: calc(100vh - 4040px);
}

.vh-height-4041 {
  height: calc(100vh - 4041px);
}

.vh-height-4042 {
  height: calc(100vh - 4042px);
}

.vh-height-4043 {
  height: calc(100vh - 4043px);
}

.vh-height-4044 {
  height: calc(100vh - 4044px);
}

.vh-height-4045 {
  height: calc(100vh - 4045px);
}

.vh-height-4046 {
  height: calc(100vh - 4046px);
}

.vh-height-4047 {
  height: calc(100vh - 4047px);
}

.vh-height-4048 {
  height: calc(100vh - 4048px);
}

.vh-height-4049 {
  height: calc(100vh - 4049px);
}

.vh-height-4050 {
  height: calc(100vh - 4050px);
}

.vh-height-4051 {
  height: calc(100vh - 4051px);
}

.vh-height-4052 {
  height: calc(100vh - 4052px);
}

.vh-height-4053 {
  height: calc(100vh - 4053px);
}

.vh-height-4054 {
  height: calc(100vh - 4054px);
}

.vh-height-4055 {
  height: calc(100vh - 4055px);
}

.vh-height-4056 {
  height: calc(100vh - 4056px);
}

.vh-height-4057 {
  height: calc(100vh - 4057px);
}

.vh-height-4058 {
  height: calc(100vh - 4058px);
}

.vh-height-4059 {
  height: calc(100vh - 4059px);
}

.vh-height-4060 {
  height: calc(100vh - 4060px);
}

.vh-height-4061 {
  height: calc(100vh - 4061px);
}

.vh-height-4062 {
  height: calc(100vh - 4062px);
}

.vh-height-4063 {
  height: calc(100vh - 4063px);
}

.vh-height-4064 {
  height: calc(100vh - 4064px);
}

.vh-height-4065 {
  height: calc(100vh - 4065px);
}

.vh-height-4066 {
  height: calc(100vh - 4066px);
}

.vh-height-4067 {
  height: calc(100vh - 4067px);
}

.vh-height-4068 {
  height: calc(100vh - 4068px);
}

.vh-height-4069 {
  height: calc(100vh - 4069px);
}

.vh-height-4070 {
  height: calc(100vh - 4070px);
}

.vh-height-4071 {
  height: calc(100vh - 4071px);
}

.vh-height-4072 {
  height: calc(100vh - 4072px);
}

.vh-height-4073 {
  height: calc(100vh - 4073px);
}

.vh-height-4074 {
  height: calc(100vh - 4074px);
}

.vh-height-4075 {
  height: calc(100vh - 4075px);
}

.vh-height-4076 {
  height: calc(100vh - 4076px);
}

.vh-height-4077 {
  height: calc(100vh - 4077px);
}

.vh-height-4078 {
  height: calc(100vh - 4078px);
}

.vh-height-4079 {
  height: calc(100vh - 4079px);
}

.vh-height-4080 {
  height: calc(100vh - 4080px);
}

.vh-height-4081 {
  height: calc(100vh - 4081px);
}

.vh-height-4082 {
  height: calc(100vh - 4082px);
}

.vh-height-4083 {
  height: calc(100vh - 4083px);
}

.vh-height-4084 {
  height: calc(100vh - 4084px);
}

.vh-height-4085 {
  height: calc(100vh - 4085px);
}

.vh-height-4086 {
  height: calc(100vh - 4086px);
}

.vh-height-4087 {
  height: calc(100vh - 4087px);
}

.vh-height-4088 {
  height: calc(100vh - 4088px);
}

.vh-height-4089 {
  height: calc(100vh - 4089px);
}

.vh-height-4090 {
  height: calc(100vh - 4090px);
}

.vh-height-4091 {
  height: calc(100vh - 4091px);
}

.vh-height-4092 {
  height: calc(100vh - 4092px);
}

.vh-height-4093 {
  height: calc(100vh - 4093px);
}

.vh-height-4094 {
  height: calc(100vh - 4094px);
}

.vh-height-4095 {
  height: calc(100vh - 4095px);
}

.vh-height-4096 {
  height: calc(100vh - 4096px);
}

.vh-height-4097 {
  height: calc(100vh - 4097px);
}

.vh-height-4098 {
  height: calc(100vh - 4098px);
}

.vh-height-4099 {
  height: calc(100vh - 4099px);
}

.vh-height-4100 {
  height: calc(100vh - 4100px);
}

.vh-height-4101 {
  height: calc(100vh - 4101px);
}

.vh-height-4102 {
  height: calc(100vh - 4102px);
}

.vh-height-4103 {
  height: calc(100vh - 4103px);
}

.vh-height-4104 {
  height: calc(100vh - 4104px);
}

.vh-height-4105 {
  height: calc(100vh - 4105px);
}

.vh-height-4106 {
  height: calc(100vh - 4106px);
}

.vh-height-4107 {
  height: calc(100vh - 4107px);
}

.vh-height-4108 {
  height: calc(100vh - 4108px);
}

.vh-height-4109 {
  height: calc(100vh - 4109px);
}

.vh-height-4110 {
  height: calc(100vh - 4110px);
}

.vh-height-4111 {
  height: calc(100vh - 4111px);
}

.vh-height-4112 {
  height: calc(100vh - 4112px);
}

.vh-height-4113 {
  height: calc(100vh - 4113px);
}

.vh-height-4114 {
  height: calc(100vh - 4114px);
}

.vh-height-4115 {
  height: calc(100vh - 4115px);
}

.vh-height-4116 {
  height: calc(100vh - 4116px);
}

.vh-height-4117 {
  height: calc(100vh - 4117px);
}

.vh-height-4118 {
  height: calc(100vh - 4118px);
}

.vh-height-4119 {
  height: calc(100vh - 4119px);
}

.vh-height-4120 {
  height: calc(100vh - 4120px);
}

.vh-height-4121 {
  height: calc(100vh - 4121px);
}

.vh-height-4122 {
  height: calc(100vh - 4122px);
}

.vh-height-4123 {
  height: calc(100vh - 4123px);
}

.vh-height-4124 {
  height: calc(100vh - 4124px);
}

.vh-height-4125 {
  height: calc(100vh - 4125px);
}

.vh-height-4126 {
  height: calc(100vh - 4126px);
}

.vh-height-4127 {
  height: calc(100vh - 4127px);
}

.vh-height-4128 {
  height: calc(100vh - 4128px);
}

.vh-height-4129 {
  height: calc(100vh - 4129px);
}

.vh-height-4130 {
  height: calc(100vh - 4130px);
}

.vh-height-4131 {
  height: calc(100vh - 4131px);
}

.vh-height-4132 {
  height: calc(100vh - 4132px);
}

.vh-height-4133 {
  height: calc(100vh - 4133px);
}

.vh-height-4134 {
  height: calc(100vh - 4134px);
}

.vh-height-4135 {
  height: calc(100vh - 4135px);
}

.vh-height-4136 {
  height: calc(100vh - 4136px);
}

.vh-height-4137 {
  height: calc(100vh - 4137px);
}

.vh-height-4138 {
  height: calc(100vh - 4138px);
}

.vh-height-4139 {
  height: calc(100vh - 4139px);
}

.vh-height-4140 {
  height: calc(100vh - 4140px);
}

.vh-height-4141 {
  height: calc(100vh - 4141px);
}

.vh-height-4142 {
  height: calc(100vh - 4142px);
}

.vh-height-4143 {
  height: calc(100vh - 4143px);
}

.vh-height-4144 {
  height: calc(100vh - 4144px);
}

.vh-height-4145 {
  height: calc(100vh - 4145px);
}

.vh-height-4146 {
  height: calc(100vh - 4146px);
}

.vh-height-4147 {
  height: calc(100vh - 4147px);
}

.vh-height-4148 {
  height: calc(100vh - 4148px);
}

.vh-height-4149 {
  height: calc(100vh - 4149px);
}

.vh-height-4150 {
  height: calc(100vh - 4150px);
}

.vh-height-4151 {
  height: calc(100vh - 4151px);
}

.vh-height-4152 {
  height: calc(100vh - 4152px);
}

.vh-height-4153 {
  height: calc(100vh - 4153px);
}

.vh-height-4154 {
  height: calc(100vh - 4154px);
}

.vh-height-4155 {
  height: calc(100vh - 4155px);
}

.vh-height-4156 {
  height: calc(100vh - 4156px);
}

.vh-height-4157 {
  height: calc(100vh - 4157px);
}

.vh-height-4158 {
  height: calc(100vh - 4158px);
}

.vh-height-4159 {
  height: calc(100vh - 4159px);
}

.vh-height-4160 {
  height: calc(100vh - 4160px);
}

.vh-height-4161 {
  height: calc(100vh - 4161px);
}

.vh-height-4162 {
  height: calc(100vh - 4162px);
}

.vh-height-4163 {
  height: calc(100vh - 4163px);
}

.vh-height-4164 {
  height: calc(100vh - 4164px);
}

.vh-height-4165 {
  height: calc(100vh - 4165px);
}

.vh-height-4166 {
  height: calc(100vh - 4166px);
}

.vh-height-4167 {
  height: calc(100vh - 4167px);
}

.vh-height-4168 {
  height: calc(100vh - 4168px);
}

.vh-height-4169 {
  height: calc(100vh - 4169px);
}

.vh-height-4170 {
  height: calc(100vh - 4170px);
}

.vh-height-4171 {
  height: calc(100vh - 4171px);
}

.vh-height-4172 {
  height: calc(100vh - 4172px);
}

.vh-height-4173 {
  height: calc(100vh - 4173px);
}

.vh-height-4174 {
  height: calc(100vh - 4174px);
}

.vh-height-4175 {
  height: calc(100vh - 4175px);
}

.vh-height-4176 {
  height: calc(100vh - 4176px);
}

.vh-height-4177 {
  height: calc(100vh - 4177px);
}

.vh-height-4178 {
  height: calc(100vh - 4178px);
}

.vh-height-4179 {
  height: calc(100vh - 4179px);
}

.vh-height-4180 {
  height: calc(100vh - 4180px);
}

.vh-height-4181 {
  height: calc(100vh - 4181px);
}

.vh-height-4182 {
  height: calc(100vh - 4182px);
}

.vh-height-4183 {
  height: calc(100vh - 4183px);
}

.vh-height-4184 {
  height: calc(100vh - 4184px);
}

.vh-height-4185 {
  height: calc(100vh - 4185px);
}

.vh-height-4186 {
  height: calc(100vh - 4186px);
}

.vh-height-4187 {
  height: calc(100vh - 4187px);
}

.vh-height-4188 {
  height: calc(100vh - 4188px);
}

.vh-height-4189 {
  height: calc(100vh - 4189px);
}

.vh-height-4190 {
  height: calc(100vh - 4190px);
}

.vh-height-4191 {
  height: calc(100vh - 4191px);
}

.vh-height-4192 {
  height: calc(100vh - 4192px);
}

.vh-height-4193 {
  height: calc(100vh - 4193px);
}

.vh-height-4194 {
  height: calc(100vh - 4194px);
}

.vh-height-4195 {
  height: calc(100vh - 4195px);
}

.vh-height-4196 {
  height: calc(100vh - 4196px);
}

.vh-height-4197 {
  height: calc(100vh - 4197px);
}

.vh-height-4198 {
  height: calc(100vh - 4198px);
}

.vh-height-4199 {
  height: calc(100vh - 4199px);
}

.vh-height-4200 {
  height: calc(100vh - 4200px);
}

.vh-height-4201 {
  height: calc(100vh - 4201px);
}

.vh-height-4202 {
  height: calc(100vh - 4202px);
}

.vh-height-4203 {
  height: calc(100vh - 4203px);
}

.vh-height-4204 {
  height: calc(100vh - 4204px);
}

.vh-height-4205 {
  height: calc(100vh - 4205px);
}

.vh-height-4206 {
  height: calc(100vh - 4206px);
}

.vh-height-4207 {
  height: calc(100vh - 4207px);
}

.vh-height-4208 {
  height: calc(100vh - 4208px);
}

.vh-height-4209 {
  height: calc(100vh - 4209px);
}

.vh-height-4210 {
  height: calc(100vh - 4210px);
}

.vh-height-4211 {
  height: calc(100vh - 4211px);
}

.vh-height-4212 {
  height: calc(100vh - 4212px);
}

.vh-height-4213 {
  height: calc(100vh - 4213px);
}

.vh-height-4214 {
  height: calc(100vh - 4214px);
}

.vh-height-4215 {
  height: calc(100vh - 4215px);
}

.vh-height-4216 {
  height: calc(100vh - 4216px);
}

.vh-height-4217 {
  height: calc(100vh - 4217px);
}

.vh-height-4218 {
  height: calc(100vh - 4218px);
}

.vh-height-4219 {
  height: calc(100vh - 4219px);
}

.vh-height-4220 {
  height: calc(100vh - 4220px);
}

.vh-height-4221 {
  height: calc(100vh - 4221px);
}

.vh-height-4222 {
  height: calc(100vh - 4222px);
}

.vh-height-4223 {
  height: calc(100vh - 4223px);
}

.vh-height-4224 {
  height: calc(100vh - 4224px);
}

.vh-height-4225 {
  height: calc(100vh - 4225px);
}

.vh-height-4226 {
  height: calc(100vh - 4226px);
}

.vh-height-4227 {
  height: calc(100vh - 4227px);
}

.vh-height-4228 {
  height: calc(100vh - 4228px);
}

.vh-height-4229 {
  height: calc(100vh - 4229px);
}

.vh-height-4230 {
  height: calc(100vh - 4230px);
}

.vh-height-4231 {
  height: calc(100vh - 4231px);
}

.vh-height-4232 {
  height: calc(100vh - 4232px);
}

.vh-height-4233 {
  height: calc(100vh - 4233px);
}

.vh-height-4234 {
  height: calc(100vh - 4234px);
}

.vh-height-4235 {
  height: calc(100vh - 4235px);
}

.vh-height-4236 {
  height: calc(100vh - 4236px);
}

.vh-height-4237 {
  height: calc(100vh - 4237px);
}

.vh-height-4238 {
  height: calc(100vh - 4238px);
}

.vh-height-4239 {
  height: calc(100vh - 4239px);
}

.vh-height-4240 {
  height: calc(100vh - 4240px);
}

.vh-height-4241 {
  height: calc(100vh - 4241px);
}

.vh-height-4242 {
  height: calc(100vh - 4242px);
}

.vh-height-4243 {
  height: calc(100vh - 4243px);
}

.vh-height-4244 {
  height: calc(100vh - 4244px);
}

.vh-height-4245 {
  height: calc(100vh - 4245px);
}

.vh-height-4246 {
  height: calc(100vh - 4246px);
}

.vh-height-4247 {
  height: calc(100vh - 4247px);
}

.vh-height-4248 {
  height: calc(100vh - 4248px);
}

.vh-height-4249 {
  height: calc(100vh - 4249px);
}

.vh-height-4250 {
  height: calc(100vh - 4250px);
}

.vh-height-4251 {
  height: calc(100vh - 4251px);
}

.vh-height-4252 {
  height: calc(100vh - 4252px);
}

.vh-height-4253 {
  height: calc(100vh - 4253px);
}

.vh-height-4254 {
  height: calc(100vh - 4254px);
}

.vh-height-4255 {
  height: calc(100vh - 4255px);
}

.vh-height-4256 {
  height: calc(100vh - 4256px);
}

.vh-height-4257 {
  height: calc(100vh - 4257px);
}

.vh-height-4258 {
  height: calc(100vh - 4258px);
}

.vh-height-4259 {
  height: calc(100vh - 4259px);
}

.vh-height-4260 {
  height: calc(100vh - 4260px);
}

.vh-height-4261 {
  height: calc(100vh - 4261px);
}

.vh-height-4262 {
  height: calc(100vh - 4262px);
}

.vh-height-4263 {
  height: calc(100vh - 4263px);
}

.vh-height-4264 {
  height: calc(100vh - 4264px);
}

.vh-height-4265 {
  height: calc(100vh - 4265px);
}

.vh-height-4266 {
  height: calc(100vh - 4266px);
}

.vh-height-4267 {
  height: calc(100vh - 4267px);
}

.vh-height-4268 {
  height: calc(100vh - 4268px);
}

.vh-height-4269 {
  height: calc(100vh - 4269px);
}

.vh-height-4270 {
  height: calc(100vh - 4270px);
}

.vh-height-4271 {
  height: calc(100vh - 4271px);
}

.vh-height-4272 {
  height: calc(100vh - 4272px);
}

.vh-height-4273 {
  height: calc(100vh - 4273px);
}

.vh-height-4274 {
  height: calc(100vh - 4274px);
}

.vh-height-4275 {
  height: calc(100vh - 4275px);
}

.vh-height-4276 {
  height: calc(100vh - 4276px);
}

.vh-height-4277 {
  height: calc(100vh - 4277px);
}

.vh-height-4278 {
  height: calc(100vh - 4278px);
}

.vh-height-4279 {
  height: calc(100vh - 4279px);
}

.vh-height-4280 {
  height: calc(100vh - 4280px);
}

.vh-height-4281 {
  height: calc(100vh - 4281px);
}

.vh-height-4282 {
  height: calc(100vh - 4282px);
}

.vh-height-4283 {
  height: calc(100vh - 4283px);
}

.vh-height-4284 {
  height: calc(100vh - 4284px);
}

.vh-height-4285 {
  height: calc(100vh - 4285px);
}

.vh-height-4286 {
  height: calc(100vh - 4286px);
}

.vh-height-4287 {
  height: calc(100vh - 4287px);
}

.vh-height-4288 {
  height: calc(100vh - 4288px);
}

.vh-height-4289 {
  height: calc(100vh - 4289px);
}

.vh-height-4290 {
  height: calc(100vh - 4290px);
}

.vh-height-4291 {
  height: calc(100vh - 4291px);
}

.vh-height-4292 {
  height: calc(100vh - 4292px);
}

.vh-height-4293 {
  height: calc(100vh - 4293px);
}

.vh-height-4294 {
  height: calc(100vh - 4294px);
}

.vh-height-4295 {
  height: calc(100vh - 4295px);
}

.vh-height-4296 {
  height: calc(100vh - 4296px);
}

.vh-height-4297 {
  height: calc(100vh - 4297px);
}

.vh-height-4298 {
  height: calc(100vh - 4298px);
}

.vh-height-4299 {
  height: calc(100vh - 4299px);
}

.vh-height-4300 {
  height: calc(100vh - 4300px);
}

.vh-height-4301 {
  height: calc(100vh - 4301px);
}

.vh-height-4302 {
  height: calc(100vh - 4302px);
}

.vh-height-4303 {
  height: calc(100vh - 4303px);
}

.vh-height-4304 {
  height: calc(100vh - 4304px);
}

.vh-height-4305 {
  height: calc(100vh - 4305px);
}

.vh-height-4306 {
  height: calc(100vh - 4306px);
}

.vh-height-4307 {
  height: calc(100vh - 4307px);
}

.vh-height-4308 {
  height: calc(100vh - 4308px);
}

.vh-height-4309 {
  height: calc(100vh - 4309px);
}

.vh-height-4310 {
  height: calc(100vh - 4310px);
}

.vh-height-4311 {
  height: calc(100vh - 4311px);
}

.vh-height-4312 {
  height: calc(100vh - 4312px);
}

.vh-height-4313 {
  height: calc(100vh - 4313px);
}

.vh-height-4314 {
  height: calc(100vh - 4314px);
}

.vh-height-4315 {
  height: calc(100vh - 4315px);
}

.vh-height-4316 {
  height: calc(100vh - 4316px);
}

.vh-height-4317 {
  height: calc(100vh - 4317px);
}

.vh-height-4318 {
  height: calc(100vh - 4318px);
}

.vh-height-4319 {
  height: calc(100vh - 4319px);
}

.vh-height-4320 {
  height: calc(100vh - 4320px);
}

.vh-height-4321 {
  height: calc(100vh - 4321px);
}

.vh-height-4322 {
  height: calc(100vh - 4322px);
}

.vh-height-4323 {
  height: calc(100vh - 4323px);
}

.vh-height-4324 {
  height: calc(100vh - 4324px);
}

.vh-height-4325 {
  height: calc(100vh - 4325px);
}

.vh-height-4326 {
  height: calc(100vh - 4326px);
}

.vh-height-4327 {
  height: calc(100vh - 4327px);
}

.vh-height-4328 {
  height: calc(100vh - 4328px);
}

.vh-height-4329 {
  height: calc(100vh - 4329px);
}

.vh-height-4330 {
  height: calc(100vh - 4330px);
}

.vh-height-4331 {
  height: calc(100vh - 4331px);
}

.vh-height-4332 {
  height: calc(100vh - 4332px);
}

.vh-height-4333 {
  height: calc(100vh - 4333px);
}

.vh-height-4334 {
  height: calc(100vh - 4334px);
}

.vh-height-4335 {
  height: calc(100vh - 4335px);
}

.vh-height-4336 {
  height: calc(100vh - 4336px);
}

.vh-height-4337 {
  height: calc(100vh - 4337px);
}

.vh-height-4338 {
  height: calc(100vh - 4338px);
}

.vh-height-4339 {
  height: calc(100vh - 4339px);
}

.vh-height-4340 {
  height: calc(100vh - 4340px);
}

.vh-height-4341 {
  height: calc(100vh - 4341px);
}

.vh-height-4342 {
  height: calc(100vh - 4342px);
}

.vh-height-4343 {
  height: calc(100vh - 4343px);
}

.vh-height-4344 {
  height: calc(100vh - 4344px);
}

.vh-height-4345 {
  height: calc(100vh - 4345px);
}

.vh-height-4346 {
  height: calc(100vh - 4346px);
}

.vh-height-4347 {
  height: calc(100vh - 4347px);
}

.vh-height-4348 {
  height: calc(100vh - 4348px);
}

.vh-height-4349 {
  height: calc(100vh - 4349px);
}

.vh-height-4350 {
  height: calc(100vh - 4350px);
}

.vh-height-4351 {
  height: calc(100vh - 4351px);
}

.vh-height-4352 {
  height: calc(100vh - 4352px);
}

.vh-height-4353 {
  height: calc(100vh - 4353px);
}

.vh-height-4354 {
  height: calc(100vh - 4354px);
}

.vh-height-4355 {
  height: calc(100vh - 4355px);
}

.vh-height-4356 {
  height: calc(100vh - 4356px);
}

.vh-height-4357 {
  height: calc(100vh - 4357px);
}

.vh-height-4358 {
  height: calc(100vh - 4358px);
}

.vh-height-4359 {
  height: calc(100vh - 4359px);
}

.vh-height-4360 {
  height: calc(100vh - 4360px);
}

.vh-height-4361 {
  height: calc(100vh - 4361px);
}

.vh-height-4362 {
  height: calc(100vh - 4362px);
}

.vh-height-4363 {
  height: calc(100vh - 4363px);
}

.vh-height-4364 {
  height: calc(100vh - 4364px);
}

.vh-height-4365 {
  height: calc(100vh - 4365px);
}

.vh-height-4366 {
  height: calc(100vh - 4366px);
}

.vh-height-4367 {
  height: calc(100vh - 4367px);
}

.vh-height-4368 {
  height: calc(100vh - 4368px);
}

.vh-height-4369 {
  height: calc(100vh - 4369px);
}

.vh-height-4370 {
  height: calc(100vh - 4370px);
}

.vh-height-4371 {
  height: calc(100vh - 4371px);
}

.vh-height-4372 {
  height: calc(100vh - 4372px);
}

.vh-height-4373 {
  height: calc(100vh - 4373px);
}

.vh-height-4374 {
  height: calc(100vh - 4374px);
}

.vh-height-4375 {
  height: calc(100vh - 4375px);
}

.vh-height-4376 {
  height: calc(100vh - 4376px);
}

.vh-height-4377 {
  height: calc(100vh - 4377px);
}

.vh-height-4378 {
  height: calc(100vh - 4378px);
}

.vh-height-4379 {
  height: calc(100vh - 4379px);
}

.vh-height-4380 {
  height: calc(100vh - 4380px);
}

.vh-height-4381 {
  height: calc(100vh - 4381px);
}

.vh-height-4382 {
  height: calc(100vh - 4382px);
}

.vh-height-4383 {
  height: calc(100vh - 4383px);
}

.vh-height-4384 {
  height: calc(100vh - 4384px);
}

.vh-height-4385 {
  height: calc(100vh - 4385px);
}

.vh-height-4386 {
  height: calc(100vh - 4386px);
}

.vh-height-4387 {
  height: calc(100vh - 4387px);
}

.vh-height-4388 {
  height: calc(100vh - 4388px);
}

.vh-height-4389 {
  height: calc(100vh - 4389px);
}

.vh-height-4390 {
  height: calc(100vh - 4390px);
}

.vh-height-4391 {
  height: calc(100vh - 4391px);
}

.vh-height-4392 {
  height: calc(100vh - 4392px);
}

.vh-height-4393 {
  height: calc(100vh - 4393px);
}

.vh-height-4394 {
  height: calc(100vh - 4394px);
}

.vh-height-4395 {
  height: calc(100vh - 4395px);
}

.vh-height-4396 {
  height: calc(100vh - 4396px);
}

.vh-height-4397 {
  height: calc(100vh - 4397px);
}

.vh-height-4398 {
  height: calc(100vh - 4398px);
}

.vh-height-4399 {
  height: calc(100vh - 4399px);
}

.vh-height-4400 {
  height: calc(100vh - 4400px);
}

.vh-height-4401 {
  height: calc(100vh - 4401px);
}

.vh-height-4402 {
  height: calc(100vh - 4402px);
}

.vh-height-4403 {
  height: calc(100vh - 4403px);
}

.vh-height-4404 {
  height: calc(100vh - 4404px);
}

.vh-height-4405 {
  height: calc(100vh - 4405px);
}

.vh-height-4406 {
  height: calc(100vh - 4406px);
}

.vh-height-4407 {
  height: calc(100vh - 4407px);
}

.vh-height-4408 {
  height: calc(100vh - 4408px);
}

.vh-height-4409 {
  height: calc(100vh - 4409px);
}

.vh-height-4410 {
  height: calc(100vh - 4410px);
}

.vh-height-4411 {
  height: calc(100vh - 4411px);
}

.vh-height-4412 {
  height: calc(100vh - 4412px);
}

.vh-height-4413 {
  height: calc(100vh - 4413px);
}

.vh-height-4414 {
  height: calc(100vh - 4414px);
}

.vh-height-4415 {
  height: calc(100vh - 4415px);
}

.vh-height-4416 {
  height: calc(100vh - 4416px);
}

.vh-height-4417 {
  height: calc(100vh - 4417px);
}

.vh-height-4418 {
  height: calc(100vh - 4418px);
}

.vh-height-4419 {
  height: calc(100vh - 4419px);
}

.vh-height-4420 {
  height: calc(100vh - 4420px);
}

.vh-height-4421 {
  height: calc(100vh - 4421px);
}

.vh-height-4422 {
  height: calc(100vh - 4422px);
}

.vh-height-4423 {
  height: calc(100vh - 4423px);
}

.vh-height-4424 {
  height: calc(100vh - 4424px);
}

.vh-height-4425 {
  height: calc(100vh - 4425px);
}

.vh-height-4426 {
  height: calc(100vh - 4426px);
}

.vh-height-4427 {
  height: calc(100vh - 4427px);
}

.vh-height-4428 {
  height: calc(100vh - 4428px);
}

.vh-height-4429 {
  height: calc(100vh - 4429px);
}

.vh-height-4430 {
  height: calc(100vh - 4430px);
}

.vh-height-4431 {
  height: calc(100vh - 4431px);
}

.vh-height-4432 {
  height: calc(100vh - 4432px);
}

.vh-height-4433 {
  height: calc(100vh - 4433px);
}

.vh-height-4434 {
  height: calc(100vh - 4434px);
}

.vh-height-4435 {
  height: calc(100vh - 4435px);
}

.vh-height-4436 {
  height: calc(100vh - 4436px);
}

.vh-height-4437 {
  height: calc(100vh - 4437px);
}

.vh-height-4438 {
  height: calc(100vh - 4438px);
}

.vh-height-4439 {
  height: calc(100vh - 4439px);
}

.vh-height-4440 {
  height: calc(100vh - 4440px);
}

.vh-height-4441 {
  height: calc(100vh - 4441px);
}

.vh-height-4442 {
  height: calc(100vh - 4442px);
}

.vh-height-4443 {
  height: calc(100vh - 4443px);
}

.vh-height-4444 {
  height: calc(100vh - 4444px);
}

.vh-height-4445 {
  height: calc(100vh - 4445px);
}

.vh-height-4446 {
  height: calc(100vh - 4446px);
}

.vh-height-4447 {
  height: calc(100vh - 4447px);
}

.vh-height-4448 {
  height: calc(100vh - 4448px);
}

.vh-height-4449 {
  height: calc(100vh - 4449px);
}

.vh-height-4450 {
  height: calc(100vh - 4450px);
}

.vh-height-4451 {
  height: calc(100vh - 4451px);
}

.vh-height-4452 {
  height: calc(100vh - 4452px);
}

.vh-height-4453 {
  height: calc(100vh - 4453px);
}

.vh-height-4454 {
  height: calc(100vh - 4454px);
}

.vh-height-4455 {
  height: calc(100vh - 4455px);
}

.vh-height-4456 {
  height: calc(100vh - 4456px);
}

.vh-height-4457 {
  height: calc(100vh - 4457px);
}

.vh-height-4458 {
  height: calc(100vh - 4458px);
}

.vh-height-4459 {
  height: calc(100vh - 4459px);
}

.vh-height-4460 {
  height: calc(100vh - 4460px);
}

.vh-height-4461 {
  height: calc(100vh - 4461px);
}

.vh-height-4462 {
  height: calc(100vh - 4462px);
}

.vh-height-4463 {
  height: calc(100vh - 4463px);
}

.vh-height-4464 {
  height: calc(100vh - 4464px);
}

.vh-height-4465 {
  height: calc(100vh - 4465px);
}

.vh-height-4466 {
  height: calc(100vh - 4466px);
}

.vh-height-4467 {
  height: calc(100vh - 4467px);
}

.vh-height-4468 {
  height: calc(100vh - 4468px);
}

.vh-height-4469 {
  height: calc(100vh - 4469px);
}

.vh-height-4470 {
  height: calc(100vh - 4470px);
}

.vh-height-4471 {
  height: calc(100vh - 4471px);
}

.vh-height-4472 {
  height: calc(100vh - 4472px);
}

.vh-height-4473 {
  height: calc(100vh - 4473px);
}

.vh-height-4474 {
  height: calc(100vh - 4474px);
}

.vh-height-4475 {
  height: calc(100vh - 4475px);
}

.vh-height-4476 {
  height: calc(100vh - 4476px);
}

.vh-height-4477 {
  height: calc(100vh - 4477px);
}

.vh-height-4478 {
  height: calc(100vh - 4478px);
}

.vh-height-4479 {
  height: calc(100vh - 4479px);
}

.vh-height-4480 {
  height: calc(100vh - 4480px);
}

.vh-height-4481 {
  height: calc(100vh - 4481px);
}

.vh-height-4482 {
  height: calc(100vh - 4482px);
}

.vh-height-4483 {
  height: calc(100vh - 4483px);
}

.vh-height-4484 {
  height: calc(100vh - 4484px);
}

.vh-height-4485 {
  height: calc(100vh - 4485px);
}

.vh-height-4486 {
  height: calc(100vh - 4486px);
}

.vh-height-4487 {
  height: calc(100vh - 4487px);
}

.vh-height-4488 {
  height: calc(100vh - 4488px);
}

.vh-height-4489 {
  height: calc(100vh - 4489px);
}

.vh-height-4490 {
  height: calc(100vh - 4490px);
}

.vh-height-4491 {
  height: calc(100vh - 4491px);
}

.vh-height-4492 {
  height: calc(100vh - 4492px);
}

.vh-height-4493 {
  height: calc(100vh - 4493px);
}

.vh-height-4494 {
  height: calc(100vh - 4494px);
}

.vh-height-4495 {
  height: calc(100vh - 4495px);
}

.vh-height-4496 {
  height: calc(100vh - 4496px);
}

.vh-height-4497 {
  height: calc(100vh - 4497px);
}

.vh-height-4498 {
  height: calc(100vh - 4498px);
}

.vh-height-4499 {
  height: calc(100vh - 4499px);
}

.vh-height-4500 {
  height: calc(100vh - 4500px);
}

.vh-height-4501 {
  height: calc(100vh - 4501px);
}

.vh-height-4502 {
  height: calc(100vh - 4502px);
}

.vh-height-4503 {
  height: calc(100vh - 4503px);
}

.vh-height-4504 {
  height: calc(100vh - 4504px);
}

.vh-height-4505 {
  height: calc(100vh - 4505px);
}

.vh-height-4506 {
  height: calc(100vh - 4506px);
}

.vh-height-4507 {
  height: calc(100vh - 4507px);
}

.vh-height-4508 {
  height: calc(100vh - 4508px);
}

.vh-height-4509 {
  height: calc(100vh - 4509px);
}

.vh-height-4510 {
  height: calc(100vh - 4510px);
}

.vh-height-4511 {
  height: calc(100vh - 4511px);
}

.vh-height-4512 {
  height: calc(100vh - 4512px);
}

.vh-height-4513 {
  height: calc(100vh - 4513px);
}

.vh-height-4514 {
  height: calc(100vh - 4514px);
}

.vh-height-4515 {
  height: calc(100vh - 4515px);
}

.vh-height-4516 {
  height: calc(100vh - 4516px);
}

.vh-height-4517 {
  height: calc(100vh - 4517px);
}

.vh-height-4518 {
  height: calc(100vh - 4518px);
}

.vh-height-4519 {
  height: calc(100vh - 4519px);
}

.vh-height-4520 {
  height: calc(100vh - 4520px);
}

.vh-height-4521 {
  height: calc(100vh - 4521px);
}

.vh-height-4522 {
  height: calc(100vh - 4522px);
}

.vh-height-4523 {
  height: calc(100vh - 4523px);
}

.vh-height-4524 {
  height: calc(100vh - 4524px);
}

.vh-height-4525 {
  height: calc(100vh - 4525px);
}

.vh-height-4526 {
  height: calc(100vh - 4526px);
}

.vh-height-4527 {
  height: calc(100vh - 4527px);
}

.vh-height-4528 {
  height: calc(100vh - 4528px);
}

.vh-height-4529 {
  height: calc(100vh - 4529px);
}

.vh-height-4530 {
  height: calc(100vh - 4530px);
}

.vh-height-4531 {
  height: calc(100vh - 4531px);
}

.vh-height-4532 {
  height: calc(100vh - 4532px);
}

.vh-height-4533 {
  height: calc(100vh - 4533px);
}

.vh-height-4534 {
  height: calc(100vh - 4534px);
}

.vh-height-4535 {
  height: calc(100vh - 4535px);
}

.vh-height-4536 {
  height: calc(100vh - 4536px);
}

.vh-height-4537 {
  height: calc(100vh - 4537px);
}

.vh-height-4538 {
  height: calc(100vh - 4538px);
}

.vh-height-4539 {
  height: calc(100vh - 4539px);
}

.vh-height-4540 {
  height: calc(100vh - 4540px);
}

.vh-height-4541 {
  height: calc(100vh - 4541px);
}

.vh-height-4542 {
  height: calc(100vh - 4542px);
}

.vh-height-4543 {
  height: calc(100vh - 4543px);
}

.vh-height-4544 {
  height: calc(100vh - 4544px);
}

.vh-height-4545 {
  height: calc(100vh - 4545px);
}

.vh-height-4546 {
  height: calc(100vh - 4546px);
}

.vh-height-4547 {
  height: calc(100vh - 4547px);
}

.vh-height-4548 {
  height: calc(100vh - 4548px);
}

.vh-height-4549 {
  height: calc(100vh - 4549px);
}

.vh-height-4550 {
  height: calc(100vh - 4550px);
}

.vh-height-4551 {
  height: calc(100vh - 4551px);
}

.vh-height-4552 {
  height: calc(100vh - 4552px);
}

.vh-height-4553 {
  height: calc(100vh - 4553px);
}

.vh-height-4554 {
  height: calc(100vh - 4554px);
}

.vh-height-4555 {
  height: calc(100vh - 4555px);
}

.vh-height-4556 {
  height: calc(100vh - 4556px);
}

.vh-height-4557 {
  height: calc(100vh - 4557px);
}

.vh-height-4558 {
  height: calc(100vh - 4558px);
}

.vh-height-4559 {
  height: calc(100vh - 4559px);
}

.vh-height-4560 {
  height: calc(100vh - 4560px);
}

.vh-height-4561 {
  height: calc(100vh - 4561px);
}

.vh-height-4562 {
  height: calc(100vh - 4562px);
}

.vh-height-4563 {
  height: calc(100vh - 4563px);
}

.vh-height-4564 {
  height: calc(100vh - 4564px);
}

.vh-height-4565 {
  height: calc(100vh - 4565px);
}

.vh-height-4566 {
  height: calc(100vh - 4566px);
}

.vh-height-4567 {
  height: calc(100vh - 4567px);
}

.vh-height-4568 {
  height: calc(100vh - 4568px);
}

.vh-height-4569 {
  height: calc(100vh - 4569px);
}

.vh-height-4570 {
  height: calc(100vh - 4570px);
}

.vh-height-4571 {
  height: calc(100vh - 4571px);
}

.vh-height-4572 {
  height: calc(100vh - 4572px);
}

.vh-height-4573 {
  height: calc(100vh - 4573px);
}

.vh-height-4574 {
  height: calc(100vh - 4574px);
}

.vh-height-4575 {
  height: calc(100vh - 4575px);
}

.vh-height-4576 {
  height: calc(100vh - 4576px);
}

.vh-height-4577 {
  height: calc(100vh - 4577px);
}

.vh-height-4578 {
  height: calc(100vh - 4578px);
}

.vh-height-4579 {
  height: calc(100vh - 4579px);
}

.vh-height-4580 {
  height: calc(100vh - 4580px);
}

.vh-height-4581 {
  height: calc(100vh - 4581px);
}

.vh-height-4582 {
  height: calc(100vh - 4582px);
}

.vh-height-4583 {
  height: calc(100vh - 4583px);
}

.vh-height-4584 {
  height: calc(100vh - 4584px);
}

.vh-height-4585 {
  height: calc(100vh - 4585px);
}

.vh-height-4586 {
  height: calc(100vh - 4586px);
}

.vh-height-4587 {
  height: calc(100vh - 4587px);
}

.vh-height-4588 {
  height: calc(100vh - 4588px);
}

.vh-height-4589 {
  height: calc(100vh - 4589px);
}

.vh-height-4590 {
  height: calc(100vh - 4590px);
}

.vh-height-4591 {
  height: calc(100vh - 4591px);
}

.vh-height-4592 {
  height: calc(100vh - 4592px);
}

.vh-height-4593 {
  height: calc(100vh - 4593px);
}

.vh-height-4594 {
  height: calc(100vh - 4594px);
}

.vh-height-4595 {
  height: calc(100vh - 4595px);
}

.vh-height-4596 {
  height: calc(100vh - 4596px);
}

.vh-height-4597 {
  height: calc(100vh - 4597px);
}

.vh-height-4598 {
  height: calc(100vh - 4598px);
}

.vh-height-4599 {
  height: calc(100vh - 4599px);
}

.vh-height-4600 {
  height: calc(100vh - 4600px);
}

.vh-height-4601 {
  height: calc(100vh - 4601px);
}

.vh-height-4602 {
  height: calc(100vh - 4602px);
}

.vh-height-4603 {
  height: calc(100vh - 4603px);
}

.vh-height-4604 {
  height: calc(100vh - 4604px);
}

.vh-height-4605 {
  height: calc(100vh - 4605px);
}

.vh-height-4606 {
  height: calc(100vh - 4606px);
}

.vh-height-4607 {
  height: calc(100vh - 4607px);
}

.vh-height-4608 {
  height: calc(100vh - 4608px);
}

.vh-height-4609 {
  height: calc(100vh - 4609px);
}

.vh-height-4610 {
  height: calc(100vh - 4610px);
}

.vh-height-4611 {
  height: calc(100vh - 4611px);
}

.vh-height-4612 {
  height: calc(100vh - 4612px);
}

.vh-height-4613 {
  height: calc(100vh - 4613px);
}

.vh-height-4614 {
  height: calc(100vh - 4614px);
}

.vh-height-4615 {
  height: calc(100vh - 4615px);
}

.vh-height-4616 {
  height: calc(100vh - 4616px);
}

.vh-height-4617 {
  height: calc(100vh - 4617px);
}

.vh-height-4618 {
  height: calc(100vh - 4618px);
}

.vh-height-4619 {
  height: calc(100vh - 4619px);
}

.vh-height-4620 {
  height: calc(100vh - 4620px);
}

.vh-height-4621 {
  height: calc(100vh - 4621px);
}

.vh-height-4622 {
  height: calc(100vh - 4622px);
}

.vh-height-4623 {
  height: calc(100vh - 4623px);
}

.vh-height-4624 {
  height: calc(100vh - 4624px);
}

.vh-height-4625 {
  height: calc(100vh - 4625px);
}

.vh-height-4626 {
  height: calc(100vh - 4626px);
}

.vh-height-4627 {
  height: calc(100vh - 4627px);
}

.vh-height-4628 {
  height: calc(100vh - 4628px);
}

.vh-height-4629 {
  height: calc(100vh - 4629px);
}

.vh-height-4630 {
  height: calc(100vh - 4630px);
}

.vh-height-4631 {
  height: calc(100vh - 4631px);
}

.vh-height-4632 {
  height: calc(100vh - 4632px);
}

.vh-height-4633 {
  height: calc(100vh - 4633px);
}

.vh-height-4634 {
  height: calc(100vh - 4634px);
}

.vh-height-4635 {
  height: calc(100vh - 4635px);
}

.vh-height-4636 {
  height: calc(100vh - 4636px);
}

.vh-height-4637 {
  height: calc(100vh - 4637px);
}

.vh-height-4638 {
  height: calc(100vh - 4638px);
}

.vh-height-4639 {
  height: calc(100vh - 4639px);
}

.vh-height-4640 {
  height: calc(100vh - 4640px);
}

.vh-height-4641 {
  height: calc(100vh - 4641px);
}

.vh-height-4642 {
  height: calc(100vh - 4642px);
}

.vh-height-4643 {
  height: calc(100vh - 4643px);
}

.vh-height-4644 {
  height: calc(100vh - 4644px);
}

.vh-height-4645 {
  height: calc(100vh - 4645px);
}

.vh-height-4646 {
  height: calc(100vh - 4646px);
}

.vh-height-4647 {
  height: calc(100vh - 4647px);
}

.vh-height-4648 {
  height: calc(100vh - 4648px);
}

.vh-height-4649 {
  height: calc(100vh - 4649px);
}

.vh-height-4650 {
  height: calc(100vh - 4650px);
}

.vh-height-4651 {
  height: calc(100vh - 4651px);
}

.vh-height-4652 {
  height: calc(100vh - 4652px);
}

.vh-height-4653 {
  height: calc(100vh - 4653px);
}

.vh-height-4654 {
  height: calc(100vh - 4654px);
}

.vh-height-4655 {
  height: calc(100vh - 4655px);
}

.vh-height-4656 {
  height: calc(100vh - 4656px);
}

.vh-height-4657 {
  height: calc(100vh - 4657px);
}

.vh-height-4658 {
  height: calc(100vh - 4658px);
}

.vh-height-4659 {
  height: calc(100vh - 4659px);
}

.vh-height-4660 {
  height: calc(100vh - 4660px);
}

.vh-height-4661 {
  height: calc(100vh - 4661px);
}

.vh-height-4662 {
  height: calc(100vh - 4662px);
}

.vh-height-4663 {
  height: calc(100vh - 4663px);
}

.vh-height-4664 {
  height: calc(100vh - 4664px);
}

.vh-height-4665 {
  height: calc(100vh - 4665px);
}

.vh-height-4666 {
  height: calc(100vh - 4666px);
}

.vh-height-4667 {
  height: calc(100vh - 4667px);
}

.vh-height-4668 {
  height: calc(100vh - 4668px);
}

.vh-height-4669 {
  height: calc(100vh - 4669px);
}

.vh-height-4670 {
  height: calc(100vh - 4670px);
}

.vh-height-4671 {
  height: calc(100vh - 4671px);
}

.vh-height-4672 {
  height: calc(100vh - 4672px);
}

.vh-height-4673 {
  height: calc(100vh - 4673px);
}

.vh-height-4674 {
  height: calc(100vh - 4674px);
}

.vh-height-4675 {
  height: calc(100vh - 4675px);
}

.vh-height-4676 {
  height: calc(100vh - 4676px);
}

.vh-height-4677 {
  height: calc(100vh - 4677px);
}

.vh-height-4678 {
  height: calc(100vh - 4678px);
}

.vh-height-4679 {
  height: calc(100vh - 4679px);
}

.vh-height-4680 {
  height: calc(100vh - 4680px);
}

.vh-height-4681 {
  height: calc(100vh - 4681px);
}

.vh-height-4682 {
  height: calc(100vh - 4682px);
}

.vh-height-4683 {
  height: calc(100vh - 4683px);
}

.vh-height-4684 {
  height: calc(100vh - 4684px);
}

.vh-height-4685 {
  height: calc(100vh - 4685px);
}

.vh-height-4686 {
  height: calc(100vh - 4686px);
}

.vh-height-4687 {
  height: calc(100vh - 4687px);
}

.vh-height-4688 {
  height: calc(100vh - 4688px);
}

.vh-height-4689 {
  height: calc(100vh - 4689px);
}

.vh-height-4690 {
  height: calc(100vh - 4690px);
}

.vh-height-4691 {
  height: calc(100vh - 4691px);
}

.vh-height-4692 {
  height: calc(100vh - 4692px);
}

.vh-height-4693 {
  height: calc(100vh - 4693px);
}

.vh-height-4694 {
  height: calc(100vh - 4694px);
}

.vh-height-4695 {
  height: calc(100vh - 4695px);
}

.vh-height-4696 {
  height: calc(100vh - 4696px);
}

.vh-height-4697 {
  height: calc(100vh - 4697px);
}

.vh-height-4698 {
  height: calc(100vh - 4698px);
}

.vh-height-4699 {
  height: calc(100vh - 4699px);
}

.vh-height-4700 {
  height: calc(100vh - 4700px);
}

.vh-height-4701 {
  height: calc(100vh - 4701px);
}

.vh-height-4702 {
  height: calc(100vh - 4702px);
}

.vh-height-4703 {
  height: calc(100vh - 4703px);
}

.vh-height-4704 {
  height: calc(100vh - 4704px);
}

.vh-height-4705 {
  height: calc(100vh - 4705px);
}

.vh-height-4706 {
  height: calc(100vh - 4706px);
}

.vh-height-4707 {
  height: calc(100vh - 4707px);
}

.vh-height-4708 {
  height: calc(100vh - 4708px);
}

.vh-height-4709 {
  height: calc(100vh - 4709px);
}

.vh-height-4710 {
  height: calc(100vh - 4710px);
}

.vh-height-4711 {
  height: calc(100vh - 4711px);
}

.vh-height-4712 {
  height: calc(100vh - 4712px);
}

.vh-height-4713 {
  height: calc(100vh - 4713px);
}

.vh-height-4714 {
  height: calc(100vh - 4714px);
}

.vh-height-4715 {
  height: calc(100vh - 4715px);
}

.vh-height-4716 {
  height: calc(100vh - 4716px);
}

.vh-height-4717 {
  height: calc(100vh - 4717px);
}

.vh-height-4718 {
  height: calc(100vh - 4718px);
}

.vh-height-4719 {
  height: calc(100vh - 4719px);
}

.vh-height-4720 {
  height: calc(100vh - 4720px);
}

.vh-height-4721 {
  height: calc(100vh - 4721px);
}

.vh-height-4722 {
  height: calc(100vh - 4722px);
}

.vh-height-4723 {
  height: calc(100vh - 4723px);
}

.vh-height-4724 {
  height: calc(100vh - 4724px);
}

.vh-height-4725 {
  height: calc(100vh - 4725px);
}

.vh-height-4726 {
  height: calc(100vh - 4726px);
}

.vh-height-4727 {
  height: calc(100vh - 4727px);
}

.vh-height-4728 {
  height: calc(100vh - 4728px);
}

.vh-height-4729 {
  height: calc(100vh - 4729px);
}

.vh-height-4730 {
  height: calc(100vh - 4730px);
}

.vh-height-4731 {
  height: calc(100vh - 4731px);
}

.vh-height-4732 {
  height: calc(100vh - 4732px);
}

.vh-height-4733 {
  height: calc(100vh - 4733px);
}

.vh-height-4734 {
  height: calc(100vh - 4734px);
}

.vh-height-4735 {
  height: calc(100vh - 4735px);
}

.vh-height-4736 {
  height: calc(100vh - 4736px);
}

.vh-height-4737 {
  height: calc(100vh - 4737px);
}

.vh-height-4738 {
  height: calc(100vh - 4738px);
}

.vh-height-4739 {
  height: calc(100vh - 4739px);
}

.vh-height-4740 {
  height: calc(100vh - 4740px);
}

.vh-height-4741 {
  height: calc(100vh - 4741px);
}

.vh-height-4742 {
  height: calc(100vh - 4742px);
}

.vh-height-4743 {
  height: calc(100vh - 4743px);
}

.vh-height-4744 {
  height: calc(100vh - 4744px);
}

.vh-height-4745 {
  height: calc(100vh - 4745px);
}

.vh-height-4746 {
  height: calc(100vh - 4746px);
}

.vh-height-4747 {
  height: calc(100vh - 4747px);
}

.vh-height-4748 {
  height: calc(100vh - 4748px);
}

.vh-height-4749 {
  height: calc(100vh - 4749px);
}

.vh-height-4750 {
  height: calc(100vh - 4750px);
}

.vh-height-4751 {
  height: calc(100vh - 4751px);
}

.vh-height-4752 {
  height: calc(100vh - 4752px);
}

.vh-height-4753 {
  height: calc(100vh - 4753px);
}

.vh-height-4754 {
  height: calc(100vh - 4754px);
}

.vh-height-4755 {
  height: calc(100vh - 4755px);
}

.vh-height-4756 {
  height: calc(100vh - 4756px);
}

.vh-height-4757 {
  height: calc(100vh - 4757px);
}

.vh-height-4758 {
  height: calc(100vh - 4758px);
}

.vh-height-4759 {
  height: calc(100vh - 4759px);
}

.vh-height-4760 {
  height: calc(100vh - 4760px);
}

.vh-height-4761 {
  height: calc(100vh - 4761px);
}

.vh-height-4762 {
  height: calc(100vh - 4762px);
}

.vh-height-4763 {
  height: calc(100vh - 4763px);
}

.vh-height-4764 {
  height: calc(100vh - 4764px);
}

.vh-height-4765 {
  height: calc(100vh - 4765px);
}

.vh-height-4766 {
  height: calc(100vh - 4766px);
}

.vh-height-4767 {
  height: calc(100vh - 4767px);
}

.vh-height-4768 {
  height: calc(100vh - 4768px);
}

.vh-height-4769 {
  height: calc(100vh - 4769px);
}

.vh-height-4770 {
  height: calc(100vh - 4770px);
}

.vh-height-4771 {
  height: calc(100vh - 4771px);
}

.vh-height-4772 {
  height: calc(100vh - 4772px);
}

.vh-height-4773 {
  height: calc(100vh - 4773px);
}

.vh-height-4774 {
  height: calc(100vh - 4774px);
}

.vh-height-4775 {
  height: calc(100vh - 4775px);
}

.vh-height-4776 {
  height: calc(100vh - 4776px);
}

.vh-height-4777 {
  height: calc(100vh - 4777px);
}

.vh-height-4778 {
  height: calc(100vh - 4778px);
}

.vh-height-4779 {
  height: calc(100vh - 4779px);
}

.vh-height-4780 {
  height: calc(100vh - 4780px);
}

.vh-height-4781 {
  height: calc(100vh - 4781px);
}

.vh-height-4782 {
  height: calc(100vh - 4782px);
}

.vh-height-4783 {
  height: calc(100vh - 4783px);
}

.vh-height-4784 {
  height: calc(100vh - 4784px);
}

.vh-height-4785 {
  height: calc(100vh - 4785px);
}

.vh-height-4786 {
  height: calc(100vh - 4786px);
}

.vh-height-4787 {
  height: calc(100vh - 4787px);
}

.vh-height-4788 {
  height: calc(100vh - 4788px);
}

.vh-height-4789 {
  height: calc(100vh - 4789px);
}

.vh-height-4790 {
  height: calc(100vh - 4790px);
}

.vh-height-4791 {
  height: calc(100vh - 4791px);
}

.vh-height-4792 {
  height: calc(100vh - 4792px);
}

.vh-height-4793 {
  height: calc(100vh - 4793px);
}

.vh-height-4794 {
  height: calc(100vh - 4794px);
}

.vh-height-4795 {
  height: calc(100vh - 4795px);
}

.vh-height-4796 {
  height: calc(100vh - 4796px);
}

.vh-height-4797 {
  height: calc(100vh - 4797px);
}

.vh-height-4798 {
  height: calc(100vh - 4798px);
}

.vh-height-4799 {
  height: calc(100vh - 4799px);
}

.vh-height-4800 {
  height: calc(100vh - 4800px);
}

.vh-height-4801 {
  height: calc(100vh - 4801px);
}

.vh-height-4802 {
  height: calc(100vh - 4802px);
}

.vh-height-4803 {
  height: calc(100vh - 4803px);
}

.vh-height-4804 {
  height: calc(100vh - 4804px);
}

.vh-height-4805 {
  height: calc(100vh - 4805px);
}

.vh-height-4806 {
  height: calc(100vh - 4806px);
}

.vh-height-4807 {
  height: calc(100vh - 4807px);
}

.vh-height-4808 {
  height: calc(100vh - 4808px);
}

.vh-height-4809 {
  height: calc(100vh - 4809px);
}

.vh-height-4810 {
  height: calc(100vh - 4810px);
}

.vh-height-4811 {
  height: calc(100vh - 4811px);
}

.vh-height-4812 {
  height: calc(100vh - 4812px);
}

.vh-height-4813 {
  height: calc(100vh - 4813px);
}

.vh-height-4814 {
  height: calc(100vh - 4814px);
}

.vh-height-4815 {
  height: calc(100vh - 4815px);
}

.vh-height-4816 {
  height: calc(100vh - 4816px);
}

.vh-height-4817 {
  height: calc(100vh - 4817px);
}

.vh-height-4818 {
  height: calc(100vh - 4818px);
}

.vh-height-4819 {
  height: calc(100vh - 4819px);
}

.vh-height-4820 {
  height: calc(100vh - 4820px);
}

.vh-height-4821 {
  height: calc(100vh - 4821px);
}

.vh-height-4822 {
  height: calc(100vh - 4822px);
}

.vh-height-4823 {
  height: calc(100vh - 4823px);
}

.vh-height-4824 {
  height: calc(100vh - 4824px);
}

.vh-height-4825 {
  height: calc(100vh - 4825px);
}

.vh-height-4826 {
  height: calc(100vh - 4826px);
}

.vh-height-4827 {
  height: calc(100vh - 4827px);
}

.vh-height-4828 {
  height: calc(100vh - 4828px);
}

.vh-height-4829 {
  height: calc(100vh - 4829px);
}

.vh-height-4830 {
  height: calc(100vh - 4830px);
}

.vh-height-4831 {
  height: calc(100vh - 4831px);
}

.vh-height-4832 {
  height: calc(100vh - 4832px);
}

.vh-height-4833 {
  height: calc(100vh - 4833px);
}

.vh-height-4834 {
  height: calc(100vh - 4834px);
}

.vh-height-4835 {
  height: calc(100vh - 4835px);
}

.vh-height-4836 {
  height: calc(100vh - 4836px);
}

.vh-height-4837 {
  height: calc(100vh - 4837px);
}

.vh-height-4838 {
  height: calc(100vh - 4838px);
}

.vh-height-4839 {
  height: calc(100vh - 4839px);
}

.vh-height-4840 {
  height: calc(100vh - 4840px);
}

.vh-height-4841 {
  height: calc(100vh - 4841px);
}

.vh-height-4842 {
  height: calc(100vh - 4842px);
}

.vh-height-4843 {
  height: calc(100vh - 4843px);
}

.vh-height-4844 {
  height: calc(100vh - 4844px);
}

.vh-height-4845 {
  height: calc(100vh - 4845px);
}

.vh-height-4846 {
  height: calc(100vh - 4846px);
}

.vh-height-4847 {
  height: calc(100vh - 4847px);
}

.vh-height-4848 {
  height: calc(100vh - 4848px);
}

.vh-height-4849 {
  height: calc(100vh - 4849px);
}

.vh-height-4850 {
  height: calc(100vh - 4850px);
}

.vh-height-4851 {
  height: calc(100vh - 4851px);
}

.vh-height-4852 {
  height: calc(100vh - 4852px);
}

.vh-height-4853 {
  height: calc(100vh - 4853px);
}

.vh-height-4854 {
  height: calc(100vh - 4854px);
}

.vh-height-4855 {
  height: calc(100vh - 4855px);
}

.vh-height-4856 {
  height: calc(100vh - 4856px);
}

.vh-height-4857 {
  height: calc(100vh - 4857px);
}

.vh-height-4858 {
  height: calc(100vh - 4858px);
}

.vh-height-4859 {
  height: calc(100vh - 4859px);
}

.vh-height-4860 {
  height: calc(100vh - 4860px);
}

.vh-height-4861 {
  height: calc(100vh - 4861px);
}

.vh-height-4862 {
  height: calc(100vh - 4862px);
}

.vh-height-4863 {
  height: calc(100vh - 4863px);
}

.vh-height-4864 {
  height: calc(100vh - 4864px);
}

.vh-height-4865 {
  height: calc(100vh - 4865px);
}

.vh-height-4866 {
  height: calc(100vh - 4866px);
}

.vh-height-4867 {
  height: calc(100vh - 4867px);
}

.vh-height-4868 {
  height: calc(100vh - 4868px);
}

.vh-height-4869 {
  height: calc(100vh - 4869px);
}

.vh-height-4870 {
  height: calc(100vh - 4870px);
}

.vh-height-4871 {
  height: calc(100vh - 4871px);
}

.vh-height-4872 {
  height: calc(100vh - 4872px);
}

.vh-height-4873 {
  height: calc(100vh - 4873px);
}

.vh-height-4874 {
  height: calc(100vh - 4874px);
}

.vh-height-4875 {
  height: calc(100vh - 4875px);
}

.vh-height-4876 {
  height: calc(100vh - 4876px);
}

.vh-height-4877 {
  height: calc(100vh - 4877px);
}

.vh-height-4878 {
  height: calc(100vh - 4878px);
}

.vh-height-4879 {
  height: calc(100vh - 4879px);
}

.vh-height-4880 {
  height: calc(100vh - 4880px);
}

.vh-height-4881 {
  height: calc(100vh - 4881px);
}

.vh-height-4882 {
  height: calc(100vh - 4882px);
}

.vh-height-4883 {
  height: calc(100vh - 4883px);
}

.vh-height-4884 {
  height: calc(100vh - 4884px);
}

.vh-height-4885 {
  height: calc(100vh - 4885px);
}

.vh-height-4886 {
  height: calc(100vh - 4886px);
}

.vh-height-4887 {
  height: calc(100vh - 4887px);
}

.vh-height-4888 {
  height: calc(100vh - 4888px);
}

.vh-height-4889 {
  height: calc(100vh - 4889px);
}

.vh-height-4890 {
  height: calc(100vh - 4890px);
}

.vh-height-4891 {
  height: calc(100vh - 4891px);
}

.vh-height-4892 {
  height: calc(100vh - 4892px);
}

.vh-height-4893 {
  height: calc(100vh - 4893px);
}

.vh-height-4894 {
  height: calc(100vh - 4894px);
}

.vh-height-4895 {
  height: calc(100vh - 4895px);
}

.vh-height-4896 {
  height: calc(100vh - 4896px);
}

.vh-height-4897 {
  height: calc(100vh - 4897px);
}

.vh-height-4898 {
  height: calc(100vh - 4898px);
}

.vh-height-4899 {
  height: calc(100vh - 4899px);
}

.vh-height-4900 {
  height: calc(100vh - 4900px);
}

.vh-height-4901 {
  height: calc(100vh - 4901px);
}

.vh-height-4902 {
  height: calc(100vh - 4902px);
}

.vh-height-4903 {
  height: calc(100vh - 4903px);
}

.vh-height-4904 {
  height: calc(100vh - 4904px);
}

.vh-height-4905 {
  height: calc(100vh - 4905px);
}

.vh-height-4906 {
  height: calc(100vh - 4906px);
}

.vh-height-4907 {
  height: calc(100vh - 4907px);
}

.vh-height-4908 {
  height: calc(100vh - 4908px);
}

.vh-height-4909 {
  height: calc(100vh - 4909px);
}

.vh-height-4910 {
  height: calc(100vh - 4910px);
}

.vh-height-4911 {
  height: calc(100vh - 4911px);
}

.vh-height-4912 {
  height: calc(100vh - 4912px);
}

.vh-height-4913 {
  height: calc(100vh - 4913px);
}

.vh-height-4914 {
  height: calc(100vh - 4914px);
}

.vh-height-4915 {
  height: calc(100vh - 4915px);
}

.vh-height-4916 {
  height: calc(100vh - 4916px);
}

.vh-height-4917 {
  height: calc(100vh - 4917px);
}

.vh-height-4918 {
  height: calc(100vh - 4918px);
}

.vh-height-4919 {
  height: calc(100vh - 4919px);
}

.vh-height-4920 {
  height: calc(100vh - 4920px);
}

.vh-height-4921 {
  height: calc(100vh - 4921px);
}

.vh-height-4922 {
  height: calc(100vh - 4922px);
}

.vh-height-4923 {
  height: calc(100vh - 4923px);
}

.vh-height-4924 {
  height: calc(100vh - 4924px);
}

.vh-height-4925 {
  height: calc(100vh - 4925px);
}

.vh-height-4926 {
  height: calc(100vh - 4926px);
}

.vh-height-4927 {
  height: calc(100vh - 4927px);
}

.vh-height-4928 {
  height: calc(100vh - 4928px);
}

.vh-height-4929 {
  height: calc(100vh - 4929px);
}

.vh-height-4930 {
  height: calc(100vh - 4930px);
}

.vh-height-4931 {
  height: calc(100vh - 4931px);
}

.vh-height-4932 {
  height: calc(100vh - 4932px);
}

.vh-height-4933 {
  height: calc(100vh - 4933px);
}

.vh-height-4934 {
  height: calc(100vh - 4934px);
}

.vh-height-4935 {
  height: calc(100vh - 4935px);
}

.vh-height-4936 {
  height: calc(100vh - 4936px);
}

.vh-height-4937 {
  height: calc(100vh - 4937px);
}

.vh-height-4938 {
  height: calc(100vh - 4938px);
}

.vh-height-4939 {
  height: calc(100vh - 4939px);
}

.vh-height-4940 {
  height: calc(100vh - 4940px);
}

.vh-height-4941 {
  height: calc(100vh - 4941px);
}

.vh-height-4942 {
  height: calc(100vh - 4942px);
}

.vh-height-4943 {
  height: calc(100vh - 4943px);
}

.vh-height-4944 {
  height: calc(100vh - 4944px);
}

.vh-height-4945 {
  height: calc(100vh - 4945px);
}

.vh-height-4946 {
  height: calc(100vh - 4946px);
}

.vh-height-4947 {
  height: calc(100vh - 4947px);
}

.vh-height-4948 {
  height: calc(100vh - 4948px);
}

.vh-height-4949 {
  height: calc(100vh - 4949px);
}

.vh-height-4950 {
  height: calc(100vh - 4950px);
}

.vh-height-4951 {
  height: calc(100vh - 4951px);
}

.vh-height-4952 {
  height: calc(100vh - 4952px);
}

.vh-height-4953 {
  height: calc(100vh - 4953px);
}

.vh-height-4954 {
  height: calc(100vh - 4954px);
}

.vh-height-4955 {
  height: calc(100vh - 4955px);
}

.vh-height-4956 {
  height: calc(100vh - 4956px);
}

.vh-height-4957 {
  height: calc(100vh - 4957px);
}

.vh-height-4958 {
  height: calc(100vh - 4958px);
}

.vh-height-4959 {
  height: calc(100vh - 4959px);
}

.vh-height-4960 {
  height: calc(100vh - 4960px);
}

.vh-height-4961 {
  height: calc(100vh - 4961px);
}

.vh-height-4962 {
  height: calc(100vh - 4962px);
}

.vh-height-4963 {
  height: calc(100vh - 4963px);
}

.vh-height-4964 {
  height: calc(100vh - 4964px);
}

.vh-height-4965 {
  height: calc(100vh - 4965px);
}

.vh-height-4966 {
  height: calc(100vh - 4966px);
}

.vh-height-4967 {
  height: calc(100vh - 4967px);
}

.vh-height-4968 {
  height: calc(100vh - 4968px);
}

.vh-height-4969 {
  height: calc(100vh - 4969px);
}

.vh-height-4970 {
  height: calc(100vh - 4970px);
}

.vh-height-4971 {
  height: calc(100vh - 4971px);
}

.vh-height-4972 {
  height: calc(100vh - 4972px);
}

.vh-height-4973 {
  height: calc(100vh - 4973px);
}

.vh-height-4974 {
  height: calc(100vh - 4974px);
}

.vh-height-4975 {
  height: calc(100vh - 4975px);
}

.vh-height-4976 {
  height: calc(100vh - 4976px);
}

.vh-height-4977 {
  height: calc(100vh - 4977px);
}

.vh-height-4978 {
  height: calc(100vh - 4978px);
}

.vh-height-4979 {
  height: calc(100vh - 4979px);
}

.vh-height-4980 {
  height: calc(100vh - 4980px);
}

.vh-height-4981 {
  height: calc(100vh - 4981px);
}

.vh-height-4982 {
  height: calc(100vh - 4982px);
}

.vh-height-4983 {
  height: calc(100vh - 4983px);
}

.vh-height-4984 {
  height: calc(100vh - 4984px);
}

.vh-height-4985 {
  height: calc(100vh - 4985px);
}

.vh-height-4986 {
  height: calc(100vh - 4986px);
}

.vh-height-4987 {
  height: calc(100vh - 4987px);
}

.vh-height-4988 {
  height: calc(100vh - 4988px);
}

.vh-height-4989 {
  height: calc(100vh - 4989px);
}

.vh-height-4990 {
  height: calc(100vh - 4990px);
}

.vh-height-4991 {
  height: calc(100vh - 4991px);
}

.vh-height-4992 {
  height: calc(100vh - 4992px);
}

.vh-height-4993 {
  height: calc(100vh - 4993px);
}

.vh-height-4994 {
  height: calc(100vh - 4994px);
}

.vh-height-4995 {
  height: calc(100vh - 4995px);
}

.vh-height-4996 {
  height: calc(100vh - 4996px);
}

.vh-height-4997 {
  height: calc(100vh - 4997px);
}

.vh-height-4998 {
  height: calc(100vh - 4998px);
}

.vh-height-4999 {
  height: calc(100vh - 4999px);
}

.vh-height-5000 {
  height: calc(100vh - 5000px);
}

.max-width-1 {
  max-width: 1px;
}

.min-width-1 {
  min-width: 1px;
}

.min-height-1 {
  min-height: 1px;
}

.max-height-1 {
  max-height: 1px;
}

.width-1 {
  width: 1px;
}

.height-1 {
  height: 1px;
}

@media (min-width: 768px) {
  .width-md-1 {
    width: 1px;
  }
}
@media (min-width: 992px) {
  .width-lg-1 {
    width: 1px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1 {
    width: 1px;
  }

  .height-xl-1 {
    height: 1px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1 {
    width: 1px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1 {
    min-height: 1px;
  }

  .max-height-lg-1 {
    max-height: 1px !important;
  }
}
.max-width-2 {
  max-width: 2px;
}

.min-width-2 {
  min-width: 2px;
}

.min-height-2 {
  min-height: 2px;
}

.max-height-2 {
  max-height: 2px;
}

.width-2 {
  width: 2px;
}

.height-2 {
  height: 2px;
}

@media (min-width: 768px) {
  .width-md-2 {
    width: 2px;
  }
}
@media (min-width: 992px) {
  .width-lg-2 {
    width: 2px;
  }
}
@media (min-width: 1200px) {
  .width-xl-2 {
    width: 2px;
  }

  .height-xl-2 {
    height: 2px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-2 {
    width: 2px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-2 {
    min-height: 2px;
  }

  .max-height-lg-2 {
    max-height: 2px !important;
  }
}
.max-width-3 {
  max-width: 3px;
}

.min-width-3 {
  min-width: 3px;
}

.min-height-3 {
  min-height: 3px;
}

.max-height-3 {
  max-height: 3px;
}

.width-3 {
  width: 3px;
}

.height-3 {
  height: 3px;
}

@media (min-width: 768px) {
  .width-md-3 {
    width: 3px;
  }
}
@media (min-width: 992px) {
  .width-lg-3 {
    width: 3px;
  }
}
@media (min-width: 1200px) {
  .width-xl-3 {
    width: 3px;
  }

  .height-xl-3 {
    height: 3px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-3 {
    width: 3px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-3 {
    min-height: 3px;
  }

  .max-height-lg-3 {
    max-height: 3px !important;
  }
}
.max-width-4 {
  max-width: 4px;
}

.min-width-4 {
  min-width: 4px;
}

.min-height-4 {
  min-height: 4px;
}

.max-height-4 {
  max-height: 4px;
}

.width-4 {
  width: 4px;
}

.height-4 {
  height: 4px;
}

@media (min-width: 768px) {
  .width-md-4 {
    width: 4px;
  }
}
@media (min-width: 992px) {
  .width-lg-4 {
    width: 4px;
  }
}
@media (min-width: 1200px) {
  .width-xl-4 {
    width: 4px;
  }

  .height-xl-4 {
    height: 4px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-4 {
    width: 4px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-4 {
    min-height: 4px;
  }

  .max-height-lg-4 {
    max-height: 4px !important;
  }
}
.max-width-5 {
  max-width: 5px;
}

.min-width-5 {
  min-width: 5px;
}

.min-height-5 {
  min-height: 5px;
}

.max-height-5 {
  max-height: 5px;
}

.width-5 {
  width: 5px;
}

.height-5 {
  height: 5px;
}

@media (min-width: 768px) {
  .width-md-5 {
    width: 5px;
  }
}
@media (min-width: 992px) {
  .width-lg-5 {
    width: 5px;
  }
}
@media (min-width: 1200px) {
  .width-xl-5 {
    width: 5px;
  }

  .height-xl-5 {
    height: 5px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-5 {
    width: 5px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-5 {
    min-height: 5px;
  }

  .max-height-lg-5 {
    max-height: 5px !important;
  }
}
.max-width-6 {
  max-width: 6px;
}

.min-width-6 {
  min-width: 6px;
}

.min-height-6 {
  min-height: 6px;
}

.max-height-6 {
  max-height: 6px;
}

.width-6 {
  width: 6px;
}

.height-6 {
  height: 6px;
}

@media (min-width: 768px) {
  .width-md-6 {
    width: 6px;
  }
}
@media (min-width: 992px) {
  .width-lg-6 {
    width: 6px;
  }
}
@media (min-width: 1200px) {
  .width-xl-6 {
    width: 6px;
  }

  .height-xl-6 {
    height: 6px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-6 {
    width: 6px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-6 {
    min-height: 6px;
  }

  .max-height-lg-6 {
    max-height: 6px !important;
  }
}
.max-width-7 {
  max-width: 7px;
}

.min-width-7 {
  min-width: 7px;
}

.min-height-7 {
  min-height: 7px;
}

.max-height-7 {
  max-height: 7px;
}

.width-7 {
  width: 7px;
}

.height-7 {
  height: 7px;
}

@media (min-width: 768px) {
  .width-md-7 {
    width: 7px;
  }
}
@media (min-width: 992px) {
  .width-lg-7 {
    width: 7px;
  }
}
@media (min-width: 1200px) {
  .width-xl-7 {
    width: 7px;
  }

  .height-xl-7 {
    height: 7px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-7 {
    width: 7px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-7 {
    min-height: 7px;
  }

  .max-height-lg-7 {
    max-height: 7px !important;
  }
}
.max-width-8 {
  max-width: 8px;
}

.min-width-8 {
  min-width: 8px;
}

.min-height-8 {
  min-height: 8px;
}

.max-height-8 {
  max-height: 8px;
}

.width-8 {
  width: 8px;
}

.height-8 {
  height: 8px;
}

@media (min-width: 768px) {
  .width-md-8 {
    width: 8px;
  }
}
@media (min-width: 992px) {
  .width-lg-8 {
    width: 8px;
  }
}
@media (min-width: 1200px) {
  .width-xl-8 {
    width: 8px;
  }

  .height-xl-8 {
    height: 8px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-8 {
    width: 8px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-8 {
    min-height: 8px;
  }

  .max-height-lg-8 {
    max-height: 8px !important;
  }
}
.max-width-9 {
  max-width: 9px;
}

.min-width-9 {
  min-width: 9px;
}

.min-height-9 {
  min-height: 9px;
}

.max-height-9 {
  max-height: 9px;
}

.width-9 {
  width: 9px;
}

.height-9 {
  height: 9px;
}

@media (min-width: 768px) {
  .width-md-9 {
    width: 9px;
  }
}
@media (min-width: 992px) {
  .width-lg-9 {
    width: 9px;
  }
}
@media (min-width: 1200px) {
  .width-xl-9 {
    width: 9px;
  }

  .height-xl-9 {
    height: 9px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-9 {
    width: 9px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-9 {
    min-height: 9px;
  }

  .max-height-lg-9 {
    max-height: 9px !important;
  }
}
.max-width-10 {
  max-width: 10px;
}

.min-width-10 {
  min-width: 10px;
}

.min-height-10 {
  min-height: 10px;
}

.max-height-10 {
  max-height: 10px;
}

.width-10 {
  width: 10px;
}

.height-10 {
  height: 10px;
}

@media (min-width: 768px) {
  .width-md-10 {
    width: 10px;
  }
}
@media (min-width: 992px) {
  .width-lg-10 {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .width-xl-10 {
    width: 10px;
  }

  .height-xl-10 {
    height: 10px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-10 {
    width: 10px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-10 {
    min-height: 10px;
  }

  .max-height-lg-10 {
    max-height: 10px !important;
  }
}
.max-width-11 {
  max-width: 11px;
}

.min-width-11 {
  min-width: 11px;
}

.min-height-11 {
  min-height: 11px;
}

.max-height-11 {
  max-height: 11px;
}

.width-11 {
  width: 11px;
}

.height-11 {
  height: 11px;
}

@media (min-width: 768px) {
  .width-md-11 {
    width: 11px;
  }
}
@media (min-width: 992px) {
  .width-lg-11 {
    width: 11px;
  }
}
@media (min-width: 1200px) {
  .width-xl-11 {
    width: 11px;
  }

  .height-xl-11 {
    height: 11px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-11 {
    width: 11px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-11 {
    min-height: 11px;
  }

  .max-height-lg-11 {
    max-height: 11px !important;
  }
}
.max-width-12 {
  max-width: 12px;
}

.min-width-12 {
  min-width: 12px;
}

.min-height-12 {
  min-height: 12px;
}

.max-height-12 {
  max-height: 12px;
}

.width-12 {
  width: 12px;
}

.height-12 {
  height: 12px;
}

@media (min-width: 768px) {
  .width-md-12 {
    width: 12px;
  }
}
@media (min-width: 992px) {
  .width-lg-12 {
    width: 12px;
  }
}
@media (min-width: 1200px) {
  .width-xl-12 {
    width: 12px;
  }

  .height-xl-12 {
    height: 12px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-12 {
    width: 12px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-12 {
    min-height: 12px;
  }

  .max-height-lg-12 {
    max-height: 12px !important;
  }
}
.max-width-13 {
  max-width: 13px;
}

.min-width-13 {
  min-width: 13px;
}

.min-height-13 {
  min-height: 13px;
}

.max-height-13 {
  max-height: 13px;
}

.width-13 {
  width: 13px;
}

.height-13 {
  height: 13px;
}

@media (min-width: 768px) {
  .width-md-13 {
    width: 13px;
  }
}
@media (min-width: 992px) {
  .width-lg-13 {
    width: 13px;
  }
}
@media (min-width: 1200px) {
  .width-xl-13 {
    width: 13px;
  }

  .height-xl-13 {
    height: 13px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-13 {
    width: 13px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-13 {
    min-height: 13px;
  }

  .max-height-lg-13 {
    max-height: 13px !important;
  }
}
.max-width-14 {
  max-width: 14px;
}

.min-width-14 {
  min-width: 14px;
}

.min-height-14 {
  min-height: 14px;
}

.max-height-14 {
  max-height: 14px;
}

.width-14 {
  width: 14px;
}

.height-14 {
  height: 14px;
}

@media (min-width: 768px) {
  .width-md-14 {
    width: 14px;
  }
}
@media (min-width: 992px) {
  .width-lg-14 {
    width: 14px;
  }
}
@media (min-width: 1200px) {
  .width-xl-14 {
    width: 14px;
  }

  .height-xl-14 {
    height: 14px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-14 {
    width: 14px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-14 {
    min-height: 14px;
  }

  .max-height-lg-14 {
    max-height: 14px !important;
  }
}
.max-width-15 {
  max-width: 15px;
}

.min-width-15 {
  min-width: 15px;
}

.min-height-15 {
  min-height: 15px;
}

.max-height-15 {
  max-height: 15px;
}

.width-15 {
  width: 15px;
}

.height-15 {
  height: 15px;
}

@media (min-width: 768px) {
  .width-md-15 {
    width: 15px;
  }
}
@media (min-width: 992px) {
  .width-lg-15 {
    width: 15px;
  }
}
@media (min-width: 1200px) {
  .width-xl-15 {
    width: 15px;
  }

  .height-xl-15 {
    height: 15px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-15 {
    width: 15px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-15 {
    min-height: 15px;
  }

  .max-height-lg-15 {
    max-height: 15px !important;
  }
}
.max-width-16 {
  max-width: 16px;
}

.min-width-16 {
  min-width: 16px;
}

.min-height-16 {
  min-height: 16px;
}

.max-height-16 {
  max-height: 16px;
}

.width-16 {
  width: 16px;
}

.height-16 {
  height: 16px;
}

@media (min-width: 768px) {
  .width-md-16 {
    width: 16px;
  }
}
@media (min-width: 992px) {
  .width-lg-16 {
    width: 16px;
  }
}
@media (min-width: 1200px) {
  .width-xl-16 {
    width: 16px;
  }

  .height-xl-16 {
    height: 16px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-16 {
    width: 16px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-16 {
    min-height: 16px;
  }

  .max-height-lg-16 {
    max-height: 16px !important;
  }
}
.max-width-17 {
  max-width: 17px;
}

.min-width-17 {
  min-width: 17px;
}

.min-height-17 {
  min-height: 17px;
}

.max-height-17 {
  max-height: 17px;
}

.width-17 {
  width: 17px;
}

.height-17 {
  height: 17px;
}

@media (min-width: 768px) {
  .width-md-17 {
    width: 17px;
  }
}
@media (min-width: 992px) {
  .width-lg-17 {
    width: 17px;
  }
}
@media (min-width: 1200px) {
  .width-xl-17 {
    width: 17px;
  }

  .height-xl-17 {
    height: 17px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-17 {
    width: 17px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-17 {
    min-height: 17px;
  }

  .max-height-lg-17 {
    max-height: 17px !important;
  }
}
.max-width-18 {
  max-width: 18px;
}

.min-width-18 {
  min-width: 18px;
}

.min-height-18 {
  min-height: 18px;
}

.max-height-18 {
  max-height: 18px;
}

.width-18 {
  width: 18px;
}

.height-18 {
  height: 18px;
}

@media (min-width: 768px) {
  .width-md-18 {
    width: 18px;
  }
}
@media (min-width: 992px) {
  .width-lg-18 {
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .width-xl-18 {
    width: 18px;
  }

  .height-xl-18 {
    height: 18px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-18 {
    width: 18px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-18 {
    min-height: 18px;
  }

  .max-height-lg-18 {
    max-height: 18px !important;
  }
}
.max-width-19 {
  max-width: 19px;
}

.min-width-19 {
  min-width: 19px;
}

.min-height-19 {
  min-height: 19px;
}

.max-height-19 {
  max-height: 19px;
}

.width-19 {
  width: 19px;
}

.height-19 {
  height: 19px;
}

@media (min-width: 768px) {
  .width-md-19 {
    width: 19px;
  }
}
@media (min-width: 992px) {
  .width-lg-19 {
    width: 19px;
  }
}
@media (min-width: 1200px) {
  .width-xl-19 {
    width: 19px;
  }

  .height-xl-19 {
    height: 19px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-19 {
    width: 19px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-19 {
    min-height: 19px;
  }

  .max-height-lg-19 {
    max-height: 19px !important;
  }
}
.max-width-20 {
  max-width: 20px;
}

.min-width-20 {
  min-width: 20px;
}

.min-height-20 {
  min-height: 20px;
}

.max-height-20 {
  max-height: 20px;
}

.width-20 {
  width: 20px;
}

.height-20 {
  height: 20px;
}

@media (min-width: 768px) {
  .width-md-20 {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .width-lg-20 {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .width-xl-20 {
    width: 20px;
  }

  .height-xl-20 {
    height: 20px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-20 {
    width: 20px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-20 {
    min-height: 20px;
  }

  .max-height-lg-20 {
    max-height: 20px !important;
  }
}
.max-width-21 {
  max-width: 21px;
}

.min-width-21 {
  min-width: 21px;
}

.min-height-21 {
  min-height: 21px;
}

.max-height-21 {
  max-height: 21px;
}

.width-21 {
  width: 21px;
}

.height-21 {
  height: 21px;
}

@media (min-width: 768px) {
  .width-md-21 {
    width: 21px;
  }
}
@media (min-width: 992px) {
  .width-lg-21 {
    width: 21px;
  }
}
@media (min-width: 1200px) {
  .width-xl-21 {
    width: 21px;
  }

  .height-xl-21 {
    height: 21px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-21 {
    width: 21px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-21 {
    min-height: 21px;
  }

  .max-height-lg-21 {
    max-height: 21px !important;
  }
}
.max-width-22 {
  max-width: 22px;
}

.min-width-22 {
  min-width: 22px;
}

.min-height-22 {
  min-height: 22px;
}

.max-height-22 {
  max-height: 22px;
}

.width-22 {
  width: 22px;
}

.height-22 {
  height: 22px;
}

@media (min-width: 768px) {
  .width-md-22 {
    width: 22px;
  }
}
@media (min-width: 992px) {
  .width-lg-22 {
    width: 22px;
  }
}
@media (min-width: 1200px) {
  .width-xl-22 {
    width: 22px;
  }

  .height-xl-22 {
    height: 22px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-22 {
    width: 22px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-22 {
    min-height: 22px;
  }

  .max-height-lg-22 {
    max-height: 22px !important;
  }
}
.max-width-23 {
  max-width: 23px;
}

.min-width-23 {
  min-width: 23px;
}

.min-height-23 {
  min-height: 23px;
}

.max-height-23 {
  max-height: 23px;
}

.width-23 {
  width: 23px;
}

.height-23 {
  height: 23px;
}

@media (min-width: 768px) {
  .width-md-23 {
    width: 23px;
  }
}
@media (min-width: 992px) {
  .width-lg-23 {
    width: 23px;
  }
}
@media (min-width: 1200px) {
  .width-xl-23 {
    width: 23px;
  }

  .height-xl-23 {
    height: 23px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-23 {
    width: 23px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-23 {
    min-height: 23px;
  }

  .max-height-lg-23 {
    max-height: 23px !important;
  }
}
.max-width-24 {
  max-width: 24px;
}

.min-width-24 {
  min-width: 24px;
}

.min-height-24 {
  min-height: 24px;
}

.max-height-24 {
  max-height: 24px;
}

.width-24 {
  width: 24px;
}

.height-24 {
  height: 24px;
}

@media (min-width: 768px) {
  .width-md-24 {
    width: 24px;
  }
}
@media (min-width: 992px) {
  .width-lg-24 {
    width: 24px;
  }
}
@media (min-width: 1200px) {
  .width-xl-24 {
    width: 24px;
  }

  .height-xl-24 {
    height: 24px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-24 {
    width: 24px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-24 {
    min-height: 24px;
  }

  .max-height-lg-24 {
    max-height: 24px !important;
  }
}
.max-width-25 {
  max-width: 25px;
}

.min-width-25 {
  min-width: 25px;
}

.min-height-25 {
  min-height: 25px;
}

.max-height-25 {
  max-height: 25px;
}

.width-25 {
  width: 25px;
}

.height-25 {
  height: 25px;
}

@media (min-width: 768px) {
  .width-md-25 {
    width: 25px;
  }
}
@media (min-width: 992px) {
  .width-lg-25 {
    width: 25px;
  }
}
@media (min-width: 1200px) {
  .width-xl-25 {
    width: 25px;
  }

  .height-xl-25 {
    height: 25px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-25 {
    width: 25px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-25 {
    min-height: 25px;
  }

  .max-height-lg-25 {
    max-height: 25px !important;
  }
}
.max-width-26 {
  max-width: 26px;
}

.min-width-26 {
  min-width: 26px;
}

.min-height-26 {
  min-height: 26px;
}

.max-height-26 {
  max-height: 26px;
}

.width-26 {
  width: 26px;
}

.height-26 {
  height: 26px;
}

@media (min-width: 768px) {
  .width-md-26 {
    width: 26px;
  }
}
@media (min-width: 992px) {
  .width-lg-26 {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .width-xl-26 {
    width: 26px;
  }

  .height-xl-26 {
    height: 26px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-26 {
    width: 26px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-26 {
    min-height: 26px;
  }

  .max-height-lg-26 {
    max-height: 26px !important;
  }
}
.max-width-27 {
  max-width: 27px;
}

.min-width-27 {
  min-width: 27px;
}

.min-height-27 {
  min-height: 27px;
}

.max-height-27 {
  max-height: 27px;
}

.width-27 {
  width: 27px;
}

.height-27 {
  height: 27px;
}

@media (min-width: 768px) {
  .width-md-27 {
    width: 27px;
  }
}
@media (min-width: 992px) {
  .width-lg-27 {
    width: 27px;
  }
}
@media (min-width: 1200px) {
  .width-xl-27 {
    width: 27px;
  }

  .height-xl-27 {
    height: 27px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-27 {
    width: 27px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-27 {
    min-height: 27px;
  }

  .max-height-lg-27 {
    max-height: 27px !important;
  }
}
.max-width-28 {
  max-width: 28px;
}

.min-width-28 {
  min-width: 28px;
}

.min-height-28 {
  min-height: 28px;
}

.max-height-28 {
  max-height: 28px;
}

.width-28 {
  width: 28px;
}

.height-28 {
  height: 28px;
}

@media (min-width: 768px) {
  .width-md-28 {
    width: 28px;
  }
}
@media (min-width: 992px) {
  .width-lg-28 {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .width-xl-28 {
    width: 28px;
  }

  .height-xl-28 {
    height: 28px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-28 {
    width: 28px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-28 {
    min-height: 28px;
  }

  .max-height-lg-28 {
    max-height: 28px !important;
  }
}
.max-width-29 {
  max-width: 29px;
}

.min-width-29 {
  min-width: 29px;
}

.min-height-29 {
  min-height: 29px;
}

.max-height-29 {
  max-height: 29px;
}

.width-29 {
  width: 29px;
}

.height-29 {
  height: 29px;
}

@media (min-width: 768px) {
  .width-md-29 {
    width: 29px;
  }
}
@media (min-width: 992px) {
  .width-lg-29 {
    width: 29px;
  }
}
@media (min-width: 1200px) {
  .width-xl-29 {
    width: 29px;
  }

  .height-xl-29 {
    height: 29px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-29 {
    width: 29px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-29 {
    min-height: 29px;
  }

  .max-height-lg-29 {
    max-height: 29px !important;
  }
}
.max-width-30 {
  max-width: 30px;
}

.min-width-30 {
  min-width: 30px;
}

.min-height-30 {
  min-height: 30px;
}

.max-height-30 {
  max-height: 30px;
}

.width-30 {
  width: 30px;
}

.height-30 {
  height: 30px;
}

@media (min-width: 768px) {
  .width-md-30 {
    width: 30px;
  }
}
@media (min-width: 992px) {
  .width-lg-30 {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .width-xl-30 {
    width: 30px;
  }

  .height-xl-30 {
    height: 30px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-30 {
    width: 30px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-30 {
    min-height: 30px;
  }

  .max-height-lg-30 {
    max-height: 30px !important;
  }
}
.max-width-31 {
  max-width: 31px;
}

.min-width-31 {
  min-width: 31px;
}

.min-height-31 {
  min-height: 31px;
}

.max-height-31 {
  max-height: 31px;
}

.width-31 {
  width: 31px;
}

.height-31 {
  height: 31px;
}

@media (min-width: 768px) {
  .width-md-31 {
    width: 31px;
  }
}
@media (min-width: 992px) {
  .width-lg-31 {
    width: 31px;
  }
}
@media (min-width: 1200px) {
  .width-xl-31 {
    width: 31px;
  }

  .height-xl-31 {
    height: 31px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-31 {
    width: 31px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-31 {
    min-height: 31px;
  }

  .max-height-lg-31 {
    max-height: 31px !important;
  }
}
.max-width-32 {
  max-width: 32px;
}

.min-width-32 {
  min-width: 32px;
}

.min-height-32 {
  min-height: 32px;
}

.max-height-32 {
  max-height: 32px;
}

.width-32 {
  width: 32px;
}

.height-32 {
  height: 32px;
}

@media (min-width: 768px) {
  .width-md-32 {
    width: 32px;
  }
}
@media (min-width: 992px) {
  .width-lg-32 {
    width: 32px;
  }
}
@media (min-width: 1200px) {
  .width-xl-32 {
    width: 32px;
  }

  .height-xl-32 {
    height: 32px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-32 {
    width: 32px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-32 {
    min-height: 32px;
  }

  .max-height-lg-32 {
    max-height: 32px !important;
  }
}
.max-width-33 {
  max-width: 33px;
}

.min-width-33 {
  min-width: 33px;
}

.min-height-33 {
  min-height: 33px;
}

.max-height-33 {
  max-height: 33px;
}

.width-33 {
  width: 33px;
}

.height-33 {
  height: 33px;
}

@media (min-width: 768px) {
  .width-md-33 {
    width: 33px;
  }
}
@media (min-width: 992px) {
  .width-lg-33 {
    width: 33px;
  }
}
@media (min-width: 1200px) {
  .width-xl-33 {
    width: 33px;
  }

  .height-xl-33 {
    height: 33px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-33 {
    width: 33px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-33 {
    min-height: 33px;
  }

  .max-height-lg-33 {
    max-height: 33px !important;
  }
}
.max-width-34 {
  max-width: 34px;
}

.min-width-34 {
  min-width: 34px;
}

.min-height-34 {
  min-height: 34px;
}

.max-height-34 {
  max-height: 34px;
}

.width-34 {
  width: 34px;
}

.height-34 {
  height: 34px;
}

@media (min-width: 768px) {
  .width-md-34 {
    width: 34px;
  }
}
@media (min-width: 992px) {
  .width-lg-34 {
    width: 34px;
  }
}
@media (min-width: 1200px) {
  .width-xl-34 {
    width: 34px;
  }

  .height-xl-34 {
    height: 34px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-34 {
    width: 34px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-34 {
    min-height: 34px;
  }

  .max-height-lg-34 {
    max-height: 34px !important;
  }
}
.max-width-35 {
  max-width: 35px;
}

.min-width-35 {
  min-width: 35px;
}

.min-height-35 {
  min-height: 35px;
}

.max-height-35 {
  max-height: 35px;
}

.width-35 {
  width: 35px;
}

.height-35 {
  height: 35px;
}

@media (min-width: 768px) {
  .width-md-35 {
    width: 35px;
  }
}
@media (min-width: 992px) {
  .width-lg-35 {
    width: 35px;
  }
}
@media (min-width: 1200px) {
  .width-xl-35 {
    width: 35px;
  }

  .height-xl-35 {
    height: 35px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-35 {
    width: 35px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-35 {
    min-height: 35px;
  }

  .max-height-lg-35 {
    max-height: 35px !important;
  }
}
.max-width-36 {
  max-width: 36px;
}

.min-width-36 {
  min-width: 36px;
}

.min-height-36 {
  min-height: 36px;
}

.max-height-36 {
  max-height: 36px;
}

.width-36 {
  width: 36px;
}

.height-36 {
  height: 36px;
}

@media (min-width: 768px) {
  .width-md-36 {
    width: 36px;
  }
}
@media (min-width: 992px) {
  .width-lg-36 {
    width: 36px;
  }
}
@media (min-width: 1200px) {
  .width-xl-36 {
    width: 36px;
  }

  .height-xl-36 {
    height: 36px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-36 {
    width: 36px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-36 {
    min-height: 36px;
  }

  .max-height-lg-36 {
    max-height: 36px !important;
  }
}
.max-width-37 {
  max-width: 37px;
}

.min-width-37 {
  min-width: 37px;
}

.min-height-37 {
  min-height: 37px;
}

.max-height-37 {
  max-height: 37px;
}

.width-37 {
  width: 37px;
}

.height-37 {
  height: 37px;
}

@media (min-width: 768px) {
  .width-md-37 {
    width: 37px;
  }
}
@media (min-width: 992px) {
  .width-lg-37 {
    width: 37px;
  }
}
@media (min-width: 1200px) {
  .width-xl-37 {
    width: 37px;
  }

  .height-xl-37 {
    height: 37px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-37 {
    width: 37px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-37 {
    min-height: 37px;
  }

  .max-height-lg-37 {
    max-height: 37px !important;
  }
}
.max-width-38 {
  max-width: 38px;
}

.min-width-38 {
  min-width: 38px;
}

.min-height-38 {
  min-height: 38px;
}

.max-height-38 {
  max-height: 38px;
}

.width-38 {
  width: 38px;
}

.height-38 {
  height: 38px;
}

@media (min-width: 768px) {
  .width-md-38 {
    width: 38px;
  }
}
@media (min-width: 992px) {
  .width-lg-38 {
    width: 38px;
  }
}
@media (min-width: 1200px) {
  .width-xl-38 {
    width: 38px;
  }

  .height-xl-38 {
    height: 38px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-38 {
    width: 38px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-38 {
    min-height: 38px;
  }

  .max-height-lg-38 {
    max-height: 38px !important;
  }
}
.max-width-39 {
  max-width: 39px;
}

.min-width-39 {
  min-width: 39px;
}

.min-height-39 {
  min-height: 39px;
}

.max-height-39 {
  max-height: 39px;
}

.width-39 {
  width: 39px;
}

.height-39 {
  height: 39px;
}

@media (min-width: 768px) {
  .width-md-39 {
    width: 39px;
  }
}
@media (min-width: 992px) {
  .width-lg-39 {
    width: 39px;
  }
}
@media (min-width: 1200px) {
  .width-xl-39 {
    width: 39px;
  }

  .height-xl-39 {
    height: 39px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-39 {
    width: 39px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-39 {
    min-height: 39px;
  }

  .max-height-lg-39 {
    max-height: 39px !important;
  }
}
.max-width-40 {
  max-width: 40px;
}

.min-width-40 {
  min-width: 40px;
}

.min-height-40 {
  min-height: 40px;
}

.max-height-40 {
  max-height: 40px;
}

.width-40 {
  width: 40px;
}

.height-40 {
  height: 40px;
}

@media (min-width: 768px) {
  .width-md-40 {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .width-lg-40 {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .width-xl-40 {
    width: 40px;
  }

  .height-xl-40 {
    height: 40px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-40 {
    width: 40px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-40 {
    min-height: 40px;
  }

  .max-height-lg-40 {
    max-height: 40px !important;
  }
}
.max-width-41 {
  max-width: 41px;
}

.min-width-41 {
  min-width: 41px;
}

.min-height-41 {
  min-height: 41px;
}

.max-height-41 {
  max-height: 41px;
}

.width-41 {
  width: 41px;
}

.height-41 {
  height: 41px;
}

@media (min-width: 768px) {
  .width-md-41 {
    width: 41px;
  }
}
@media (min-width: 992px) {
  .width-lg-41 {
    width: 41px;
  }
}
@media (min-width: 1200px) {
  .width-xl-41 {
    width: 41px;
  }

  .height-xl-41 {
    height: 41px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-41 {
    width: 41px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-41 {
    min-height: 41px;
  }

  .max-height-lg-41 {
    max-height: 41px !important;
  }
}
.max-width-42 {
  max-width: 42px;
}

.min-width-42 {
  min-width: 42px;
}

.min-height-42 {
  min-height: 42px;
}

.max-height-42 {
  max-height: 42px;
}

.width-42 {
  width: 42px;
}

.height-42 {
  height: 42px;
}

@media (min-width: 768px) {
  .width-md-42 {
    width: 42px;
  }
}
@media (min-width: 992px) {
  .width-lg-42 {
    width: 42px;
  }
}
@media (min-width: 1200px) {
  .width-xl-42 {
    width: 42px;
  }

  .height-xl-42 {
    height: 42px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-42 {
    width: 42px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-42 {
    min-height: 42px;
  }

  .max-height-lg-42 {
    max-height: 42px !important;
  }
}
.max-width-43 {
  max-width: 43px;
}

.min-width-43 {
  min-width: 43px;
}

.min-height-43 {
  min-height: 43px;
}

.max-height-43 {
  max-height: 43px;
}

.width-43 {
  width: 43px;
}

.height-43 {
  height: 43px;
}

@media (min-width: 768px) {
  .width-md-43 {
    width: 43px;
  }
}
@media (min-width: 992px) {
  .width-lg-43 {
    width: 43px;
  }
}
@media (min-width: 1200px) {
  .width-xl-43 {
    width: 43px;
  }

  .height-xl-43 {
    height: 43px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-43 {
    width: 43px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-43 {
    min-height: 43px;
  }

  .max-height-lg-43 {
    max-height: 43px !important;
  }
}
.max-width-44 {
  max-width: 44px;
}

.min-width-44 {
  min-width: 44px;
}

.min-height-44 {
  min-height: 44px;
}

.max-height-44 {
  max-height: 44px;
}

.width-44 {
  width: 44px;
}

.height-44 {
  height: 44px;
}

@media (min-width: 768px) {
  .width-md-44 {
    width: 44px;
  }
}
@media (min-width: 992px) {
  .width-lg-44 {
    width: 44px;
  }
}
@media (min-width: 1200px) {
  .width-xl-44 {
    width: 44px;
  }

  .height-xl-44 {
    height: 44px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-44 {
    width: 44px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-44 {
    min-height: 44px;
  }

  .max-height-lg-44 {
    max-height: 44px !important;
  }
}
.max-width-45 {
  max-width: 45px;
}

.min-width-45 {
  min-width: 45px;
}

.min-height-45 {
  min-height: 45px;
}

.max-height-45 {
  max-height: 45px;
}

.width-45 {
  width: 45px;
}

.height-45 {
  height: 45px;
}

@media (min-width: 768px) {
  .width-md-45 {
    width: 45px;
  }
}
@media (min-width: 992px) {
  .width-lg-45 {
    width: 45px;
  }
}
@media (min-width: 1200px) {
  .width-xl-45 {
    width: 45px;
  }

  .height-xl-45 {
    height: 45px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-45 {
    width: 45px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-45 {
    min-height: 45px;
  }

  .max-height-lg-45 {
    max-height: 45px !important;
  }
}
.max-width-46 {
  max-width: 46px;
}

.min-width-46 {
  min-width: 46px;
}

.min-height-46 {
  min-height: 46px;
}

.max-height-46 {
  max-height: 46px;
}

.width-46 {
  width: 46px;
}

.height-46 {
  height: 46px;
}

@media (min-width: 768px) {
  .width-md-46 {
    width: 46px;
  }
}
@media (min-width: 992px) {
  .width-lg-46 {
    width: 46px;
  }
}
@media (min-width: 1200px) {
  .width-xl-46 {
    width: 46px;
  }

  .height-xl-46 {
    height: 46px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-46 {
    width: 46px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-46 {
    min-height: 46px;
  }

  .max-height-lg-46 {
    max-height: 46px !important;
  }
}
.max-width-47 {
  max-width: 47px;
}

.min-width-47 {
  min-width: 47px;
}

.min-height-47 {
  min-height: 47px;
}

.max-height-47 {
  max-height: 47px;
}

.width-47 {
  width: 47px;
}

.height-47 {
  height: 47px;
}

@media (min-width: 768px) {
  .width-md-47 {
    width: 47px;
  }
}
@media (min-width: 992px) {
  .width-lg-47 {
    width: 47px;
  }
}
@media (min-width: 1200px) {
  .width-xl-47 {
    width: 47px;
  }

  .height-xl-47 {
    height: 47px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-47 {
    width: 47px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-47 {
    min-height: 47px;
  }

  .max-height-lg-47 {
    max-height: 47px !important;
  }
}
.max-width-48 {
  max-width: 48px;
}

.min-width-48 {
  min-width: 48px;
}

.min-height-48 {
  min-height: 48px;
}

.max-height-48 {
  max-height: 48px;
}

.width-48 {
  width: 48px;
}

.height-48 {
  height: 48px;
}

@media (min-width: 768px) {
  .width-md-48 {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .width-lg-48 {
    width: 48px;
  }
}
@media (min-width: 1200px) {
  .width-xl-48 {
    width: 48px;
  }

  .height-xl-48 {
    height: 48px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-48 {
    width: 48px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-48 {
    min-height: 48px;
  }

  .max-height-lg-48 {
    max-height: 48px !important;
  }
}
.max-width-49 {
  max-width: 49px;
}

.min-width-49 {
  min-width: 49px;
}

.min-height-49 {
  min-height: 49px;
}

.max-height-49 {
  max-height: 49px;
}

.width-49 {
  width: 49px;
}

.height-49 {
  height: 49px;
}

@media (min-width: 768px) {
  .width-md-49 {
    width: 49px;
  }
}
@media (min-width: 992px) {
  .width-lg-49 {
    width: 49px;
  }
}
@media (min-width: 1200px) {
  .width-xl-49 {
    width: 49px;
  }

  .height-xl-49 {
    height: 49px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-49 {
    width: 49px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-49 {
    min-height: 49px;
  }

  .max-height-lg-49 {
    max-height: 49px !important;
  }
}
.max-width-50 {
  max-width: 50px;
}

.min-width-50 {
  min-width: 50px;
}

.min-height-50 {
  min-height: 50px;
}

.max-height-50 {
  max-height: 50px;
}

.width-50 {
  width: 50px;
}

.height-50 {
  height: 50px;
}

@media (min-width: 768px) {
  .width-md-50 {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .width-lg-50 {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .width-xl-50 {
    width: 50px;
  }

  .height-xl-50 {
    height: 50px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-50 {
    width: 50px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-50 {
    min-height: 50px;
  }

  .max-height-lg-50 {
    max-height: 50px !important;
  }
}
.max-width-51 {
  max-width: 51px;
}

.min-width-51 {
  min-width: 51px;
}

.min-height-51 {
  min-height: 51px;
}

.max-height-51 {
  max-height: 51px;
}

.width-51 {
  width: 51px;
}

.height-51 {
  height: 51px;
}

@media (min-width: 768px) {
  .width-md-51 {
    width: 51px;
  }
}
@media (min-width: 992px) {
  .width-lg-51 {
    width: 51px;
  }
}
@media (min-width: 1200px) {
  .width-xl-51 {
    width: 51px;
  }

  .height-xl-51 {
    height: 51px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-51 {
    width: 51px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-51 {
    min-height: 51px;
  }

  .max-height-lg-51 {
    max-height: 51px !important;
  }
}
.max-width-52 {
  max-width: 52px;
}

.min-width-52 {
  min-width: 52px;
}

.min-height-52 {
  min-height: 52px;
}

.max-height-52 {
  max-height: 52px;
}

.width-52 {
  width: 52px;
}

.height-52 {
  height: 52px;
}

@media (min-width: 768px) {
  .width-md-52 {
    width: 52px;
  }
}
@media (min-width: 992px) {
  .width-lg-52 {
    width: 52px;
  }
}
@media (min-width: 1200px) {
  .width-xl-52 {
    width: 52px;
  }

  .height-xl-52 {
    height: 52px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-52 {
    width: 52px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-52 {
    min-height: 52px;
  }

  .max-height-lg-52 {
    max-height: 52px !important;
  }
}
.max-width-53 {
  max-width: 53px;
}

.min-width-53 {
  min-width: 53px;
}

.min-height-53 {
  min-height: 53px;
}

.max-height-53 {
  max-height: 53px;
}

.width-53 {
  width: 53px;
}

.height-53 {
  height: 53px;
}

@media (min-width: 768px) {
  .width-md-53 {
    width: 53px;
  }
}
@media (min-width: 992px) {
  .width-lg-53 {
    width: 53px;
  }
}
@media (min-width: 1200px) {
  .width-xl-53 {
    width: 53px;
  }

  .height-xl-53 {
    height: 53px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-53 {
    width: 53px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-53 {
    min-height: 53px;
  }

  .max-height-lg-53 {
    max-height: 53px !important;
  }
}
.max-width-54 {
  max-width: 54px;
}

.min-width-54 {
  min-width: 54px;
}

.min-height-54 {
  min-height: 54px;
}

.max-height-54 {
  max-height: 54px;
}

.width-54 {
  width: 54px;
}

.height-54 {
  height: 54px;
}

@media (min-width: 768px) {
  .width-md-54 {
    width: 54px;
  }
}
@media (min-width: 992px) {
  .width-lg-54 {
    width: 54px;
  }
}
@media (min-width: 1200px) {
  .width-xl-54 {
    width: 54px;
  }

  .height-xl-54 {
    height: 54px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-54 {
    width: 54px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-54 {
    min-height: 54px;
  }

  .max-height-lg-54 {
    max-height: 54px !important;
  }
}
.max-width-55 {
  max-width: 55px;
}

.min-width-55 {
  min-width: 55px;
}

.min-height-55 {
  min-height: 55px;
}

.max-height-55 {
  max-height: 55px;
}

.width-55 {
  width: 55px;
}

.height-55 {
  height: 55px;
}

@media (min-width: 768px) {
  .width-md-55 {
    width: 55px;
  }
}
@media (min-width: 992px) {
  .width-lg-55 {
    width: 55px;
  }
}
@media (min-width: 1200px) {
  .width-xl-55 {
    width: 55px;
  }

  .height-xl-55 {
    height: 55px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-55 {
    width: 55px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-55 {
    min-height: 55px;
  }

  .max-height-lg-55 {
    max-height: 55px !important;
  }
}
.max-width-56 {
  max-width: 56px;
}

.min-width-56 {
  min-width: 56px;
}

.min-height-56 {
  min-height: 56px;
}

.max-height-56 {
  max-height: 56px;
}

.width-56 {
  width: 56px;
}

.height-56 {
  height: 56px;
}

@media (min-width: 768px) {
  .width-md-56 {
    width: 56px;
  }
}
@media (min-width: 992px) {
  .width-lg-56 {
    width: 56px;
  }
}
@media (min-width: 1200px) {
  .width-xl-56 {
    width: 56px;
  }

  .height-xl-56 {
    height: 56px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-56 {
    width: 56px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-56 {
    min-height: 56px;
  }

  .max-height-lg-56 {
    max-height: 56px !important;
  }
}
.max-width-57 {
  max-width: 57px;
}

.min-width-57 {
  min-width: 57px;
}

.min-height-57 {
  min-height: 57px;
}

.max-height-57 {
  max-height: 57px;
}

.width-57 {
  width: 57px;
}

.height-57 {
  height: 57px;
}

@media (min-width: 768px) {
  .width-md-57 {
    width: 57px;
  }
}
@media (min-width: 992px) {
  .width-lg-57 {
    width: 57px;
  }
}
@media (min-width: 1200px) {
  .width-xl-57 {
    width: 57px;
  }

  .height-xl-57 {
    height: 57px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-57 {
    width: 57px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-57 {
    min-height: 57px;
  }

  .max-height-lg-57 {
    max-height: 57px !important;
  }
}
.max-width-58 {
  max-width: 58px;
}

.min-width-58 {
  min-width: 58px;
}

.min-height-58 {
  min-height: 58px;
}

.max-height-58 {
  max-height: 58px;
}

.width-58 {
  width: 58px;
}

.height-58 {
  height: 58px;
}

@media (min-width: 768px) {
  .width-md-58 {
    width: 58px;
  }
}
@media (min-width: 992px) {
  .width-lg-58 {
    width: 58px;
  }
}
@media (min-width: 1200px) {
  .width-xl-58 {
    width: 58px;
  }

  .height-xl-58 {
    height: 58px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-58 {
    width: 58px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-58 {
    min-height: 58px;
  }

  .max-height-lg-58 {
    max-height: 58px !important;
  }
}
.max-width-59 {
  max-width: 59px;
}

.min-width-59 {
  min-width: 59px;
}

.min-height-59 {
  min-height: 59px;
}

.max-height-59 {
  max-height: 59px;
}

.width-59 {
  width: 59px;
}

.height-59 {
  height: 59px;
}

@media (min-width: 768px) {
  .width-md-59 {
    width: 59px;
  }
}
@media (min-width: 992px) {
  .width-lg-59 {
    width: 59px;
  }
}
@media (min-width: 1200px) {
  .width-xl-59 {
    width: 59px;
  }

  .height-xl-59 {
    height: 59px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-59 {
    width: 59px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-59 {
    min-height: 59px;
  }

  .max-height-lg-59 {
    max-height: 59px !important;
  }
}
.max-width-60 {
  max-width: 60px;
}

.min-width-60 {
  min-width: 60px;
}

.min-height-60 {
  min-height: 60px;
}

.max-height-60 {
  max-height: 60px;
}

.width-60 {
  width: 60px;
}

.height-60 {
  height: 60px;
}

@media (min-width: 768px) {
  .width-md-60 {
    width: 60px;
  }
}
@media (min-width: 992px) {
  .width-lg-60 {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .width-xl-60 {
    width: 60px;
  }

  .height-xl-60 {
    height: 60px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-60 {
    width: 60px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-60 {
    min-height: 60px;
  }

  .max-height-lg-60 {
    max-height: 60px !important;
  }
}
.max-width-61 {
  max-width: 61px;
}

.min-width-61 {
  min-width: 61px;
}

.min-height-61 {
  min-height: 61px;
}

.max-height-61 {
  max-height: 61px;
}

.width-61 {
  width: 61px;
}

.height-61 {
  height: 61px;
}

@media (min-width: 768px) {
  .width-md-61 {
    width: 61px;
  }
}
@media (min-width: 992px) {
  .width-lg-61 {
    width: 61px;
  }
}
@media (min-width: 1200px) {
  .width-xl-61 {
    width: 61px;
  }

  .height-xl-61 {
    height: 61px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-61 {
    width: 61px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-61 {
    min-height: 61px;
  }

  .max-height-lg-61 {
    max-height: 61px !important;
  }
}
.max-width-62 {
  max-width: 62px;
}

.min-width-62 {
  min-width: 62px;
}

.min-height-62 {
  min-height: 62px;
}

.max-height-62 {
  max-height: 62px;
}

.width-62 {
  width: 62px;
}

.height-62 {
  height: 62px;
}

@media (min-width: 768px) {
  .width-md-62 {
    width: 62px;
  }
}
@media (min-width: 992px) {
  .width-lg-62 {
    width: 62px;
  }
}
@media (min-width: 1200px) {
  .width-xl-62 {
    width: 62px;
  }

  .height-xl-62 {
    height: 62px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-62 {
    width: 62px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-62 {
    min-height: 62px;
  }

  .max-height-lg-62 {
    max-height: 62px !important;
  }
}
.max-width-63 {
  max-width: 63px;
}

.min-width-63 {
  min-width: 63px;
}

.min-height-63 {
  min-height: 63px;
}

.max-height-63 {
  max-height: 63px;
}

.width-63 {
  width: 63px;
}

.height-63 {
  height: 63px;
}

@media (min-width: 768px) {
  .width-md-63 {
    width: 63px;
  }
}
@media (min-width: 992px) {
  .width-lg-63 {
    width: 63px;
  }
}
@media (min-width: 1200px) {
  .width-xl-63 {
    width: 63px;
  }

  .height-xl-63 {
    height: 63px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-63 {
    width: 63px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-63 {
    min-height: 63px;
  }

  .max-height-lg-63 {
    max-height: 63px !important;
  }
}
.max-width-64 {
  max-width: 64px;
}

.min-width-64 {
  min-width: 64px;
}

.min-height-64 {
  min-height: 64px;
}

.max-height-64 {
  max-height: 64px;
}

.width-64 {
  width: 64px;
}

.height-64 {
  height: 64px;
}

@media (min-width: 768px) {
  .width-md-64 {
    width: 64px;
  }
}
@media (min-width: 992px) {
  .width-lg-64 {
    width: 64px;
  }
}
@media (min-width: 1200px) {
  .width-xl-64 {
    width: 64px;
  }

  .height-xl-64 {
    height: 64px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-64 {
    width: 64px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-64 {
    min-height: 64px;
  }

  .max-height-lg-64 {
    max-height: 64px !important;
  }
}
.max-width-65 {
  max-width: 65px;
}

.min-width-65 {
  min-width: 65px;
}

.min-height-65 {
  min-height: 65px;
}

.max-height-65 {
  max-height: 65px;
}

.width-65 {
  width: 65px;
}

.height-65 {
  height: 65px;
}

@media (min-width: 768px) {
  .width-md-65 {
    width: 65px;
  }
}
@media (min-width: 992px) {
  .width-lg-65 {
    width: 65px;
  }
}
@media (min-width: 1200px) {
  .width-xl-65 {
    width: 65px;
  }

  .height-xl-65 {
    height: 65px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-65 {
    width: 65px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-65 {
    min-height: 65px;
  }

  .max-height-lg-65 {
    max-height: 65px !important;
  }
}
.max-width-66 {
  max-width: 66px;
}

.min-width-66 {
  min-width: 66px;
}

.min-height-66 {
  min-height: 66px;
}

.max-height-66 {
  max-height: 66px;
}

.width-66 {
  width: 66px;
}

.height-66 {
  height: 66px;
}

@media (min-width: 768px) {
  .width-md-66 {
    width: 66px;
  }
}
@media (min-width: 992px) {
  .width-lg-66 {
    width: 66px;
  }
}
@media (min-width: 1200px) {
  .width-xl-66 {
    width: 66px;
  }

  .height-xl-66 {
    height: 66px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-66 {
    width: 66px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-66 {
    min-height: 66px;
  }

  .max-height-lg-66 {
    max-height: 66px !important;
  }
}
.max-width-67 {
  max-width: 67px;
}

.min-width-67 {
  min-width: 67px;
}

.min-height-67 {
  min-height: 67px;
}

.max-height-67 {
  max-height: 67px;
}

.width-67 {
  width: 67px;
}

.height-67 {
  height: 67px;
}

@media (min-width: 768px) {
  .width-md-67 {
    width: 67px;
  }
}
@media (min-width: 992px) {
  .width-lg-67 {
    width: 67px;
  }
}
@media (min-width: 1200px) {
  .width-xl-67 {
    width: 67px;
  }

  .height-xl-67 {
    height: 67px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-67 {
    width: 67px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-67 {
    min-height: 67px;
  }

  .max-height-lg-67 {
    max-height: 67px !important;
  }
}
.max-width-68 {
  max-width: 68px;
}

.min-width-68 {
  min-width: 68px;
}

.min-height-68 {
  min-height: 68px;
}

.max-height-68 {
  max-height: 68px;
}

.width-68 {
  width: 68px;
}

.height-68 {
  height: 68px;
}

@media (min-width: 768px) {
  .width-md-68 {
    width: 68px;
  }
}
@media (min-width: 992px) {
  .width-lg-68 {
    width: 68px;
  }
}
@media (min-width: 1200px) {
  .width-xl-68 {
    width: 68px;
  }

  .height-xl-68 {
    height: 68px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-68 {
    width: 68px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-68 {
    min-height: 68px;
  }

  .max-height-lg-68 {
    max-height: 68px !important;
  }
}
.max-width-69 {
  max-width: 69px;
}

.min-width-69 {
  min-width: 69px;
}

.min-height-69 {
  min-height: 69px;
}

.max-height-69 {
  max-height: 69px;
}

.width-69 {
  width: 69px;
}

.height-69 {
  height: 69px;
}

@media (min-width: 768px) {
  .width-md-69 {
    width: 69px;
  }
}
@media (min-width: 992px) {
  .width-lg-69 {
    width: 69px;
  }
}
@media (min-width: 1200px) {
  .width-xl-69 {
    width: 69px;
  }

  .height-xl-69 {
    height: 69px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-69 {
    width: 69px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-69 {
    min-height: 69px;
  }

  .max-height-lg-69 {
    max-height: 69px !important;
  }
}
.max-width-70 {
  max-width: 70px;
}

.min-width-70 {
  min-width: 70px;
}

.min-height-70 {
  min-height: 70px;
}

.max-height-70 {
  max-height: 70px;
}

.width-70 {
  width: 70px;
}

.height-70 {
  height: 70px;
}

@media (min-width: 768px) {
  .width-md-70 {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .width-lg-70 {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .width-xl-70 {
    width: 70px;
  }

  .height-xl-70 {
    height: 70px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-70 {
    width: 70px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-70 {
    min-height: 70px;
  }

  .max-height-lg-70 {
    max-height: 70px !important;
  }
}
.max-width-71 {
  max-width: 71px;
}

.min-width-71 {
  min-width: 71px;
}

.min-height-71 {
  min-height: 71px;
}

.max-height-71 {
  max-height: 71px;
}

.width-71 {
  width: 71px;
}

.height-71 {
  height: 71px;
}

@media (min-width: 768px) {
  .width-md-71 {
    width: 71px;
  }
}
@media (min-width: 992px) {
  .width-lg-71 {
    width: 71px;
  }
}
@media (min-width: 1200px) {
  .width-xl-71 {
    width: 71px;
  }

  .height-xl-71 {
    height: 71px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-71 {
    width: 71px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-71 {
    min-height: 71px;
  }

  .max-height-lg-71 {
    max-height: 71px !important;
  }
}
.max-width-72 {
  max-width: 72px;
}

.min-width-72 {
  min-width: 72px;
}

.min-height-72 {
  min-height: 72px;
}

.max-height-72 {
  max-height: 72px;
}

.width-72 {
  width: 72px;
}

.height-72 {
  height: 72px;
}

@media (min-width: 768px) {
  .width-md-72 {
    width: 72px;
  }
}
@media (min-width: 992px) {
  .width-lg-72 {
    width: 72px;
  }
}
@media (min-width: 1200px) {
  .width-xl-72 {
    width: 72px;
  }

  .height-xl-72 {
    height: 72px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-72 {
    width: 72px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-72 {
    min-height: 72px;
  }

  .max-height-lg-72 {
    max-height: 72px !important;
  }
}
.max-width-73 {
  max-width: 73px;
}

.min-width-73 {
  min-width: 73px;
}

.min-height-73 {
  min-height: 73px;
}

.max-height-73 {
  max-height: 73px;
}

.width-73 {
  width: 73px;
}

.height-73 {
  height: 73px;
}

@media (min-width: 768px) {
  .width-md-73 {
    width: 73px;
  }
}
@media (min-width: 992px) {
  .width-lg-73 {
    width: 73px;
  }
}
@media (min-width: 1200px) {
  .width-xl-73 {
    width: 73px;
  }

  .height-xl-73 {
    height: 73px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-73 {
    width: 73px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-73 {
    min-height: 73px;
  }

  .max-height-lg-73 {
    max-height: 73px !important;
  }
}
.max-width-74 {
  max-width: 74px;
}

.min-width-74 {
  min-width: 74px;
}

.min-height-74 {
  min-height: 74px;
}

.max-height-74 {
  max-height: 74px;
}

.width-74 {
  width: 74px;
}

.height-74 {
  height: 74px;
}

@media (min-width: 768px) {
  .width-md-74 {
    width: 74px;
  }
}
@media (min-width: 992px) {
  .width-lg-74 {
    width: 74px;
  }
}
@media (min-width: 1200px) {
  .width-xl-74 {
    width: 74px;
  }

  .height-xl-74 {
    height: 74px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-74 {
    width: 74px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-74 {
    min-height: 74px;
  }

  .max-height-lg-74 {
    max-height: 74px !important;
  }
}
.max-width-75 {
  max-width: 75px;
}

.min-width-75 {
  min-width: 75px;
}

.min-height-75 {
  min-height: 75px;
}

.max-height-75 {
  max-height: 75px;
}

.width-75 {
  width: 75px;
}

.height-75 {
  height: 75px;
}

@media (min-width: 768px) {
  .width-md-75 {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .width-lg-75 {
    width: 75px;
  }
}
@media (min-width: 1200px) {
  .width-xl-75 {
    width: 75px;
  }

  .height-xl-75 {
    height: 75px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-75 {
    width: 75px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-75 {
    min-height: 75px;
  }

  .max-height-lg-75 {
    max-height: 75px !important;
  }
}
.max-width-76 {
  max-width: 76px;
}

.min-width-76 {
  min-width: 76px;
}

.min-height-76 {
  min-height: 76px;
}

.max-height-76 {
  max-height: 76px;
}

.width-76 {
  width: 76px;
}

.height-76 {
  height: 76px;
}

@media (min-width: 768px) {
  .width-md-76 {
    width: 76px;
  }
}
@media (min-width: 992px) {
  .width-lg-76 {
    width: 76px;
  }
}
@media (min-width: 1200px) {
  .width-xl-76 {
    width: 76px;
  }

  .height-xl-76 {
    height: 76px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-76 {
    width: 76px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-76 {
    min-height: 76px;
  }

  .max-height-lg-76 {
    max-height: 76px !important;
  }
}
.max-width-77 {
  max-width: 77px;
}

.min-width-77 {
  min-width: 77px;
}

.min-height-77 {
  min-height: 77px;
}

.max-height-77 {
  max-height: 77px;
}

.width-77 {
  width: 77px;
}

.height-77 {
  height: 77px;
}

@media (min-width: 768px) {
  .width-md-77 {
    width: 77px;
  }
}
@media (min-width: 992px) {
  .width-lg-77 {
    width: 77px;
  }
}
@media (min-width: 1200px) {
  .width-xl-77 {
    width: 77px;
  }

  .height-xl-77 {
    height: 77px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-77 {
    width: 77px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-77 {
    min-height: 77px;
  }

  .max-height-lg-77 {
    max-height: 77px !important;
  }
}
.max-width-78 {
  max-width: 78px;
}

.min-width-78 {
  min-width: 78px;
}

.min-height-78 {
  min-height: 78px;
}

.max-height-78 {
  max-height: 78px;
}

.width-78 {
  width: 78px;
}

.height-78 {
  height: 78px;
}

@media (min-width: 768px) {
  .width-md-78 {
    width: 78px;
  }
}
@media (min-width: 992px) {
  .width-lg-78 {
    width: 78px;
  }
}
@media (min-width: 1200px) {
  .width-xl-78 {
    width: 78px;
  }

  .height-xl-78 {
    height: 78px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-78 {
    width: 78px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-78 {
    min-height: 78px;
  }

  .max-height-lg-78 {
    max-height: 78px !important;
  }
}
.max-width-79 {
  max-width: 79px;
}

.min-width-79 {
  min-width: 79px;
}

.min-height-79 {
  min-height: 79px;
}

.max-height-79 {
  max-height: 79px;
}

.width-79 {
  width: 79px;
}

.height-79 {
  height: 79px;
}

@media (min-width: 768px) {
  .width-md-79 {
    width: 79px;
  }
}
@media (min-width: 992px) {
  .width-lg-79 {
    width: 79px;
  }
}
@media (min-width: 1200px) {
  .width-xl-79 {
    width: 79px;
  }

  .height-xl-79 {
    height: 79px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-79 {
    width: 79px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-79 {
    min-height: 79px;
  }

  .max-height-lg-79 {
    max-height: 79px !important;
  }
}
.max-width-80 {
  max-width: 80px;
}

.min-width-80 {
  min-width: 80px;
}

.min-height-80 {
  min-height: 80px;
}

.max-height-80 {
  max-height: 80px;
}

.width-80 {
  width: 80px;
}

.height-80 {
  height: 80px;
}

@media (min-width: 768px) {
  .width-md-80 {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .width-lg-80 {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .width-xl-80 {
    width: 80px;
  }

  .height-xl-80 {
    height: 80px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-80 {
    width: 80px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-80 {
    min-height: 80px;
  }

  .max-height-lg-80 {
    max-height: 80px !important;
  }
}
.max-width-81 {
  max-width: 81px;
}

.min-width-81 {
  min-width: 81px;
}

.min-height-81 {
  min-height: 81px;
}

.max-height-81 {
  max-height: 81px;
}

.width-81 {
  width: 81px;
}

.height-81 {
  height: 81px;
}

@media (min-width: 768px) {
  .width-md-81 {
    width: 81px;
  }
}
@media (min-width: 992px) {
  .width-lg-81 {
    width: 81px;
  }
}
@media (min-width: 1200px) {
  .width-xl-81 {
    width: 81px;
  }

  .height-xl-81 {
    height: 81px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-81 {
    width: 81px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-81 {
    min-height: 81px;
  }

  .max-height-lg-81 {
    max-height: 81px !important;
  }
}
.max-width-82 {
  max-width: 82px;
}

.min-width-82 {
  min-width: 82px;
}

.min-height-82 {
  min-height: 82px;
}

.max-height-82 {
  max-height: 82px;
}

.width-82 {
  width: 82px;
}

.height-82 {
  height: 82px;
}

@media (min-width: 768px) {
  .width-md-82 {
    width: 82px;
  }
}
@media (min-width: 992px) {
  .width-lg-82 {
    width: 82px;
  }
}
@media (min-width: 1200px) {
  .width-xl-82 {
    width: 82px;
  }

  .height-xl-82 {
    height: 82px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-82 {
    width: 82px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-82 {
    min-height: 82px;
  }

  .max-height-lg-82 {
    max-height: 82px !important;
  }
}
.max-width-83 {
  max-width: 83px;
}

.min-width-83 {
  min-width: 83px;
}

.min-height-83 {
  min-height: 83px;
}

.max-height-83 {
  max-height: 83px;
}

.width-83 {
  width: 83px;
}

.height-83 {
  height: 83px;
}

@media (min-width: 768px) {
  .width-md-83 {
    width: 83px;
  }
}
@media (min-width: 992px) {
  .width-lg-83 {
    width: 83px;
  }
}
@media (min-width: 1200px) {
  .width-xl-83 {
    width: 83px;
  }

  .height-xl-83 {
    height: 83px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-83 {
    width: 83px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-83 {
    min-height: 83px;
  }

  .max-height-lg-83 {
    max-height: 83px !important;
  }
}
.max-width-84 {
  max-width: 84px;
}

.min-width-84 {
  min-width: 84px;
}

.min-height-84 {
  min-height: 84px;
}

.max-height-84 {
  max-height: 84px;
}

.width-84 {
  width: 84px;
}

.height-84 {
  height: 84px;
}

@media (min-width: 768px) {
  .width-md-84 {
    width: 84px;
  }
}
@media (min-width: 992px) {
  .width-lg-84 {
    width: 84px;
  }
}
@media (min-width: 1200px) {
  .width-xl-84 {
    width: 84px;
  }

  .height-xl-84 {
    height: 84px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-84 {
    width: 84px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-84 {
    min-height: 84px;
  }

  .max-height-lg-84 {
    max-height: 84px !important;
  }
}
.max-width-85 {
  max-width: 85px;
}

.min-width-85 {
  min-width: 85px;
}

.min-height-85 {
  min-height: 85px;
}

.max-height-85 {
  max-height: 85px;
}

.width-85 {
  width: 85px;
}

.height-85 {
  height: 85px;
}

@media (min-width: 768px) {
  .width-md-85 {
    width: 85px;
  }
}
@media (min-width: 992px) {
  .width-lg-85 {
    width: 85px;
  }
}
@media (min-width: 1200px) {
  .width-xl-85 {
    width: 85px;
  }

  .height-xl-85 {
    height: 85px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-85 {
    width: 85px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-85 {
    min-height: 85px;
  }

  .max-height-lg-85 {
    max-height: 85px !important;
  }
}
.max-width-86 {
  max-width: 86px;
}

.min-width-86 {
  min-width: 86px;
}

.min-height-86 {
  min-height: 86px;
}

.max-height-86 {
  max-height: 86px;
}

.width-86 {
  width: 86px;
}

.height-86 {
  height: 86px;
}

@media (min-width: 768px) {
  .width-md-86 {
    width: 86px;
  }
}
@media (min-width: 992px) {
  .width-lg-86 {
    width: 86px;
  }
}
@media (min-width: 1200px) {
  .width-xl-86 {
    width: 86px;
  }

  .height-xl-86 {
    height: 86px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-86 {
    width: 86px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-86 {
    min-height: 86px;
  }

  .max-height-lg-86 {
    max-height: 86px !important;
  }
}
.max-width-87 {
  max-width: 87px;
}

.min-width-87 {
  min-width: 87px;
}

.min-height-87 {
  min-height: 87px;
}

.max-height-87 {
  max-height: 87px;
}

.width-87 {
  width: 87px;
}

.height-87 {
  height: 87px;
}

@media (min-width: 768px) {
  .width-md-87 {
    width: 87px;
  }
}
@media (min-width: 992px) {
  .width-lg-87 {
    width: 87px;
  }
}
@media (min-width: 1200px) {
  .width-xl-87 {
    width: 87px;
  }

  .height-xl-87 {
    height: 87px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-87 {
    width: 87px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-87 {
    min-height: 87px;
  }

  .max-height-lg-87 {
    max-height: 87px !important;
  }
}
.max-width-88 {
  max-width: 88px;
}

.min-width-88 {
  min-width: 88px;
}

.min-height-88 {
  min-height: 88px;
}

.max-height-88 {
  max-height: 88px;
}

.width-88 {
  width: 88px;
}

.height-88 {
  height: 88px;
}

@media (min-width: 768px) {
  .width-md-88 {
    width: 88px;
  }
}
@media (min-width: 992px) {
  .width-lg-88 {
    width: 88px;
  }
}
@media (min-width: 1200px) {
  .width-xl-88 {
    width: 88px;
  }

  .height-xl-88 {
    height: 88px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-88 {
    width: 88px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-88 {
    min-height: 88px;
  }

  .max-height-lg-88 {
    max-height: 88px !important;
  }
}
.max-width-89 {
  max-width: 89px;
}

.min-width-89 {
  min-width: 89px;
}

.min-height-89 {
  min-height: 89px;
}

.max-height-89 {
  max-height: 89px;
}

.width-89 {
  width: 89px;
}

.height-89 {
  height: 89px;
}

@media (min-width: 768px) {
  .width-md-89 {
    width: 89px;
  }
}
@media (min-width: 992px) {
  .width-lg-89 {
    width: 89px;
  }
}
@media (min-width: 1200px) {
  .width-xl-89 {
    width: 89px;
  }

  .height-xl-89 {
    height: 89px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-89 {
    width: 89px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-89 {
    min-height: 89px;
  }

  .max-height-lg-89 {
    max-height: 89px !important;
  }
}
.max-width-90 {
  max-width: 90px;
}

.min-width-90 {
  min-width: 90px;
}

.min-height-90 {
  min-height: 90px;
}

.max-height-90 {
  max-height: 90px;
}

.width-90 {
  width: 90px;
}

.height-90 {
  height: 90px;
}

@media (min-width: 768px) {
  .width-md-90 {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .width-lg-90 {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .width-xl-90 {
    width: 90px;
  }

  .height-xl-90 {
    height: 90px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-90 {
    width: 90px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-90 {
    min-height: 90px;
  }

  .max-height-lg-90 {
    max-height: 90px !important;
  }
}
.max-width-91 {
  max-width: 91px;
}

.min-width-91 {
  min-width: 91px;
}

.min-height-91 {
  min-height: 91px;
}

.max-height-91 {
  max-height: 91px;
}

.width-91 {
  width: 91px;
}

.height-91 {
  height: 91px;
}

@media (min-width: 768px) {
  .width-md-91 {
    width: 91px;
  }
}
@media (min-width: 992px) {
  .width-lg-91 {
    width: 91px;
  }
}
@media (min-width: 1200px) {
  .width-xl-91 {
    width: 91px;
  }

  .height-xl-91 {
    height: 91px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-91 {
    width: 91px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-91 {
    min-height: 91px;
  }

  .max-height-lg-91 {
    max-height: 91px !important;
  }
}
.max-width-92 {
  max-width: 92px;
}

.min-width-92 {
  min-width: 92px;
}

.min-height-92 {
  min-height: 92px;
}

.max-height-92 {
  max-height: 92px;
}

.width-92 {
  width: 92px;
}

.height-92 {
  height: 92px;
}

@media (min-width: 768px) {
  .width-md-92 {
    width: 92px;
  }
}
@media (min-width: 992px) {
  .width-lg-92 {
    width: 92px;
  }
}
@media (min-width: 1200px) {
  .width-xl-92 {
    width: 92px;
  }

  .height-xl-92 {
    height: 92px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-92 {
    width: 92px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-92 {
    min-height: 92px;
  }

  .max-height-lg-92 {
    max-height: 92px !important;
  }
}
.max-width-93 {
  max-width: 93px;
}

.min-width-93 {
  min-width: 93px;
}

.min-height-93 {
  min-height: 93px;
}

.max-height-93 {
  max-height: 93px;
}

.width-93 {
  width: 93px;
}

.height-93 {
  height: 93px;
}

@media (min-width: 768px) {
  .width-md-93 {
    width: 93px;
  }
}
@media (min-width: 992px) {
  .width-lg-93 {
    width: 93px;
  }
}
@media (min-width: 1200px) {
  .width-xl-93 {
    width: 93px;
  }

  .height-xl-93 {
    height: 93px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-93 {
    width: 93px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-93 {
    min-height: 93px;
  }

  .max-height-lg-93 {
    max-height: 93px !important;
  }
}
.max-width-94 {
  max-width: 94px;
}

.min-width-94 {
  min-width: 94px;
}

.min-height-94 {
  min-height: 94px;
}

.max-height-94 {
  max-height: 94px;
}

.width-94 {
  width: 94px;
}

.height-94 {
  height: 94px;
}

@media (min-width: 768px) {
  .width-md-94 {
    width: 94px;
  }
}
@media (min-width: 992px) {
  .width-lg-94 {
    width: 94px;
  }
}
@media (min-width: 1200px) {
  .width-xl-94 {
    width: 94px;
  }

  .height-xl-94 {
    height: 94px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-94 {
    width: 94px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-94 {
    min-height: 94px;
  }

  .max-height-lg-94 {
    max-height: 94px !important;
  }
}
.max-width-95 {
  max-width: 95px;
}

.min-width-95 {
  min-width: 95px;
}

.min-height-95 {
  min-height: 95px;
}

.max-height-95 {
  max-height: 95px;
}

.width-95 {
  width: 95px;
}

.height-95 {
  height: 95px;
}

@media (min-width: 768px) {
  .width-md-95 {
    width: 95px;
  }
}
@media (min-width: 992px) {
  .width-lg-95 {
    width: 95px;
  }
}
@media (min-width: 1200px) {
  .width-xl-95 {
    width: 95px;
  }

  .height-xl-95 {
    height: 95px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-95 {
    width: 95px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-95 {
    min-height: 95px;
  }

  .max-height-lg-95 {
    max-height: 95px !important;
  }
}
.max-width-96 {
  max-width: 96px;
}

.min-width-96 {
  min-width: 96px;
}

.min-height-96 {
  min-height: 96px;
}

.max-height-96 {
  max-height: 96px;
}

.width-96 {
  width: 96px;
}

.height-96 {
  height: 96px;
}

@media (min-width: 768px) {
  .width-md-96 {
    width: 96px;
  }
}
@media (min-width: 992px) {
  .width-lg-96 {
    width: 96px;
  }
}
@media (min-width: 1200px) {
  .width-xl-96 {
    width: 96px;
  }

  .height-xl-96 {
    height: 96px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-96 {
    width: 96px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-96 {
    min-height: 96px;
  }

  .max-height-lg-96 {
    max-height: 96px !important;
  }
}
.max-width-97 {
  max-width: 97px;
}

.min-width-97 {
  min-width: 97px;
}

.min-height-97 {
  min-height: 97px;
}

.max-height-97 {
  max-height: 97px;
}

.width-97 {
  width: 97px;
}

.height-97 {
  height: 97px;
}

@media (min-width: 768px) {
  .width-md-97 {
    width: 97px;
  }
}
@media (min-width: 992px) {
  .width-lg-97 {
    width: 97px;
  }
}
@media (min-width: 1200px) {
  .width-xl-97 {
    width: 97px;
  }

  .height-xl-97 {
    height: 97px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-97 {
    width: 97px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-97 {
    min-height: 97px;
  }

  .max-height-lg-97 {
    max-height: 97px !important;
  }
}
.max-width-98 {
  max-width: 98px;
}

.min-width-98 {
  min-width: 98px;
}

.min-height-98 {
  min-height: 98px;
}

.max-height-98 {
  max-height: 98px;
}

.width-98 {
  width: 98px;
}

.height-98 {
  height: 98px;
}

@media (min-width: 768px) {
  .width-md-98 {
    width: 98px;
  }
}
@media (min-width: 992px) {
  .width-lg-98 {
    width: 98px;
  }
}
@media (min-width: 1200px) {
  .width-xl-98 {
    width: 98px;
  }

  .height-xl-98 {
    height: 98px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-98 {
    width: 98px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-98 {
    min-height: 98px;
  }

  .max-height-lg-98 {
    max-height: 98px !important;
  }
}
.max-width-99 {
  max-width: 99px;
}

.min-width-99 {
  min-width: 99px;
}

.min-height-99 {
  min-height: 99px;
}

.max-height-99 {
  max-height: 99px;
}

.width-99 {
  width: 99px;
}

.height-99 {
  height: 99px;
}

@media (min-width: 768px) {
  .width-md-99 {
    width: 99px;
  }
}
@media (min-width: 992px) {
  .width-lg-99 {
    width: 99px;
  }
}
@media (min-width: 1200px) {
  .width-xl-99 {
    width: 99px;
  }

  .height-xl-99 {
    height: 99px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-99 {
    width: 99px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-99 {
    min-height: 99px;
  }

  .max-height-lg-99 {
    max-height: 99px !important;
  }
}
.max-width-100 {
  max-width: 100px;
}

.min-width-100 {
  min-width: 100px;
}

.min-height-100 {
  min-height: 100px;
}

.max-height-100 {
  max-height: 100px;
}

.width-100 {
  width: 100px;
}

.height-100 {
  height: 100px;
}

@media (min-width: 768px) {
  .width-md-100 {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .width-lg-100 {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .width-xl-100 {
    width: 100px;
  }

  .height-xl-100 {
    height: 100px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-100 {
    width: 100px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-100 {
    min-height: 100px;
  }

  .max-height-lg-100 {
    max-height: 100px !important;
  }
}
.max-width-101 {
  max-width: 101px;
}

.min-width-101 {
  min-width: 101px;
}

.min-height-101 {
  min-height: 101px;
}

.max-height-101 {
  max-height: 101px;
}

.width-101 {
  width: 101px;
}

.height-101 {
  height: 101px;
}

@media (min-width: 768px) {
  .width-md-101 {
    width: 101px;
  }
}
@media (min-width: 992px) {
  .width-lg-101 {
    width: 101px;
  }
}
@media (min-width: 1200px) {
  .width-xl-101 {
    width: 101px;
  }

  .height-xl-101 {
    height: 101px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-101 {
    width: 101px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-101 {
    min-height: 101px;
  }

  .max-height-lg-101 {
    max-height: 101px !important;
  }
}
.max-width-102 {
  max-width: 102px;
}

.min-width-102 {
  min-width: 102px;
}

.min-height-102 {
  min-height: 102px;
}

.max-height-102 {
  max-height: 102px;
}

.width-102 {
  width: 102px;
}

.height-102 {
  height: 102px;
}

@media (min-width: 768px) {
  .width-md-102 {
    width: 102px;
  }
}
@media (min-width: 992px) {
  .width-lg-102 {
    width: 102px;
  }
}
@media (min-width: 1200px) {
  .width-xl-102 {
    width: 102px;
  }

  .height-xl-102 {
    height: 102px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-102 {
    width: 102px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-102 {
    min-height: 102px;
  }

  .max-height-lg-102 {
    max-height: 102px !important;
  }
}
.max-width-103 {
  max-width: 103px;
}

.min-width-103 {
  min-width: 103px;
}

.min-height-103 {
  min-height: 103px;
}

.max-height-103 {
  max-height: 103px;
}

.width-103 {
  width: 103px;
}

.height-103 {
  height: 103px;
}

@media (min-width: 768px) {
  .width-md-103 {
    width: 103px;
  }
}
@media (min-width: 992px) {
  .width-lg-103 {
    width: 103px;
  }
}
@media (min-width: 1200px) {
  .width-xl-103 {
    width: 103px;
  }

  .height-xl-103 {
    height: 103px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-103 {
    width: 103px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-103 {
    min-height: 103px;
  }

  .max-height-lg-103 {
    max-height: 103px !important;
  }
}
.max-width-104 {
  max-width: 104px;
}

.min-width-104 {
  min-width: 104px;
}

.min-height-104 {
  min-height: 104px;
}

.max-height-104 {
  max-height: 104px;
}

.width-104 {
  width: 104px;
}

.height-104 {
  height: 104px;
}

@media (min-width: 768px) {
  .width-md-104 {
    width: 104px;
  }
}
@media (min-width: 992px) {
  .width-lg-104 {
    width: 104px;
  }
}
@media (min-width: 1200px) {
  .width-xl-104 {
    width: 104px;
  }

  .height-xl-104 {
    height: 104px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-104 {
    width: 104px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-104 {
    min-height: 104px;
  }

  .max-height-lg-104 {
    max-height: 104px !important;
  }
}
.max-width-105 {
  max-width: 105px;
}

.min-width-105 {
  min-width: 105px;
}

.min-height-105 {
  min-height: 105px;
}

.max-height-105 {
  max-height: 105px;
}

.width-105 {
  width: 105px;
}

.height-105 {
  height: 105px;
}

@media (min-width: 768px) {
  .width-md-105 {
    width: 105px;
  }
}
@media (min-width: 992px) {
  .width-lg-105 {
    width: 105px;
  }
}
@media (min-width: 1200px) {
  .width-xl-105 {
    width: 105px;
  }

  .height-xl-105 {
    height: 105px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-105 {
    width: 105px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-105 {
    min-height: 105px;
  }

  .max-height-lg-105 {
    max-height: 105px !important;
  }
}
.max-width-106 {
  max-width: 106px;
}

.min-width-106 {
  min-width: 106px;
}

.min-height-106 {
  min-height: 106px;
}

.max-height-106 {
  max-height: 106px;
}

.width-106 {
  width: 106px;
}

.height-106 {
  height: 106px;
}

@media (min-width: 768px) {
  .width-md-106 {
    width: 106px;
  }
}
@media (min-width: 992px) {
  .width-lg-106 {
    width: 106px;
  }
}
@media (min-width: 1200px) {
  .width-xl-106 {
    width: 106px;
  }

  .height-xl-106 {
    height: 106px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-106 {
    width: 106px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-106 {
    min-height: 106px;
  }

  .max-height-lg-106 {
    max-height: 106px !important;
  }
}
.max-width-107 {
  max-width: 107px;
}

.min-width-107 {
  min-width: 107px;
}

.min-height-107 {
  min-height: 107px;
}

.max-height-107 {
  max-height: 107px;
}

.width-107 {
  width: 107px;
}

.height-107 {
  height: 107px;
}

@media (min-width: 768px) {
  .width-md-107 {
    width: 107px;
  }
}
@media (min-width: 992px) {
  .width-lg-107 {
    width: 107px;
  }
}
@media (min-width: 1200px) {
  .width-xl-107 {
    width: 107px;
  }

  .height-xl-107 {
    height: 107px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-107 {
    width: 107px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-107 {
    min-height: 107px;
  }

  .max-height-lg-107 {
    max-height: 107px !important;
  }
}
.max-width-108 {
  max-width: 108px;
}

.min-width-108 {
  min-width: 108px;
}

.min-height-108 {
  min-height: 108px;
}

.max-height-108 {
  max-height: 108px;
}

.width-108 {
  width: 108px;
}

.height-108 {
  height: 108px;
}

@media (min-width: 768px) {
  .width-md-108 {
    width: 108px;
  }
}
@media (min-width: 992px) {
  .width-lg-108 {
    width: 108px;
  }
}
@media (min-width: 1200px) {
  .width-xl-108 {
    width: 108px;
  }

  .height-xl-108 {
    height: 108px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-108 {
    width: 108px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-108 {
    min-height: 108px;
  }

  .max-height-lg-108 {
    max-height: 108px !important;
  }
}
.max-width-109 {
  max-width: 109px;
}

.min-width-109 {
  min-width: 109px;
}

.min-height-109 {
  min-height: 109px;
}

.max-height-109 {
  max-height: 109px;
}

.width-109 {
  width: 109px;
}

.height-109 {
  height: 109px;
}

@media (min-width: 768px) {
  .width-md-109 {
    width: 109px;
  }
}
@media (min-width: 992px) {
  .width-lg-109 {
    width: 109px;
  }
}
@media (min-width: 1200px) {
  .width-xl-109 {
    width: 109px;
  }

  .height-xl-109 {
    height: 109px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-109 {
    width: 109px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-109 {
    min-height: 109px;
  }

  .max-height-lg-109 {
    max-height: 109px !important;
  }
}
.max-width-110 {
  max-width: 110px;
}

.min-width-110 {
  min-width: 110px;
}

.min-height-110 {
  min-height: 110px;
}

.max-height-110 {
  max-height: 110px;
}

.width-110 {
  width: 110px;
}

.height-110 {
  height: 110px;
}

@media (min-width: 768px) {
  .width-md-110 {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .width-lg-110 {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .width-xl-110 {
    width: 110px;
  }

  .height-xl-110 {
    height: 110px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-110 {
    width: 110px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-110 {
    min-height: 110px;
  }

  .max-height-lg-110 {
    max-height: 110px !important;
  }
}
.max-width-111 {
  max-width: 111px;
}

.min-width-111 {
  min-width: 111px;
}

.min-height-111 {
  min-height: 111px;
}

.max-height-111 {
  max-height: 111px;
}

.width-111 {
  width: 111px;
}

.height-111 {
  height: 111px;
}

@media (min-width: 768px) {
  .width-md-111 {
    width: 111px;
  }
}
@media (min-width: 992px) {
  .width-lg-111 {
    width: 111px;
  }
}
@media (min-width: 1200px) {
  .width-xl-111 {
    width: 111px;
  }

  .height-xl-111 {
    height: 111px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-111 {
    width: 111px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-111 {
    min-height: 111px;
  }

  .max-height-lg-111 {
    max-height: 111px !important;
  }
}
.max-width-112 {
  max-width: 112px;
}

.min-width-112 {
  min-width: 112px;
}

.min-height-112 {
  min-height: 112px;
}

.max-height-112 {
  max-height: 112px;
}

.width-112 {
  width: 112px;
}

.height-112 {
  height: 112px;
}

@media (min-width: 768px) {
  .width-md-112 {
    width: 112px;
  }
}
@media (min-width: 992px) {
  .width-lg-112 {
    width: 112px;
  }
}
@media (min-width: 1200px) {
  .width-xl-112 {
    width: 112px;
  }

  .height-xl-112 {
    height: 112px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-112 {
    width: 112px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-112 {
    min-height: 112px;
  }

  .max-height-lg-112 {
    max-height: 112px !important;
  }
}
.max-width-113 {
  max-width: 113px;
}

.min-width-113 {
  min-width: 113px;
}

.min-height-113 {
  min-height: 113px;
}

.max-height-113 {
  max-height: 113px;
}

.width-113 {
  width: 113px;
}

.height-113 {
  height: 113px;
}

@media (min-width: 768px) {
  .width-md-113 {
    width: 113px;
  }
}
@media (min-width: 992px) {
  .width-lg-113 {
    width: 113px;
  }
}
@media (min-width: 1200px) {
  .width-xl-113 {
    width: 113px;
  }

  .height-xl-113 {
    height: 113px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-113 {
    width: 113px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-113 {
    min-height: 113px;
  }

  .max-height-lg-113 {
    max-height: 113px !important;
  }
}
.max-width-114 {
  max-width: 114px;
}

.min-width-114 {
  min-width: 114px;
}

.min-height-114 {
  min-height: 114px;
}

.max-height-114 {
  max-height: 114px;
}

.width-114 {
  width: 114px;
}

.height-114 {
  height: 114px;
}

@media (min-width: 768px) {
  .width-md-114 {
    width: 114px;
  }
}
@media (min-width: 992px) {
  .width-lg-114 {
    width: 114px;
  }
}
@media (min-width: 1200px) {
  .width-xl-114 {
    width: 114px;
  }

  .height-xl-114 {
    height: 114px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-114 {
    width: 114px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-114 {
    min-height: 114px;
  }

  .max-height-lg-114 {
    max-height: 114px !important;
  }
}
.max-width-115 {
  max-width: 115px;
}

.min-width-115 {
  min-width: 115px;
}

.min-height-115 {
  min-height: 115px;
}

.max-height-115 {
  max-height: 115px;
}

.width-115 {
  width: 115px;
}

.height-115 {
  height: 115px;
}

@media (min-width: 768px) {
  .width-md-115 {
    width: 115px;
  }
}
@media (min-width: 992px) {
  .width-lg-115 {
    width: 115px;
  }
}
@media (min-width: 1200px) {
  .width-xl-115 {
    width: 115px;
  }

  .height-xl-115 {
    height: 115px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-115 {
    width: 115px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-115 {
    min-height: 115px;
  }

  .max-height-lg-115 {
    max-height: 115px !important;
  }
}
.max-width-116 {
  max-width: 116px;
}

.min-width-116 {
  min-width: 116px;
}

.min-height-116 {
  min-height: 116px;
}

.max-height-116 {
  max-height: 116px;
}

.width-116 {
  width: 116px;
}

.height-116 {
  height: 116px;
}

@media (min-width: 768px) {
  .width-md-116 {
    width: 116px;
  }
}
@media (min-width: 992px) {
  .width-lg-116 {
    width: 116px;
  }
}
@media (min-width: 1200px) {
  .width-xl-116 {
    width: 116px;
  }

  .height-xl-116 {
    height: 116px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-116 {
    width: 116px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-116 {
    min-height: 116px;
  }

  .max-height-lg-116 {
    max-height: 116px !important;
  }
}
.max-width-117 {
  max-width: 117px;
}

.min-width-117 {
  min-width: 117px;
}

.min-height-117 {
  min-height: 117px;
}

.max-height-117 {
  max-height: 117px;
}

.width-117 {
  width: 117px;
}

.height-117 {
  height: 117px;
}

@media (min-width: 768px) {
  .width-md-117 {
    width: 117px;
  }
}
@media (min-width: 992px) {
  .width-lg-117 {
    width: 117px;
  }
}
@media (min-width: 1200px) {
  .width-xl-117 {
    width: 117px;
  }

  .height-xl-117 {
    height: 117px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-117 {
    width: 117px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-117 {
    min-height: 117px;
  }

  .max-height-lg-117 {
    max-height: 117px !important;
  }
}
.max-width-118 {
  max-width: 118px;
}

.min-width-118 {
  min-width: 118px;
}

.min-height-118 {
  min-height: 118px;
}

.max-height-118 {
  max-height: 118px;
}

.width-118 {
  width: 118px;
}

.height-118 {
  height: 118px;
}

@media (min-width: 768px) {
  .width-md-118 {
    width: 118px;
  }
}
@media (min-width: 992px) {
  .width-lg-118 {
    width: 118px;
  }
}
@media (min-width: 1200px) {
  .width-xl-118 {
    width: 118px;
  }

  .height-xl-118 {
    height: 118px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-118 {
    width: 118px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-118 {
    min-height: 118px;
  }

  .max-height-lg-118 {
    max-height: 118px !important;
  }
}
.max-width-119 {
  max-width: 119px;
}

.min-width-119 {
  min-width: 119px;
}

.min-height-119 {
  min-height: 119px;
}

.max-height-119 {
  max-height: 119px;
}

.width-119 {
  width: 119px;
}

.height-119 {
  height: 119px;
}

@media (min-width: 768px) {
  .width-md-119 {
    width: 119px;
  }
}
@media (min-width: 992px) {
  .width-lg-119 {
    width: 119px;
  }
}
@media (min-width: 1200px) {
  .width-xl-119 {
    width: 119px;
  }

  .height-xl-119 {
    height: 119px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-119 {
    width: 119px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-119 {
    min-height: 119px;
  }

  .max-height-lg-119 {
    max-height: 119px !important;
  }
}
.max-width-120 {
  max-width: 120px;
}

.min-width-120 {
  min-width: 120px;
}

.min-height-120 {
  min-height: 120px;
}

.max-height-120 {
  max-height: 120px;
}

.width-120 {
  width: 120px;
}

.height-120 {
  height: 120px;
}

@media (min-width: 768px) {
  .width-md-120 {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .width-lg-120 {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .width-xl-120 {
    width: 120px;
  }

  .height-xl-120 {
    height: 120px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-120 {
    width: 120px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-120 {
    min-height: 120px;
  }

  .max-height-lg-120 {
    max-height: 120px !important;
  }
}
.max-width-121 {
  max-width: 121px;
}

.min-width-121 {
  min-width: 121px;
}

.min-height-121 {
  min-height: 121px;
}

.max-height-121 {
  max-height: 121px;
}

.width-121 {
  width: 121px;
}

.height-121 {
  height: 121px;
}

@media (min-width: 768px) {
  .width-md-121 {
    width: 121px;
  }
}
@media (min-width: 992px) {
  .width-lg-121 {
    width: 121px;
  }
}
@media (min-width: 1200px) {
  .width-xl-121 {
    width: 121px;
  }

  .height-xl-121 {
    height: 121px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-121 {
    width: 121px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-121 {
    min-height: 121px;
  }

  .max-height-lg-121 {
    max-height: 121px !important;
  }
}
.max-width-122 {
  max-width: 122px;
}

.min-width-122 {
  min-width: 122px;
}

.min-height-122 {
  min-height: 122px;
}

.max-height-122 {
  max-height: 122px;
}

.width-122 {
  width: 122px;
}

.height-122 {
  height: 122px;
}

@media (min-width: 768px) {
  .width-md-122 {
    width: 122px;
  }
}
@media (min-width: 992px) {
  .width-lg-122 {
    width: 122px;
  }
}
@media (min-width: 1200px) {
  .width-xl-122 {
    width: 122px;
  }

  .height-xl-122 {
    height: 122px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-122 {
    width: 122px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-122 {
    min-height: 122px;
  }

  .max-height-lg-122 {
    max-height: 122px !important;
  }
}
.max-width-123 {
  max-width: 123px;
}

.min-width-123 {
  min-width: 123px;
}

.min-height-123 {
  min-height: 123px;
}

.max-height-123 {
  max-height: 123px;
}

.width-123 {
  width: 123px;
}

.height-123 {
  height: 123px;
}

@media (min-width: 768px) {
  .width-md-123 {
    width: 123px;
  }
}
@media (min-width: 992px) {
  .width-lg-123 {
    width: 123px;
  }
}
@media (min-width: 1200px) {
  .width-xl-123 {
    width: 123px;
  }

  .height-xl-123 {
    height: 123px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-123 {
    width: 123px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-123 {
    min-height: 123px;
  }

  .max-height-lg-123 {
    max-height: 123px !important;
  }
}
.max-width-124 {
  max-width: 124px;
}

.min-width-124 {
  min-width: 124px;
}

.min-height-124 {
  min-height: 124px;
}

.max-height-124 {
  max-height: 124px;
}

.width-124 {
  width: 124px;
}

.height-124 {
  height: 124px;
}

@media (min-width: 768px) {
  .width-md-124 {
    width: 124px;
  }
}
@media (min-width: 992px) {
  .width-lg-124 {
    width: 124px;
  }
}
@media (min-width: 1200px) {
  .width-xl-124 {
    width: 124px;
  }

  .height-xl-124 {
    height: 124px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-124 {
    width: 124px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-124 {
    min-height: 124px;
  }

  .max-height-lg-124 {
    max-height: 124px !important;
  }
}
.max-width-125 {
  max-width: 125px;
}

.min-width-125 {
  min-width: 125px;
}

.min-height-125 {
  min-height: 125px;
}

.max-height-125 {
  max-height: 125px;
}

.width-125 {
  width: 125px;
}

.height-125 {
  height: 125px;
}

@media (min-width: 768px) {
  .width-md-125 {
    width: 125px;
  }
}
@media (min-width: 992px) {
  .width-lg-125 {
    width: 125px;
  }
}
@media (min-width: 1200px) {
  .width-xl-125 {
    width: 125px;
  }

  .height-xl-125 {
    height: 125px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-125 {
    width: 125px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-125 {
    min-height: 125px;
  }

  .max-height-lg-125 {
    max-height: 125px !important;
  }
}
.max-width-126 {
  max-width: 126px;
}

.min-width-126 {
  min-width: 126px;
}

.min-height-126 {
  min-height: 126px;
}

.max-height-126 {
  max-height: 126px;
}

.width-126 {
  width: 126px;
}

.height-126 {
  height: 126px;
}

@media (min-width: 768px) {
  .width-md-126 {
    width: 126px;
  }
}
@media (min-width: 992px) {
  .width-lg-126 {
    width: 126px;
  }
}
@media (min-width: 1200px) {
  .width-xl-126 {
    width: 126px;
  }

  .height-xl-126 {
    height: 126px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-126 {
    width: 126px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-126 {
    min-height: 126px;
  }

  .max-height-lg-126 {
    max-height: 126px !important;
  }
}
.max-width-127 {
  max-width: 127px;
}

.min-width-127 {
  min-width: 127px;
}

.min-height-127 {
  min-height: 127px;
}

.max-height-127 {
  max-height: 127px;
}

.width-127 {
  width: 127px;
}

.height-127 {
  height: 127px;
}

@media (min-width: 768px) {
  .width-md-127 {
    width: 127px;
  }
}
@media (min-width: 992px) {
  .width-lg-127 {
    width: 127px;
  }
}
@media (min-width: 1200px) {
  .width-xl-127 {
    width: 127px;
  }

  .height-xl-127 {
    height: 127px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-127 {
    width: 127px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-127 {
    min-height: 127px;
  }

  .max-height-lg-127 {
    max-height: 127px !important;
  }
}
.max-width-128 {
  max-width: 128px;
}

.min-width-128 {
  min-width: 128px;
}

.min-height-128 {
  min-height: 128px;
}

.max-height-128 {
  max-height: 128px;
}

.width-128 {
  width: 128px;
}

.height-128 {
  height: 128px;
}

@media (min-width: 768px) {
  .width-md-128 {
    width: 128px;
  }
}
@media (min-width: 992px) {
  .width-lg-128 {
    width: 128px;
  }
}
@media (min-width: 1200px) {
  .width-xl-128 {
    width: 128px;
  }

  .height-xl-128 {
    height: 128px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-128 {
    width: 128px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-128 {
    min-height: 128px;
  }

  .max-height-lg-128 {
    max-height: 128px !important;
  }
}
.max-width-129 {
  max-width: 129px;
}

.min-width-129 {
  min-width: 129px;
}

.min-height-129 {
  min-height: 129px;
}

.max-height-129 {
  max-height: 129px;
}

.width-129 {
  width: 129px;
}

.height-129 {
  height: 129px;
}

@media (min-width: 768px) {
  .width-md-129 {
    width: 129px;
  }
}
@media (min-width: 992px) {
  .width-lg-129 {
    width: 129px;
  }
}
@media (min-width: 1200px) {
  .width-xl-129 {
    width: 129px;
  }

  .height-xl-129 {
    height: 129px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-129 {
    width: 129px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-129 {
    min-height: 129px;
  }

  .max-height-lg-129 {
    max-height: 129px !important;
  }
}
.max-width-130 {
  max-width: 130px;
}

.min-width-130 {
  min-width: 130px;
}

.min-height-130 {
  min-height: 130px;
}

.max-height-130 {
  max-height: 130px;
}

.width-130 {
  width: 130px;
}

.height-130 {
  height: 130px;
}

@media (min-width: 768px) {
  .width-md-130 {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .width-lg-130 {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .width-xl-130 {
    width: 130px;
  }

  .height-xl-130 {
    height: 130px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-130 {
    width: 130px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-130 {
    min-height: 130px;
  }

  .max-height-lg-130 {
    max-height: 130px !important;
  }
}
.max-width-131 {
  max-width: 131px;
}

.min-width-131 {
  min-width: 131px;
}

.min-height-131 {
  min-height: 131px;
}

.max-height-131 {
  max-height: 131px;
}

.width-131 {
  width: 131px;
}

.height-131 {
  height: 131px;
}

@media (min-width: 768px) {
  .width-md-131 {
    width: 131px;
  }
}
@media (min-width: 992px) {
  .width-lg-131 {
    width: 131px;
  }
}
@media (min-width: 1200px) {
  .width-xl-131 {
    width: 131px;
  }

  .height-xl-131 {
    height: 131px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-131 {
    width: 131px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-131 {
    min-height: 131px;
  }

  .max-height-lg-131 {
    max-height: 131px !important;
  }
}
.max-width-132 {
  max-width: 132px;
}

.min-width-132 {
  min-width: 132px;
}

.min-height-132 {
  min-height: 132px;
}

.max-height-132 {
  max-height: 132px;
}

.width-132 {
  width: 132px;
}

.height-132 {
  height: 132px;
}

@media (min-width: 768px) {
  .width-md-132 {
    width: 132px;
  }
}
@media (min-width: 992px) {
  .width-lg-132 {
    width: 132px;
  }
}
@media (min-width: 1200px) {
  .width-xl-132 {
    width: 132px;
  }

  .height-xl-132 {
    height: 132px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-132 {
    width: 132px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-132 {
    min-height: 132px;
  }

  .max-height-lg-132 {
    max-height: 132px !important;
  }
}
.max-width-133 {
  max-width: 133px;
}

.min-width-133 {
  min-width: 133px;
}

.min-height-133 {
  min-height: 133px;
}

.max-height-133 {
  max-height: 133px;
}

.width-133 {
  width: 133px;
}

.height-133 {
  height: 133px;
}

@media (min-width: 768px) {
  .width-md-133 {
    width: 133px;
  }
}
@media (min-width: 992px) {
  .width-lg-133 {
    width: 133px;
  }
}
@media (min-width: 1200px) {
  .width-xl-133 {
    width: 133px;
  }

  .height-xl-133 {
    height: 133px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-133 {
    width: 133px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-133 {
    min-height: 133px;
  }

  .max-height-lg-133 {
    max-height: 133px !important;
  }
}
.max-width-134 {
  max-width: 134px;
}

.min-width-134 {
  min-width: 134px;
}

.min-height-134 {
  min-height: 134px;
}

.max-height-134 {
  max-height: 134px;
}

.width-134 {
  width: 134px;
}

.height-134 {
  height: 134px;
}

@media (min-width: 768px) {
  .width-md-134 {
    width: 134px;
  }
}
@media (min-width: 992px) {
  .width-lg-134 {
    width: 134px;
  }
}
@media (min-width: 1200px) {
  .width-xl-134 {
    width: 134px;
  }

  .height-xl-134 {
    height: 134px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-134 {
    width: 134px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-134 {
    min-height: 134px;
  }

  .max-height-lg-134 {
    max-height: 134px !important;
  }
}
.max-width-135 {
  max-width: 135px;
}

.min-width-135 {
  min-width: 135px;
}

.min-height-135 {
  min-height: 135px;
}

.max-height-135 {
  max-height: 135px;
}

.width-135 {
  width: 135px;
}

.height-135 {
  height: 135px;
}

@media (min-width: 768px) {
  .width-md-135 {
    width: 135px;
  }
}
@media (min-width: 992px) {
  .width-lg-135 {
    width: 135px;
  }
}
@media (min-width: 1200px) {
  .width-xl-135 {
    width: 135px;
  }

  .height-xl-135 {
    height: 135px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-135 {
    width: 135px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-135 {
    min-height: 135px;
  }

  .max-height-lg-135 {
    max-height: 135px !important;
  }
}
.max-width-136 {
  max-width: 136px;
}

.min-width-136 {
  min-width: 136px;
}

.min-height-136 {
  min-height: 136px;
}

.max-height-136 {
  max-height: 136px;
}

.width-136 {
  width: 136px;
}

.height-136 {
  height: 136px;
}

@media (min-width: 768px) {
  .width-md-136 {
    width: 136px;
  }
}
@media (min-width: 992px) {
  .width-lg-136 {
    width: 136px;
  }
}
@media (min-width: 1200px) {
  .width-xl-136 {
    width: 136px;
  }

  .height-xl-136 {
    height: 136px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-136 {
    width: 136px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-136 {
    min-height: 136px;
  }

  .max-height-lg-136 {
    max-height: 136px !important;
  }
}
.max-width-137 {
  max-width: 137px;
}

.min-width-137 {
  min-width: 137px;
}

.min-height-137 {
  min-height: 137px;
}

.max-height-137 {
  max-height: 137px;
}

.width-137 {
  width: 137px;
}

.height-137 {
  height: 137px;
}

@media (min-width: 768px) {
  .width-md-137 {
    width: 137px;
  }
}
@media (min-width: 992px) {
  .width-lg-137 {
    width: 137px;
  }
}
@media (min-width: 1200px) {
  .width-xl-137 {
    width: 137px;
  }

  .height-xl-137 {
    height: 137px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-137 {
    width: 137px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-137 {
    min-height: 137px;
  }

  .max-height-lg-137 {
    max-height: 137px !important;
  }
}
.max-width-138 {
  max-width: 138px;
}

.min-width-138 {
  min-width: 138px;
}

.min-height-138 {
  min-height: 138px;
}

.max-height-138 {
  max-height: 138px;
}

.width-138 {
  width: 138px;
}

.height-138 {
  height: 138px;
}

@media (min-width: 768px) {
  .width-md-138 {
    width: 138px;
  }
}
@media (min-width: 992px) {
  .width-lg-138 {
    width: 138px;
  }
}
@media (min-width: 1200px) {
  .width-xl-138 {
    width: 138px;
  }

  .height-xl-138 {
    height: 138px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-138 {
    width: 138px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-138 {
    min-height: 138px;
  }

  .max-height-lg-138 {
    max-height: 138px !important;
  }
}
.max-width-139 {
  max-width: 139px;
}

.min-width-139 {
  min-width: 139px;
}

.min-height-139 {
  min-height: 139px;
}

.max-height-139 {
  max-height: 139px;
}

.width-139 {
  width: 139px;
}

.height-139 {
  height: 139px;
}

@media (min-width: 768px) {
  .width-md-139 {
    width: 139px;
  }
}
@media (min-width: 992px) {
  .width-lg-139 {
    width: 139px;
  }
}
@media (min-width: 1200px) {
  .width-xl-139 {
    width: 139px;
  }

  .height-xl-139 {
    height: 139px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-139 {
    width: 139px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-139 {
    min-height: 139px;
  }

  .max-height-lg-139 {
    max-height: 139px !important;
  }
}
.max-width-140 {
  max-width: 140px;
}

.min-width-140 {
  min-width: 140px;
}

.min-height-140 {
  min-height: 140px;
}

.max-height-140 {
  max-height: 140px;
}

.width-140 {
  width: 140px;
}

.height-140 {
  height: 140px;
}

@media (min-width: 768px) {
  .width-md-140 {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .width-lg-140 {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .width-xl-140 {
    width: 140px;
  }

  .height-xl-140 {
    height: 140px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-140 {
    width: 140px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-140 {
    min-height: 140px;
  }

  .max-height-lg-140 {
    max-height: 140px !important;
  }
}
.max-width-141 {
  max-width: 141px;
}

.min-width-141 {
  min-width: 141px;
}

.min-height-141 {
  min-height: 141px;
}

.max-height-141 {
  max-height: 141px;
}

.width-141 {
  width: 141px;
}

.height-141 {
  height: 141px;
}

@media (min-width: 768px) {
  .width-md-141 {
    width: 141px;
  }
}
@media (min-width: 992px) {
  .width-lg-141 {
    width: 141px;
  }
}
@media (min-width: 1200px) {
  .width-xl-141 {
    width: 141px;
  }

  .height-xl-141 {
    height: 141px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-141 {
    width: 141px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-141 {
    min-height: 141px;
  }

  .max-height-lg-141 {
    max-height: 141px !important;
  }
}
.max-width-142 {
  max-width: 142px;
}

.min-width-142 {
  min-width: 142px;
}

.min-height-142 {
  min-height: 142px;
}

.max-height-142 {
  max-height: 142px;
}

.width-142 {
  width: 142px;
}

.height-142 {
  height: 142px;
}

@media (min-width: 768px) {
  .width-md-142 {
    width: 142px;
  }
}
@media (min-width: 992px) {
  .width-lg-142 {
    width: 142px;
  }
}
@media (min-width: 1200px) {
  .width-xl-142 {
    width: 142px;
  }

  .height-xl-142 {
    height: 142px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-142 {
    width: 142px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-142 {
    min-height: 142px;
  }

  .max-height-lg-142 {
    max-height: 142px !important;
  }
}
.max-width-143 {
  max-width: 143px;
}

.min-width-143 {
  min-width: 143px;
}

.min-height-143 {
  min-height: 143px;
}

.max-height-143 {
  max-height: 143px;
}

.width-143 {
  width: 143px;
}

.height-143 {
  height: 143px;
}

@media (min-width: 768px) {
  .width-md-143 {
    width: 143px;
  }
}
@media (min-width: 992px) {
  .width-lg-143 {
    width: 143px;
  }
}
@media (min-width: 1200px) {
  .width-xl-143 {
    width: 143px;
  }

  .height-xl-143 {
    height: 143px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-143 {
    width: 143px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-143 {
    min-height: 143px;
  }

  .max-height-lg-143 {
    max-height: 143px !important;
  }
}
.max-width-144 {
  max-width: 144px;
}

.min-width-144 {
  min-width: 144px;
}

.min-height-144 {
  min-height: 144px;
}

.max-height-144 {
  max-height: 144px;
}

.width-144 {
  width: 144px;
}

.height-144 {
  height: 144px;
}

@media (min-width: 768px) {
  .width-md-144 {
    width: 144px;
  }
}
@media (min-width: 992px) {
  .width-lg-144 {
    width: 144px;
  }
}
@media (min-width: 1200px) {
  .width-xl-144 {
    width: 144px;
  }

  .height-xl-144 {
    height: 144px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-144 {
    width: 144px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-144 {
    min-height: 144px;
  }

  .max-height-lg-144 {
    max-height: 144px !important;
  }
}
.max-width-145 {
  max-width: 145px;
}

.min-width-145 {
  min-width: 145px;
}

.min-height-145 {
  min-height: 145px;
}

.max-height-145 {
  max-height: 145px;
}

.width-145 {
  width: 145px;
}

.height-145 {
  height: 145px;
}

@media (min-width: 768px) {
  .width-md-145 {
    width: 145px;
  }
}
@media (min-width: 992px) {
  .width-lg-145 {
    width: 145px;
  }
}
@media (min-width: 1200px) {
  .width-xl-145 {
    width: 145px;
  }

  .height-xl-145 {
    height: 145px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-145 {
    width: 145px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-145 {
    min-height: 145px;
  }

  .max-height-lg-145 {
    max-height: 145px !important;
  }
}
.max-width-146 {
  max-width: 146px;
}

.min-width-146 {
  min-width: 146px;
}

.min-height-146 {
  min-height: 146px;
}

.max-height-146 {
  max-height: 146px;
}

.width-146 {
  width: 146px;
}

.height-146 {
  height: 146px;
}

@media (min-width: 768px) {
  .width-md-146 {
    width: 146px;
  }
}
@media (min-width: 992px) {
  .width-lg-146 {
    width: 146px;
  }
}
@media (min-width: 1200px) {
  .width-xl-146 {
    width: 146px;
  }

  .height-xl-146 {
    height: 146px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-146 {
    width: 146px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-146 {
    min-height: 146px;
  }

  .max-height-lg-146 {
    max-height: 146px !important;
  }
}
.max-width-147 {
  max-width: 147px;
}

.min-width-147 {
  min-width: 147px;
}

.min-height-147 {
  min-height: 147px;
}

.max-height-147 {
  max-height: 147px;
}

.width-147 {
  width: 147px;
}

.height-147 {
  height: 147px;
}

@media (min-width: 768px) {
  .width-md-147 {
    width: 147px;
  }
}
@media (min-width: 992px) {
  .width-lg-147 {
    width: 147px;
  }
}
@media (min-width: 1200px) {
  .width-xl-147 {
    width: 147px;
  }

  .height-xl-147 {
    height: 147px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-147 {
    width: 147px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-147 {
    min-height: 147px;
  }

  .max-height-lg-147 {
    max-height: 147px !important;
  }
}
.max-width-148 {
  max-width: 148px;
}

.min-width-148 {
  min-width: 148px;
}

.min-height-148 {
  min-height: 148px;
}

.max-height-148 {
  max-height: 148px;
}

.width-148 {
  width: 148px;
}

.height-148 {
  height: 148px;
}

@media (min-width: 768px) {
  .width-md-148 {
    width: 148px;
  }
}
@media (min-width: 992px) {
  .width-lg-148 {
    width: 148px;
  }
}
@media (min-width: 1200px) {
  .width-xl-148 {
    width: 148px;
  }

  .height-xl-148 {
    height: 148px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-148 {
    width: 148px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-148 {
    min-height: 148px;
  }

  .max-height-lg-148 {
    max-height: 148px !important;
  }
}
.max-width-149 {
  max-width: 149px;
}

.min-width-149 {
  min-width: 149px;
}

.min-height-149 {
  min-height: 149px;
}

.max-height-149 {
  max-height: 149px;
}

.width-149 {
  width: 149px;
}

.height-149 {
  height: 149px;
}

@media (min-width: 768px) {
  .width-md-149 {
    width: 149px;
  }
}
@media (min-width: 992px) {
  .width-lg-149 {
    width: 149px;
  }
}
@media (min-width: 1200px) {
  .width-xl-149 {
    width: 149px;
  }

  .height-xl-149 {
    height: 149px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-149 {
    width: 149px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-149 {
    min-height: 149px;
  }

  .max-height-lg-149 {
    max-height: 149px !important;
  }
}
.max-width-150 {
  max-width: 150px;
}

.min-width-150 {
  min-width: 150px;
}

.min-height-150 {
  min-height: 150px;
}

.max-height-150 {
  max-height: 150px;
}

.width-150 {
  width: 150px;
}

.height-150 {
  height: 150px;
}

@media (min-width: 768px) {
  .width-md-150 {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .width-lg-150 {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .width-xl-150 {
    width: 150px;
  }

  .height-xl-150 {
    height: 150px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-150 {
    width: 150px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-150 {
    min-height: 150px;
  }

  .max-height-lg-150 {
    max-height: 150px !important;
  }
}
.max-width-151 {
  max-width: 151px;
}

.min-width-151 {
  min-width: 151px;
}

.min-height-151 {
  min-height: 151px;
}

.max-height-151 {
  max-height: 151px;
}

.width-151 {
  width: 151px;
}

.height-151 {
  height: 151px;
}

@media (min-width: 768px) {
  .width-md-151 {
    width: 151px;
  }
}
@media (min-width: 992px) {
  .width-lg-151 {
    width: 151px;
  }
}
@media (min-width: 1200px) {
  .width-xl-151 {
    width: 151px;
  }

  .height-xl-151 {
    height: 151px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-151 {
    width: 151px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-151 {
    min-height: 151px;
  }

  .max-height-lg-151 {
    max-height: 151px !important;
  }
}
.max-width-152 {
  max-width: 152px;
}

.min-width-152 {
  min-width: 152px;
}

.min-height-152 {
  min-height: 152px;
}

.max-height-152 {
  max-height: 152px;
}

.width-152 {
  width: 152px;
}

.height-152 {
  height: 152px;
}

@media (min-width: 768px) {
  .width-md-152 {
    width: 152px;
  }
}
@media (min-width: 992px) {
  .width-lg-152 {
    width: 152px;
  }
}
@media (min-width: 1200px) {
  .width-xl-152 {
    width: 152px;
  }

  .height-xl-152 {
    height: 152px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-152 {
    width: 152px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-152 {
    min-height: 152px;
  }

  .max-height-lg-152 {
    max-height: 152px !important;
  }
}
.max-width-153 {
  max-width: 153px;
}

.min-width-153 {
  min-width: 153px;
}

.min-height-153 {
  min-height: 153px;
}

.max-height-153 {
  max-height: 153px;
}

.width-153 {
  width: 153px;
}

.height-153 {
  height: 153px;
}

@media (min-width: 768px) {
  .width-md-153 {
    width: 153px;
  }
}
@media (min-width: 992px) {
  .width-lg-153 {
    width: 153px;
  }
}
@media (min-width: 1200px) {
  .width-xl-153 {
    width: 153px;
  }

  .height-xl-153 {
    height: 153px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-153 {
    width: 153px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-153 {
    min-height: 153px;
  }

  .max-height-lg-153 {
    max-height: 153px !important;
  }
}
.max-width-154 {
  max-width: 154px;
}

.min-width-154 {
  min-width: 154px;
}

.min-height-154 {
  min-height: 154px;
}

.max-height-154 {
  max-height: 154px;
}

.width-154 {
  width: 154px;
}

.height-154 {
  height: 154px;
}

@media (min-width: 768px) {
  .width-md-154 {
    width: 154px;
  }
}
@media (min-width: 992px) {
  .width-lg-154 {
    width: 154px;
  }
}
@media (min-width: 1200px) {
  .width-xl-154 {
    width: 154px;
  }

  .height-xl-154 {
    height: 154px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-154 {
    width: 154px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-154 {
    min-height: 154px;
  }

  .max-height-lg-154 {
    max-height: 154px !important;
  }
}
.max-width-155 {
  max-width: 155px;
}

.min-width-155 {
  min-width: 155px;
}

.min-height-155 {
  min-height: 155px;
}

.max-height-155 {
  max-height: 155px;
}

.width-155 {
  width: 155px;
}

.height-155 {
  height: 155px;
}

@media (min-width: 768px) {
  .width-md-155 {
    width: 155px;
  }
}
@media (min-width: 992px) {
  .width-lg-155 {
    width: 155px;
  }
}
@media (min-width: 1200px) {
  .width-xl-155 {
    width: 155px;
  }

  .height-xl-155 {
    height: 155px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-155 {
    width: 155px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-155 {
    min-height: 155px;
  }

  .max-height-lg-155 {
    max-height: 155px !important;
  }
}
.max-width-156 {
  max-width: 156px;
}

.min-width-156 {
  min-width: 156px;
}

.min-height-156 {
  min-height: 156px;
}

.max-height-156 {
  max-height: 156px;
}

.width-156 {
  width: 156px;
}

.height-156 {
  height: 156px;
}

@media (min-width: 768px) {
  .width-md-156 {
    width: 156px;
  }
}
@media (min-width: 992px) {
  .width-lg-156 {
    width: 156px;
  }
}
@media (min-width: 1200px) {
  .width-xl-156 {
    width: 156px;
  }

  .height-xl-156 {
    height: 156px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-156 {
    width: 156px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-156 {
    min-height: 156px;
  }

  .max-height-lg-156 {
    max-height: 156px !important;
  }
}
.max-width-157 {
  max-width: 157px;
}

.min-width-157 {
  min-width: 157px;
}

.min-height-157 {
  min-height: 157px;
}

.max-height-157 {
  max-height: 157px;
}

.width-157 {
  width: 157px;
}

.height-157 {
  height: 157px;
}

@media (min-width: 768px) {
  .width-md-157 {
    width: 157px;
  }
}
@media (min-width: 992px) {
  .width-lg-157 {
    width: 157px;
  }
}
@media (min-width: 1200px) {
  .width-xl-157 {
    width: 157px;
  }

  .height-xl-157 {
    height: 157px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-157 {
    width: 157px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-157 {
    min-height: 157px;
  }

  .max-height-lg-157 {
    max-height: 157px !important;
  }
}
.max-width-158 {
  max-width: 158px;
}

.min-width-158 {
  min-width: 158px;
}

.min-height-158 {
  min-height: 158px;
}

.max-height-158 {
  max-height: 158px;
}

.width-158 {
  width: 158px;
}

.height-158 {
  height: 158px;
}

@media (min-width: 768px) {
  .width-md-158 {
    width: 158px;
  }
}
@media (min-width: 992px) {
  .width-lg-158 {
    width: 158px;
  }
}
@media (min-width: 1200px) {
  .width-xl-158 {
    width: 158px;
  }

  .height-xl-158 {
    height: 158px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-158 {
    width: 158px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-158 {
    min-height: 158px;
  }

  .max-height-lg-158 {
    max-height: 158px !important;
  }
}
.max-width-159 {
  max-width: 159px;
}

.min-width-159 {
  min-width: 159px;
}

.min-height-159 {
  min-height: 159px;
}

.max-height-159 {
  max-height: 159px;
}

.width-159 {
  width: 159px;
}

.height-159 {
  height: 159px;
}

@media (min-width: 768px) {
  .width-md-159 {
    width: 159px;
  }
}
@media (min-width: 992px) {
  .width-lg-159 {
    width: 159px;
  }
}
@media (min-width: 1200px) {
  .width-xl-159 {
    width: 159px;
  }

  .height-xl-159 {
    height: 159px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-159 {
    width: 159px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-159 {
    min-height: 159px;
  }

  .max-height-lg-159 {
    max-height: 159px !important;
  }
}
.max-width-160 {
  max-width: 160px;
}

.min-width-160 {
  min-width: 160px;
}

.min-height-160 {
  min-height: 160px;
}

.max-height-160 {
  max-height: 160px;
}

.width-160 {
  width: 160px;
}

.height-160 {
  height: 160px;
}

@media (min-width: 768px) {
  .width-md-160 {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .width-lg-160 {
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .width-xl-160 {
    width: 160px;
  }

  .height-xl-160 {
    height: 160px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-160 {
    width: 160px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-160 {
    min-height: 160px;
  }

  .max-height-lg-160 {
    max-height: 160px !important;
  }
}
.max-width-161 {
  max-width: 161px;
}

.min-width-161 {
  min-width: 161px;
}

.min-height-161 {
  min-height: 161px;
}

.max-height-161 {
  max-height: 161px;
}

.width-161 {
  width: 161px;
}

.height-161 {
  height: 161px;
}

@media (min-width: 768px) {
  .width-md-161 {
    width: 161px;
  }
}
@media (min-width: 992px) {
  .width-lg-161 {
    width: 161px;
  }
}
@media (min-width: 1200px) {
  .width-xl-161 {
    width: 161px;
  }

  .height-xl-161 {
    height: 161px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-161 {
    width: 161px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-161 {
    min-height: 161px;
  }

  .max-height-lg-161 {
    max-height: 161px !important;
  }
}
.max-width-162 {
  max-width: 162px;
}

.min-width-162 {
  min-width: 162px;
}

.min-height-162 {
  min-height: 162px;
}

.max-height-162 {
  max-height: 162px;
}

.width-162 {
  width: 162px;
}

.height-162 {
  height: 162px;
}

@media (min-width: 768px) {
  .width-md-162 {
    width: 162px;
  }
}
@media (min-width: 992px) {
  .width-lg-162 {
    width: 162px;
  }
}
@media (min-width: 1200px) {
  .width-xl-162 {
    width: 162px;
  }

  .height-xl-162 {
    height: 162px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-162 {
    width: 162px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-162 {
    min-height: 162px;
  }

  .max-height-lg-162 {
    max-height: 162px !important;
  }
}
.max-width-163 {
  max-width: 163px;
}

.min-width-163 {
  min-width: 163px;
}

.min-height-163 {
  min-height: 163px;
}

.max-height-163 {
  max-height: 163px;
}

.width-163 {
  width: 163px;
}

.height-163 {
  height: 163px;
}

@media (min-width: 768px) {
  .width-md-163 {
    width: 163px;
  }
}
@media (min-width: 992px) {
  .width-lg-163 {
    width: 163px;
  }
}
@media (min-width: 1200px) {
  .width-xl-163 {
    width: 163px;
  }

  .height-xl-163 {
    height: 163px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-163 {
    width: 163px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-163 {
    min-height: 163px;
  }

  .max-height-lg-163 {
    max-height: 163px !important;
  }
}
.max-width-164 {
  max-width: 164px;
}

.min-width-164 {
  min-width: 164px;
}

.min-height-164 {
  min-height: 164px;
}

.max-height-164 {
  max-height: 164px;
}

.width-164 {
  width: 164px;
}

.height-164 {
  height: 164px;
}

@media (min-width: 768px) {
  .width-md-164 {
    width: 164px;
  }
}
@media (min-width: 992px) {
  .width-lg-164 {
    width: 164px;
  }
}
@media (min-width: 1200px) {
  .width-xl-164 {
    width: 164px;
  }

  .height-xl-164 {
    height: 164px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-164 {
    width: 164px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-164 {
    min-height: 164px;
  }

  .max-height-lg-164 {
    max-height: 164px !important;
  }
}
.max-width-165 {
  max-width: 165px;
}

.min-width-165 {
  min-width: 165px;
}

.min-height-165 {
  min-height: 165px;
}

.max-height-165 {
  max-height: 165px;
}

.width-165 {
  width: 165px;
}

.height-165 {
  height: 165px;
}

@media (min-width: 768px) {
  .width-md-165 {
    width: 165px;
  }
}
@media (min-width: 992px) {
  .width-lg-165 {
    width: 165px;
  }
}
@media (min-width: 1200px) {
  .width-xl-165 {
    width: 165px;
  }

  .height-xl-165 {
    height: 165px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-165 {
    width: 165px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-165 {
    min-height: 165px;
  }

  .max-height-lg-165 {
    max-height: 165px !important;
  }
}
.max-width-166 {
  max-width: 166px;
}

.min-width-166 {
  min-width: 166px;
}

.min-height-166 {
  min-height: 166px;
}

.max-height-166 {
  max-height: 166px;
}

.width-166 {
  width: 166px;
}

.height-166 {
  height: 166px;
}

@media (min-width: 768px) {
  .width-md-166 {
    width: 166px;
  }
}
@media (min-width: 992px) {
  .width-lg-166 {
    width: 166px;
  }
}
@media (min-width: 1200px) {
  .width-xl-166 {
    width: 166px;
  }

  .height-xl-166 {
    height: 166px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-166 {
    width: 166px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-166 {
    min-height: 166px;
  }

  .max-height-lg-166 {
    max-height: 166px !important;
  }
}
.max-width-167 {
  max-width: 167px;
}

.min-width-167 {
  min-width: 167px;
}

.min-height-167 {
  min-height: 167px;
}

.max-height-167 {
  max-height: 167px;
}

.width-167 {
  width: 167px;
}

.height-167 {
  height: 167px;
}

@media (min-width: 768px) {
  .width-md-167 {
    width: 167px;
  }
}
@media (min-width: 992px) {
  .width-lg-167 {
    width: 167px;
  }
}
@media (min-width: 1200px) {
  .width-xl-167 {
    width: 167px;
  }

  .height-xl-167 {
    height: 167px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-167 {
    width: 167px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-167 {
    min-height: 167px;
  }

  .max-height-lg-167 {
    max-height: 167px !important;
  }
}
.max-width-168 {
  max-width: 168px;
}

.min-width-168 {
  min-width: 168px;
}

.min-height-168 {
  min-height: 168px;
}

.max-height-168 {
  max-height: 168px;
}

.width-168 {
  width: 168px;
}

.height-168 {
  height: 168px;
}

@media (min-width: 768px) {
  .width-md-168 {
    width: 168px;
  }
}
@media (min-width: 992px) {
  .width-lg-168 {
    width: 168px;
  }
}
@media (min-width: 1200px) {
  .width-xl-168 {
    width: 168px;
  }

  .height-xl-168 {
    height: 168px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-168 {
    width: 168px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-168 {
    min-height: 168px;
  }

  .max-height-lg-168 {
    max-height: 168px !important;
  }
}
.max-width-169 {
  max-width: 169px;
}

.min-width-169 {
  min-width: 169px;
}

.min-height-169 {
  min-height: 169px;
}

.max-height-169 {
  max-height: 169px;
}

.width-169 {
  width: 169px;
}

.height-169 {
  height: 169px;
}

@media (min-width: 768px) {
  .width-md-169 {
    width: 169px;
  }
}
@media (min-width: 992px) {
  .width-lg-169 {
    width: 169px;
  }
}
@media (min-width: 1200px) {
  .width-xl-169 {
    width: 169px;
  }

  .height-xl-169 {
    height: 169px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-169 {
    width: 169px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-169 {
    min-height: 169px;
  }

  .max-height-lg-169 {
    max-height: 169px !important;
  }
}
.max-width-170 {
  max-width: 170px;
}

.min-width-170 {
  min-width: 170px;
}

.min-height-170 {
  min-height: 170px;
}

.max-height-170 {
  max-height: 170px;
}

.width-170 {
  width: 170px;
}

.height-170 {
  height: 170px;
}

@media (min-width: 768px) {
  .width-md-170 {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .width-lg-170 {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .width-xl-170 {
    width: 170px;
  }

  .height-xl-170 {
    height: 170px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-170 {
    width: 170px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-170 {
    min-height: 170px;
  }

  .max-height-lg-170 {
    max-height: 170px !important;
  }
}
.max-width-171 {
  max-width: 171px;
}

.min-width-171 {
  min-width: 171px;
}

.min-height-171 {
  min-height: 171px;
}

.max-height-171 {
  max-height: 171px;
}

.width-171 {
  width: 171px;
}

.height-171 {
  height: 171px;
}

@media (min-width: 768px) {
  .width-md-171 {
    width: 171px;
  }
}
@media (min-width: 992px) {
  .width-lg-171 {
    width: 171px;
  }
}
@media (min-width: 1200px) {
  .width-xl-171 {
    width: 171px;
  }

  .height-xl-171 {
    height: 171px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-171 {
    width: 171px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-171 {
    min-height: 171px;
  }

  .max-height-lg-171 {
    max-height: 171px !important;
  }
}
.max-width-172 {
  max-width: 172px;
}

.min-width-172 {
  min-width: 172px;
}

.min-height-172 {
  min-height: 172px;
}

.max-height-172 {
  max-height: 172px;
}

.width-172 {
  width: 172px;
}

.height-172 {
  height: 172px;
}

@media (min-width: 768px) {
  .width-md-172 {
    width: 172px;
  }
}
@media (min-width: 992px) {
  .width-lg-172 {
    width: 172px;
  }
}
@media (min-width: 1200px) {
  .width-xl-172 {
    width: 172px;
  }

  .height-xl-172 {
    height: 172px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-172 {
    width: 172px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-172 {
    min-height: 172px;
  }

  .max-height-lg-172 {
    max-height: 172px !important;
  }
}
.max-width-173 {
  max-width: 173px;
}

.min-width-173 {
  min-width: 173px;
}

.min-height-173 {
  min-height: 173px;
}

.max-height-173 {
  max-height: 173px;
}

.width-173 {
  width: 173px;
}

.height-173 {
  height: 173px;
}

@media (min-width: 768px) {
  .width-md-173 {
    width: 173px;
  }
}
@media (min-width: 992px) {
  .width-lg-173 {
    width: 173px;
  }
}
@media (min-width: 1200px) {
  .width-xl-173 {
    width: 173px;
  }

  .height-xl-173 {
    height: 173px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-173 {
    width: 173px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-173 {
    min-height: 173px;
  }

  .max-height-lg-173 {
    max-height: 173px !important;
  }
}
.max-width-174 {
  max-width: 174px;
}

.min-width-174 {
  min-width: 174px;
}

.min-height-174 {
  min-height: 174px;
}

.max-height-174 {
  max-height: 174px;
}

.width-174 {
  width: 174px;
}

.height-174 {
  height: 174px;
}

@media (min-width: 768px) {
  .width-md-174 {
    width: 174px;
  }
}
@media (min-width: 992px) {
  .width-lg-174 {
    width: 174px;
  }
}
@media (min-width: 1200px) {
  .width-xl-174 {
    width: 174px;
  }

  .height-xl-174 {
    height: 174px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-174 {
    width: 174px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-174 {
    min-height: 174px;
  }

  .max-height-lg-174 {
    max-height: 174px !important;
  }
}
.max-width-175 {
  max-width: 175px;
}

.min-width-175 {
  min-width: 175px;
}

.min-height-175 {
  min-height: 175px;
}

.max-height-175 {
  max-height: 175px;
}

.width-175 {
  width: 175px;
}

.height-175 {
  height: 175px;
}

@media (min-width: 768px) {
  .width-md-175 {
    width: 175px;
  }
}
@media (min-width: 992px) {
  .width-lg-175 {
    width: 175px;
  }
}
@media (min-width: 1200px) {
  .width-xl-175 {
    width: 175px;
  }

  .height-xl-175 {
    height: 175px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-175 {
    width: 175px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-175 {
    min-height: 175px;
  }

  .max-height-lg-175 {
    max-height: 175px !important;
  }
}
.max-width-176 {
  max-width: 176px;
}

.min-width-176 {
  min-width: 176px;
}

.min-height-176 {
  min-height: 176px;
}

.max-height-176 {
  max-height: 176px;
}

.width-176 {
  width: 176px;
}

.height-176 {
  height: 176px;
}

@media (min-width: 768px) {
  .width-md-176 {
    width: 176px;
  }
}
@media (min-width: 992px) {
  .width-lg-176 {
    width: 176px;
  }
}
@media (min-width: 1200px) {
  .width-xl-176 {
    width: 176px;
  }

  .height-xl-176 {
    height: 176px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-176 {
    width: 176px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-176 {
    min-height: 176px;
  }

  .max-height-lg-176 {
    max-height: 176px !important;
  }
}
.max-width-177 {
  max-width: 177px;
}

.min-width-177 {
  min-width: 177px;
}

.min-height-177 {
  min-height: 177px;
}

.max-height-177 {
  max-height: 177px;
}

.width-177 {
  width: 177px;
}

.height-177 {
  height: 177px;
}

@media (min-width: 768px) {
  .width-md-177 {
    width: 177px;
  }
}
@media (min-width: 992px) {
  .width-lg-177 {
    width: 177px;
  }
}
@media (min-width: 1200px) {
  .width-xl-177 {
    width: 177px;
  }

  .height-xl-177 {
    height: 177px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-177 {
    width: 177px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-177 {
    min-height: 177px;
  }

  .max-height-lg-177 {
    max-height: 177px !important;
  }
}
.max-width-178 {
  max-width: 178px;
}

.min-width-178 {
  min-width: 178px;
}

.min-height-178 {
  min-height: 178px;
}

.max-height-178 {
  max-height: 178px;
}

.width-178 {
  width: 178px;
}

.height-178 {
  height: 178px;
}

@media (min-width: 768px) {
  .width-md-178 {
    width: 178px;
  }
}
@media (min-width: 992px) {
  .width-lg-178 {
    width: 178px;
  }
}
@media (min-width: 1200px) {
  .width-xl-178 {
    width: 178px;
  }

  .height-xl-178 {
    height: 178px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-178 {
    width: 178px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-178 {
    min-height: 178px;
  }

  .max-height-lg-178 {
    max-height: 178px !important;
  }
}
.max-width-179 {
  max-width: 179px;
}

.min-width-179 {
  min-width: 179px;
}

.min-height-179 {
  min-height: 179px;
}

.max-height-179 {
  max-height: 179px;
}

.width-179 {
  width: 179px;
}

.height-179 {
  height: 179px;
}

@media (min-width: 768px) {
  .width-md-179 {
    width: 179px;
  }
}
@media (min-width: 992px) {
  .width-lg-179 {
    width: 179px;
  }
}
@media (min-width: 1200px) {
  .width-xl-179 {
    width: 179px;
  }

  .height-xl-179 {
    height: 179px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-179 {
    width: 179px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-179 {
    min-height: 179px;
  }

  .max-height-lg-179 {
    max-height: 179px !important;
  }
}
.max-width-180 {
  max-width: 180px;
}

.min-width-180 {
  min-width: 180px;
}

.min-height-180 {
  min-height: 180px;
}

.max-height-180 {
  max-height: 180px;
}

.width-180 {
  width: 180px;
}

.height-180 {
  height: 180px;
}

@media (min-width: 768px) {
  .width-md-180 {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .width-lg-180 {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .width-xl-180 {
    width: 180px;
  }

  .height-xl-180 {
    height: 180px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-180 {
    width: 180px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-180 {
    min-height: 180px;
  }

  .max-height-lg-180 {
    max-height: 180px !important;
  }
}
.max-width-181 {
  max-width: 181px;
}

.min-width-181 {
  min-width: 181px;
}

.min-height-181 {
  min-height: 181px;
}

.max-height-181 {
  max-height: 181px;
}

.width-181 {
  width: 181px;
}

.height-181 {
  height: 181px;
}

@media (min-width: 768px) {
  .width-md-181 {
    width: 181px;
  }
}
@media (min-width: 992px) {
  .width-lg-181 {
    width: 181px;
  }
}
@media (min-width: 1200px) {
  .width-xl-181 {
    width: 181px;
  }

  .height-xl-181 {
    height: 181px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-181 {
    width: 181px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-181 {
    min-height: 181px;
  }

  .max-height-lg-181 {
    max-height: 181px !important;
  }
}
.max-width-182 {
  max-width: 182px;
}

.min-width-182 {
  min-width: 182px;
}

.min-height-182 {
  min-height: 182px;
}

.max-height-182 {
  max-height: 182px;
}

.width-182 {
  width: 182px;
}

.height-182 {
  height: 182px;
}

@media (min-width: 768px) {
  .width-md-182 {
    width: 182px;
  }
}
@media (min-width: 992px) {
  .width-lg-182 {
    width: 182px;
  }
}
@media (min-width: 1200px) {
  .width-xl-182 {
    width: 182px;
  }

  .height-xl-182 {
    height: 182px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-182 {
    width: 182px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-182 {
    min-height: 182px;
  }

  .max-height-lg-182 {
    max-height: 182px !important;
  }
}
.max-width-183 {
  max-width: 183px;
}

.min-width-183 {
  min-width: 183px;
}

.min-height-183 {
  min-height: 183px;
}

.max-height-183 {
  max-height: 183px;
}

.width-183 {
  width: 183px;
}

.height-183 {
  height: 183px;
}

@media (min-width: 768px) {
  .width-md-183 {
    width: 183px;
  }
}
@media (min-width: 992px) {
  .width-lg-183 {
    width: 183px;
  }
}
@media (min-width: 1200px) {
  .width-xl-183 {
    width: 183px;
  }

  .height-xl-183 {
    height: 183px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-183 {
    width: 183px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-183 {
    min-height: 183px;
  }

  .max-height-lg-183 {
    max-height: 183px !important;
  }
}
.max-width-184 {
  max-width: 184px;
}

.min-width-184 {
  min-width: 184px;
}

.min-height-184 {
  min-height: 184px;
}

.max-height-184 {
  max-height: 184px;
}

.width-184 {
  width: 184px;
}

.height-184 {
  height: 184px;
}

@media (min-width: 768px) {
  .width-md-184 {
    width: 184px;
  }
}
@media (min-width: 992px) {
  .width-lg-184 {
    width: 184px;
  }
}
@media (min-width: 1200px) {
  .width-xl-184 {
    width: 184px;
  }

  .height-xl-184 {
    height: 184px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-184 {
    width: 184px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-184 {
    min-height: 184px;
  }

  .max-height-lg-184 {
    max-height: 184px !important;
  }
}
.max-width-185 {
  max-width: 185px;
}

.min-width-185 {
  min-width: 185px;
}

.min-height-185 {
  min-height: 185px;
}

.max-height-185 {
  max-height: 185px;
}

.width-185 {
  width: 185px;
}

.height-185 {
  height: 185px;
}

@media (min-width: 768px) {
  .width-md-185 {
    width: 185px;
  }
}
@media (min-width: 992px) {
  .width-lg-185 {
    width: 185px;
  }
}
@media (min-width: 1200px) {
  .width-xl-185 {
    width: 185px;
  }

  .height-xl-185 {
    height: 185px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-185 {
    width: 185px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-185 {
    min-height: 185px;
  }

  .max-height-lg-185 {
    max-height: 185px !important;
  }
}
.max-width-186 {
  max-width: 186px;
}

.min-width-186 {
  min-width: 186px;
}

.min-height-186 {
  min-height: 186px;
}

.max-height-186 {
  max-height: 186px;
}

.width-186 {
  width: 186px;
}

.height-186 {
  height: 186px;
}

@media (min-width: 768px) {
  .width-md-186 {
    width: 186px;
  }
}
@media (min-width: 992px) {
  .width-lg-186 {
    width: 186px;
  }
}
@media (min-width: 1200px) {
  .width-xl-186 {
    width: 186px;
  }

  .height-xl-186 {
    height: 186px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-186 {
    width: 186px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-186 {
    min-height: 186px;
  }

  .max-height-lg-186 {
    max-height: 186px !important;
  }
}
.max-width-187 {
  max-width: 187px;
}

.min-width-187 {
  min-width: 187px;
}

.min-height-187 {
  min-height: 187px;
}

.max-height-187 {
  max-height: 187px;
}

.width-187 {
  width: 187px;
}

.height-187 {
  height: 187px;
}

@media (min-width: 768px) {
  .width-md-187 {
    width: 187px;
  }
}
@media (min-width: 992px) {
  .width-lg-187 {
    width: 187px;
  }
}
@media (min-width: 1200px) {
  .width-xl-187 {
    width: 187px;
  }

  .height-xl-187 {
    height: 187px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-187 {
    width: 187px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-187 {
    min-height: 187px;
  }

  .max-height-lg-187 {
    max-height: 187px !important;
  }
}
.max-width-188 {
  max-width: 188px;
}

.min-width-188 {
  min-width: 188px;
}

.min-height-188 {
  min-height: 188px;
}

.max-height-188 {
  max-height: 188px;
}

.width-188 {
  width: 188px;
}

.height-188 {
  height: 188px;
}

@media (min-width: 768px) {
  .width-md-188 {
    width: 188px;
  }
}
@media (min-width: 992px) {
  .width-lg-188 {
    width: 188px;
  }
}
@media (min-width: 1200px) {
  .width-xl-188 {
    width: 188px;
  }

  .height-xl-188 {
    height: 188px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-188 {
    width: 188px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-188 {
    min-height: 188px;
  }

  .max-height-lg-188 {
    max-height: 188px !important;
  }
}
.max-width-189 {
  max-width: 189px;
}

.min-width-189 {
  min-width: 189px;
}

.min-height-189 {
  min-height: 189px;
}

.max-height-189 {
  max-height: 189px;
}

.width-189 {
  width: 189px;
}

.height-189 {
  height: 189px;
}

@media (min-width: 768px) {
  .width-md-189 {
    width: 189px;
  }
}
@media (min-width: 992px) {
  .width-lg-189 {
    width: 189px;
  }
}
@media (min-width: 1200px) {
  .width-xl-189 {
    width: 189px;
  }

  .height-xl-189 {
    height: 189px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-189 {
    width: 189px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-189 {
    min-height: 189px;
  }

  .max-height-lg-189 {
    max-height: 189px !important;
  }
}
.max-width-190 {
  max-width: 190px;
}

.min-width-190 {
  min-width: 190px;
}

.min-height-190 {
  min-height: 190px;
}

.max-height-190 {
  max-height: 190px;
}

.width-190 {
  width: 190px;
}

.height-190 {
  height: 190px;
}

@media (min-width: 768px) {
  .width-md-190 {
    width: 190px;
  }
}
@media (min-width: 992px) {
  .width-lg-190 {
    width: 190px;
  }
}
@media (min-width: 1200px) {
  .width-xl-190 {
    width: 190px;
  }

  .height-xl-190 {
    height: 190px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-190 {
    width: 190px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-190 {
    min-height: 190px;
  }

  .max-height-lg-190 {
    max-height: 190px !important;
  }
}
.max-width-191 {
  max-width: 191px;
}

.min-width-191 {
  min-width: 191px;
}

.min-height-191 {
  min-height: 191px;
}

.max-height-191 {
  max-height: 191px;
}

.width-191 {
  width: 191px;
}

.height-191 {
  height: 191px;
}

@media (min-width: 768px) {
  .width-md-191 {
    width: 191px;
  }
}
@media (min-width: 992px) {
  .width-lg-191 {
    width: 191px;
  }
}
@media (min-width: 1200px) {
  .width-xl-191 {
    width: 191px;
  }

  .height-xl-191 {
    height: 191px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-191 {
    width: 191px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-191 {
    min-height: 191px;
  }

  .max-height-lg-191 {
    max-height: 191px !important;
  }
}
.max-width-192 {
  max-width: 192px;
}

.min-width-192 {
  min-width: 192px;
}

.min-height-192 {
  min-height: 192px;
}

.max-height-192 {
  max-height: 192px;
}

.width-192 {
  width: 192px;
}

.height-192 {
  height: 192px;
}

@media (min-width: 768px) {
  .width-md-192 {
    width: 192px;
  }
}
@media (min-width: 992px) {
  .width-lg-192 {
    width: 192px;
  }
}
@media (min-width: 1200px) {
  .width-xl-192 {
    width: 192px;
  }

  .height-xl-192 {
    height: 192px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-192 {
    width: 192px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-192 {
    min-height: 192px;
  }

  .max-height-lg-192 {
    max-height: 192px !important;
  }
}
.max-width-193 {
  max-width: 193px;
}

.min-width-193 {
  min-width: 193px;
}

.min-height-193 {
  min-height: 193px;
}

.max-height-193 {
  max-height: 193px;
}

.width-193 {
  width: 193px;
}

.height-193 {
  height: 193px;
}

@media (min-width: 768px) {
  .width-md-193 {
    width: 193px;
  }
}
@media (min-width: 992px) {
  .width-lg-193 {
    width: 193px;
  }
}
@media (min-width: 1200px) {
  .width-xl-193 {
    width: 193px;
  }

  .height-xl-193 {
    height: 193px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-193 {
    width: 193px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-193 {
    min-height: 193px;
  }

  .max-height-lg-193 {
    max-height: 193px !important;
  }
}
.max-width-194 {
  max-width: 194px;
}

.min-width-194 {
  min-width: 194px;
}

.min-height-194 {
  min-height: 194px;
}

.max-height-194 {
  max-height: 194px;
}

.width-194 {
  width: 194px;
}

.height-194 {
  height: 194px;
}

@media (min-width: 768px) {
  .width-md-194 {
    width: 194px;
  }
}
@media (min-width: 992px) {
  .width-lg-194 {
    width: 194px;
  }
}
@media (min-width: 1200px) {
  .width-xl-194 {
    width: 194px;
  }

  .height-xl-194 {
    height: 194px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-194 {
    width: 194px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-194 {
    min-height: 194px;
  }

  .max-height-lg-194 {
    max-height: 194px !important;
  }
}
.max-width-195 {
  max-width: 195px;
}

.min-width-195 {
  min-width: 195px;
}

.min-height-195 {
  min-height: 195px;
}

.max-height-195 {
  max-height: 195px;
}

.width-195 {
  width: 195px;
}

.height-195 {
  height: 195px;
}

@media (min-width: 768px) {
  .width-md-195 {
    width: 195px;
  }
}
@media (min-width: 992px) {
  .width-lg-195 {
    width: 195px;
  }
}
@media (min-width: 1200px) {
  .width-xl-195 {
    width: 195px;
  }

  .height-xl-195 {
    height: 195px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-195 {
    width: 195px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-195 {
    min-height: 195px;
  }

  .max-height-lg-195 {
    max-height: 195px !important;
  }
}
.max-width-196 {
  max-width: 196px;
}

.min-width-196 {
  min-width: 196px;
}

.min-height-196 {
  min-height: 196px;
}

.max-height-196 {
  max-height: 196px;
}

.width-196 {
  width: 196px;
}

.height-196 {
  height: 196px;
}

@media (min-width: 768px) {
  .width-md-196 {
    width: 196px;
  }
}
@media (min-width: 992px) {
  .width-lg-196 {
    width: 196px;
  }
}
@media (min-width: 1200px) {
  .width-xl-196 {
    width: 196px;
  }

  .height-xl-196 {
    height: 196px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-196 {
    width: 196px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-196 {
    min-height: 196px;
  }

  .max-height-lg-196 {
    max-height: 196px !important;
  }
}
.max-width-197 {
  max-width: 197px;
}

.min-width-197 {
  min-width: 197px;
}

.min-height-197 {
  min-height: 197px;
}

.max-height-197 {
  max-height: 197px;
}

.width-197 {
  width: 197px;
}

.height-197 {
  height: 197px;
}

@media (min-width: 768px) {
  .width-md-197 {
    width: 197px;
  }
}
@media (min-width: 992px) {
  .width-lg-197 {
    width: 197px;
  }
}
@media (min-width: 1200px) {
  .width-xl-197 {
    width: 197px;
  }

  .height-xl-197 {
    height: 197px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-197 {
    width: 197px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-197 {
    min-height: 197px;
  }

  .max-height-lg-197 {
    max-height: 197px !important;
  }
}
.max-width-198 {
  max-width: 198px;
}

.min-width-198 {
  min-width: 198px;
}

.min-height-198 {
  min-height: 198px;
}

.max-height-198 {
  max-height: 198px;
}

.width-198 {
  width: 198px;
}

.height-198 {
  height: 198px;
}

@media (min-width: 768px) {
  .width-md-198 {
    width: 198px;
  }
}
@media (min-width: 992px) {
  .width-lg-198 {
    width: 198px;
  }
}
@media (min-width: 1200px) {
  .width-xl-198 {
    width: 198px;
  }

  .height-xl-198 {
    height: 198px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-198 {
    width: 198px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-198 {
    min-height: 198px;
  }

  .max-height-lg-198 {
    max-height: 198px !important;
  }
}
.max-width-199 {
  max-width: 199px;
}

.min-width-199 {
  min-width: 199px;
}

.min-height-199 {
  min-height: 199px;
}

.max-height-199 {
  max-height: 199px;
}

.width-199 {
  width: 199px;
}

.height-199 {
  height: 199px;
}

@media (min-width: 768px) {
  .width-md-199 {
    width: 199px;
  }
}
@media (min-width: 992px) {
  .width-lg-199 {
    width: 199px;
  }
}
@media (min-width: 1200px) {
  .width-xl-199 {
    width: 199px;
  }

  .height-xl-199 {
    height: 199px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-199 {
    width: 199px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-199 {
    min-height: 199px;
  }

  .max-height-lg-199 {
    max-height: 199px !important;
  }
}
.max-width-200 {
  max-width: 200px;
}

.min-width-200 {
  min-width: 200px;
}

.min-height-200 {
  min-height: 200px;
}

.max-height-200 {
  max-height: 200px;
}

.width-200 {
  width: 200px;
}

.height-200 {
  height: 200px;
}

@media (min-width: 768px) {
  .width-md-200 {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .width-lg-200 {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .width-xl-200 {
    width: 200px;
  }

  .height-xl-200 {
    height: 200px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-200 {
    width: 200px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-200 {
    min-height: 200px;
  }

  .max-height-lg-200 {
    max-height: 200px !important;
  }
}
.max-width-201 {
  max-width: 201px;
}

.min-width-201 {
  min-width: 201px;
}

.min-height-201 {
  min-height: 201px;
}

.max-height-201 {
  max-height: 201px;
}

.width-201 {
  width: 201px;
}

.height-201 {
  height: 201px;
}

@media (min-width: 768px) {
  .width-md-201 {
    width: 201px;
  }
}
@media (min-width: 992px) {
  .width-lg-201 {
    width: 201px;
  }
}
@media (min-width: 1200px) {
  .width-xl-201 {
    width: 201px;
  }

  .height-xl-201 {
    height: 201px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-201 {
    width: 201px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-201 {
    min-height: 201px;
  }

  .max-height-lg-201 {
    max-height: 201px !important;
  }
}
.max-width-202 {
  max-width: 202px;
}

.min-width-202 {
  min-width: 202px;
}

.min-height-202 {
  min-height: 202px;
}

.max-height-202 {
  max-height: 202px;
}

.width-202 {
  width: 202px;
}

.height-202 {
  height: 202px;
}

@media (min-width: 768px) {
  .width-md-202 {
    width: 202px;
  }
}
@media (min-width: 992px) {
  .width-lg-202 {
    width: 202px;
  }
}
@media (min-width: 1200px) {
  .width-xl-202 {
    width: 202px;
  }

  .height-xl-202 {
    height: 202px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-202 {
    width: 202px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-202 {
    min-height: 202px;
  }

  .max-height-lg-202 {
    max-height: 202px !important;
  }
}
.max-width-203 {
  max-width: 203px;
}

.min-width-203 {
  min-width: 203px;
}

.min-height-203 {
  min-height: 203px;
}

.max-height-203 {
  max-height: 203px;
}

.width-203 {
  width: 203px;
}

.height-203 {
  height: 203px;
}

@media (min-width: 768px) {
  .width-md-203 {
    width: 203px;
  }
}
@media (min-width: 992px) {
  .width-lg-203 {
    width: 203px;
  }
}
@media (min-width: 1200px) {
  .width-xl-203 {
    width: 203px;
  }

  .height-xl-203 {
    height: 203px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-203 {
    width: 203px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-203 {
    min-height: 203px;
  }

  .max-height-lg-203 {
    max-height: 203px !important;
  }
}
.max-width-204 {
  max-width: 204px;
}

.min-width-204 {
  min-width: 204px;
}

.min-height-204 {
  min-height: 204px;
}

.max-height-204 {
  max-height: 204px;
}

.width-204 {
  width: 204px;
}

.height-204 {
  height: 204px;
}

@media (min-width: 768px) {
  .width-md-204 {
    width: 204px;
  }
}
@media (min-width: 992px) {
  .width-lg-204 {
    width: 204px;
  }
}
@media (min-width: 1200px) {
  .width-xl-204 {
    width: 204px;
  }

  .height-xl-204 {
    height: 204px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-204 {
    width: 204px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-204 {
    min-height: 204px;
  }

  .max-height-lg-204 {
    max-height: 204px !important;
  }
}
.max-width-205 {
  max-width: 205px;
}

.min-width-205 {
  min-width: 205px;
}

.min-height-205 {
  min-height: 205px;
}

.max-height-205 {
  max-height: 205px;
}

.width-205 {
  width: 205px;
}

.height-205 {
  height: 205px;
}

@media (min-width: 768px) {
  .width-md-205 {
    width: 205px;
  }
}
@media (min-width: 992px) {
  .width-lg-205 {
    width: 205px;
  }
}
@media (min-width: 1200px) {
  .width-xl-205 {
    width: 205px;
  }

  .height-xl-205 {
    height: 205px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-205 {
    width: 205px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-205 {
    min-height: 205px;
  }

  .max-height-lg-205 {
    max-height: 205px !important;
  }
}
.max-width-206 {
  max-width: 206px;
}

.min-width-206 {
  min-width: 206px;
}

.min-height-206 {
  min-height: 206px;
}

.max-height-206 {
  max-height: 206px;
}

.width-206 {
  width: 206px;
}

.height-206 {
  height: 206px;
}

@media (min-width: 768px) {
  .width-md-206 {
    width: 206px;
  }
}
@media (min-width: 992px) {
  .width-lg-206 {
    width: 206px;
  }
}
@media (min-width: 1200px) {
  .width-xl-206 {
    width: 206px;
  }

  .height-xl-206 {
    height: 206px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-206 {
    width: 206px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-206 {
    min-height: 206px;
  }

  .max-height-lg-206 {
    max-height: 206px !important;
  }
}
.max-width-207 {
  max-width: 207px;
}

.min-width-207 {
  min-width: 207px;
}

.min-height-207 {
  min-height: 207px;
}

.max-height-207 {
  max-height: 207px;
}

.width-207 {
  width: 207px;
}

.height-207 {
  height: 207px;
}

@media (min-width: 768px) {
  .width-md-207 {
    width: 207px;
  }
}
@media (min-width: 992px) {
  .width-lg-207 {
    width: 207px;
  }
}
@media (min-width: 1200px) {
  .width-xl-207 {
    width: 207px;
  }

  .height-xl-207 {
    height: 207px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-207 {
    width: 207px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-207 {
    min-height: 207px;
  }

  .max-height-lg-207 {
    max-height: 207px !important;
  }
}
.max-width-208 {
  max-width: 208px;
}

.min-width-208 {
  min-width: 208px;
}

.min-height-208 {
  min-height: 208px;
}

.max-height-208 {
  max-height: 208px;
}

.width-208 {
  width: 208px;
}

.height-208 {
  height: 208px;
}

@media (min-width: 768px) {
  .width-md-208 {
    width: 208px;
  }
}
@media (min-width: 992px) {
  .width-lg-208 {
    width: 208px;
  }
}
@media (min-width: 1200px) {
  .width-xl-208 {
    width: 208px;
  }

  .height-xl-208 {
    height: 208px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-208 {
    width: 208px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-208 {
    min-height: 208px;
  }

  .max-height-lg-208 {
    max-height: 208px !important;
  }
}
.max-width-209 {
  max-width: 209px;
}

.min-width-209 {
  min-width: 209px;
}

.min-height-209 {
  min-height: 209px;
}

.max-height-209 {
  max-height: 209px;
}

.width-209 {
  width: 209px;
}

.height-209 {
  height: 209px;
}

@media (min-width: 768px) {
  .width-md-209 {
    width: 209px;
  }
}
@media (min-width: 992px) {
  .width-lg-209 {
    width: 209px;
  }
}
@media (min-width: 1200px) {
  .width-xl-209 {
    width: 209px;
  }

  .height-xl-209 {
    height: 209px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-209 {
    width: 209px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-209 {
    min-height: 209px;
  }

  .max-height-lg-209 {
    max-height: 209px !important;
  }
}
.max-width-210 {
  max-width: 210px;
}

.min-width-210 {
  min-width: 210px;
}

.min-height-210 {
  min-height: 210px;
}

.max-height-210 {
  max-height: 210px;
}

.width-210 {
  width: 210px;
}

.height-210 {
  height: 210px;
}

@media (min-width: 768px) {
  .width-md-210 {
    width: 210px;
  }
}
@media (min-width: 992px) {
  .width-lg-210 {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .width-xl-210 {
    width: 210px;
  }

  .height-xl-210 {
    height: 210px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-210 {
    width: 210px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-210 {
    min-height: 210px;
  }

  .max-height-lg-210 {
    max-height: 210px !important;
  }
}
.max-width-211 {
  max-width: 211px;
}

.min-width-211 {
  min-width: 211px;
}

.min-height-211 {
  min-height: 211px;
}

.max-height-211 {
  max-height: 211px;
}

.width-211 {
  width: 211px;
}

.height-211 {
  height: 211px;
}

@media (min-width: 768px) {
  .width-md-211 {
    width: 211px;
  }
}
@media (min-width: 992px) {
  .width-lg-211 {
    width: 211px;
  }
}
@media (min-width: 1200px) {
  .width-xl-211 {
    width: 211px;
  }

  .height-xl-211 {
    height: 211px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-211 {
    width: 211px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-211 {
    min-height: 211px;
  }

  .max-height-lg-211 {
    max-height: 211px !important;
  }
}
.max-width-212 {
  max-width: 212px;
}

.min-width-212 {
  min-width: 212px;
}

.min-height-212 {
  min-height: 212px;
}

.max-height-212 {
  max-height: 212px;
}

.width-212 {
  width: 212px;
}

.height-212 {
  height: 212px;
}

@media (min-width: 768px) {
  .width-md-212 {
    width: 212px;
  }
}
@media (min-width: 992px) {
  .width-lg-212 {
    width: 212px;
  }
}
@media (min-width: 1200px) {
  .width-xl-212 {
    width: 212px;
  }

  .height-xl-212 {
    height: 212px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-212 {
    width: 212px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-212 {
    min-height: 212px;
  }

  .max-height-lg-212 {
    max-height: 212px !important;
  }
}
.max-width-213 {
  max-width: 213px;
}

.min-width-213 {
  min-width: 213px;
}

.min-height-213 {
  min-height: 213px;
}

.max-height-213 {
  max-height: 213px;
}

.width-213 {
  width: 213px;
}

.height-213 {
  height: 213px;
}

@media (min-width: 768px) {
  .width-md-213 {
    width: 213px;
  }
}
@media (min-width: 992px) {
  .width-lg-213 {
    width: 213px;
  }
}
@media (min-width: 1200px) {
  .width-xl-213 {
    width: 213px;
  }

  .height-xl-213 {
    height: 213px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-213 {
    width: 213px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-213 {
    min-height: 213px;
  }

  .max-height-lg-213 {
    max-height: 213px !important;
  }
}
.max-width-214 {
  max-width: 214px;
}

.min-width-214 {
  min-width: 214px;
}

.min-height-214 {
  min-height: 214px;
}

.max-height-214 {
  max-height: 214px;
}

.width-214 {
  width: 214px;
}

.height-214 {
  height: 214px;
}

@media (min-width: 768px) {
  .width-md-214 {
    width: 214px;
  }
}
@media (min-width: 992px) {
  .width-lg-214 {
    width: 214px;
  }
}
@media (min-width: 1200px) {
  .width-xl-214 {
    width: 214px;
  }

  .height-xl-214 {
    height: 214px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-214 {
    width: 214px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-214 {
    min-height: 214px;
  }

  .max-height-lg-214 {
    max-height: 214px !important;
  }
}
.max-width-215 {
  max-width: 215px;
}

.min-width-215 {
  min-width: 215px;
}

.min-height-215 {
  min-height: 215px;
}

.max-height-215 {
  max-height: 215px;
}

.width-215 {
  width: 215px;
}

.height-215 {
  height: 215px;
}

@media (min-width: 768px) {
  .width-md-215 {
    width: 215px;
  }
}
@media (min-width: 992px) {
  .width-lg-215 {
    width: 215px;
  }
}
@media (min-width: 1200px) {
  .width-xl-215 {
    width: 215px;
  }

  .height-xl-215 {
    height: 215px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-215 {
    width: 215px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-215 {
    min-height: 215px;
  }

  .max-height-lg-215 {
    max-height: 215px !important;
  }
}
.max-width-216 {
  max-width: 216px;
}

.min-width-216 {
  min-width: 216px;
}

.min-height-216 {
  min-height: 216px;
}

.max-height-216 {
  max-height: 216px;
}

.width-216 {
  width: 216px;
}

.height-216 {
  height: 216px;
}

@media (min-width: 768px) {
  .width-md-216 {
    width: 216px;
  }
}
@media (min-width: 992px) {
  .width-lg-216 {
    width: 216px;
  }
}
@media (min-width: 1200px) {
  .width-xl-216 {
    width: 216px;
  }

  .height-xl-216 {
    height: 216px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-216 {
    width: 216px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-216 {
    min-height: 216px;
  }

  .max-height-lg-216 {
    max-height: 216px !important;
  }
}
.max-width-217 {
  max-width: 217px;
}

.min-width-217 {
  min-width: 217px;
}

.min-height-217 {
  min-height: 217px;
}

.max-height-217 {
  max-height: 217px;
}

.width-217 {
  width: 217px;
}

.height-217 {
  height: 217px;
}

@media (min-width: 768px) {
  .width-md-217 {
    width: 217px;
  }
}
@media (min-width: 992px) {
  .width-lg-217 {
    width: 217px;
  }
}
@media (min-width: 1200px) {
  .width-xl-217 {
    width: 217px;
  }

  .height-xl-217 {
    height: 217px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-217 {
    width: 217px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-217 {
    min-height: 217px;
  }

  .max-height-lg-217 {
    max-height: 217px !important;
  }
}
.max-width-218 {
  max-width: 218px;
}

.min-width-218 {
  min-width: 218px;
}

.min-height-218 {
  min-height: 218px;
}

.max-height-218 {
  max-height: 218px;
}

.width-218 {
  width: 218px;
}

.height-218 {
  height: 218px;
}

@media (min-width: 768px) {
  .width-md-218 {
    width: 218px;
  }
}
@media (min-width: 992px) {
  .width-lg-218 {
    width: 218px;
  }
}
@media (min-width: 1200px) {
  .width-xl-218 {
    width: 218px;
  }

  .height-xl-218 {
    height: 218px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-218 {
    width: 218px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-218 {
    min-height: 218px;
  }

  .max-height-lg-218 {
    max-height: 218px !important;
  }
}
.max-width-219 {
  max-width: 219px;
}

.min-width-219 {
  min-width: 219px;
}

.min-height-219 {
  min-height: 219px;
}

.max-height-219 {
  max-height: 219px;
}

.width-219 {
  width: 219px;
}

.height-219 {
  height: 219px;
}

@media (min-width: 768px) {
  .width-md-219 {
    width: 219px;
  }
}
@media (min-width: 992px) {
  .width-lg-219 {
    width: 219px;
  }
}
@media (min-width: 1200px) {
  .width-xl-219 {
    width: 219px;
  }

  .height-xl-219 {
    height: 219px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-219 {
    width: 219px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-219 {
    min-height: 219px;
  }

  .max-height-lg-219 {
    max-height: 219px !important;
  }
}
.max-width-220 {
  max-width: 220px;
}

.min-width-220 {
  min-width: 220px;
}

.min-height-220 {
  min-height: 220px;
}

.max-height-220 {
  max-height: 220px;
}

.width-220 {
  width: 220px;
}

.height-220 {
  height: 220px;
}

@media (min-width: 768px) {
  .width-md-220 {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .width-lg-220 {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .width-xl-220 {
    width: 220px;
  }

  .height-xl-220 {
    height: 220px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-220 {
    width: 220px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-220 {
    min-height: 220px;
  }

  .max-height-lg-220 {
    max-height: 220px !important;
  }
}
.max-width-221 {
  max-width: 221px;
}

.min-width-221 {
  min-width: 221px;
}

.min-height-221 {
  min-height: 221px;
}

.max-height-221 {
  max-height: 221px;
}

.width-221 {
  width: 221px;
}

.height-221 {
  height: 221px;
}

@media (min-width: 768px) {
  .width-md-221 {
    width: 221px;
  }
}
@media (min-width: 992px) {
  .width-lg-221 {
    width: 221px;
  }
}
@media (min-width: 1200px) {
  .width-xl-221 {
    width: 221px;
  }

  .height-xl-221 {
    height: 221px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-221 {
    width: 221px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-221 {
    min-height: 221px;
  }

  .max-height-lg-221 {
    max-height: 221px !important;
  }
}
.max-width-222 {
  max-width: 222px;
}

.min-width-222 {
  min-width: 222px;
}

.min-height-222 {
  min-height: 222px;
}

.max-height-222 {
  max-height: 222px;
}

.width-222 {
  width: 222px;
}

.height-222 {
  height: 222px;
}

@media (min-width: 768px) {
  .width-md-222 {
    width: 222px;
  }
}
@media (min-width: 992px) {
  .width-lg-222 {
    width: 222px;
  }
}
@media (min-width: 1200px) {
  .width-xl-222 {
    width: 222px;
  }

  .height-xl-222 {
    height: 222px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-222 {
    width: 222px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-222 {
    min-height: 222px;
  }

  .max-height-lg-222 {
    max-height: 222px !important;
  }
}
.max-width-223 {
  max-width: 223px;
}

.min-width-223 {
  min-width: 223px;
}

.min-height-223 {
  min-height: 223px;
}

.max-height-223 {
  max-height: 223px;
}

.width-223 {
  width: 223px;
}

.height-223 {
  height: 223px;
}

@media (min-width: 768px) {
  .width-md-223 {
    width: 223px;
  }
}
@media (min-width: 992px) {
  .width-lg-223 {
    width: 223px;
  }
}
@media (min-width: 1200px) {
  .width-xl-223 {
    width: 223px;
  }

  .height-xl-223 {
    height: 223px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-223 {
    width: 223px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-223 {
    min-height: 223px;
  }

  .max-height-lg-223 {
    max-height: 223px !important;
  }
}
.max-width-224 {
  max-width: 224px;
}

.min-width-224 {
  min-width: 224px;
}

.min-height-224 {
  min-height: 224px;
}

.max-height-224 {
  max-height: 224px;
}

.width-224 {
  width: 224px;
}

.height-224 {
  height: 224px;
}

@media (min-width: 768px) {
  .width-md-224 {
    width: 224px;
  }
}
@media (min-width: 992px) {
  .width-lg-224 {
    width: 224px;
  }
}
@media (min-width: 1200px) {
  .width-xl-224 {
    width: 224px;
  }

  .height-xl-224 {
    height: 224px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-224 {
    width: 224px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-224 {
    min-height: 224px;
  }

  .max-height-lg-224 {
    max-height: 224px !important;
  }
}
.max-width-225 {
  max-width: 225px;
}

.min-width-225 {
  min-width: 225px;
}

.min-height-225 {
  min-height: 225px;
}

.max-height-225 {
  max-height: 225px;
}

.width-225 {
  width: 225px;
}

.height-225 {
  height: 225px;
}

@media (min-width: 768px) {
  .width-md-225 {
    width: 225px;
  }
}
@media (min-width: 992px) {
  .width-lg-225 {
    width: 225px;
  }
}
@media (min-width: 1200px) {
  .width-xl-225 {
    width: 225px;
  }

  .height-xl-225 {
    height: 225px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-225 {
    width: 225px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-225 {
    min-height: 225px;
  }

  .max-height-lg-225 {
    max-height: 225px !important;
  }
}
.max-width-226 {
  max-width: 226px;
}

.min-width-226 {
  min-width: 226px;
}

.min-height-226 {
  min-height: 226px;
}

.max-height-226 {
  max-height: 226px;
}

.width-226 {
  width: 226px;
}

.height-226 {
  height: 226px;
}

@media (min-width: 768px) {
  .width-md-226 {
    width: 226px;
  }
}
@media (min-width: 992px) {
  .width-lg-226 {
    width: 226px;
  }
}
@media (min-width: 1200px) {
  .width-xl-226 {
    width: 226px;
  }

  .height-xl-226 {
    height: 226px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-226 {
    width: 226px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-226 {
    min-height: 226px;
  }

  .max-height-lg-226 {
    max-height: 226px !important;
  }
}
.max-width-227 {
  max-width: 227px;
}

.min-width-227 {
  min-width: 227px;
}

.min-height-227 {
  min-height: 227px;
}

.max-height-227 {
  max-height: 227px;
}

.width-227 {
  width: 227px;
}

.height-227 {
  height: 227px;
}

@media (min-width: 768px) {
  .width-md-227 {
    width: 227px;
  }
}
@media (min-width: 992px) {
  .width-lg-227 {
    width: 227px;
  }
}
@media (min-width: 1200px) {
  .width-xl-227 {
    width: 227px;
  }

  .height-xl-227 {
    height: 227px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-227 {
    width: 227px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-227 {
    min-height: 227px;
  }

  .max-height-lg-227 {
    max-height: 227px !important;
  }
}
.max-width-228 {
  max-width: 228px;
}

.min-width-228 {
  min-width: 228px;
}

.min-height-228 {
  min-height: 228px;
}

.max-height-228 {
  max-height: 228px;
}

.width-228 {
  width: 228px;
}

.height-228 {
  height: 228px;
}

@media (min-width: 768px) {
  .width-md-228 {
    width: 228px;
  }
}
@media (min-width: 992px) {
  .width-lg-228 {
    width: 228px;
  }
}
@media (min-width: 1200px) {
  .width-xl-228 {
    width: 228px;
  }

  .height-xl-228 {
    height: 228px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-228 {
    width: 228px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-228 {
    min-height: 228px;
  }

  .max-height-lg-228 {
    max-height: 228px !important;
  }
}
.max-width-229 {
  max-width: 229px;
}

.min-width-229 {
  min-width: 229px;
}

.min-height-229 {
  min-height: 229px;
}

.max-height-229 {
  max-height: 229px;
}

.width-229 {
  width: 229px;
}

.height-229 {
  height: 229px;
}

@media (min-width: 768px) {
  .width-md-229 {
    width: 229px;
  }
}
@media (min-width: 992px) {
  .width-lg-229 {
    width: 229px;
  }
}
@media (min-width: 1200px) {
  .width-xl-229 {
    width: 229px;
  }

  .height-xl-229 {
    height: 229px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-229 {
    width: 229px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-229 {
    min-height: 229px;
  }

  .max-height-lg-229 {
    max-height: 229px !important;
  }
}
.max-width-230 {
  max-width: 230px;
}

.min-width-230 {
  min-width: 230px;
}

.min-height-230 {
  min-height: 230px;
}

.max-height-230 {
  max-height: 230px;
}

.width-230 {
  width: 230px;
}

.height-230 {
  height: 230px;
}

@media (min-width: 768px) {
  .width-md-230 {
    width: 230px;
  }
}
@media (min-width: 992px) {
  .width-lg-230 {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  .width-xl-230 {
    width: 230px;
  }

  .height-xl-230 {
    height: 230px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-230 {
    width: 230px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-230 {
    min-height: 230px;
  }

  .max-height-lg-230 {
    max-height: 230px !important;
  }
}
.max-width-231 {
  max-width: 231px;
}

.min-width-231 {
  min-width: 231px;
}

.min-height-231 {
  min-height: 231px;
}

.max-height-231 {
  max-height: 231px;
}

.width-231 {
  width: 231px;
}

.height-231 {
  height: 231px;
}

@media (min-width: 768px) {
  .width-md-231 {
    width: 231px;
  }
}
@media (min-width: 992px) {
  .width-lg-231 {
    width: 231px;
  }
}
@media (min-width: 1200px) {
  .width-xl-231 {
    width: 231px;
  }

  .height-xl-231 {
    height: 231px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-231 {
    width: 231px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-231 {
    min-height: 231px;
  }

  .max-height-lg-231 {
    max-height: 231px !important;
  }
}
.max-width-232 {
  max-width: 232px;
}

.min-width-232 {
  min-width: 232px;
}

.min-height-232 {
  min-height: 232px;
}

.max-height-232 {
  max-height: 232px;
}

.width-232 {
  width: 232px;
}

.height-232 {
  height: 232px;
}

@media (min-width: 768px) {
  .width-md-232 {
    width: 232px;
  }
}
@media (min-width: 992px) {
  .width-lg-232 {
    width: 232px;
  }
}
@media (min-width: 1200px) {
  .width-xl-232 {
    width: 232px;
  }

  .height-xl-232 {
    height: 232px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-232 {
    width: 232px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-232 {
    min-height: 232px;
  }

  .max-height-lg-232 {
    max-height: 232px !important;
  }
}
.max-width-233 {
  max-width: 233px;
}

.min-width-233 {
  min-width: 233px;
}

.min-height-233 {
  min-height: 233px;
}

.max-height-233 {
  max-height: 233px;
}

.width-233 {
  width: 233px;
}

.height-233 {
  height: 233px;
}

@media (min-width: 768px) {
  .width-md-233 {
    width: 233px;
  }
}
@media (min-width: 992px) {
  .width-lg-233 {
    width: 233px;
  }
}
@media (min-width: 1200px) {
  .width-xl-233 {
    width: 233px;
  }

  .height-xl-233 {
    height: 233px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-233 {
    width: 233px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-233 {
    min-height: 233px;
  }

  .max-height-lg-233 {
    max-height: 233px !important;
  }
}
.max-width-234 {
  max-width: 234px;
}

.min-width-234 {
  min-width: 234px;
}

.min-height-234 {
  min-height: 234px;
}

.max-height-234 {
  max-height: 234px;
}

.width-234 {
  width: 234px;
}

.height-234 {
  height: 234px;
}

@media (min-width: 768px) {
  .width-md-234 {
    width: 234px;
  }
}
@media (min-width: 992px) {
  .width-lg-234 {
    width: 234px;
  }
}
@media (min-width: 1200px) {
  .width-xl-234 {
    width: 234px;
  }

  .height-xl-234 {
    height: 234px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-234 {
    width: 234px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-234 {
    min-height: 234px;
  }

  .max-height-lg-234 {
    max-height: 234px !important;
  }
}
.max-width-235 {
  max-width: 235px;
}

.min-width-235 {
  min-width: 235px;
}

.min-height-235 {
  min-height: 235px;
}

.max-height-235 {
  max-height: 235px;
}

.width-235 {
  width: 235px;
}

.height-235 {
  height: 235px;
}

@media (min-width: 768px) {
  .width-md-235 {
    width: 235px;
  }
}
@media (min-width: 992px) {
  .width-lg-235 {
    width: 235px;
  }
}
@media (min-width: 1200px) {
  .width-xl-235 {
    width: 235px;
  }

  .height-xl-235 {
    height: 235px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-235 {
    width: 235px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-235 {
    min-height: 235px;
  }

  .max-height-lg-235 {
    max-height: 235px !important;
  }
}
.max-width-236 {
  max-width: 236px;
}

.min-width-236 {
  min-width: 236px;
}

.min-height-236 {
  min-height: 236px;
}

.max-height-236 {
  max-height: 236px;
}

.width-236 {
  width: 236px;
}

.height-236 {
  height: 236px;
}

@media (min-width: 768px) {
  .width-md-236 {
    width: 236px;
  }
}
@media (min-width: 992px) {
  .width-lg-236 {
    width: 236px;
  }
}
@media (min-width: 1200px) {
  .width-xl-236 {
    width: 236px;
  }

  .height-xl-236 {
    height: 236px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-236 {
    width: 236px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-236 {
    min-height: 236px;
  }

  .max-height-lg-236 {
    max-height: 236px !important;
  }
}
.max-width-237 {
  max-width: 237px;
}

.min-width-237 {
  min-width: 237px;
}

.min-height-237 {
  min-height: 237px;
}

.max-height-237 {
  max-height: 237px;
}

.width-237 {
  width: 237px;
}

.height-237 {
  height: 237px;
}

@media (min-width: 768px) {
  .width-md-237 {
    width: 237px;
  }
}
@media (min-width: 992px) {
  .width-lg-237 {
    width: 237px;
  }
}
@media (min-width: 1200px) {
  .width-xl-237 {
    width: 237px;
  }

  .height-xl-237 {
    height: 237px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-237 {
    width: 237px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-237 {
    min-height: 237px;
  }

  .max-height-lg-237 {
    max-height: 237px !important;
  }
}
.max-width-238 {
  max-width: 238px;
}

.min-width-238 {
  min-width: 238px;
}

.min-height-238 {
  min-height: 238px;
}

.max-height-238 {
  max-height: 238px;
}

.width-238 {
  width: 238px;
}

.height-238 {
  height: 238px;
}

@media (min-width: 768px) {
  .width-md-238 {
    width: 238px;
  }
}
@media (min-width: 992px) {
  .width-lg-238 {
    width: 238px;
  }
}
@media (min-width: 1200px) {
  .width-xl-238 {
    width: 238px;
  }

  .height-xl-238 {
    height: 238px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-238 {
    width: 238px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-238 {
    min-height: 238px;
  }

  .max-height-lg-238 {
    max-height: 238px !important;
  }
}
.max-width-239 {
  max-width: 239px;
}

.min-width-239 {
  min-width: 239px;
}

.min-height-239 {
  min-height: 239px;
}

.max-height-239 {
  max-height: 239px;
}

.width-239 {
  width: 239px;
}

.height-239 {
  height: 239px;
}

@media (min-width: 768px) {
  .width-md-239 {
    width: 239px;
  }
}
@media (min-width: 992px) {
  .width-lg-239 {
    width: 239px;
  }
}
@media (min-width: 1200px) {
  .width-xl-239 {
    width: 239px;
  }

  .height-xl-239 {
    height: 239px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-239 {
    width: 239px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-239 {
    min-height: 239px;
  }

  .max-height-lg-239 {
    max-height: 239px !important;
  }
}
.max-width-240 {
  max-width: 240px;
}

.min-width-240 {
  min-width: 240px;
}

.min-height-240 {
  min-height: 240px;
}

.max-height-240 {
  max-height: 240px;
}

.width-240 {
  width: 240px;
}

.height-240 {
  height: 240px;
}

@media (min-width: 768px) {
  .width-md-240 {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .width-lg-240 {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  .width-xl-240 {
    width: 240px;
  }

  .height-xl-240 {
    height: 240px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-240 {
    width: 240px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-240 {
    min-height: 240px;
  }

  .max-height-lg-240 {
    max-height: 240px !important;
  }
}
.max-width-241 {
  max-width: 241px;
}

.min-width-241 {
  min-width: 241px;
}

.min-height-241 {
  min-height: 241px;
}

.max-height-241 {
  max-height: 241px;
}

.width-241 {
  width: 241px;
}

.height-241 {
  height: 241px;
}

@media (min-width: 768px) {
  .width-md-241 {
    width: 241px;
  }
}
@media (min-width: 992px) {
  .width-lg-241 {
    width: 241px;
  }
}
@media (min-width: 1200px) {
  .width-xl-241 {
    width: 241px;
  }

  .height-xl-241 {
    height: 241px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-241 {
    width: 241px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-241 {
    min-height: 241px;
  }

  .max-height-lg-241 {
    max-height: 241px !important;
  }
}
.max-width-242 {
  max-width: 242px;
}

.min-width-242 {
  min-width: 242px;
}

.min-height-242 {
  min-height: 242px;
}

.max-height-242 {
  max-height: 242px;
}

.width-242 {
  width: 242px;
}

.height-242 {
  height: 242px;
}

@media (min-width: 768px) {
  .width-md-242 {
    width: 242px;
  }
}
@media (min-width: 992px) {
  .width-lg-242 {
    width: 242px;
  }
}
@media (min-width: 1200px) {
  .width-xl-242 {
    width: 242px;
  }

  .height-xl-242 {
    height: 242px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-242 {
    width: 242px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-242 {
    min-height: 242px;
  }

  .max-height-lg-242 {
    max-height: 242px !important;
  }
}
.max-width-243 {
  max-width: 243px;
}

.min-width-243 {
  min-width: 243px;
}

.min-height-243 {
  min-height: 243px;
}

.max-height-243 {
  max-height: 243px;
}

.width-243 {
  width: 243px;
}

.height-243 {
  height: 243px;
}

@media (min-width: 768px) {
  .width-md-243 {
    width: 243px;
  }
}
@media (min-width: 992px) {
  .width-lg-243 {
    width: 243px;
  }
}
@media (min-width: 1200px) {
  .width-xl-243 {
    width: 243px;
  }

  .height-xl-243 {
    height: 243px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-243 {
    width: 243px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-243 {
    min-height: 243px;
  }

  .max-height-lg-243 {
    max-height: 243px !important;
  }
}
.max-width-244 {
  max-width: 244px;
}

.min-width-244 {
  min-width: 244px;
}

.min-height-244 {
  min-height: 244px;
}

.max-height-244 {
  max-height: 244px;
}

.width-244 {
  width: 244px;
}

.height-244 {
  height: 244px;
}

@media (min-width: 768px) {
  .width-md-244 {
    width: 244px;
  }
}
@media (min-width: 992px) {
  .width-lg-244 {
    width: 244px;
  }
}
@media (min-width: 1200px) {
  .width-xl-244 {
    width: 244px;
  }

  .height-xl-244 {
    height: 244px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-244 {
    width: 244px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-244 {
    min-height: 244px;
  }

  .max-height-lg-244 {
    max-height: 244px !important;
  }
}
.max-width-245 {
  max-width: 245px;
}

.min-width-245 {
  min-width: 245px;
}

.min-height-245 {
  min-height: 245px;
}

.max-height-245 {
  max-height: 245px;
}

.width-245 {
  width: 245px;
}

.height-245 {
  height: 245px;
}

@media (min-width: 768px) {
  .width-md-245 {
    width: 245px;
  }
}
@media (min-width: 992px) {
  .width-lg-245 {
    width: 245px;
  }
}
@media (min-width: 1200px) {
  .width-xl-245 {
    width: 245px;
  }

  .height-xl-245 {
    height: 245px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-245 {
    width: 245px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-245 {
    min-height: 245px;
  }

  .max-height-lg-245 {
    max-height: 245px !important;
  }
}
.max-width-246 {
  max-width: 246px;
}

.min-width-246 {
  min-width: 246px;
}

.min-height-246 {
  min-height: 246px;
}

.max-height-246 {
  max-height: 246px;
}

.width-246 {
  width: 246px;
}

.height-246 {
  height: 246px;
}

@media (min-width: 768px) {
  .width-md-246 {
    width: 246px;
  }
}
@media (min-width: 992px) {
  .width-lg-246 {
    width: 246px;
  }
}
@media (min-width: 1200px) {
  .width-xl-246 {
    width: 246px;
  }

  .height-xl-246 {
    height: 246px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-246 {
    width: 246px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-246 {
    min-height: 246px;
  }

  .max-height-lg-246 {
    max-height: 246px !important;
  }
}
.max-width-247 {
  max-width: 247px;
}

.min-width-247 {
  min-width: 247px;
}

.min-height-247 {
  min-height: 247px;
}

.max-height-247 {
  max-height: 247px;
}

.width-247 {
  width: 247px;
}

.height-247 {
  height: 247px;
}

@media (min-width: 768px) {
  .width-md-247 {
    width: 247px;
  }
}
@media (min-width: 992px) {
  .width-lg-247 {
    width: 247px;
  }
}
@media (min-width: 1200px) {
  .width-xl-247 {
    width: 247px;
  }

  .height-xl-247 {
    height: 247px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-247 {
    width: 247px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-247 {
    min-height: 247px;
  }

  .max-height-lg-247 {
    max-height: 247px !important;
  }
}
.max-width-248 {
  max-width: 248px;
}

.min-width-248 {
  min-width: 248px;
}

.min-height-248 {
  min-height: 248px;
}

.max-height-248 {
  max-height: 248px;
}

.width-248 {
  width: 248px;
}

.height-248 {
  height: 248px;
}

@media (min-width: 768px) {
  .width-md-248 {
    width: 248px;
  }
}
@media (min-width: 992px) {
  .width-lg-248 {
    width: 248px;
  }
}
@media (min-width: 1200px) {
  .width-xl-248 {
    width: 248px;
  }

  .height-xl-248 {
    height: 248px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-248 {
    width: 248px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-248 {
    min-height: 248px;
  }

  .max-height-lg-248 {
    max-height: 248px !important;
  }
}
.max-width-249 {
  max-width: 249px;
}

.min-width-249 {
  min-width: 249px;
}

.min-height-249 {
  min-height: 249px;
}

.max-height-249 {
  max-height: 249px;
}

.width-249 {
  width: 249px;
}

.height-249 {
  height: 249px;
}

@media (min-width: 768px) {
  .width-md-249 {
    width: 249px;
  }
}
@media (min-width: 992px) {
  .width-lg-249 {
    width: 249px;
  }
}
@media (min-width: 1200px) {
  .width-xl-249 {
    width: 249px;
  }

  .height-xl-249 {
    height: 249px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-249 {
    width: 249px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-249 {
    min-height: 249px;
  }

  .max-height-lg-249 {
    max-height: 249px !important;
  }
}
.max-width-250 {
  max-width: 250px;
}

.min-width-250 {
  min-width: 250px;
}

.min-height-250 {
  min-height: 250px;
}

.max-height-250 {
  max-height: 250px;
}

.width-250 {
  width: 250px;
}

.height-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .width-md-250 {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .width-lg-250 {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .width-xl-250 {
    width: 250px;
  }

  .height-xl-250 {
    height: 250px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-250 {
    width: 250px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-250 {
    min-height: 250px;
  }

  .max-height-lg-250 {
    max-height: 250px !important;
  }
}
.max-width-251 {
  max-width: 251px;
}

.min-width-251 {
  min-width: 251px;
}

.min-height-251 {
  min-height: 251px;
}

.max-height-251 {
  max-height: 251px;
}

.width-251 {
  width: 251px;
}

.height-251 {
  height: 251px;
}

@media (min-width: 768px) {
  .width-md-251 {
    width: 251px;
  }
}
@media (min-width: 992px) {
  .width-lg-251 {
    width: 251px;
  }
}
@media (min-width: 1200px) {
  .width-xl-251 {
    width: 251px;
  }

  .height-xl-251 {
    height: 251px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-251 {
    width: 251px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-251 {
    min-height: 251px;
  }

  .max-height-lg-251 {
    max-height: 251px !important;
  }
}
.max-width-252 {
  max-width: 252px;
}

.min-width-252 {
  min-width: 252px;
}

.min-height-252 {
  min-height: 252px;
}

.max-height-252 {
  max-height: 252px;
}

.width-252 {
  width: 252px;
}

.height-252 {
  height: 252px;
}

@media (min-width: 768px) {
  .width-md-252 {
    width: 252px;
  }
}
@media (min-width: 992px) {
  .width-lg-252 {
    width: 252px;
  }
}
@media (min-width: 1200px) {
  .width-xl-252 {
    width: 252px;
  }

  .height-xl-252 {
    height: 252px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-252 {
    width: 252px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-252 {
    min-height: 252px;
  }

  .max-height-lg-252 {
    max-height: 252px !important;
  }
}
.max-width-253 {
  max-width: 253px;
}

.min-width-253 {
  min-width: 253px;
}

.min-height-253 {
  min-height: 253px;
}

.max-height-253 {
  max-height: 253px;
}

.width-253 {
  width: 253px;
}

.height-253 {
  height: 253px;
}

@media (min-width: 768px) {
  .width-md-253 {
    width: 253px;
  }
}
@media (min-width: 992px) {
  .width-lg-253 {
    width: 253px;
  }
}
@media (min-width: 1200px) {
  .width-xl-253 {
    width: 253px;
  }

  .height-xl-253 {
    height: 253px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-253 {
    width: 253px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-253 {
    min-height: 253px;
  }

  .max-height-lg-253 {
    max-height: 253px !important;
  }
}
.max-width-254 {
  max-width: 254px;
}

.min-width-254 {
  min-width: 254px;
}

.min-height-254 {
  min-height: 254px;
}

.max-height-254 {
  max-height: 254px;
}

.width-254 {
  width: 254px;
}

.height-254 {
  height: 254px;
}

@media (min-width: 768px) {
  .width-md-254 {
    width: 254px;
  }
}
@media (min-width: 992px) {
  .width-lg-254 {
    width: 254px;
  }
}
@media (min-width: 1200px) {
  .width-xl-254 {
    width: 254px;
  }

  .height-xl-254 {
    height: 254px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-254 {
    width: 254px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-254 {
    min-height: 254px;
  }

  .max-height-lg-254 {
    max-height: 254px !important;
  }
}
.max-width-255 {
  max-width: 255px;
}

.min-width-255 {
  min-width: 255px;
}

.min-height-255 {
  min-height: 255px;
}

.max-height-255 {
  max-height: 255px;
}

.width-255 {
  width: 255px;
}

.height-255 {
  height: 255px;
}

@media (min-width: 768px) {
  .width-md-255 {
    width: 255px;
  }
}
@media (min-width: 992px) {
  .width-lg-255 {
    width: 255px;
  }
}
@media (min-width: 1200px) {
  .width-xl-255 {
    width: 255px;
  }

  .height-xl-255 {
    height: 255px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-255 {
    width: 255px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-255 {
    min-height: 255px;
  }

  .max-height-lg-255 {
    max-height: 255px !important;
  }
}
.max-width-256 {
  max-width: 256px;
}

.min-width-256 {
  min-width: 256px;
}

.min-height-256 {
  min-height: 256px;
}

.max-height-256 {
  max-height: 256px;
}

.width-256 {
  width: 256px;
}

.height-256 {
  height: 256px;
}

@media (min-width: 768px) {
  .width-md-256 {
    width: 256px;
  }
}
@media (min-width: 992px) {
  .width-lg-256 {
    width: 256px;
  }
}
@media (min-width: 1200px) {
  .width-xl-256 {
    width: 256px;
  }

  .height-xl-256 {
    height: 256px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-256 {
    width: 256px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-256 {
    min-height: 256px;
  }

  .max-height-lg-256 {
    max-height: 256px !important;
  }
}
.max-width-257 {
  max-width: 257px;
}

.min-width-257 {
  min-width: 257px;
}

.min-height-257 {
  min-height: 257px;
}

.max-height-257 {
  max-height: 257px;
}

.width-257 {
  width: 257px;
}

.height-257 {
  height: 257px;
}

@media (min-width: 768px) {
  .width-md-257 {
    width: 257px;
  }
}
@media (min-width: 992px) {
  .width-lg-257 {
    width: 257px;
  }
}
@media (min-width: 1200px) {
  .width-xl-257 {
    width: 257px;
  }

  .height-xl-257 {
    height: 257px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-257 {
    width: 257px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-257 {
    min-height: 257px;
  }

  .max-height-lg-257 {
    max-height: 257px !important;
  }
}
.max-width-258 {
  max-width: 258px;
}

.min-width-258 {
  min-width: 258px;
}

.min-height-258 {
  min-height: 258px;
}

.max-height-258 {
  max-height: 258px;
}

.width-258 {
  width: 258px;
}

.height-258 {
  height: 258px;
}

@media (min-width: 768px) {
  .width-md-258 {
    width: 258px;
  }
}
@media (min-width: 992px) {
  .width-lg-258 {
    width: 258px;
  }
}
@media (min-width: 1200px) {
  .width-xl-258 {
    width: 258px;
  }

  .height-xl-258 {
    height: 258px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-258 {
    width: 258px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-258 {
    min-height: 258px;
  }

  .max-height-lg-258 {
    max-height: 258px !important;
  }
}
.max-width-259 {
  max-width: 259px;
}

.min-width-259 {
  min-width: 259px;
}

.min-height-259 {
  min-height: 259px;
}

.max-height-259 {
  max-height: 259px;
}

.width-259 {
  width: 259px;
}

.height-259 {
  height: 259px;
}

@media (min-width: 768px) {
  .width-md-259 {
    width: 259px;
  }
}
@media (min-width: 992px) {
  .width-lg-259 {
    width: 259px;
  }
}
@media (min-width: 1200px) {
  .width-xl-259 {
    width: 259px;
  }

  .height-xl-259 {
    height: 259px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-259 {
    width: 259px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-259 {
    min-height: 259px;
  }

  .max-height-lg-259 {
    max-height: 259px !important;
  }
}
.max-width-260 {
  max-width: 260px;
}

.min-width-260 {
  min-width: 260px;
}

.min-height-260 {
  min-height: 260px;
}

.max-height-260 {
  max-height: 260px;
}

.width-260 {
  width: 260px;
}

.height-260 {
  height: 260px;
}

@media (min-width: 768px) {
  .width-md-260 {
    width: 260px;
  }
}
@media (min-width: 992px) {
  .width-lg-260 {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .width-xl-260 {
    width: 260px;
  }

  .height-xl-260 {
    height: 260px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-260 {
    width: 260px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-260 {
    min-height: 260px;
  }

  .max-height-lg-260 {
    max-height: 260px !important;
  }
}
.max-width-261 {
  max-width: 261px;
}

.min-width-261 {
  min-width: 261px;
}

.min-height-261 {
  min-height: 261px;
}

.max-height-261 {
  max-height: 261px;
}

.width-261 {
  width: 261px;
}

.height-261 {
  height: 261px;
}

@media (min-width: 768px) {
  .width-md-261 {
    width: 261px;
  }
}
@media (min-width: 992px) {
  .width-lg-261 {
    width: 261px;
  }
}
@media (min-width: 1200px) {
  .width-xl-261 {
    width: 261px;
  }

  .height-xl-261 {
    height: 261px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-261 {
    width: 261px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-261 {
    min-height: 261px;
  }

  .max-height-lg-261 {
    max-height: 261px !important;
  }
}
.max-width-262 {
  max-width: 262px;
}

.min-width-262 {
  min-width: 262px;
}

.min-height-262 {
  min-height: 262px;
}

.max-height-262 {
  max-height: 262px;
}

.width-262 {
  width: 262px;
}

.height-262 {
  height: 262px;
}

@media (min-width: 768px) {
  .width-md-262 {
    width: 262px;
  }
}
@media (min-width: 992px) {
  .width-lg-262 {
    width: 262px;
  }
}
@media (min-width: 1200px) {
  .width-xl-262 {
    width: 262px;
  }

  .height-xl-262 {
    height: 262px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-262 {
    width: 262px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-262 {
    min-height: 262px;
  }

  .max-height-lg-262 {
    max-height: 262px !important;
  }
}
.max-width-263 {
  max-width: 263px;
}

.min-width-263 {
  min-width: 263px;
}

.min-height-263 {
  min-height: 263px;
}

.max-height-263 {
  max-height: 263px;
}

.width-263 {
  width: 263px;
}

.height-263 {
  height: 263px;
}

@media (min-width: 768px) {
  .width-md-263 {
    width: 263px;
  }
}
@media (min-width: 992px) {
  .width-lg-263 {
    width: 263px;
  }
}
@media (min-width: 1200px) {
  .width-xl-263 {
    width: 263px;
  }

  .height-xl-263 {
    height: 263px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-263 {
    width: 263px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-263 {
    min-height: 263px;
  }

  .max-height-lg-263 {
    max-height: 263px !important;
  }
}
.max-width-264 {
  max-width: 264px;
}

.min-width-264 {
  min-width: 264px;
}

.min-height-264 {
  min-height: 264px;
}

.max-height-264 {
  max-height: 264px;
}

.width-264 {
  width: 264px;
}

.height-264 {
  height: 264px;
}

@media (min-width: 768px) {
  .width-md-264 {
    width: 264px;
  }
}
@media (min-width: 992px) {
  .width-lg-264 {
    width: 264px;
  }
}
@media (min-width: 1200px) {
  .width-xl-264 {
    width: 264px;
  }

  .height-xl-264 {
    height: 264px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-264 {
    width: 264px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-264 {
    min-height: 264px;
  }

  .max-height-lg-264 {
    max-height: 264px !important;
  }
}
.max-width-265 {
  max-width: 265px;
}

.min-width-265 {
  min-width: 265px;
}

.min-height-265 {
  min-height: 265px;
}

.max-height-265 {
  max-height: 265px;
}

.width-265 {
  width: 265px;
}

.height-265 {
  height: 265px;
}

@media (min-width: 768px) {
  .width-md-265 {
    width: 265px;
  }
}
@media (min-width: 992px) {
  .width-lg-265 {
    width: 265px;
  }
}
@media (min-width: 1200px) {
  .width-xl-265 {
    width: 265px;
  }

  .height-xl-265 {
    height: 265px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-265 {
    width: 265px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-265 {
    min-height: 265px;
  }

  .max-height-lg-265 {
    max-height: 265px !important;
  }
}
.max-width-266 {
  max-width: 266px;
}

.min-width-266 {
  min-width: 266px;
}

.min-height-266 {
  min-height: 266px;
}

.max-height-266 {
  max-height: 266px;
}

.width-266 {
  width: 266px;
}

.height-266 {
  height: 266px;
}

@media (min-width: 768px) {
  .width-md-266 {
    width: 266px;
  }
}
@media (min-width: 992px) {
  .width-lg-266 {
    width: 266px;
  }
}
@media (min-width: 1200px) {
  .width-xl-266 {
    width: 266px;
  }

  .height-xl-266 {
    height: 266px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-266 {
    width: 266px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-266 {
    min-height: 266px;
  }

  .max-height-lg-266 {
    max-height: 266px !important;
  }
}
.max-width-267 {
  max-width: 267px;
}

.min-width-267 {
  min-width: 267px;
}

.min-height-267 {
  min-height: 267px;
}

.max-height-267 {
  max-height: 267px;
}

.width-267 {
  width: 267px;
}

.height-267 {
  height: 267px;
}

@media (min-width: 768px) {
  .width-md-267 {
    width: 267px;
  }
}
@media (min-width: 992px) {
  .width-lg-267 {
    width: 267px;
  }
}
@media (min-width: 1200px) {
  .width-xl-267 {
    width: 267px;
  }

  .height-xl-267 {
    height: 267px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-267 {
    width: 267px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-267 {
    min-height: 267px;
  }

  .max-height-lg-267 {
    max-height: 267px !important;
  }
}
.max-width-268 {
  max-width: 268px;
}

.min-width-268 {
  min-width: 268px;
}

.min-height-268 {
  min-height: 268px;
}

.max-height-268 {
  max-height: 268px;
}

.width-268 {
  width: 268px;
}

.height-268 {
  height: 268px;
}

@media (min-width: 768px) {
  .width-md-268 {
    width: 268px;
  }
}
@media (min-width: 992px) {
  .width-lg-268 {
    width: 268px;
  }
}
@media (min-width: 1200px) {
  .width-xl-268 {
    width: 268px;
  }

  .height-xl-268 {
    height: 268px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-268 {
    width: 268px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-268 {
    min-height: 268px;
  }

  .max-height-lg-268 {
    max-height: 268px !important;
  }
}
.max-width-269 {
  max-width: 269px;
}

.min-width-269 {
  min-width: 269px;
}

.min-height-269 {
  min-height: 269px;
}

.max-height-269 {
  max-height: 269px;
}

.width-269 {
  width: 269px;
}

.height-269 {
  height: 269px;
}

@media (min-width: 768px) {
  .width-md-269 {
    width: 269px;
  }
}
@media (min-width: 992px) {
  .width-lg-269 {
    width: 269px;
  }
}
@media (min-width: 1200px) {
  .width-xl-269 {
    width: 269px;
  }

  .height-xl-269 {
    height: 269px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-269 {
    width: 269px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-269 {
    min-height: 269px;
  }

  .max-height-lg-269 {
    max-height: 269px !important;
  }
}
.max-width-270 {
  max-width: 270px;
}

.min-width-270 {
  min-width: 270px;
}

.min-height-270 {
  min-height: 270px;
}

.max-height-270 {
  max-height: 270px;
}

.width-270 {
  width: 270px;
}

.height-270 {
  height: 270px;
}

@media (min-width: 768px) {
  .width-md-270 {
    width: 270px;
  }
}
@media (min-width: 992px) {
  .width-lg-270 {
    width: 270px;
  }
}
@media (min-width: 1200px) {
  .width-xl-270 {
    width: 270px;
  }

  .height-xl-270 {
    height: 270px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-270 {
    width: 270px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-270 {
    min-height: 270px;
  }

  .max-height-lg-270 {
    max-height: 270px !important;
  }
}
.max-width-271 {
  max-width: 271px;
}

.min-width-271 {
  min-width: 271px;
}

.min-height-271 {
  min-height: 271px;
}

.max-height-271 {
  max-height: 271px;
}

.width-271 {
  width: 271px;
}

.height-271 {
  height: 271px;
}

@media (min-width: 768px) {
  .width-md-271 {
    width: 271px;
  }
}
@media (min-width: 992px) {
  .width-lg-271 {
    width: 271px;
  }
}
@media (min-width: 1200px) {
  .width-xl-271 {
    width: 271px;
  }

  .height-xl-271 {
    height: 271px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-271 {
    width: 271px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-271 {
    min-height: 271px;
  }

  .max-height-lg-271 {
    max-height: 271px !important;
  }
}
.max-width-272 {
  max-width: 272px;
}

.min-width-272 {
  min-width: 272px;
}

.min-height-272 {
  min-height: 272px;
}

.max-height-272 {
  max-height: 272px;
}

.width-272 {
  width: 272px;
}

.height-272 {
  height: 272px;
}

@media (min-width: 768px) {
  .width-md-272 {
    width: 272px;
  }
}
@media (min-width: 992px) {
  .width-lg-272 {
    width: 272px;
  }
}
@media (min-width: 1200px) {
  .width-xl-272 {
    width: 272px;
  }

  .height-xl-272 {
    height: 272px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-272 {
    width: 272px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-272 {
    min-height: 272px;
  }

  .max-height-lg-272 {
    max-height: 272px !important;
  }
}
.max-width-273 {
  max-width: 273px;
}

.min-width-273 {
  min-width: 273px;
}

.min-height-273 {
  min-height: 273px;
}

.max-height-273 {
  max-height: 273px;
}

.width-273 {
  width: 273px;
}

.height-273 {
  height: 273px;
}

@media (min-width: 768px) {
  .width-md-273 {
    width: 273px;
  }
}
@media (min-width: 992px) {
  .width-lg-273 {
    width: 273px;
  }
}
@media (min-width: 1200px) {
  .width-xl-273 {
    width: 273px;
  }

  .height-xl-273 {
    height: 273px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-273 {
    width: 273px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-273 {
    min-height: 273px;
  }

  .max-height-lg-273 {
    max-height: 273px !important;
  }
}
.max-width-274 {
  max-width: 274px;
}

.min-width-274 {
  min-width: 274px;
}

.min-height-274 {
  min-height: 274px;
}

.max-height-274 {
  max-height: 274px;
}

.width-274 {
  width: 274px;
}

.height-274 {
  height: 274px;
}

@media (min-width: 768px) {
  .width-md-274 {
    width: 274px;
  }
}
@media (min-width: 992px) {
  .width-lg-274 {
    width: 274px;
  }
}
@media (min-width: 1200px) {
  .width-xl-274 {
    width: 274px;
  }

  .height-xl-274 {
    height: 274px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-274 {
    width: 274px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-274 {
    min-height: 274px;
  }

  .max-height-lg-274 {
    max-height: 274px !important;
  }
}
.max-width-275 {
  max-width: 275px;
}

.min-width-275 {
  min-width: 275px;
}

.min-height-275 {
  min-height: 275px;
}

.max-height-275 {
  max-height: 275px;
}

.width-275 {
  width: 275px;
}

.height-275 {
  height: 275px;
}

@media (min-width: 768px) {
  .width-md-275 {
    width: 275px;
  }
}
@media (min-width: 992px) {
  .width-lg-275 {
    width: 275px;
  }
}
@media (min-width: 1200px) {
  .width-xl-275 {
    width: 275px;
  }

  .height-xl-275 {
    height: 275px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-275 {
    width: 275px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-275 {
    min-height: 275px;
  }

  .max-height-lg-275 {
    max-height: 275px !important;
  }
}
.max-width-276 {
  max-width: 276px;
}

.min-width-276 {
  min-width: 276px;
}

.min-height-276 {
  min-height: 276px;
}

.max-height-276 {
  max-height: 276px;
}

.width-276 {
  width: 276px;
}

.height-276 {
  height: 276px;
}

@media (min-width: 768px) {
  .width-md-276 {
    width: 276px;
  }
}
@media (min-width: 992px) {
  .width-lg-276 {
    width: 276px;
  }
}
@media (min-width: 1200px) {
  .width-xl-276 {
    width: 276px;
  }

  .height-xl-276 {
    height: 276px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-276 {
    width: 276px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-276 {
    min-height: 276px;
  }

  .max-height-lg-276 {
    max-height: 276px !important;
  }
}
.max-width-277 {
  max-width: 277px;
}

.min-width-277 {
  min-width: 277px;
}

.min-height-277 {
  min-height: 277px;
}

.max-height-277 {
  max-height: 277px;
}

.width-277 {
  width: 277px;
}

.height-277 {
  height: 277px;
}

@media (min-width: 768px) {
  .width-md-277 {
    width: 277px;
  }
}
@media (min-width: 992px) {
  .width-lg-277 {
    width: 277px;
  }
}
@media (min-width: 1200px) {
  .width-xl-277 {
    width: 277px;
  }

  .height-xl-277 {
    height: 277px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-277 {
    width: 277px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-277 {
    min-height: 277px;
  }

  .max-height-lg-277 {
    max-height: 277px !important;
  }
}
.max-width-278 {
  max-width: 278px;
}

.min-width-278 {
  min-width: 278px;
}

.min-height-278 {
  min-height: 278px;
}

.max-height-278 {
  max-height: 278px;
}

.width-278 {
  width: 278px;
}

.height-278 {
  height: 278px;
}

@media (min-width: 768px) {
  .width-md-278 {
    width: 278px;
  }
}
@media (min-width: 992px) {
  .width-lg-278 {
    width: 278px;
  }
}
@media (min-width: 1200px) {
  .width-xl-278 {
    width: 278px;
  }

  .height-xl-278 {
    height: 278px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-278 {
    width: 278px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-278 {
    min-height: 278px;
  }

  .max-height-lg-278 {
    max-height: 278px !important;
  }
}
.max-width-279 {
  max-width: 279px;
}

.min-width-279 {
  min-width: 279px;
}

.min-height-279 {
  min-height: 279px;
}

.max-height-279 {
  max-height: 279px;
}

.width-279 {
  width: 279px;
}

.height-279 {
  height: 279px;
}

@media (min-width: 768px) {
  .width-md-279 {
    width: 279px;
  }
}
@media (min-width: 992px) {
  .width-lg-279 {
    width: 279px;
  }
}
@media (min-width: 1200px) {
  .width-xl-279 {
    width: 279px;
  }

  .height-xl-279 {
    height: 279px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-279 {
    width: 279px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-279 {
    min-height: 279px;
  }

  .max-height-lg-279 {
    max-height: 279px !important;
  }
}
.max-width-280 {
  max-width: 280px;
}

.min-width-280 {
  min-width: 280px;
}

.min-height-280 {
  min-height: 280px;
}

.max-height-280 {
  max-height: 280px;
}

.width-280 {
  width: 280px;
}

.height-280 {
  height: 280px;
}

@media (min-width: 768px) {
  .width-md-280 {
    width: 280px;
  }
}
@media (min-width: 992px) {
  .width-lg-280 {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .width-xl-280 {
    width: 280px;
  }

  .height-xl-280 {
    height: 280px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-280 {
    width: 280px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-280 {
    min-height: 280px;
  }

  .max-height-lg-280 {
    max-height: 280px !important;
  }
}
.max-width-281 {
  max-width: 281px;
}

.min-width-281 {
  min-width: 281px;
}

.min-height-281 {
  min-height: 281px;
}

.max-height-281 {
  max-height: 281px;
}

.width-281 {
  width: 281px;
}

.height-281 {
  height: 281px;
}

@media (min-width: 768px) {
  .width-md-281 {
    width: 281px;
  }
}
@media (min-width: 992px) {
  .width-lg-281 {
    width: 281px;
  }
}
@media (min-width: 1200px) {
  .width-xl-281 {
    width: 281px;
  }

  .height-xl-281 {
    height: 281px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-281 {
    width: 281px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-281 {
    min-height: 281px;
  }

  .max-height-lg-281 {
    max-height: 281px !important;
  }
}
.max-width-282 {
  max-width: 282px;
}

.min-width-282 {
  min-width: 282px;
}

.min-height-282 {
  min-height: 282px;
}

.max-height-282 {
  max-height: 282px;
}

.width-282 {
  width: 282px;
}

.height-282 {
  height: 282px;
}

@media (min-width: 768px) {
  .width-md-282 {
    width: 282px;
  }
}
@media (min-width: 992px) {
  .width-lg-282 {
    width: 282px;
  }
}
@media (min-width: 1200px) {
  .width-xl-282 {
    width: 282px;
  }

  .height-xl-282 {
    height: 282px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-282 {
    width: 282px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-282 {
    min-height: 282px;
  }

  .max-height-lg-282 {
    max-height: 282px !important;
  }
}
.max-width-283 {
  max-width: 283px;
}

.min-width-283 {
  min-width: 283px;
}

.min-height-283 {
  min-height: 283px;
}

.max-height-283 {
  max-height: 283px;
}

.width-283 {
  width: 283px;
}

.height-283 {
  height: 283px;
}

@media (min-width: 768px) {
  .width-md-283 {
    width: 283px;
  }
}
@media (min-width: 992px) {
  .width-lg-283 {
    width: 283px;
  }
}
@media (min-width: 1200px) {
  .width-xl-283 {
    width: 283px;
  }

  .height-xl-283 {
    height: 283px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-283 {
    width: 283px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-283 {
    min-height: 283px;
  }

  .max-height-lg-283 {
    max-height: 283px !important;
  }
}
.max-width-284 {
  max-width: 284px;
}

.min-width-284 {
  min-width: 284px;
}

.min-height-284 {
  min-height: 284px;
}

.max-height-284 {
  max-height: 284px;
}

.width-284 {
  width: 284px;
}

.height-284 {
  height: 284px;
}

@media (min-width: 768px) {
  .width-md-284 {
    width: 284px;
  }
}
@media (min-width: 992px) {
  .width-lg-284 {
    width: 284px;
  }
}
@media (min-width: 1200px) {
  .width-xl-284 {
    width: 284px;
  }

  .height-xl-284 {
    height: 284px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-284 {
    width: 284px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-284 {
    min-height: 284px;
  }

  .max-height-lg-284 {
    max-height: 284px !important;
  }
}
.max-width-285 {
  max-width: 285px;
}

.min-width-285 {
  min-width: 285px;
}

.min-height-285 {
  min-height: 285px;
}

.max-height-285 {
  max-height: 285px;
}

.width-285 {
  width: 285px;
}

.height-285 {
  height: 285px;
}

@media (min-width: 768px) {
  .width-md-285 {
    width: 285px;
  }
}
@media (min-width: 992px) {
  .width-lg-285 {
    width: 285px;
  }
}
@media (min-width: 1200px) {
  .width-xl-285 {
    width: 285px;
  }

  .height-xl-285 {
    height: 285px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-285 {
    width: 285px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-285 {
    min-height: 285px;
  }

  .max-height-lg-285 {
    max-height: 285px !important;
  }
}
.max-width-286 {
  max-width: 286px;
}

.min-width-286 {
  min-width: 286px;
}

.min-height-286 {
  min-height: 286px;
}

.max-height-286 {
  max-height: 286px;
}

.width-286 {
  width: 286px;
}

.height-286 {
  height: 286px;
}

@media (min-width: 768px) {
  .width-md-286 {
    width: 286px;
  }
}
@media (min-width: 992px) {
  .width-lg-286 {
    width: 286px;
  }
}
@media (min-width: 1200px) {
  .width-xl-286 {
    width: 286px;
  }

  .height-xl-286 {
    height: 286px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-286 {
    width: 286px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-286 {
    min-height: 286px;
  }

  .max-height-lg-286 {
    max-height: 286px !important;
  }
}
.max-width-287 {
  max-width: 287px;
}

.min-width-287 {
  min-width: 287px;
}

.min-height-287 {
  min-height: 287px;
}

.max-height-287 {
  max-height: 287px;
}

.width-287 {
  width: 287px;
}

.height-287 {
  height: 287px;
}

@media (min-width: 768px) {
  .width-md-287 {
    width: 287px;
  }
}
@media (min-width: 992px) {
  .width-lg-287 {
    width: 287px;
  }
}
@media (min-width: 1200px) {
  .width-xl-287 {
    width: 287px;
  }

  .height-xl-287 {
    height: 287px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-287 {
    width: 287px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-287 {
    min-height: 287px;
  }

  .max-height-lg-287 {
    max-height: 287px !important;
  }
}
.max-width-288 {
  max-width: 288px;
}

.min-width-288 {
  min-width: 288px;
}

.min-height-288 {
  min-height: 288px;
}

.max-height-288 {
  max-height: 288px;
}

.width-288 {
  width: 288px;
}

.height-288 {
  height: 288px;
}

@media (min-width: 768px) {
  .width-md-288 {
    width: 288px;
  }
}
@media (min-width: 992px) {
  .width-lg-288 {
    width: 288px;
  }
}
@media (min-width: 1200px) {
  .width-xl-288 {
    width: 288px;
  }

  .height-xl-288 {
    height: 288px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-288 {
    width: 288px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-288 {
    min-height: 288px;
  }

  .max-height-lg-288 {
    max-height: 288px !important;
  }
}
.max-width-289 {
  max-width: 289px;
}

.min-width-289 {
  min-width: 289px;
}

.min-height-289 {
  min-height: 289px;
}

.max-height-289 {
  max-height: 289px;
}

.width-289 {
  width: 289px;
}

.height-289 {
  height: 289px;
}

@media (min-width: 768px) {
  .width-md-289 {
    width: 289px;
  }
}
@media (min-width: 992px) {
  .width-lg-289 {
    width: 289px;
  }
}
@media (min-width: 1200px) {
  .width-xl-289 {
    width: 289px;
  }

  .height-xl-289 {
    height: 289px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-289 {
    width: 289px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-289 {
    min-height: 289px;
  }

  .max-height-lg-289 {
    max-height: 289px !important;
  }
}
.max-width-290 {
  max-width: 290px;
}

.min-width-290 {
  min-width: 290px;
}

.min-height-290 {
  min-height: 290px;
}

.max-height-290 {
  max-height: 290px;
}

.width-290 {
  width: 290px;
}

.height-290 {
  height: 290px;
}

@media (min-width: 768px) {
  .width-md-290 {
    width: 290px;
  }
}
@media (min-width: 992px) {
  .width-lg-290 {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  .width-xl-290 {
    width: 290px;
  }

  .height-xl-290 {
    height: 290px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-290 {
    width: 290px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-290 {
    min-height: 290px;
  }

  .max-height-lg-290 {
    max-height: 290px !important;
  }
}
.max-width-291 {
  max-width: 291px;
}

.min-width-291 {
  min-width: 291px;
}

.min-height-291 {
  min-height: 291px;
}

.max-height-291 {
  max-height: 291px;
}

.width-291 {
  width: 291px;
}

.height-291 {
  height: 291px;
}

@media (min-width: 768px) {
  .width-md-291 {
    width: 291px;
  }
}
@media (min-width: 992px) {
  .width-lg-291 {
    width: 291px;
  }
}
@media (min-width: 1200px) {
  .width-xl-291 {
    width: 291px;
  }

  .height-xl-291 {
    height: 291px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-291 {
    width: 291px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-291 {
    min-height: 291px;
  }

  .max-height-lg-291 {
    max-height: 291px !important;
  }
}
.max-width-292 {
  max-width: 292px;
}

.min-width-292 {
  min-width: 292px;
}

.min-height-292 {
  min-height: 292px;
}

.max-height-292 {
  max-height: 292px;
}

.width-292 {
  width: 292px;
}

.height-292 {
  height: 292px;
}

@media (min-width: 768px) {
  .width-md-292 {
    width: 292px;
  }
}
@media (min-width: 992px) {
  .width-lg-292 {
    width: 292px;
  }
}
@media (min-width: 1200px) {
  .width-xl-292 {
    width: 292px;
  }

  .height-xl-292 {
    height: 292px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-292 {
    width: 292px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-292 {
    min-height: 292px;
  }

  .max-height-lg-292 {
    max-height: 292px !important;
  }
}
.max-width-293 {
  max-width: 293px;
}

.min-width-293 {
  min-width: 293px;
}

.min-height-293 {
  min-height: 293px;
}

.max-height-293 {
  max-height: 293px;
}

.width-293 {
  width: 293px;
}

.height-293 {
  height: 293px;
}

@media (min-width: 768px) {
  .width-md-293 {
    width: 293px;
  }
}
@media (min-width: 992px) {
  .width-lg-293 {
    width: 293px;
  }
}
@media (min-width: 1200px) {
  .width-xl-293 {
    width: 293px;
  }

  .height-xl-293 {
    height: 293px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-293 {
    width: 293px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-293 {
    min-height: 293px;
  }

  .max-height-lg-293 {
    max-height: 293px !important;
  }
}
.max-width-294 {
  max-width: 294px;
}

.min-width-294 {
  min-width: 294px;
}

.min-height-294 {
  min-height: 294px;
}

.max-height-294 {
  max-height: 294px;
}

.width-294 {
  width: 294px;
}

.height-294 {
  height: 294px;
}

@media (min-width: 768px) {
  .width-md-294 {
    width: 294px;
  }
}
@media (min-width: 992px) {
  .width-lg-294 {
    width: 294px;
  }
}
@media (min-width: 1200px) {
  .width-xl-294 {
    width: 294px;
  }

  .height-xl-294 {
    height: 294px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-294 {
    width: 294px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-294 {
    min-height: 294px;
  }

  .max-height-lg-294 {
    max-height: 294px !important;
  }
}
.max-width-295 {
  max-width: 295px;
}

.min-width-295 {
  min-width: 295px;
}

.min-height-295 {
  min-height: 295px;
}

.max-height-295 {
  max-height: 295px;
}

.width-295 {
  width: 295px;
}

.height-295 {
  height: 295px;
}

@media (min-width: 768px) {
  .width-md-295 {
    width: 295px;
  }
}
@media (min-width: 992px) {
  .width-lg-295 {
    width: 295px;
  }
}
@media (min-width: 1200px) {
  .width-xl-295 {
    width: 295px;
  }

  .height-xl-295 {
    height: 295px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-295 {
    width: 295px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-295 {
    min-height: 295px;
  }

  .max-height-lg-295 {
    max-height: 295px !important;
  }
}
.max-width-296 {
  max-width: 296px;
}

.min-width-296 {
  min-width: 296px;
}

.min-height-296 {
  min-height: 296px;
}

.max-height-296 {
  max-height: 296px;
}

.width-296 {
  width: 296px;
}

.height-296 {
  height: 296px;
}

@media (min-width: 768px) {
  .width-md-296 {
    width: 296px;
  }
}
@media (min-width: 992px) {
  .width-lg-296 {
    width: 296px;
  }
}
@media (min-width: 1200px) {
  .width-xl-296 {
    width: 296px;
  }

  .height-xl-296 {
    height: 296px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-296 {
    width: 296px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-296 {
    min-height: 296px;
  }

  .max-height-lg-296 {
    max-height: 296px !important;
  }
}
.max-width-297 {
  max-width: 297px;
}

.min-width-297 {
  min-width: 297px;
}

.min-height-297 {
  min-height: 297px;
}

.max-height-297 {
  max-height: 297px;
}

.width-297 {
  width: 297px;
}

.height-297 {
  height: 297px;
}

@media (min-width: 768px) {
  .width-md-297 {
    width: 297px;
  }
}
@media (min-width: 992px) {
  .width-lg-297 {
    width: 297px;
  }
}
@media (min-width: 1200px) {
  .width-xl-297 {
    width: 297px;
  }

  .height-xl-297 {
    height: 297px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-297 {
    width: 297px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-297 {
    min-height: 297px;
  }

  .max-height-lg-297 {
    max-height: 297px !important;
  }
}
.max-width-298 {
  max-width: 298px;
}

.min-width-298 {
  min-width: 298px;
}

.min-height-298 {
  min-height: 298px;
}

.max-height-298 {
  max-height: 298px;
}

.width-298 {
  width: 298px;
}

.height-298 {
  height: 298px;
}

@media (min-width: 768px) {
  .width-md-298 {
    width: 298px;
  }
}
@media (min-width: 992px) {
  .width-lg-298 {
    width: 298px;
  }
}
@media (min-width: 1200px) {
  .width-xl-298 {
    width: 298px;
  }

  .height-xl-298 {
    height: 298px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-298 {
    width: 298px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-298 {
    min-height: 298px;
  }

  .max-height-lg-298 {
    max-height: 298px !important;
  }
}
.max-width-299 {
  max-width: 299px;
}

.min-width-299 {
  min-width: 299px;
}

.min-height-299 {
  min-height: 299px;
}

.max-height-299 {
  max-height: 299px;
}

.width-299 {
  width: 299px;
}

.height-299 {
  height: 299px;
}

@media (min-width: 768px) {
  .width-md-299 {
    width: 299px;
  }
}
@media (min-width: 992px) {
  .width-lg-299 {
    width: 299px;
  }
}
@media (min-width: 1200px) {
  .width-xl-299 {
    width: 299px;
  }

  .height-xl-299 {
    height: 299px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-299 {
    width: 299px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-299 {
    min-height: 299px;
  }

  .max-height-lg-299 {
    max-height: 299px !important;
  }
}
.max-width-300 {
  max-width: 300px;
}

.min-width-300 {
  min-width: 300px;
}

.min-height-300 {
  min-height: 300px;
}

.max-height-300 {
  max-height: 300px;
}

.width-300 {
  width: 300px;
}

.height-300 {
  height: 300px;
}

@media (min-width: 768px) {
  .width-md-300 {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .width-lg-300 {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .width-xl-300 {
    width: 300px;
  }

  .height-xl-300 {
    height: 300px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-300 {
    width: 300px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-300 {
    min-height: 300px;
  }

  .max-height-lg-300 {
    max-height: 300px !important;
  }
}
.max-width-301 {
  max-width: 301px;
}

.min-width-301 {
  min-width: 301px;
}

.min-height-301 {
  min-height: 301px;
}

.max-height-301 {
  max-height: 301px;
}

.width-301 {
  width: 301px;
}

.height-301 {
  height: 301px;
}

@media (min-width: 768px) {
  .width-md-301 {
    width: 301px;
  }
}
@media (min-width: 992px) {
  .width-lg-301 {
    width: 301px;
  }
}
@media (min-width: 1200px) {
  .width-xl-301 {
    width: 301px;
  }

  .height-xl-301 {
    height: 301px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-301 {
    width: 301px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-301 {
    min-height: 301px;
  }

  .max-height-lg-301 {
    max-height: 301px !important;
  }
}
.max-width-302 {
  max-width: 302px;
}

.min-width-302 {
  min-width: 302px;
}

.min-height-302 {
  min-height: 302px;
}

.max-height-302 {
  max-height: 302px;
}

.width-302 {
  width: 302px;
}

.height-302 {
  height: 302px;
}

@media (min-width: 768px) {
  .width-md-302 {
    width: 302px;
  }
}
@media (min-width: 992px) {
  .width-lg-302 {
    width: 302px;
  }
}
@media (min-width: 1200px) {
  .width-xl-302 {
    width: 302px;
  }

  .height-xl-302 {
    height: 302px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-302 {
    width: 302px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-302 {
    min-height: 302px;
  }

  .max-height-lg-302 {
    max-height: 302px !important;
  }
}
.max-width-303 {
  max-width: 303px;
}

.min-width-303 {
  min-width: 303px;
}

.min-height-303 {
  min-height: 303px;
}

.max-height-303 {
  max-height: 303px;
}

.width-303 {
  width: 303px;
}

.height-303 {
  height: 303px;
}

@media (min-width: 768px) {
  .width-md-303 {
    width: 303px;
  }
}
@media (min-width: 992px) {
  .width-lg-303 {
    width: 303px;
  }
}
@media (min-width: 1200px) {
  .width-xl-303 {
    width: 303px;
  }

  .height-xl-303 {
    height: 303px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-303 {
    width: 303px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-303 {
    min-height: 303px;
  }

  .max-height-lg-303 {
    max-height: 303px !important;
  }
}
.max-width-304 {
  max-width: 304px;
}

.min-width-304 {
  min-width: 304px;
}

.min-height-304 {
  min-height: 304px;
}

.max-height-304 {
  max-height: 304px;
}

.width-304 {
  width: 304px;
}

.height-304 {
  height: 304px;
}

@media (min-width: 768px) {
  .width-md-304 {
    width: 304px;
  }
}
@media (min-width: 992px) {
  .width-lg-304 {
    width: 304px;
  }
}
@media (min-width: 1200px) {
  .width-xl-304 {
    width: 304px;
  }

  .height-xl-304 {
    height: 304px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-304 {
    width: 304px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-304 {
    min-height: 304px;
  }

  .max-height-lg-304 {
    max-height: 304px !important;
  }
}
.max-width-305 {
  max-width: 305px;
}

.min-width-305 {
  min-width: 305px;
}

.min-height-305 {
  min-height: 305px;
}

.max-height-305 {
  max-height: 305px;
}

.width-305 {
  width: 305px;
}

.height-305 {
  height: 305px;
}

@media (min-width: 768px) {
  .width-md-305 {
    width: 305px;
  }
}
@media (min-width: 992px) {
  .width-lg-305 {
    width: 305px;
  }
}
@media (min-width: 1200px) {
  .width-xl-305 {
    width: 305px;
  }

  .height-xl-305 {
    height: 305px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-305 {
    width: 305px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-305 {
    min-height: 305px;
  }

  .max-height-lg-305 {
    max-height: 305px !important;
  }
}
.max-width-306 {
  max-width: 306px;
}

.min-width-306 {
  min-width: 306px;
}

.min-height-306 {
  min-height: 306px;
}

.max-height-306 {
  max-height: 306px;
}

.width-306 {
  width: 306px;
}

.height-306 {
  height: 306px;
}

@media (min-width: 768px) {
  .width-md-306 {
    width: 306px;
  }
}
@media (min-width: 992px) {
  .width-lg-306 {
    width: 306px;
  }
}
@media (min-width: 1200px) {
  .width-xl-306 {
    width: 306px;
  }

  .height-xl-306 {
    height: 306px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-306 {
    width: 306px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-306 {
    min-height: 306px;
  }

  .max-height-lg-306 {
    max-height: 306px !important;
  }
}
.max-width-307 {
  max-width: 307px;
}

.min-width-307 {
  min-width: 307px;
}

.min-height-307 {
  min-height: 307px;
}

.max-height-307 {
  max-height: 307px;
}

.width-307 {
  width: 307px;
}

.height-307 {
  height: 307px;
}

@media (min-width: 768px) {
  .width-md-307 {
    width: 307px;
  }
}
@media (min-width: 992px) {
  .width-lg-307 {
    width: 307px;
  }
}
@media (min-width: 1200px) {
  .width-xl-307 {
    width: 307px;
  }

  .height-xl-307 {
    height: 307px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-307 {
    width: 307px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-307 {
    min-height: 307px;
  }

  .max-height-lg-307 {
    max-height: 307px !important;
  }
}
.max-width-308 {
  max-width: 308px;
}

.min-width-308 {
  min-width: 308px;
}

.min-height-308 {
  min-height: 308px;
}

.max-height-308 {
  max-height: 308px;
}

.width-308 {
  width: 308px;
}

.height-308 {
  height: 308px;
}

@media (min-width: 768px) {
  .width-md-308 {
    width: 308px;
  }
}
@media (min-width: 992px) {
  .width-lg-308 {
    width: 308px;
  }
}
@media (min-width: 1200px) {
  .width-xl-308 {
    width: 308px;
  }

  .height-xl-308 {
    height: 308px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-308 {
    width: 308px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-308 {
    min-height: 308px;
  }

  .max-height-lg-308 {
    max-height: 308px !important;
  }
}
.max-width-309 {
  max-width: 309px;
}

.min-width-309 {
  min-width: 309px;
}

.min-height-309 {
  min-height: 309px;
}

.max-height-309 {
  max-height: 309px;
}

.width-309 {
  width: 309px;
}

.height-309 {
  height: 309px;
}

@media (min-width: 768px) {
  .width-md-309 {
    width: 309px;
  }
}
@media (min-width: 992px) {
  .width-lg-309 {
    width: 309px;
  }
}
@media (min-width: 1200px) {
  .width-xl-309 {
    width: 309px;
  }

  .height-xl-309 {
    height: 309px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-309 {
    width: 309px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-309 {
    min-height: 309px;
  }

  .max-height-lg-309 {
    max-height: 309px !important;
  }
}
.max-width-310 {
  max-width: 310px;
}

.min-width-310 {
  min-width: 310px;
}

.min-height-310 {
  min-height: 310px;
}

.max-height-310 {
  max-height: 310px;
}

.width-310 {
  width: 310px;
}

.height-310 {
  height: 310px;
}

@media (min-width: 768px) {
  .width-md-310 {
    width: 310px;
  }
}
@media (min-width: 992px) {
  .width-lg-310 {
    width: 310px;
  }
}
@media (min-width: 1200px) {
  .width-xl-310 {
    width: 310px;
  }

  .height-xl-310 {
    height: 310px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-310 {
    width: 310px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-310 {
    min-height: 310px;
  }

  .max-height-lg-310 {
    max-height: 310px !important;
  }
}
.max-width-311 {
  max-width: 311px;
}

.min-width-311 {
  min-width: 311px;
}

.min-height-311 {
  min-height: 311px;
}

.max-height-311 {
  max-height: 311px;
}

.width-311 {
  width: 311px;
}

.height-311 {
  height: 311px;
}

@media (min-width: 768px) {
  .width-md-311 {
    width: 311px;
  }
}
@media (min-width: 992px) {
  .width-lg-311 {
    width: 311px;
  }
}
@media (min-width: 1200px) {
  .width-xl-311 {
    width: 311px;
  }

  .height-xl-311 {
    height: 311px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-311 {
    width: 311px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-311 {
    min-height: 311px;
  }

  .max-height-lg-311 {
    max-height: 311px !important;
  }
}
.max-width-312 {
  max-width: 312px;
}

.min-width-312 {
  min-width: 312px;
}

.min-height-312 {
  min-height: 312px;
}

.max-height-312 {
  max-height: 312px;
}

.width-312 {
  width: 312px;
}

.height-312 {
  height: 312px;
}

@media (min-width: 768px) {
  .width-md-312 {
    width: 312px;
  }
}
@media (min-width: 992px) {
  .width-lg-312 {
    width: 312px;
  }
}
@media (min-width: 1200px) {
  .width-xl-312 {
    width: 312px;
  }

  .height-xl-312 {
    height: 312px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-312 {
    width: 312px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-312 {
    min-height: 312px;
  }

  .max-height-lg-312 {
    max-height: 312px !important;
  }
}
.max-width-313 {
  max-width: 313px;
}

.min-width-313 {
  min-width: 313px;
}

.min-height-313 {
  min-height: 313px;
}

.max-height-313 {
  max-height: 313px;
}

.width-313 {
  width: 313px;
}

.height-313 {
  height: 313px;
}

@media (min-width: 768px) {
  .width-md-313 {
    width: 313px;
  }
}
@media (min-width: 992px) {
  .width-lg-313 {
    width: 313px;
  }
}
@media (min-width: 1200px) {
  .width-xl-313 {
    width: 313px;
  }

  .height-xl-313 {
    height: 313px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-313 {
    width: 313px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-313 {
    min-height: 313px;
  }

  .max-height-lg-313 {
    max-height: 313px !important;
  }
}
.max-width-314 {
  max-width: 314px;
}

.min-width-314 {
  min-width: 314px;
}

.min-height-314 {
  min-height: 314px;
}

.max-height-314 {
  max-height: 314px;
}

.width-314 {
  width: 314px;
}

.height-314 {
  height: 314px;
}

@media (min-width: 768px) {
  .width-md-314 {
    width: 314px;
  }
}
@media (min-width: 992px) {
  .width-lg-314 {
    width: 314px;
  }
}
@media (min-width: 1200px) {
  .width-xl-314 {
    width: 314px;
  }

  .height-xl-314 {
    height: 314px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-314 {
    width: 314px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-314 {
    min-height: 314px;
  }

  .max-height-lg-314 {
    max-height: 314px !important;
  }
}
.max-width-315 {
  max-width: 315px;
}

.min-width-315 {
  min-width: 315px;
}

.min-height-315 {
  min-height: 315px;
}

.max-height-315 {
  max-height: 315px;
}

.width-315 {
  width: 315px;
}

.height-315 {
  height: 315px;
}

@media (min-width: 768px) {
  .width-md-315 {
    width: 315px;
  }
}
@media (min-width: 992px) {
  .width-lg-315 {
    width: 315px;
  }
}
@media (min-width: 1200px) {
  .width-xl-315 {
    width: 315px;
  }

  .height-xl-315 {
    height: 315px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-315 {
    width: 315px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-315 {
    min-height: 315px;
  }

  .max-height-lg-315 {
    max-height: 315px !important;
  }
}
.max-width-316 {
  max-width: 316px;
}

.min-width-316 {
  min-width: 316px;
}

.min-height-316 {
  min-height: 316px;
}

.max-height-316 {
  max-height: 316px;
}

.width-316 {
  width: 316px;
}

.height-316 {
  height: 316px;
}

@media (min-width: 768px) {
  .width-md-316 {
    width: 316px;
  }
}
@media (min-width: 992px) {
  .width-lg-316 {
    width: 316px;
  }
}
@media (min-width: 1200px) {
  .width-xl-316 {
    width: 316px;
  }

  .height-xl-316 {
    height: 316px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-316 {
    width: 316px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-316 {
    min-height: 316px;
  }

  .max-height-lg-316 {
    max-height: 316px !important;
  }
}
.max-width-317 {
  max-width: 317px;
}

.min-width-317 {
  min-width: 317px;
}

.min-height-317 {
  min-height: 317px;
}

.max-height-317 {
  max-height: 317px;
}

.width-317 {
  width: 317px;
}

.height-317 {
  height: 317px;
}

@media (min-width: 768px) {
  .width-md-317 {
    width: 317px;
  }
}
@media (min-width: 992px) {
  .width-lg-317 {
    width: 317px;
  }
}
@media (min-width: 1200px) {
  .width-xl-317 {
    width: 317px;
  }

  .height-xl-317 {
    height: 317px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-317 {
    width: 317px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-317 {
    min-height: 317px;
  }

  .max-height-lg-317 {
    max-height: 317px !important;
  }
}
.max-width-318 {
  max-width: 318px;
}

.min-width-318 {
  min-width: 318px;
}

.min-height-318 {
  min-height: 318px;
}

.max-height-318 {
  max-height: 318px;
}

.width-318 {
  width: 318px;
}

.height-318 {
  height: 318px;
}

@media (min-width: 768px) {
  .width-md-318 {
    width: 318px;
  }
}
@media (min-width: 992px) {
  .width-lg-318 {
    width: 318px;
  }
}
@media (min-width: 1200px) {
  .width-xl-318 {
    width: 318px;
  }

  .height-xl-318 {
    height: 318px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-318 {
    width: 318px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-318 {
    min-height: 318px;
  }

  .max-height-lg-318 {
    max-height: 318px !important;
  }
}
.max-width-319 {
  max-width: 319px;
}

.min-width-319 {
  min-width: 319px;
}

.min-height-319 {
  min-height: 319px;
}

.max-height-319 {
  max-height: 319px;
}

.width-319 {
  width: 319px;
}

.height-319 {
  height: 319px;
}

@media (min-width: 768px) {
  .width-md-319 {
    width: 319px;
  }
}
@media (min-width: 992px) {
  .width-lg-319 {
    width: 319px;
  }
}
@media (min-width: 1200px) {
  .width-xl-319 {
    width: 319px;
  }

  .height-xl-319 {
    height: 319px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-319 {
    width: 319px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-319 {
    min-height: 319px;
  }

  .max-height-lg-319 {
    max-height: 319px !important;
  }
}
.max-width-320 {
  max-width: 320px;
}

.min-width-320 {
  min-width: 320px;
}

.min-height-320 {
  min-height: 320px;
}

.max-height-320 {
  max-height: 320px;
}

.width-320 {
  width: 320px;
}

.height-320 {
  height: 320px;
}

@media (min-width: 768px) {
  .width-md-320 {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .width-lg-320 {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .width-xl-320 {
    width: 320px;
  }

  .height-xl-320 {
    height: 320px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-320 {
    width: 320px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-320 {
    min-height: 320px;
  }

  .max-height-lg-320 {
    max-height: 320px !important;
  }
}
.max-width-321 {
  max-width: 321px;
}

.min-width-321 {
  min-width: 321px;
}

.min-height-321 {
  min-height: 321px;
}

.max-height-321 {
  max-height: 321px;
}

.width-321 {
  width: 321px;
}

.height-321 {
  height: 321px;
}

@media (min-width: 768px) {
  .width-md-321 {
    width: 321px;
  }
}
@media (min-width: 992px) {
  .width-lg-321 {
    width: 321px;
  }
}
@media (min-width: 1200px) {
  .width-xl-321 {
    width: 321px;
  }

  .height-xl-321 {
    height: 321px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-321 {
    width: 321px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-321 {
    min-height: 321px;
  }

  .max-height-lg-321 {
    max-height: 321px !important;
  }
}
.max-width-322 {
  max-width: 322px;
}

.min-width-322 {
  min-width: 322px;
}

.min-height-322 {
  min-height: 322px;
}

.max-height-322 {
  max-height: 322px;
}

.width-322 {
  width: 322px;
}

.height-322 {
  height: 322px;
}

@media (min-width: 768px) {
  .width-md-322 {
    width: 322px;
  }
}
@media (min-width: 992px) {
  .width-lg-322 {
    width: 322px;
  }
}
@media (min-width: 1200px) {
  .width-xl-322 {
    width: 322px;
  }

  .height-xl-322 {
    height: 322px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-322 {
    width: 322px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-322 {
    min-height: 322px;
  }

  .max-height-lg-322 {
    max-height: 322px !important;
  }
}
.max-width-323 {
  max-width: 323px;
}

.min-width-323 {
  min-width: 323px;
}

.min-height-323 {
  min-height: 323px;
}

.max-height-323 {
  max-height: 323px;
}

.width-323 {
  width: 323px;
}

.height-323 {
  height: 323px;
}

@media (min-width: 768px) {
  .width-md-323 {
    width: 323px;
  }
}
@media (min-width: 992px) {
  .width-lg-323 {
    width: 323px;
  }
}
@media (min-width: 1200px) {
  .width-xl-323 {
    width: 323px;
  }

  .height-xl-323 {
    height: 323px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-323 {
    width: 323px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-323 {
    min-height: 323px;
  }

  .max-height-lg-323 {
    max-height: 323px !important;
  }
}
.max-width-324 {
  max-width: 324px;
}

.min-width-324 {
  min-width: 324px;
}

.min-height-324 {
  min-height: 324px;
}

.max-height-324 {
  max-height: 324px;
}

.width-324 {
  width: 324px;
}

.height-324 {
  height: 324px;
}

@media (min-width: 768px) {
  .width-md-324 {
    width: 324px;
  }
}
@media (min-width: 992px) {
  .width-lg-324 {
    width: 324px;
  }
}
@media (min-width: 1200px) {
  .width-xl-324 {
    width: 324px;
  }

  .height-xl-324 {
    height: 324px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-324 {
    width: 324px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-324 {
    min-height: 324px;
  }

  .max-height-lg-324 {
    max-height: 324px !important;
  }
}
.max-width-325 {
  max-width: 325px;
}

.min-width-325 {
  min-width: 325px;
}

.min-height-325 {
  min-height: 325px;
}

.max-height-325 {
  max-height: 325px;
}

.width-325 {
  width: 325px;
}

.height-325 {
  height: 325px;
}

@media (min-width: 768px) {
  .width-md-325 {
    width: 325px;
  }
}
@media (min-width: 992px) {
  .width-lg-325 {
    width: 325px;
  }
}
@media (min-width: 1200px) {
  .width-xl-325 {
    width: 325px;
  }

  .height-xl-325 {
    height: 325px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-325 {
    width: 325px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-325 {
    min-height: 325px;
  }

  .max-height-lg-325 {
    max-height: 325px !important;
  }
}
.max-width-326 {
  max-width: 326px;
}

.min-width-326 {
  min-width: 326px;
}

.min-height-326 {
  min-height: 326px;
}

.max-height-326 {
  max-height: 326px;
}

.width-326 {
  width: 326px;
}

.height-326 {
  height: 326px;
}

@media (min-width: 768px) {
  .width-md-326 {
    width: 326px;
  }
}
@media (min-width: 992px) {
  .width-lg-326 {
    width: 326px;
  }
}
@media (min-width: 1200px) {
  .width-xl-326 {
    width: 326px;
  }

  .height-xl-326 {
    height: 326px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-326 {
    width: 326px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-326 {
    min-height: 326px;
  }

  .max-height-lg-326 {
    max-height: 326px !important;
  }
}
.max-width-327 {
  max-width: 327px;
}

.min-width-327 {
  min-width: 327px;
}

.min-height-327 {
  min-height: 327px;
}

.max-height-327 {
  max-height: 327px;
}

.width-327 {
  width: 327px;
}

.height-327 {
  height: 327px;
}

@media (min-width: 768px) {
  .width-md-327 {
    width: 327px;
  }
}
@media (min-width: 992px) {
  .width-lg-327 {
    width: 327px;
  }
}
@media (min-width: 1200px) {
  .width-xl-327 {
    width: 327px;
  }

  .height-xl-327 {
    height: 327px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-327 {
    width: 327px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-327 {
    min-height: 327px;
  }

  .max-height-lg-327 {
    max-height: 327px !important;
  }
}
.max-width-328 {
  max-width: 328px;
}

.min-width-328 {
  min-width: 328px;
}

.min-height-328 {
  min-height: 328px;
}

.max-height-328 {
  max-height: 328px;
}

.width-328 {
  width: 328px;
}

.height-328 {
  height: 328px;
}

@media (min-width: 768px) {
  .width-md-328 {
    width: 328px;
  }
}
@media (min-width: 992px) {
  .width-lg-328 {
    width: 328px;
  }
}
@media (min-width: 1200px) {
  .width-xl-328 {
    width: 328px;
  }

  .height-xl-328 {
    height: 328px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-328 {
    width: 328px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-328 {
    min-height: 328px;
  }

  .max-height-lg-328 {
    max-height: 328px !important;
  }
}
.max-width-329 {
  max-width: 329px;
}

.min-width-329 {
  min-width: 329px;
}

.min-height-329 {
  min-height: 329px;
}

.max-height-329 {
  max-height: 329px;
}

.width-329 {
  width: 329px;
}

.height-329 {
  height: 329px;
}

@media (min-width: 768px) {
  .width-md-329 {
    width: 329px;
  }
}
@media (min-width: 992px) {
  .width-lg-329 {
    width: 329px;
  }
}
@media (min-width: 1200px) {
  .width-xl-329 {
    width: 329px;
  }

  .height-xl-329 {
    height: 329px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-329 {
    width: 329px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-329 {
    min-height: 329px;
  }

  .max-height-lg-329 {
    max-height: 329px !important;
  }
}
.max-width-330 {
  max-width: 330px;
}

.min-width-330 {
  min-width: 330px;
}

.min-height-330 {
  min-height: 330px;
}

.max-height-330 {
  max-height: 330px;
}

.width-330 {
  width: 330px;
}

.height-330 {
  height: 330px;
}

@media (min-width: 768px) {
  .width-md-330 {
    width: 330px;
  }
}
@media (min-width: 992px) {
  .width-lg-330 {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .width-xl-330 {
    width: 330px;
  }

  .height-xl-330 {
    height: 330px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-330 {
    width: 330px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-330 {
    min-height: 330px;
  }

  .max-height-lg-330 {
    max-height: 330px !important;
  }
}
.max-width-331 {
  max-width: 331px;
}

.min-width-331 {
  min-width: 331px;
}

.min-height-331 {
  min-height: 331px;
}

.max-height-331 {
  max-height: 331px;
}

.width-331 {
  width: 331px;
}

.height-331 {
  height: 331px;
}

@media (min-width: 768px) {
  .width-md-331 {
    width: 331px;
  }
}
@media (min-width: 992px) {
  .width-lg-331 {
    width: 331px;
  }
}
@media (min-width: 1200px) {
  .width-xl-331 {
    width: 331px;
  }

  .height-xl-331 {
    height: 331px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-331 {
    width: 331px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-331 {
    min-height: 331px;
  }

  .max-height-lg-331 {
    max-height: 331px !important;
  }
}
.max-width-332 {
  max-width: 332px;
}

.min-width-332 {
  min-width: 332px;
}

.min-height-332 {
  min-height: 332px;
}

.max-height-332 {
  max-height: 332px;
}

.width-332 {
  width: 332px;
}

.height-332 {
  height: 332px;
}

@media (min-width: 768px) {
  .width-md-332 {
    width: 332px;
  }
}
@media (min-width: 992px) {
  .width-lg-332 {
    width: 332px;
  }
}
@media (min-width: 1200px) {
  .width-xl-332 {
    width: 332px;
  }

  .height-xl-332 {
    height: 332px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-332 {
    width: 332px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-332 {
    min-height: 332px;
  }

  .max-height-lg-332 {
    max-height: 332px !important;
  }
}
.max-width-333 {
  max-width: 333px;
}

.min-width-333 {
  min-width: 333px;
}

.min-height-333 {
  min-height: 333px;
}

.max-height-333 {
  max-height: 333px;
}

.width-333 {
  width: 333px;
}

.height-333 {
  height: 333px;
}

@media (min-width: 768px) {
  .width-md-333 {
    width: 333px;
  }
}
@media (min-width: 992px) {
  .width-lg-333 {
    width: 333px;
  }
}
@media (min-width: 1200px) {
  .width-xl-333 {
    width: 333px;
  }

  .height-xl-333 {
    height: 333px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-333 {
    width: 333px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-333 {
    min-height: 333px;
  }

  .max-height-lg-333 {
    max-height: 333px !important;
  }
}
.max-width-334 {
  max-width: 334px;
}

.min-width-334 {
  min-width: 334px;
}

.min-height-334 {
  min-height: 334px;
}

.max-height-334 {
  max-height: 334px;
}

.width-334 {
  width: 334px;
}

.height-334 {
  height: 334px;
}

@media (min-width: 768px) {
  .width-md-334 {
    width: 334px;
  }
}
@media (min-width: 992px) {
  .width-lg-334 {
    width: 334px;
  }
}
@media (min-width: 1200px) {
  .width-xl-334 {
    width: 334px;
  }

  .height-xl-334 {
    height: 334px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-334 {
    width: 334px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-334 {
    min-height: 334px;
  }

  .max-height-lg-334 {
    max-height: 334px !important;
  }
}
.max-width-335 {
  max-width: 335px;
}

.min-width-335 {
  min-width: 335px;
}

.min-height-335 {
  min-height: 335px;
}

.max-height-335 {
  max-height: 335px;
}

.width-335 {
  width: 335px;
}

.height-335 {
  height: 335px;
}

@media (min-width: 768px) {
  .width-md-335 {
    width: 335px;
  }
}
@media (min-width: 992px) {
  .width-lg-335 {
    width: 335px;
  }
}
@media (min-width: 1200px) {
  .width-xl-335 {
    width: 335px;
  }

  .height-xl-335 {
    height: 335px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-335 {
    width: 335px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-335 {
    min-height: 335px;
  }

  .max-height-lg-335 {
    max-height: 335px !important;
  }
}
.max-width-336 {
  max-width: 336px;
}

.min-width-336 {
  min-width: 336px;
}

.min-height-336 {
  min-height: 336px;
}

.max-height-336 {
  max-height: 336px;
}

.width-336 {
  width: 336px;
}

.height-336 {
  height: 336px;
}

@media (min-width: 768px) {
  .width-md-336 {
    width: 336px;
  }
}
@media (min-width: 992px) {
  .width-lg-336 {
    width: 336px;
  }
}
@media (min-width: 1200px) {
  .width-xl-336 {
    width: 336px;
  }

  .height-xl-336 {
    height: 336px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-336 {
    width: 336px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-336 {
    min-height: 336px;
  }

  .max-height-lg-336 {
    max-height: 336px !important;
  }
}
.max-width-337 {
  max-width: 337px;
}

.min-width-337 {
  min-width: 337px;
}

.min-height-337 {
  min-height: 337px;
}

.max-height-337 {
  max-height: 337px;
}

.width-337 {
  width: 337px;
}

.height-337 {
  height: 337px;
}

@media (min-width: 768px) {
  .width-md-337 {
    width: 337px;
  }
}
@media (min-width: 992px) {
  .width-lg-337 {
    width: 337px;
  }
}
@media (min-width: 1200px) {
  .width-xl-337 {
    width: 337px;
  }

  .height-xl-337 {
    height: 337px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-337 {
    width: 337px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-337 {
    min-height: 337px;
  }

  .max-height-lg-337 {
    max-height: 337px !important;
  }
}
.max-width-338 {
  max-width: 338px;
}

.min-width-338 {
  min-width: 338px;
}

.min-height-338 {
  min-height: 338px;
}

.max-height-338 {
  max-height: 338px;
}

.width-338 {
  width: 338px;
}

.height-338 {
  height: 338px;
}

@media (min-width: 768px) {
  .width-md-338 {
    width: 338px;
  }
}
@media (min-width: 992px) {
  .width-lg-338 {
    width: 338px;
  }
}
@media (min-width: 1200px) {
  .width-xl-338 {
    width: 338px;
  }

  .height-xl-338 {
    height: 338px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-338 {
    width: 338px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-338 {
    min-height: 338px;
  }

  .max-height-lg-338 {
    max-height: 338px !important;
  }
}
.max-width-339 {
  max-width: 339px;
}

.min-width-339 {
  min-width: 339px;
}

.min-height-339 {
  min-height: 339px;
}

.max-height-339 {
  max-height: 339px;
}

.width-339 {
  width: 339px;
}

.height-339 {
  height: 339px;
}

@media (min-width: 768px) {
  .width-md-339 {
    width: 339px;
  }
}
@media (min-width: 992px) {
  .width-lg-339 {
    width: 339px;
  }
}
@media (min-width: 1200px) {
  .width-xl-339 {
    width: 339px;
  }

  .height-xl-339 {
    height: 339px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-339 {
    width: 339px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-339 {
    min-height: 339px;
  }

  .max-height-lg-339 {
    max-height: 339px !important;
  }
}
.max-width-340 {
  max-width: 340px;
}

.min-width-340 {
  min-width: 340px;
}

.min-height-340 {
  min-height: 340px;
}

.max-height-340 {
  max-height: 340px;
}

.width-340 {
  width: 340px;
}

.height-340 {
  height: 340px;
}

@media (min-width: 768px) {
  .width-md-340 {
    width: 340px;
  }
}
@media (min-width: 992px) {
  .width-lg-340 {
    width: 340px;
  }
}
@media (min-width: 1200px) {
  .width-xl-340 {
    width: 340px;
  }

  .height-xl-340 {
    height: 340px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-340 {
    width: 340px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-340 {
    min-height: 340px;
  }

  .max-height-lg-340 {
    max-height: 340px !important;
  }
}
.max-width-341 {
  max-width: 341px;
}

.min-width-341 {
  min-width: 341px;
}

.min-height-341 {
  min-height: 341px;
}

.max-height-341 {
  max-height: 341px;
}

.width-341 {
  width: 341px;
}

.height-341 {
  height: 341px;
}

@media (min-width: 768px) {
  .width-md-341 {
    width: 341px;
  }
}
@media (min-width: 992px) {
  .width-lg-341 {
    width: 341px;
  }
}
@media (min-width: 1200px) {
  .width-xl-341 {
    width: 341px;
  }

  .height-xl-341 {
    height: 341px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-341 {
    width: 341px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-341 {
    min-height: 341px;
  }

  .max-height-lg-341 {
    max-height: 341px !important;
  }
}
.max-width-342 {
  max-width: 342px;
}

.min-width-342 {
  min-width: 342px;
}

.min-height-342 {
  min-height: 342px;
}

.max-height-342 {
  max-height: 342px;
}

.width-342 {
  width: 342px;
}

.height-342 {
  height: 342px;
}

@media (min-width: 768px) {
  .width-md-342 {
    width: 342px;
  }
}
@media (min-width: 992px) {
  .width-lg-342 {
    width: 342px;
  }
}
@media (min-width: 1200px) {
  .width-xl-342 {
    width: 342px;
  }

  .height-xl-342 {
    height: 342px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-342 {
    width: 342px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-342 {
    min-height: 342px;
  }

  .max-height-lg-342 {
    max-height: 342px !important;
  }
}
.max-width-343 {
  max-width: 343px;
}

.min-width-343 {
  min-width: 343px;
}

.min-height-343 {
  min-height: 343px;
}

.max-height-343 {
  max-height: 343px;
}

.width-343 {
  width: 343px;
}

.height-343 {
  height: 343px;
}

@media (min-width: 768px) {
  .width-md-343 {
    width: 343px;
  }
}
@media (min-width: 992px) {
  .width-lg-343 {
    width: 343px;
  }
}
@media (min-width: 1200px) {
  .width-xl-343 {
    width: 343px;
  }

  .height-xl-343 {
    height: 343px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-343 {
    width: 343px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-343 {
    min-height: 343px;
  }

  .max-height-lg-343 {
    max-height: 343px !important;
  }
}
.max-width-344 {
  max-width: 344px;
}

.min-width-344 {
  min-width: 344px;
}

.min-height-344 {
  min-height: 344px;
}

.max-height-344 {
  max-height: 344px;
}

.width-344 {
  width: 344px;
}

.height-344 {
  height: 344px;
}

@media (min-width: 768px) {
  .width-md-344 {
    width: 344px;
  }
}
@media (min-width: 992px) {
  .width-lg-344 {
    width: 344px;
  }
}
@media (min-width: 1200px) {
  .width-xl-344 {
    width: 344px;
  }

  .height-xl-344 {
    height: 344px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-344 {
    width: 344px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-344 {
    min-height: 344px;
  }

  .max-height-lg-344 {
    max-height: 344px !important;
  }
}
.max-width-345 {
  max-width: 345px;
}

.min-width-345 {
  min-width: 345px;
}

.min-height-345 {
  min-height: 345px;
}

.max-height-345 {
  max-height: 345px;
}

.width-345 {
  width: 345px;
}

.height-345 {
  height: 345px;
}

@media (min-width: 768px) {
  .width-md-345 {
    width: 345px;
  }
}
@media (min-width: 992px) {
  .width-lg-345 {
    width: 345px;
  }
}
@media (min-width: 1200px) {
  .width-xl-345 {
    width: 345px;
  }

  .height-xl-345 {
    height: 345px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-345 {
    width: 345px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-345 {
    min-height: 345px;
  }

  .max-height-lg-345 {
    max-height: 345px !important;
  }
}
.max-width-346 {
  max-width: 346px;
}

.min-width-346 {
  min-width: 346px;
}

.min-height-346 {
  min-height: 346px;
}

.max-height-346 {
  max-height: 346px;
}

.width-346 {
  width: 346px;
}

.height-346 {
  height: 346px;
}

@media (min-width: 768px) {
  .width-md-346 {
    width: 346px;
  }
}
@media (min-width: 992px) {
  .width-lg-346 {
    width: 346px;
  }
}
@media (min-width: 1200px) {
  .width-xl-346 {
    width: 346px;
  }

  .height-xl-346 {
    height: 346px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-346 {
    width: 346px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-346 {
    min-height: 346px;
  }

  .max-height-lg-346 {
    max-height: 346px !important;
  }
}
.max-width-347 {
  max-width: 347px;
}

.min-width-347 {
  min-width: 347px;
}

.min-height-347 {
  min-height: 347px;
}

.max-height-347 {
  max-height: 347px;
}

.width-347 {
  width: 347px;
}

.height-347 {
  height: 347px;
}

@media (min-width: 768px) {
  .width-md-347 {
    width: 347px;
  }
}
@media (min-width: 992px) {
  .width-lg-347 {
    width: 347px;
  }
}
@media (min-width: 1200px) {
  .width-xl-347 {
    width: 347px;
  }

  .height-xl-347 {
    height: 347px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-347 {
    width: 347px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-347 {
    min-height: 347px;
  }

  .max-height-lg-347 {
    max-height: 347px !important;
  }
}
.max-width-348 {
  max-width: 348px;
}

.min-width-348 {
  min-width: 348px;
}

.min-height-348 {
  min-height: 348px;
}

.max-height-348 {
  max-height: 348px;
}

.width-348 {
  width: 348px;
}

.height-348 {
  height: 348px;
}

@media (min-width: 768px) {
  .width-md-348 {
    width: 348px;
  }
}
@media (min-width: 992px) {
  .width-lg-348 {
    width: 348px;
  }
}
@media (min-width: 1200px) {
  .width-xl-348 {
    width: 348px;
  }

  .height-xl-348 {
    height: 348px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-348 {
    width: 348px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-348 {
    min-height: 348px;
  }

  .max-height-lg-348 {
    max-height: 348px !important;
  }
}
.max-width-349 {
  max-width: 349px;
}

.min-width-349 {
  min-width: 349px;
}

.min-height-349 {
  min-height: 349px;
}

.max-height-349 {
  max-height: 349px;
}

.width-349 {
  width: 349px;
}

.height-349 {
  height: 349px;
}

@media (min-width: 768px) {
  .width-md-349 {
    width: 349px;
  }
}
@media (min-width: 992px) {
  .width-lg-349 {
    width: 349px;
  }
}
@media (min-width: 1200px) {
  .width-xl-349 {
    width: 349px;
  }

  .height-xl-349 {
    height: 349px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-349 {
    width: 349px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-349 {
    min-height: 349px;
  }

  .max-height-lg-349 {
    max-height: 349px !important;
  }
}
.max-width-350 {
  max-width: 350px;
}

.min-width-350 {
  min-width: 350px;
}

.min-height-350 {
  min-height: 350px;
}

.max-height-350 {
  max-height: 350px;
}

.width-350 {
  width: 350px;
}

.height-350 {
  height: 350px;
}

@media (min-width: 768px) {
  .width-md-350 {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .width-lg-350 {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .width-xl-350 {
    width: 350px;
  }

  .height-xl-350 {
    height: 350px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-350 {
    width: 350px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-350 {
    min-height: 350px;
  }

  .max-height-lg-350 {
    max-height: 350px !important;
  }
}
.max-width-351 {
  max-width: 351px;
}

.min-width-351 {
  min-width: 351px;
}

.min-height-351 {
  min-height: 351px;
}

.max-height-351 {
  max-height: 351px;
}

.width-351 {
  width: 351px;
}

.height-351 {
  height: 351px;
}

@media (min-width: 768px) {
  .width-md-351 {
    width: 351px;
  }
}
@media (min-width: 992px) {
  .width-lg-351 {
    width: 351px;
  }
}
@media (min-width: 1200px) {
  .width-xl-351 {
    width: 351px;
  }

  .height-xl-351 {
    height: 351px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-351 {
    width: 351px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-351 {
    min-height: 351px;
  }

  .max-height-lg-351 {
    max-height: 351px !important;
  }
}
.max-width-352 {
  max-width: 352px;
}

.min-width-352 {
  min-width: 352px;
}

.min-height-352 {
  min-height: 352px;
}

.max-height-352 {
  max-height: 352px;
}

.width-352 {
  width: 352px;
}

.height-352 {
  height: 352px;
}

@media (min-width: 768px) {
  .width-md-352 {
    width: 352px;
  }
}
@media (min-width: 992px) {
  .width-lg-352 {
    width: 352px;
  }
}
@media (min-width: 1200px) {
  .width-xl-352 {
    width: 352px;
  }

  .height-xl-352 {
    height: 352px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-352 {
    width: 352px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-352 {
    min-height: 352px;
  }

  .max-height-lg-352 {
    max-height: 352px !important;
  }
}
.max-width-353 {
  max-width: 353px;
}

.min-width-353 {
  min-width: 353px;
}

.min-height-353 {
  min-height: 353px;
}

.max-height-353 {
  max-height: 353px;
}

.width-353 {
  width: 353px;
}

.height-353 {
  height: 353px;
}

@media (min-width: 768px) {
  .width-md-353 {
    width: 353px;
  }
}
@media (min-width: 992px) {
  .width-lg-353 {
    width: 353px;
  }
}
@media (min-width: 1200px) {
  .width-xl-353 {
    width: 353px;
  }

  .height-xl-353 {
    height: 353px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-353 {
    width: 353px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-353 {
    min-height: 353px;
  }

  .max-height-lg-353 {
    max-height: 353px !important;
  }
}
.max-width-354 {
  max-width: 354px;
}

.min-width-354 {
  min-width: 354px;
}

.min-height-354 {
  min-height: 354px;
}

.max-height-354 {
  max-height: 354px;
}

.width-354 {
  width: 354px;
}

.height-354 {
  height: 354px;
}

@media (min-width: 768px) {
  .width-md-354 {
    width: 354px;
  }
}
@media (min-width: 992px) {
  .width-lg-354 {
    width: 354px;
  }
}
@media (min-width: 1200px) {
  .width-xl-354 {
    width: 354px;
  }

  .height-xl-354 {
    height: 354px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-354 {
    width: 354px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-354 {
    min-height: 354px;
  }

  .max-height-lg-354 {
    max-height: 354px !important;
  }
}
.max-width-355 {
  max-width: 355px;
}

.min-width-355 {
  min-width: 355px;
}

.min-height-355 {
  min-height: 355px;
}

.max-height-355 {
  max-height: 355px;
}

.width-355 {
  width: 355px;
}

.height-355 {
  height: 355px;
}

@media (min-width: 768px) {
  .width-md-355 {
    width: 355px;
  }
}
@media (min-width: 992px) {
  .width-lg-355 {
    width: 355px;
  }
}
@media (min-width: 1200px) {
  .width-xl-355 {
    width: 355px;
  }

  .height-xl-355 {
    height: 355px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-355 {
    width: 355px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-355 {
    min-height: 355px;
  }

  .max-height-lg-355 {
    max-height: 355px !important;
  }
}
.max-width-356 {
  max-width: 356px;
}

.min-width-356 {
  min-width: 356px;
}

.min-height-356 {
  min-height: 356px;
}

.max-height-356 {
  max-height: 356px;
}

.width-356 {
  width: 356px;
}

.height-356 {
  height: 356px;
}

@media (min-width: 768px) {
  .width-md-356 {
    width: 356px;
  }
}
@media (min-width: 992px) {
  .width-lg-356 {
    width: 356px;
  }
}
@media (min-width: 1200px) {
  .width-xl-356 {
    width: 356px;
  }

  .height-xl-356 {
    height: 356px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-356 {
    width: 356px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-356 {
    min-height: 356px;
  }

  .max-height-lg-356 {
    max-height: 356px !important;
  }
}
.max-width-357 {
  max-width: 357px;
}

.min-width-357 {
  min-width: 357px;
}

.min-height-357 {
  min-height: 357px;
}

.max-height-357 {
  max-height: 357px;
}

.width-357 {
  width: 357px;
}

.height-357 {
  height: 357px;
}

@media (min-width: 768px) {
  .width-md-357 {
    width: 357px;
  }
}
@media (min-width: 992px) {
  .width-lg-357 {
    width: 357px;
  }
}
@media (min-width: 1200px) {
  .width-xl-357 {
    width: 357px;
  }

  .height-xl-357 {
    height: 357px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-357 {
    width: 357px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-357 {
    min-height: 357px;
  }

  .max-height-lg-357 {
    max-height: 357px !important;
  }
}
.max-width-358 {
  max-width: 358px;
}

.min-width-358 {
  min-width: 358px;
}

.min-height-358 {
  min-height: 358px;
}

.max-height-358 {
  max-height: 358px;
}

.width-358 {
  width: 358px;
}

.height-358 {
  height: 358px;
}

@media (min-width: 768px) {
  .width-md-358 {
    width: 358px;
  }
}
@media (min-width: 992px) {
  .width-lg-358 {
    width: 358px;
  }
}
@media (min-width: 1200px) {
  .width-xl-358 {
    width: 358px;
  }

  .height-xl-358 {
    height: 358px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-358 {
    width: 358px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-358 {
    min-height: 358px;
  }

  .max-height-lg-358 {
    max-height: 358px !important;
  }
}
.max-width-359 {
  max-width: 359px;
}

.min-width-359 {
  min-width: 359px;
}

.min-height-359 {
  min-height: 359px;
}

.max-height-359 {
  max-height: 359px;
}

.width-359 {
  width: 359px;
}

.height-359 {
  height: 359px;
}

@media (min-width: 768px) {
  .width-md-359 {
    width: 359px;
  }
}
@media (min-width: 992px) {
  .width-lg-359 {
    width: 359px;
  }
}
@media (min-width: 1200px) {
  .width-xl-359 {
    width: 359px;
  }

  .height-xl-359 {
    height: 359px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-359 {
    width: 359px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-359 {
    min-height: 359px;
  }

  .max-height-lg-359 {
    max-height: 359px !important;
  }
}
.max-width-360 {
  max-width: 360px;
}

.min-width-360 {
  min-width: 360px;
}

.min-height-360 {
  min-height: 360px;
}

.max-height-360 {
  max-height: 360px;
}

.width-360 {
  width: 360px;
}

.height-360 {
  height: 360px;
}

@media (min-width: 768px) {
  .width-md-360 {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .width-lg-360 {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .width-xl-360 {
    width: 360px;
  }

  .height-xl-360 {
    height: 360px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-360 {
    width: 360px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-360 {
    min-height: 360px;
  }

  .max-height-lg-360 {
    max-height: 360px !important;
  }
}
.max-width-361 {
  max-width: 361px;
}

.min-width-361 {
  min-width: 361px;
}

.min-height-361 {
  min-height: 361px;
}

.max-height-361 {
  max-height: 361px;
}

.width-361 {
  width: 361px;
}

.height-361 {
  height: 361px;
}

@media (min-width: 768px) {
  .width-md-361 {
    width: 361px;
  }
}
@media (min-width: 992px) {
  .width-lg-361 {
    width: 361px;
  }
}
@media (min-width: 1200px) {
  .width-xl-361 {
    width: 361px;
  }

  .height-xl-361 {
    height: 361px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-361 {
    width: 361px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-361 {
    min-height: 361px;
  }

  .max-height-lg-361 {
    max-height: 361px !important;
  }
}
.max-width-362 {
  max-width: 362px;
}

.min-width-362 {
  min-width: 362px;
}

.min-height-362 {
  min-height: 362px;
}

.max-height-362 {
  max-height: 362px;
}

.width-362 {
  width: 362px;
}

.height-362 {
  height: 362px;
}

@media (min-width: 768px) {
  .width-md-362 {
    width: 362px;
  }
}
@media (min-width: 992px) {
  .width-lg-362 {
    width: 362px;
  }
}
@media (min-width: 1200px) {
  .width-xl-362 {
    width: 362px;
  }

  .height-xl-362 {
    height: 362px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-362 {
    width: 362px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-362 {
    min-height: 362px;
  }

  .max-height-lg-362 {
    max-height: 362px !important;
  }
}
.max-width-363 {
  max-width: 363px;
}

.min-width-363 {
  min-width: 363px;
}

.min-height-363 {
  min-height: 363px;
}

.max-height-363 {
  max-height: 363px;
}

.width-363 {
  width: 363px;
}

.height-363 {
  height: 363px;
}

@media (min-width: 768px) {
  .width-md-363 {
    width: 363px;
  }
}
@media (min-width: 992px) {
  .width-lg-363 {
    width: 363px;
  }
}
@media (min-width: 1200px) {
  .width-xl-363 {
    width: 363px;
  }

  .height-xl-363 {
    height: 363px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-363 {
    width: 363px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-363 {
    min-height: 363px;
  }

  .max-height-lg-363 {
    max-height: 363px !important;
  }
}
.max-width-364 {
  max-width: 364px;
}

.min-width-364 {
  min-width: 364px;
}

.min-height-364 {
  min-height: 364px;
}

.max-height-364 {
  max-height: 364px;
}

.width-364 {
  width: 364px;
}

.height-364 {
  height: 364px;
}

@media (min-width: 768px) {
  .width-md-364 {
    width: 364px;
  }
}
@media (min-width: 992px) {
  .width-lg-364 {
    width: 364px;
  }
}
@media (min-width: 1200px) {
  .width-xl-364 {
    width: 364px;
  }

  .height-xl-364 {
    height: 364px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-364 {
    width: 364px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-364 {
    min-height: 364px;
  }

  .max-height-lg-364 {
    max-height: 364px !important;
  }
}
.max-width-365 {
  max-width: 365px;
}

.min-width-365 {
  min-width: 365px;
}

.min-height-365 {
  min-height: 365px;
}

.max-height-365 {
  max-height: 365px;
}

.width-365 {
  width: 365px;
}

.height-365 {
  height: 365px;
}

@media (min-width: 768px) {
  .width-md-365 {
    width: 365px;
  }
}
@media (min-width: 992px) {
  .width-lg-365 {
    width: 365px;
  }
}
@media (min-width: 1200px) {
  .width-xl-365 {
    width: 365px;
  }

  .height-xl-365 {
    height: 365px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-365 {
    width: 365px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-365 {
    min-height: 365px;
  }

  .max-height-lg-365 {
    max-height: 365px !important;
  }
}
.max-width-366 {
  max-width: 366px;
}

.min-width-366 {
  min-width: 366px;
}

.min-height-366 {
  min-height: 366px;
}

.max-height-366 {
  max-height: 366px;
}

.width-366 {
  width: 366px;
}

.height-366 {
  height: 366px;
}

@media (min-width: 768px) {
  .width-md-366 {
    width: 366px;
  }
}
@media (min-width: 992px) {
  .width-lg-366 {
    width: 366px;
  }
}
@media (min-width: 1200px) {
  .width-xl-366 {
    width: 366px;
  }

  .height-xl-366 {
    height: 366px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-366 {
    width: 366px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-366 {
    min-height: 366px;
  }

  .max-height-lg-366 {
    max-height: 366px !important;
  }
}
.max-width-367 {
  max-width: 367px;
}

.min-width-367 {
  min-width: 367px;
}

.min-height-367 {
  min-height: 367px;
}

.max-height-367 {
  max-height: 367px;
}

.width-367 {
  width: 367px;
}

.height-367 {
  height: 367px;
}

@media (min-width: 768px) {
  .width-md-367 {
    width: 367px;
  }
}
@media (min-width: 992px) {
  .width-lg-367 {
    width: 367px;
  }
}
@media (min-width: 1200px) {
  .width-xl-367 {
    width: 367px;
  }

  .height-xl-367 {
    height: 367px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-367 {
    width: 367px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-367 {
    min-height: 367px;
  }

  .max-height-lg-367 {
    max-height: 367px !important;
  }
}
.max-width-368 {
  max-width: 368px;
}

.min-width-368 {
  min-width: 368px;
}

.min-height-368 {
  min-height: 368px;
}

.max-height-368 {
  max-height: 368px;
}

.width-368 {
  width: 368px;
}

.height-368 {
  height: 368px;
}

@media (min-width: 768px) {
  .width-md-368 {
    width: 368px;
  }
}
@media (min-width: 992px) {
  .width-lg-368 {
    width: 368px;
  }
}
@media (min-width: 1200px) {
  .width-xl-368 {
    width: 368px;
  }

  .height-xl-368 {
    height: 368px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-368 {
    width: 368px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-368 {
    min-height: 368px;
  }

  .max-height-lg-368 {
    max-height: 368px !important;
  }
}
.max-width-369 {
  max-width: 369px;
}

.min-width-369 {
  min-width: 369px;
}

.min-height-369 {
  min-height: 369px;
}

.max-height-369 {
  max-height: 369px;
}

.width-369 {
  width: 369px;
}

.height-369 {
  height: 369px;
}

@media (min-width: 768px) {
  .width-md-369 {
    width: 369px;
  }
}
@media (min-width: 992px) {
  .width-lg-369 {
    width: 369px;
  }
}
@media (min-width: 1200px) {
  .width-xl-369 {
    width: 369px;
  }

  .height-xl-369 {
    height: 369px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-369 {
    width: 369px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-369 {
    min-height: 369px;
  }

  .max-height-lg-369 {
    max-height: 369px !important;
  }
}
.max-width-370 {
  max-width: 370px;
}

.min-width-370 {
  min-width: 370px;
}

.min-height-370 {
  min-height: 370px;
}

.max-height-370 {
  max-height: 370px;
}

.width-370 {
  width: 370px;
}

.height-370 {
  height: 370px;
}

@media (min-width: 768px) {
  .width-md-370 {
    width: 370px;
  }
}
@media (min-width: 992px) {
  .width-lg-370 {
    width: 370px;
  }
}
@media (min-width: 1200px) {
  .width-xl-370 {
    width: 370px;
  }

  .height-xl-370 {
    height: 370px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-370 {
    width: 370px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-370 {
    min-height: 370px;
  }

  .max-height-lg-370 {
    max-height: 370px !important;
  }
}
.max-width-371 {
  max-width: 371px;
}

.min-width-371 {
  min-width: 371px;
}

.min-height-371 {
  min-height: 371px;
}

.max-height-371 {
  max-height: 371px;
}

.width-371 {
  width: 371px;
}

.height-371 {
  height: 371px;
}

@media (min-width: 768px) {
  .width-md-371 {
    width: 371px;
  }
}
@media (min-width: 992px) {
  .width-lg-371 {
    width: 371px;
  }
}
@media (min-width: 1200px) {
  .width-xl-371 {
    width: 371px;
  }

  .height-xl-371 {
    height: 371px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-371 {
    width: 371px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-371 {
    min-height: 371px;
  }

  .max-height-lg-371 {
    max-height: 371px !important;
  }
}
.max-width-372 {
  max-width: 372px;
}

.min-width-372 {
  min-width: 372px;
}

.min-height-372 {
  min-height: 372px;
}

.max-height-372 {
  max-height: 372px;
}

.width-372 {
  width: 372px;
}

.height-372 {
  height: 372px;
}

@media (min-width: 768px) {
  .width-md-372 {
    width: 372px;
  }
}
@media (min-width: 992px) {
  .width-lg-372 {
    width: 372px;
  }
}
@media (min-width: 1200px) {
  .width-xl-372 {
    width: 372px;
  }

  .height-xl-372 {
    height: 372px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-372 {
    width: 372px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-372 {
    min-height: 372px;
  }

  .max-height-lg-372 {
    max-height: 372px !important;
  }
}
.max-width-373 {
  max-width: 373px;
}

.min-width-373 {
  min-width: 373px;
}

.min-height-373 {
  min-height: 373px;
}

.max-height-373 {
  max-height: 373px;
}

.width-373 {
  width: 373px;
}

.height-373 {
  height: 373px;
}

@media (min-width: 768px) {
  .width-md-373 {
    width: 373px;
  }
}
@media (min-width: 992px) {
  .width-lg-373 {
    width: 373px;
  }
}
@media (min-width: 1200px) {
  .width-xl-373 {
    width: 373px;
  }

  .height-xl-373 {
    height: 373px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-373 {
    width: 373px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-373 {
    min-height: 373px;
  }

  .max-height-lg-373 {
    max-height: 373px !important;
  }
}
.max-width-374 {
  max-width: 374px;
}

.min-width-374 {
  min-width: 374px;
}

.min-height-374 {
  min-height: 374px;
}

.max-height-374 {
  max-height: 374px;
}

.width-374 {
  width: 374px;
}

.height-374 {
  height: 374px;
}

@media (min-width: 768px) {
  .width-md-374 {
    width: 374px;
  }
}
@media (min-width: 992px) {
  .width-lg-374 {
    width: 374px;
  }
}
@media (min-width: 1200px) {
  .width-xl-374 {
    width: 374px;
  }

  .height-xl-374 {
    height: 374px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-374 {
    width: 374px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-374 {
    min-height: 374px;
  }

  .max-height-lg-374 {
    max-height: 374px !important;
  }
}
.max-width-375 {
  max-width: 375px;
}

.min-width-375 {
  min-width: 375px;
}

.min-height-375 {
  min-height: 375px;
}

.max-height-375 {
  max-height: 375px;
}

.width-375 {
  width: 375px;
}

.height-375 {
  height: 375px;
}

@media (min-width: 768px) {
  .width-md-375 {
    width: 375px;
  }
}
@media (min-width: 992px) {
  .width-lg-375 {
    width: 375px;
  }
}
@media (min-width: 1200px) {
  .width-xl-375 {
    width: 375px;
  }

  .height-xl-375 {
    height: 375px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-375 {
    width: 375px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-375 {
    min-height: 375px;
  }

  .max-height-lg-375 {
    max-height: 375px !important;
  }
}
.max-width-376 {
  max-width: 376px;
}

.min-width-376 {
  min-width: 376px;
}

.min-height-376 {
  min-height: 376px;
}

.max-height-376 {
  max-height: 376px;
}

.width-376 {
  width: 376px;
}

.height-376 {
  height: 376px;
}

@media (min-width: 768px) {
  .width-md-376 {
    width: 376px;
  }
}
@media (min-width: 992px) {
  .width-lg-376 {
    width: 376px;
  }
}
@media (min-width: 1200px) {
  .width-xl-376 {
    width: 376px;
  }

  .height-xl-376 {
    height: 376px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-376 {
    width: 376px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-376 {
    min-height: 376px;
  }

  .max-height-lg-376 {
    max-height: 376px !important;
  }
}
.max-width-377 {
  max-width: 377px;
}

.min-width-377 {
  min-width: 377px;
}

.min-height-377 {
  min-height: 377px;
}

.max-height-377 {
  max-height: 377px;
}

.width-377 {
  width: 377px;
}

.height-377 {
  height: 377px;
}

@media (min-width: 768px) {
  .width-md-377 {
    width: 377px;
  }
}
@media (min-width: 992px) {
  .width-lg-377 {
    width: 377px;
  }
}
@media (min-width: 1200px) {
  .width-xl-377 {
    width: 377px;
  }

  .height-xl-377 {
    height: 377px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-377 {
    width: 377px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-377 {
    min-height: 377px;
  }

  .max-height-lg-377 {
    max-height: 377px !important;
  }
}
.max-width-378 {
  max-width: 378px;
}

.min-width-378 {
  min-width: 378px;
}

.min-height-378 {
  min-height: 378px;
}

.max-height-378 {
  max-height: 378px;
}

.width-378 {
  width: 378px;
}

.height-378 {
  height: 378px;
}

@media (min-width: 768px) {
  .width-md-378 {
    width: 378px;
  }
}
@media (min-width: 992px) {
  .width-lg-378 {
    width: 378px;
  }
}
@media (min-width: 1200px) {
  .width-xl-378 {
    width: 378px;
  }

  .height-xl-378 {
    height: 378px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-378 {
    width: 378px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-378 {
    min-height: 378px;
  }

  .max-height-lg-378 {
    max-height: 378px !important;
  }
}
.max-width-379 {
  max-width: 379px;
}

.min-width-379 {
  min-width: 379px;
}

.min-height-379 {
  min-height: 379px;
}

.max-height-379 {
  max-height: 379px;
}

.width-379 {
  width: 379px;
}

.height-379 {
  height: 379px;
}

@media (min-width: 768px) {
  .width-md-379 {
    width: 379px;
  }
}
@media (min-width: 992px) {
  .width-lg-379 {
    width: 379px;
  }
}
@media (min-width: 1200px) {
  .width-xl-379 {
    width: 379px;
  }

  .height-xl-379 {
    height: 379px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-379 {
    width: 379px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-379 {
    min-height: 379px;
  }

  .max-height-lg-379 {
    max-height: 379px !important;
  }
}
.max-width-380 {
  max-width: 380px;
}

.min-width-380 {
  min-width: 380px;
}

.min-height-380 {
  min-height: 380px;
}

.max-height-380 {
  max-height: 380px;
}

.width-380 {
  width: 380px;
}

.height-380 {
  height: 380px;
}

@media (min-width: 768px) {
  .width-md-380 {
    width: 380px;
  }
}
@media (min-width: 992px) {
  .width-lg-380 {
    width: 380px;
  }
}
@media (min-width: 1200px) {
  .width-xl-380 {
    width: 380px;
  }

  .height-xl-380 {
    height: 380px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-380 {
    width: 380px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-380 {
    min-height: 380px;
  }

  .max-height-lg-380 {
    max-height: 380px !important;
  }
}
.max-width-381 {
  max-width: 381px;
}

.min-width-381 {
  min-width: 381px;
}

.min-height-381 {
  min-height: 381px;
}

.max-height-381 {
  max-height: 381px;
}

.width-381 {
  width: 381px;
}

.height-381 {
  height: 381px;
}

@media (min-width: 768px) {
  .width-md-381 {
    width: 381px;
  }
}
@media (min-width: 992px) {
  .width-lg-381 {
    width: 381px;
  }
}
@media (min-width: 1200px) {
  .width-xl-381 {
    width: 381px;
  }

  .height-xl-381 {
    height: 381px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-381 {
    width: 381px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-381 {
    min-height: 381px;
  }

  .max-height-lg-381 {
    max-height: 381px !important;
  }
}
.max-width-382 {
  max-width: 382px;
}

.min-width-382 {
  min-width: 382px;
}

.min-height-382 {
  min-height: 382px;
}

.max-height-382 {
  max-height: 382px;
}

.width-382 {
  width: 382px;
}

.height-382 {
  height: 382px;
}

@media (min-width: 768px) {
  .width-md-382 {
    width: 382px;
  }
}
@media (min-width: 992px) {
  .width-lg-382 {
    width: 382px;
  }
}
@media (min-width: 1200px) {
  .width-xl-382 {
    width: 382px;
  }

  .height-xl-382 {
    height: 382px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-382 {
    width: 382px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-382 {
    min-height: 382px;
  }

  .max-height-lg-382 {
    max-height: 382px !important;
  }
}
.max-width-383 {
  max-width: 383px;
}

.min-width-383 {
  min-width: 383px;
}

.min-height-383 {
  min-height: 383px;
}

.max-height-383 {
  max-height: 383px;
}

.width-383 {
  width: 383px;
}

.height-383 {
  height: 383px;
}

@media (min-width: 768px) {
  .width-md-383 {
    width: 383px;
  }
}
@media (min-width: 992px) {
  .width-lg-383 {
    width: 383px;
  }
}
@media (min-width: 1200px) {
  .width-xl-383 {
    width: 383px;
  }

  .height-xl-383 {
    height: 383px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-383 {
    width: 383px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-383 {
    min-height: 383px;
  }

  .max-height-lg-383 {
    max-height: 383px !important;
  }
}
.max-width-384 {
  max-width: 384px;
}

.min-width-384 {
  min-width: 384px;
}

.min-height-384 {
  min-height: 384px;
}

.max-height-384 {
  max-height: 384px;
}

.width-384 {
  width: 384px;
}

.height-384 {
  height: 384px;
}

@media (min-width: 768px) {
  .width-md-384 {
    width: 384px;
  }
}
@media (min-width: 992px) {
  .width-lg-384 {
    width: 384px;
  }
}
@media (min-width: 1200px) {
  .width-xl-384 {
    width: 384px;
  }

  .height-xl-384 {
    height: 384px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-384 {
    width: 384px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-384 {
    min-height: 384px;
  }

  .max-height-lg-384 {
    max-height: 384px !important;
  }
}
.max-width-385 {
  max-width: 385px;
}

.min-width-385 {
  min-width: 385px;
}

.min-height-385 {
  min-height: 385px;
}

.max-height-385 {
  max-height: 385px;
}

.width-385 {
  width: 385px;
}

.height-385 {
  height: 385px;
}

@media (min-width: 768px) {
  .width-md-385 {
    width: 385px;
  }
}
@media (min-width: 992px) {
  .width-lg-385 {
    width: 385px;
  }
}
@media (min-width: 1200px) {
  .width-xl-385 {
    width: 385px;
  }

  .height-xl-385 {
    height: 385px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-385 {
    width: 385px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-385 {
    min-height: 385px;
  }

  .max-height-lg-385 {
    max-height: 385px !important;
  }
}
.max-width-386 {
  max-width: 386px;
}

.min-width-386 {
  min-width: 386px;
}

.min-height-386 {
  min-height: 386px;
}

.max-height-386 {
  max-height: 386px;
}

.width-386 {
  width: 386px;
}

.height-386 {
  height: 386px;
}

@media (min-width: 768px) {
  .width-md-386 {
    width: 386px;
  }
}
@media (min-width: 992px) {
  .width-lg-386 {
    width: 386px;
  }
}
@media (min-width: 1200px) {
  .width-xl-386 {
    width: 386px;
  }

  .height-xl-386 {
    height: 386px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-386 {
    width: 386px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-386 {
    min-height: 386px;
  }

  .max-height-lg-386 {
    max-height: 386px !important;
  }
}
.max-width-387 {
  max-width: 387px;
}

.min-width-387 {
  min-width: 387px;
}

.min-height-387 {
  min-height: 387px;
}

.max-height-387 {
  max-height: 387px;
}

.width-387 {
  width: 387px;
}

.height-387 {
  height: 387px;
}

@media (min-width: 768px) {
  .width-md-387 {
    width: 387px;
  }
}
@media (min-width: 992px) {
  .width-lg-387 {
    width: 387px;
  }
}
@media (min-width: 1200px) {
  .width-xl-387 {
    width: 387px;
  }

  .height-xl-387 {
    height: 387px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-387 {
    width: 387px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-387 {
    min-height: 387px;
  }

  .max-height-lg-387 {
    max-height: 387px !important;
  }
}
.max-width-388 {
  max-width: 388px;
}

.min-width-388 {
  min-width: 388px;
}

.min-height-388 {
  min-height: 388px;
}

.max-height-388 {
  max-height: 388px;
}

.width-388 {
  width: 388px;
}

.height-388 {
  height: 388px;
}

@media (min-width: 768px) {
  .width-md-388 {
    width: 388px;
  }
}
@media (min-width: 992px) {
  .width-lg-388 {
    width: 388px;
  }
}
@media (min-width: 1200px) {
  .width-xl-388 {
    width: 388px;
  }

  .height-xl-388 {
    height: 388px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-388 {
    width: 388px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-388 {
    min-height: 388px;
  }

  .max-height-lg-388 {
    max-height: 388px !important;
  }
}
.max-width-389 {
  max-width: 389px;
}

.min-width-389 {
  min-width: 389px;
}

.min-height-389 {
  min-height: 389px;
}

.max-height-389 {
  max-height: 389px;
}

.width-389 {
  width: 389px;
}

.height-389 {
  height: 389px;
}

@media (min-width: 768px) {
  .width-md-389 {
    width: 389px;
  }
}
@media (min-width: 992px) {
  .width-lg-389 {
    width: 389px;
  }
}
@media (min-width: 1200px) {
  .width-xl-389 {
    width: 389px;
  }

  .height-xl-389 {
    height: 389px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-389 {
    width: 389px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-389 {
    min-height: 389px;
  }

  .max-height-lg-389 {
    max-height: 389px !important;
  }
}
.max-width-390 {
  max-width: 390px;
}

.min-width-390 {
  min-width: 390px;
}

.min-height-390 {
  min-height: 390px;
}

.max-height-390 {
  max-height: 390px;
}

.width-390 {
  width: 390px;
}

.height-390 {
  height: 390px;
}

@media (min-width: 768px) {
  .width-md-390 {
    width: 390px;
  }
}
@media (min-width: 992px) {
  .width-lg-390 {
    width: 390px;
  }
}
@media (min-width: 1200px) {
  .width-xl-390 {
    width: 390px;
  }

  .height-xl-390 {
    height: 390px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-390 {
    width: 390px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-390 {
    min-height: 390px;
  }

  .max-height-lg-390 {
    max-height: 390px !important;
  }
}
.max-width-391 {
  max-width: 391px;
}

.min-width-391 {
  min-width: 391px;
}

.min-height-391 {
  min-height: 391px;
}

.max-height-391 {
  max-height: 391px;
}

.width-391 {
  width: 391px;
}

.height-391 {
  height: 391px;
}

@media (min-width: 768px) {
  .width-md-391 {
    width: 391px;
  }
}
@media (min-width: 992px) {
  .width-lg-391 {
    width: 391px;
  }
}
@media (min-width: 1200px) {
  .width-xl-391 {
    width: 391px;
  }

  .height-xl-391 {
    height: 391px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-391 {
    width: 391px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-391 {
    min-height: 391px;
  }

  .max-height-lg-391 {
    max-height: 391px !important;
  }
}
.max-width-392 {
  max-width: 392px;
}

.min-width-392 {
  min-width: 392px;
}

.min-height-392 {
  min-height: 392px;
}

.max-height-392 {
  max-height: 392px;
}

.width-392 {
  width: 392px;
}

.height-392 {
  height: 392px;
}

@media (min-width: 768px) {
  .width-md-392 {
    width: 392px;
  }
}
@media (min-width: 992px) {
  .width-lg-392 {
    width: 392px;
  }
}
@media (min-width: 1200px) {
  .width-xl-392 {
    width: 392px;
  }

  .height-xl-392 {
    height: 392px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-392 {
    width: 392px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-392 {
    min-height: 392px;
  }

  .max-height-lg-392 {
    max-height: 392px !important;
  }
}
.max-width-393 {
  max-width: 393px;
}

.min-width-393 {
  min-width: 393px;
}

.min-height-393 {
  min-height: 393px;
}

.max-height-393 {
  max-height: 393px;
}

.width-393 {
  width: 393px;
}

.height-393 {
  height: 393px;
}

@media (min-width: 768px) {
  .width-md-393 {
    width: 393px;
  }
}
@media (min-width: 992px) {
  .width-lg-393 {
    width: 393px;
  }
}
@media (min-width: 1200px) {
  .width-xl-393 {
    width: 393px;
  }

  .height-xl-393 {
    height: 393px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-393 {
    width: 393px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-393 {
    min-height: 393px;
  }

  .max-height-lg-393 {
    max-height: 393px !important;
  }
}
.max-width-394 {
  max-width: 394px;
}

.min-width-394 {
  min-width: 394px;
}

.min-height-394 {
  min-height: 394px;
}

.max-height-394 {
  max-height: 394px;
}

.width-394 {
  width: 394px;
}

.height-394 {
  height: 394px;
}

@media (min-width: 768px) {
  .width-md-394 {
    width: 394px;
  }
}
@media (min-width: 992px) {
  .width-lg-394 {
    width: 394px;
  }
}
@media (min-width: 1200px) {
  .width-xl-394 {
    width: 394px;
  }

  .height-xl-394 {
    height: 394px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-394 {
    width: 394px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-394 {
    min-height: 394px;
  }

  .max-height-lg-394 {
    max-height: 394px !important;
  }
}
.max-width-395 {
  max-width: 395px;
}

.min-width-395 {
  min-width: 395px;
}

.min-height-395 {
  min-height: 395px;
}

.max-height-395 {
  max-height: 395px;
}

.width-395 {
  width: 395px;
}

.height-395 {
  height: 395px;
}

@media (min-width: 768px) {
  .width-md-395 {
    width: 395px;
  }
}
@media (min-width: 992px) {
  .width-lg-395 {
    width: 395px;
  }
}
@media (min-width: 1200px) {
  .width-xl-395 {
    width: 395px;
  }

  .height-xl-395 {
    height: 395px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-395 {
    width: 395px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-395 {
    min-height: 395px;
  }

  .max-height-lg-395 {
    max-height: 395px !important;
  }
}
.max-width-396 {
  max-width: 396px;
}

.min-width-396 {
  min-width: 396px;
}

.min-height-396 {
  min-height: 396px;
}

.max-height-396 {
  max-height: 396px;
}

.width-396 {
  width: 396px;
}

.height-396 {
  height: 396px;
}

@media (min-width: 768px) {
  .width-md-396 {
    width: 396px;
  }
}
@media (min-width: 992px) {
  .width-lg-396 {
    width: 396px;
  }
}
@media (min-width: 1200px) {
  .width-xl-396 {
    width: 396px;
  }

  .height-xl-396 {
    height: 396px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-396 {
    width: 396px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-396 {
    min-height: 396px;
  }

  .max-height-lg-396 {
    max-height: 396px !important;
  }
}
.max-width-397 {
  max-width: 397px;
}

.min-width-397 {
  min-width: 397px;
}

.min-height-397 {
  min-height: 397px;
}

.max-height-397 {
  max-height: 397px;
}

.width-397 {
  width: 397px;
}

.height-397 {
  height: 397px;
}

@media (min-width: 768px) {
  .width-md-397 {
    width: 397px;
  }
}
@media (min-width: 992px) {
  .width-lg-397 {
    width: 397px;
  }
}
@media (min-width: 1200px) {
  .width-xl-397 {
    width: 397px;
  }

  .height-xl-397 {
    height: 397px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-397 {
    width: 397px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-397 {
    min-height: 397px;
  }

  .max-height-lg-397 {
    max-height: 397px !important;
  }
}
.max-width-398 {
  max-width: 398px;
}

.min-width-398 {
  min-width: 398px;
}

.min-height-398 {
  min-height: 398px;
}

.max-height-398 {
  max-height: 398px;
}

.width-398 {
  width: 398px;
}

.height-398 {
  height: 398px;
}

@media (min-width: 768px) {
  .width-md-398 {
    width: 398px;
  }
}
@media (min-width: 992px) {
  .width-lg-398 {
    width: 398px;
  }
}
@media (min-width: 1200px) {
  .width-xl-398 {
    width: 398px;
  }

  .height-xl-398 {
    height: 398px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-398 {
    width: 398px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-398 {
    min-height: 398px;
  }

  .max-height-lg-398 {
    max-height: 398px !important;
  }
}
.max-width-399 {
  max-width: 399px;
}

.min-width-399 {
  min-width: 399px;
}

.min-height-399 {
  min-height: 399px;
}

.max-height-399 {
  max-height: 399px;
}

.width-399 {
  width: 399px;
}

.height-399 {
  height: 399px;
}

@media (min-width: 768px) {
  .width-md-399 {
    width: 399px;
  }
}
@media (min-width: 992px) {
  .width-lg-399 {
    width: 399px;
  }
}
@media (min-width: 1200px) {
  .width-xl-399 {
    width: 399px;
  }

  .height-xl-399 {
    height: 399px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-399 {
    width: 399px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-399 {
    min-height: 399px;
  }

  .max-height-lg-399 {
    max-height: 399px !important;
  }
}
.max-width-400 {
  max-width: 400px;
}

.min-width-400 {
  min-width: 400px;
}

.min-height-400 {
  min-height: 400px;
}

.max-height-400 {
  max-height: 400px;
}

.width-400 {
  width: 400px;
}

.height-400 {
  height: 400px;
}

@media (min-width: 768px) {
  .width-md-400 {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .width-lg-400 {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .width-xl-400 {
    width: 400px;
  }

  .height-xl-400 {
    height: 400px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-400 {
    width: 400px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-400 {
    min-height: 400px;
  }

  .max-height-lg-400 {
    max-height: 400px !important;
  }
}
.max-width-401 {
  max-width: 401px;
}

.min-width-401 {
  min-width: 401px;
}

.min-height-401 {
  min-height: 401px;
}

.max-height-401 {
  max-height: 401px;
}

.width-401 {
  width: 401px;
}

.height-401 {
  height: 401px;
}

@media (min-width: 768px) {
  .width-md-401 {
    width: 401px;
  }
}
@media (min-width: 992px) {
  .width-lg-401 {
    width: 401px;
  }
}
@media (min-width: 1200px) {
  .width-xl-401 {
    width: 401px;
  }

  .height-xl-401 {
    height: 401px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-401 {
    width: 401px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-401 {
    min-height: 401px;
  }

  .max-height-lg-401 {
    max-height: 401px !important;
  }
}
.max-width-402 {
  max-width: 402px;
}

.min-width-402 {
  min-width: 402px;
}

.min-height-402 {
  min-height: 402px;
}

.max-height-402 {
  max-height: 402px;
}

.width-402 {
  width: 402px;
}

.height-402 {
  height: 402px;
}

@media (min-width: 768px) {
  .width-md-402 {
    width: 402px;
  }
}
@media (min-width: 992px) {
  .width-lg-402 {
    width: 402px;
  }
}
@media (min-width: 1200px) {
  .width-xl-402 {
    width: 402px;
  }

  .height-xl-402 {
    height: 402px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-402 {
    width: 402px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-402 {
    min-height: 402px;
  }

  .max-height-lg-402 {
    max-height: 402px !important;
  }
}
.max-width-403 {
  max-width: 403px;
}

.min-width-403 {
  min-width: 403px;
}

.min-height-403 {
  min-height: 403px;
}

.max-height-403 {
  max-height: 403px;
}

.width-403 {
  width: 403px;
}

.height-403 {
  height: 403px;
}

@media (min-width: 768px) {
  .width-md-403 {
    width: 403px;
  }
}
@media (min-width: 992px) {
  .width-lg-403 {
    width: 403px;
  }
}
@media (min-width: 1200px) {
  .width-xl-403 {
    width: 403px;
  }

  .height-xl-403 {
    height: 403px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-403 {
    width: 403px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-403 {
    min-height: 403px;
  }

  .max-height-lg-403 {
    max-height: 403px !important;
  }
}
.max-width-404 {
  max-width: 404px;
}

.min-width-404 {
  min-width: 404px;
}

.min-height-404 {
  min-height: 404px;
}

.max-height-404 {
  max-height: 404px;
}

.width-404 {
  width: 404px;
}

.height-404 {
  height: 404px;
}

@media (min-width: 768px) {
  .width-md-404 {
    width: 404px;
  }
}
@media (min-width: 992px) {
  .width-lg-404 {
    width: 404px;
  }
}
@media (min-width: 1200px) {
  .width-xl-404 {
    width: 404px;
  }

  .height-xl-404 {
    height: 404px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-404 {
    width: 404px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-404 {
    min-height: 404px;
  }

  .max-height-lg-404 {
    max-height: 404px !important;
  }
}
.max-width-405 {
  max-width: 405px;
}

.min-width-405 {
  min-width: 405px;
}

.min-height-405 {
  min-height: 405px;
}

.max-height-405 {
  max-height: 405px;
}

.width-405 {
  width: 405px;
}

.height-405 {
  height: 405px;
}

@media (min-width: 768px) {
  .width-md-405 {
    width: 405px;
  }
}
@media (min-width: 992px) {
  .width-lg-405 {
    width: 405px;
  }
}
@media (min-width: 1200px) {
  .width-xl-405 {
    width: 405px;
  }

  .height-xl-405 {
    height: 405px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-405 {
    width: 405px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-405 {
    min-height: 405px;
  }

  .max-height-lg-405 {
    max-height: 405px !important;
  }
}
.max-width-406 {
  max-width: 406px;
}

.min-width-406 {
  min-width: 406px;
}

.min-height-406 {
  min-height: 406px;
}

.max-height-406 {
  max-height: 406px;
}

.width-406 {
  width: 406px;
}

.height-406 {
  height: 406px;
}

@media (min-width: 768px) {
  .width-md-406 {
    width: 406px;
  }
}
@media (min-width: 992px) {
  .width-lg-406 {
    width: 406px;
  }
}
@media (min-width: 1200px) {
  .width-xl-406 {
    width: 406px;
  }

  .height-xl-406 {
    height: 406px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-406 {
    width: 406px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-406 {
    min-height: 406px;
  }

  .max-height-lg-406 {
    max-height: 406px !important;
  }
}
.max-width-407 {
  max-width: 407px;
}

.min-width-407 {
  min-width: 407px;
}

.min-height-407 {
  min-height: 407px;
}

.max-height-407 {
  max-height: 407px;
}

.width-407 {
  width: 407px;
}

.height-407 {
  height: 407px;
}

@media (min-width: 768px) {
  .width-md-407 {
    width: 407px;
  }
}
@media (min-width: 992px) {
  .width-lg-407 {
    width: 407px;
  }
}
@media (min-width: 1200px) {
  .width-xl-407 {
    width: 407px;
  }

  .height-xl-407 {
    height: 407px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-407 {
    width: 407px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-407 {
    min-height: 407px;
  }

  .max-height-lg-407 {
    max-height: 407px !important;
  }
}
.max-width-408 {
  max-width: 408px;
}

.min-width-408 {
  min-width: 408px;
}

.min-height-408 {
  min-height: 408px;
}

.max-height-408 {
  max-height: 408px;
}

.width-408 {
  width: 408px;
}

.height-408 {
  height: 408px;
}

@media (min-width: 768px) {
  .width-md-408 {
    width: 408px;
  }
}
@media (min-width: 992px) {
  .width-lg-408 {
    width: 408px;
  }
}
@media (min-width: 1200px) {
  .width-xl-408 {
    width: 408px;
  }

  .height-xl-408 {
    height: 408px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-408 {
    width: 408px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-408 {
    min-height: 408px;
  }

  .max-height-lg-408 {
    max-height: 408px !important;
  }
}
.max-width-409 {
  max-width: 409px;
}

.min-width-409 {
  min-width: 409px;
}

.min-height-409 {
  min-height: 409px;
}

.max-height-409 {
  max-height: 409px;
}

.width-409 {
  width: 409px;
}

.height-409 {
  height: 409px;
}

@media (min-width: 768px) {
  .width-md-409 {
    width: 409px;
  }
}
@media (min-width: 992px) {
  .width-lg-409 {
    width: 409px;
  }
}
@media (min-width: 1200px) {
  .width-xl-409 {
    width: 409px;
  }

  .height-xl-409 {
    height: 409px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-409 {
    width: 409px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-409 {
    min-height: 409px;
  }

  .max-height-lg-409 {
    max-height: 409px !important;
  }
}
.max-width-410 {
  max-width: 410px;
}

.min-width-410 {
  min-width: 410px;
}

.min-height-410 {
  min-height: 410px;
}

.max-height-410 {
  max-height: 410px;
}

.width-410 {
  width: 410px;
}

.height-410 {
  height: 410px;
}

@media (min-width: 768px) {
  .width-md-410 {
    width: 410px;
  }
}
@media (min-width: 992px) {
  .width-lg-410 {
    width: 410px;
  }
}
@media (min-width: 1200px) {
  .width-xl-410 {
    width: 410px;
  }

  .height-xl-410 {
    height: 410px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-410 {
    width: 410px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-410 {
    min-height: 410px;
  }

  .max-height-lg-410 {
    max-height: 410px !important;
  }
}
.max-width-411 {
  max-width: 411px;
}

.min-width-411 {
  min-width: 411px;
}

.min-height-411 {
  min-height: 411px;
}

.max-height-411 {
  max-height: 411px;
}

.width-411 {
  width: 411px;
}

.height-411 {
  height: 411px;
}

@media (min-width: 768px) {
  .width-md-411 {
    width: 411px;
  }
}
@media (min-width: 992px) {
  .width-lg-411 {
    width: 411px;
  }
}
@media (min-width: 1200px) {
  .width-xl-411 {
    width: 411px;
  }

  .height-xl-411 {
    height: 411px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-411 {
    width: 411px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-411 {
    min-height: 411px;
  }

  .max-height-lg-411 {
    max-height: 411px !important;
  }
}
.max-width-412 {
  max-width: 412px;
}

.min-width-412 {
  min-width: 412px;
}

.min-height-412 {
  min-height: 412px;
}

.max-height-412 {
  max-height: 412px;
}

.width-412 {
  width: 412px;
}

.height-412 {
  height: 412px;
}

@media (min-width: 768px) {
  .width-md-412 {
    width: 412px;
  }
}
@media (min-width: 992px) {
  .width-lg-412 {
    width: 412px;
  }
}
@media (min-width: 1200px) {
  .width-xl-412 {
    width: 412px;
  }

  .height-xl-412 {
    height: 412px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-412 {
    width: 412px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-412 {
    min-height: 412px;
  }

  .max-height-lg-412 {
    max-height: 412px !important;
  }
}
.max-width-413 {
  max-width: 413px;
}

.min-width-413 {
  min-width: 413px;
}

.min-height-413 {
  min-height: 413px;
}

.max-height-413 {
  max-height: 413px;
}

.width-413 {
  width: 413px;
}

.height-413 {
  height: 413px;
}

@media (min-width: 768px) {
  .width-md-413 {
    width: 413px;
  }
}
@media (min-width: 992px) {
  .width-lg-413 {
    width: 413px;
  }
}
@media (min-width: 1200px) {
  .width-xl-413 {
    width: 413px;
  }

  .height-xl-413 {
    height: 413px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-413 {
    width: 413px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-413 {
    min-height: 413px;
  }

  .max-height-lg-413 {
    max-height: 413px !important;
  }
}
.max-width-414 {
  max-width: 414px;
}

.min-width-414 {
  min-width: 414px;
}

.min-height-414 {
  min-height: 414px;
}

.max-height-414 {
  max-height: 414px;
}

.width-414 {
  width: 414px;
}

.height-414 {
  height: 414px;
}

@media (min-width: 768px) {
  .width-md-414 {
    width: 414px;
  }
}
@media (min-width: 992px) {
  .width-lg-414 {
    width: 414px;
  }
}
@media (min-width: 1200px) {
  .width-xl-414 {
    width: 414px;
  }

  .height-xl-414 {
    height: 414px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-414 {
    width: 414px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-414 {
    min-height: 414px;
  }

  .max-height-lg-414 {
    max-height: 414px !important;
  }
}
.max-width-415 {
  max-width: 415px;
}

.min-width-415 {
  min-width: 415px;
}

.min-height-415 {
  min-height: 415px;
}

.max-height-415 {
  max-height: 415px;
}

.width-415 {
  width: 415px;
}

.height-415 {
  height: 415px;
}

@media (min-width: 768px) {
  .width-md-415 {
    width: 415px;
  }
}
@media (min-width: 992px) {
  .width-lg-415 {
    width: 415px;
  }
}
@media (min-width: 1200px) {
  .width-xl-415 {
    width: 415px;
  }

  .height-xl-415 {
    height: 415px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-415 {
    width: 415px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-415 {
    min-height: 415px;
  }

  .max-height-lg-415 {
    max-height: 415px !important;
  }
}
.max-width-416 {
  max-width: 416px;
}

.min-width-416 {
  min-width: 416px;
}

.min-height-416 {
  min-height: 416px;
}

.max-height-416 {
  max-height: 416px;
}

.width-416 {
  width: 416px;
}

.height-416 {
  height: 416px;
}

@media (min-width: 768px) {
  .width-md-416 {
    width: 416px;
  }
}
@media (min-width: 992px) {
  .width-lg-416 {
    width: 416px;
  }
}
@media (min-width: 1200px) {
  .width-xl-416 {
    width: 416px;
  }

  .height-xl-416 {
    height: 416px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-416 {
    width: 416px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-416 {
    min-height: 416px;
  }

  .max-height-lg-416 {
    max-height: 416px !important;
  }
}
.max-width-417 {
  max-width: 417px;
}

.min-width-417 {
  min-width: 417px;
}

.min-height-417 {
  min-height: 417px;
}

.max-height-417 {
  max-height: 417px;
}

.width-417 {
  width: 417px;
}

.height-417 {
  height: 417px;
}

@media (min-width: 768px) {
  .width-md-417 {
    width: 417px;
  }
}
@media (min-width: 992px) {
  .width-lg-417 {
    width: 417px;
  }
}
@media (min-width: 1200px) {
  .width-xl-417 {
    width: 417px;
  }

  .height-xl-417 {
    height: 417px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-417 {
    width: 417px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-417 {
    min-height: 417px;
  }

  .max-height-lg-417 {
    max-height: 417px !important;
  }
}
.max-width-418 {
  max-width: 418px;
}

.min-width-418 {
  min-width: 418px;
}

.min-height-418 {
  min-height: 418px;
}

.max-height-418 {
  max-height: 418px;
}

.width-418 {
  width: 418px;
}

.height-418 {
  height: 418px;
}

@media (min-width: 768px) {
  .width-md-418 {
    width: 418px;
  }
}
@media (min-width: 992px) {
  .width-lg-418 {
    width: 418px;
  }
}
@media (min-width: 1200px) {
  .width-xl-418 {
    width: 418px;
  }

  .height-xl-418 {
    height: 418px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-418 {
    width: 418px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-418 {
    min-height: 418px;
  }

  .max-height-lg-418 {
    max-height: 418px !important;
  }
}
.max-width-419 {
  max-width: 419px;
}

.min-width-419 {
  min-width: 419px;
}

.min-height-419 {
  min-height: 419px;
}

.max-height-419 {
  max-height: 419px;
}

.width-419 {
  width: 419px;
}

.height-419 {
  height: 419px;
}

@media (min-width: 768px) {
  .width-md-419 {
    width: 419px;
  }
}
@media (min-width: 992px) {
  .width-lg-419 {
    width: 419px;
  }
}
@media (min-width: 1200px) {
  .width-xl-419 {
    width: 419px;
  }

  .height-xl-419 {
    height: 419px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-419 {
    width: 419px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-419 {
    min-height: 419px;
  }

  .max-height-lg-419 {
    max-height: 419px !important;
  }
}
.max-width-420 {
  max-width: 420px;
}

.min-width-420 {
  min-width: 420px;
}

.min-height-420 {
  min-height: 420px;
}

.max-height-420 {
  max-height: 420px;
}

.width-420 {
  width: 420px;
}

.height-420 {
  height: 420px;
}

@media (min-width: 768px) {
  .width-md-420 {
    width: 420px;
  }
}
@media (min-width: 992px) {
  .width-lg-420 {
    width: 420px;
  }
}
@media (min-width: 1200px) {
  .width-xl-420 {
    width: 420px;
  }

  .height-xl-420 {
    height: 420px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-420 {
    width: 420px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-420 {
    min-height: 420px;
  }

  .max-height-lg-420 {
    max-height: 420px !important;
  }
}
.max-width-421 {
  max-width: 421px;
}

.min-width-421 {
  min-width: 421px;
}

.min-height-421 {
  min-height: 421px;
}

.max-height-421 {
  max-height: 421px;
}

.width-421 {
  width: 421px;
}

.height-421 {
  height: 421px;
}

@media (min-width: 768px) {
  .width-md-421 {
    width: 421px;
  }
}
@media (min-width: 992px) {
  .width-lg-421 {
    width: 421px;
  }
}
@media (min-width: 1200px) {
  .width-xl-421 {
    width: 421px;
  }

  .height-xl-421 {
    height: 421px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-421 {
    width: 421px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-421 {
    min-height: 421px;
  }

  .max-height-lg-421 {
    max-height: 421px !important;
  }
}
.max-width-422 {
  max-width: 422px;
}

.min-width-422 {
  min-width: 422px;
}

.min-height-422 {
  min-height: 422px;
}

.max-height-422 {
  max-height: 422px;
}

.width-422 {
  width: 422px;
}

.height-422 {
  height: 422px;
}

@media (min-width: 768px) {
  .width-md-422 {
    width: 422px;
  }
}
@media (min-width: 992px) {
  .width-lg-422 {
    width: 422px;
  }
}
@media (min-width: 1200px) {
  .width-xl-422 {
    width: 422px;
  }

  .height-xl-422 {
    height: 422px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-422 {
    width: 422px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-422 {
    min-height: 422px;
  }

  .max-height-lg-422 {
    max-height: 422px !important;
  }
}
.max-width-423 {
  max-width: 423px;
}

.min-width-423 {
  min-width: 423px;
}

.min-height-423 {
  min-height: 423px;
}

.max-height-423 {
  max-height: 423px;
}

.width-423 {
  width: 423px;
}

.height-423 {
  height: 423px;
}

@media (min-width: 768px) {
  .width-md-423 {
    width: 423px;
  }
}
@media (min-width: 992px) {
  .width-lg-423 {
    width: 423px;
  }
}
@media (min-width: 1200px) {
  .width-xl-423 {
    width: 423px;
  }

  .height-xl-423 {
    height: 423px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-423 {
    width: 423px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-423 {
    min-height: 423px;
  }

  .max-height-lg-423 {
    max-height: 423px !important;
  }
}
.max-width-424 {
  max-width: 424px;
}

.min-width-424 {
  min-width: 424px;
}

.min-height-424 {
  min-height: 424px;
}

.max-height-424 {
  max-height: 424px;
}

.width-424 {
  width: 424px;
}

.height-424 {
  height: 424px;
}

@media (min-width: 768px) {
  .width-md-424 {
    width: 424px;
  }
}
@media (min-width: 992px) {
  .width-lg-424 {
    width: 424px;
  }
}
@media (min-width: 1200px) {
  .width-xl-424 {
    width: 424px;
  }

  .height-xl-424 {
    height: 424px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-424 {
    width: 424px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-424 {
    min-height: 424px;
  }

  .max-height-lg-424 {
    max-height: 424px !important;
  }
}
.max-width-425 {
  max-width: 425px;
}

.min-width-425 {
  min-width: 425px;
}

.min-height-425 {
  min-height: 425px;
}

.max-height-425 {
  max-height: 425px;
}

.width-425 {
  width: 425px;
}

.height-425 {
  height: 425px;
}

@media (min-width: 768px) {
  .width-md-425 {
    width: 425px;
  }
}
@media (min-width: 992px) {
  .width-lg-425 {
    width: 425px;
  }
}
@media (min-width: 1200px) {
  .width-xl-425 {
    width: 425px;
  }

  .height-xl-425 {
    height: 425px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-425 {
    width: 425px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-425 {
    min-height: 425px;
  }

  .max-height-lg-425 {
    max-height: 425px !important;
  }
}
.max-width-426 {
  max-width: 426px;
}

.min-width-426 {
  min-width: 426px;
}

.min-height-426 {
  min-height: 426px;
}

.max-height-426 {
  max-height: 426px;
}

.width-426 {
  width: 426px;
}

.height-426 {
  height: 426px;
}

@media (min-width: 768px) {
  .width-md-426 {
    width: 426px;
  }
}
@media (min-width: 992px) {
  .width-lg-426 {
    width: 426px;
  }
}
@media (min-width: 1200px) {
  .width-xl-426 {
    width: 426px;
  }

  .height-xl-426 {
    height: 426px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-426 {
    width: 426px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-426 {
    min-height: 426px;
  }

  .max-height-lg-426 {
    max-height: 426px !important;
  }
}
.max-width-427 {
  max-width: 427px;
}

.min-width-427 {
  min-width: 427px;
}

.min-height-427 {
  min-height: 427px;
}

.max-height-427 {
  max-height: 427px;
}

.width-427 {
  width: 427px;
}

.height-427 {
  height: 427px;
}

@media (min-width: 768px) {
  .width-md-427 {
    width: 427px;
  }
}
@media (min-width: 992px) {
  .width-lg-427 {
    width: 427px;
  }
}
@media (min-width: 1200px) {
  .width-xl-427 {
    width: 427px;
  }

  .height-xl-427 {
    height: 427px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-427 {
    width: 427px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-427 {
    min-height: 427px;
  }

  .max-height-lg-427 {
    max-height: 427px !important;
  }
}
.max-width-428 {
  max-width: 428px;
}

.min-width-428 {
  min-width: 428px;
}

.min-height-428 {
  min-height: 428px;
}

.max-height-428 {
  max-height: 428px;
}

.width-428 {
  width: 428px;
}

.height-428 {
  height: 428px;
}

@media (min-width: 768px) {
  .width-md-428 {
    width: 428px;
  }
}
@media (min-width: 992px) {
  .width-lg-428 {
    width: 428px;
  }
}
@media (min-width: 1200px) {
  .width-xl-428 {
    width: 428px;
  }

  .height-xl-428 {
    height: 428px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-428 {
    width: 428px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-428 {
    min-height: 428px;
  }

  .max-height-lg-428 {
    max-height: 428px !important;
  }
}
.max-width-429 {
  max-width: 429px;
}

.min-width-429 {
  min-width: 429px;
}

.min-height-429 {
  min-height: 429px;
}

.max-height-429 {
  max-height: 429px;
}

.width-429 {
  width: 429px;
}

.height-429 {
  height: 429px;
}

@media (min-width: 768px) {
  .width-md-429 {
    width: 429px;
  }
}
@media (min-width: 992px) {
  .width-lg-429 {
    width: 429px;
  }
}
@media (min-width: 1200px) {
  .width-xl-429 {
    width: 429px;
  }

  .height-xl-429 {
    height: 429px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-429 {
    width: 429px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-429 {
    min-height: 429px;
  }

  .max-height-lg-429 {
    max-height: 429px !important;
  }
}
.max-width-430 {
  max-width: 430px;
}

.min-width-430 {
  min-width: 430px;
}

.min-height-430 {
  min-height: 430px;
}

.max-height-430 {
  max-height: 430px;
}

.width-430 {
  width: 430px;
}

.height-430 {
  height: 430px;
}

@media (min-width: 768px) {
  .width-md-430 {
    width: 430px;
  }
}
@media (min-width: 992px) {
  .width-lg-430 {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  .width-xl-430 {
    width: 430px;
  }

  .height-xl-430 {
    height: 430px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-430 {
    width: 430px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-430 {
    min-height: 430px;
  }

  .max-height-lg-430 {
    max-height: 430px !important;
  }
}
.max-width-431 {
  max-width: 431px;
}

.min-width-431 {
  min-width: 431px;
}

.min-height-431 {
  min-height: 431px;
}

.max-height-431 {
  max-height: 431px;
}

.width-431 {
  width: 431px;
}

.height-431 {
  height: 431px;
}

@media (min-width: 768px) {
  .width-md-431 {
    width: 431px;
  }
}
@media (min-width: 992px) {
  .width-lg-431 {
    width: 431px;
  }
}
@media (min-width: 1200px) {
  .width-xl-431 {
    width: 431px;
  }

  .height-xl-431 {
    height: 431px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-431 {
    width: 431px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-431 {
    min-height: 431px;
  }

  .max-height-lg-431 {
    max-height: 431px !important;
  }
}
.max-width-432 {
  max-width: 432px;
}

.min-width-432 {
  min-width: 432px;
}

.min-height-432 {
  min-height: 432px;
}

.max-height-432 {
  max-height: 432px;
}

.width-432 {
  width: 432px;
}

.height-432 {
  height: 432px;
}

@media (min-width: 768px) {
  .width-md-432 {
    width: 432px;
  }
}
@media (min-width: 992px) {
  .width-lg-432 {
    width: 432px;
  }
}
@media (min-width: 1200px) {
  .width-xl-432 {
    width: 432px;
  }

  .height-xl-432 {
    height: 432px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-432 {
    width: 432px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-432 {
    min-height: 432px;
  }

  .max-height-lg-432 {
    max-height: 432px !important;
  }
}
.max-width-433 {
  max-width: 433px;
}

.min-width-433 {
  min-width: 433px;
}

.min-height-433 {
  min-height: 433px;
}

.max-height-433 {
  max-height: 433px;
}

.width-433 {
  width: 433px;
}

.height-433 {
  height: 433px;
}

@media (min-width: 768px) {
  .width-md-433 {
    width: 433px;
  }
}
@media (min-width: 992px) {
  .width-lg-433 {
    width: 433px;
  }
}
@media (min-width: 1200px) {
  .width-xl-433 {
    width: 433px;
  }

  .height-xl-433 {
    height: 433px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-433 {
    width: 433px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-433 {
    min-height: 433px;
  }

  .max-height-lg-433 {
    max-height: 433px !important;
  }
}
.max-width-434 {
  max-width: 434px;
}

.min-width-434 {
  min-width: 434px;
}

.min-height-434 {
  min-height: 434px;
}

.max-height-434 {
  max-height: 434px;
}

.width-434 {
  width: 434px;
}

.height-434 {
  height: 434px;
}

@media (min-width: 768px) {
  .width-md-434 {
    width: 434px;
  }
}
@media (min-width: 992px) {
  .width-lg-434 {
    width: 434px;
  }
}
@media (min-width: 1200px) {
  .width-xl-434 {
    width: 434px;
  }

  .height-xl-434 {
    height: 434px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-434 {
    width: 434px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-434 {
    min-height: 434px;
  }

  .max-height-lg-434 {
    max-height: 434px !important;
  }
}
.max-width-435 {
  max-width: 435px;
}

.min-width-435 {
  min-width: 435px;
}

.min-height-435 {
  min-height: 435px;
}

.max-height-435 {
  max-height: 435px;
}

.width-435 {
  width: 435px;
}

.height-435 {
  height: 435px;
}

@media (min-width: 768px) {
  .width-md-435 {
    width: 435px;
  }
}
@media (min-width: 992px) {
  .width-lg-435 {
    width: 435px;
  }
}
@media (min-width: 1200px) {
  .width-xl-435 {
    width: 435px;
  }

  .height-xl-435 {
    height: 435px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-435 {
    width: 435px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-435 {
    min-height: 435px;
  }

  .max-height-lg-435 {
    max-height: 435px !important;
  }
}
.max-width-436 {
  max-width: 436px;
}

.min-width-436 {
  min-width: 436px;
}

.min-height-436 {
  min-height: 436px;
}

.max-height-436 {
  max-height: 436px;
}

.width-436 {
  width: 436px;
}

.height-436 {
  height: 436px;
}

@media (min-width: 768px) {
  .width-md-436 {
    width: 436px;
  }
}
@media (min-width: 992px) {
  .width-lg-436 {
    width: 436px;
  }
}
@media (min-width: 1200px) {
  .width-xl-436 {
    width: 436px;
  }

  .height-xl-436 {
    height: 436px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-436 {
    width: 436px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-436 {
    min-height: 436px;
  }

  .max-height-lg-436 {
    max-height: 436px !important;
  }
}
.max-width-437 {
  max-width: 437px;
}

.min-width-437 {
  min-width: 437px;
}

.min-height-437 {
  min-height: 437px;
}

.max-height-437 {
  max-height: 437px;
}

.width-437 {
  width: 437px;
}

.height-437 {
  height: 437px;
}

@media (min-width: 768px) {
  .width-md-437 {
    width: 437px;
  }
}
@media (min-width: 992px) {
  .width-lg-437 {
    width: 437px;
  }
}
@media (min-width: 1200px) {
  .width-xl-437 {
    width: 437px;
  }

  .height-xl-437 {
    height: 437px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-437 {
    width: 437px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-437 {
    min-height: 437px;
  }

  .max-height-lg-437 {
    max-height: 437px !important;
  }
}
.max-width-438 {
  max-width: 438px;
}

.min-width-438 {
  min-width: 438px;
}

.min-height-438 {
  min-height: 438px;
}

.max-height-438 {
  max-height: 438px;
}

.width-438 {
  width: 438px;
}

.height-438 {
  height: 438px;
}

@media (min-width: 768px) {
  .width-md-438 {
    width: 438px;
  }
}
@media (min-width: 992px) {
  .width-lg-438 {
    width: 438px;
  }
}
@media (min-width: 1200px) {
  .width-xl-438 {
    width: 438px;
  }

  .height-xl-438 {
    height: 438px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-438 {
    width: 438px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-438 {
    min-height: 438px;
  }

  .max-height-lg-438 {
    max-height: 438px !important;
  }
}
.max-width-439 {
  max-width: 439px;
}

.min-width-439 {
  min-width: 439px;
}

.min-height-439 {
  min-height: 439px;
}

.max-height-439 {
  max-height: 439px;
}

.width-439 {
  width: 439px;
}

.height-439 {
  height: 439px;
}

@media (min-width: 768px) {
  .width-md-439 {
    width: 439px;
  }
}
@media (min-width: 992px) {
  .width-lg-439 {
    width: 439px;
  }
}
@media (min-width: 1200px) {
  .width-xl-439 {
    width: 439px;
  }

  .height-xl-439 {
    height: 439px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-439 {
    width: 439px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-439 {
    min-height: 439px;
  }

  .max-height-lg-439 {
    max-height: 439px !important;
  }
}
.max-width-440 {
  max-width: 440px;
}

.min-width-440 {
  min-width: 440px;
}

.min-height-440 {
  min-height: 440px;
}

.max-height-440 {
  max-height: 440px;
}

.width-440 {
  width: 440px;
}

.height-440 {
  height: 440px;
}

@media (min-width: 768px) {
  .width-md-440 {
    width: 440px;
  }
}
@media (min-width: 992px) {
  .width-lg-440 {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .width-xl-440 {
    width: 440px;
  }

  .height-xl-440 {
    height: 440px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-440 {
    width: 440px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-440 {
    min-height: 440px;
  }

  .max-height-lg-440 {
    max-height: 440px !important;
  }
}
.max-width-441 {
  max-width: 441px;
}

.min-width-441 {
  min-width: 441px;
}

.min-height-441 {
  min-height: 441px;
}

.max-height-441 {
  max-height: 441px;
}

.width-441 {
  width: 441px;
}

.height-441 {
  height: 441px;
}

@media (min-width: 768px) {
  .width-md-441 {
    width: 441px;
  }
}
@media (min-width: 992px) {
  .width-lg-441 {
    width: 441px;
  }
}
@media (min-width: 1200px) {
  .width-xl-441 {
    width: 441px;
  }

  .height-xl-441 {
    height: 441px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-441 {
    width: 441px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-441 {
    min-height: 441px;
  }

  .max-height-lg-441 {
    max-height: 441px !important;
  }
}
.max-width-442 {
  max-width: 442px;
}

.min-width-442 {
  min-width: 442px;
}

.min-height-442 {
  min-height: 442px;
}

.max-height-442 {
  max-height: 442px;
}

.width-442 {
  width: 442px;
}

.height-442 {
  height: 442px;
}

@media (min-width: 768px) {
  .width-md-442 {
    width: 442px;
  }
}
@media (min-width: 992px) {
  .width-lg-442 {
    width: 442px;
  }
}
@media (min-width: 1200px) {
  .width-xl-442 {
    width: 442px;
  }

  .height-xl-442 {
    height: 442px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-442 {
    width: 442px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-442 {
    min-height: 442px;
  }

  .max-height-lg-442 {
    max-height: 442px !important;
  }
}
.max-width-443 {
  max-width: 443px;
}

.min-width-443 {
  min-width: 443px;
}

.min-height-443 {
  min-height: 443px;
}

.max-height-443 {
  max-height: 443px;
}

.width-443 {
  width: 443px;
}

.height-443 {
  height: 443px;
}

@media (min-width: 768px) {
  .width-md-443 {
    width: 443px;
  }
}
@media (min-width: 992px) {
  .width-lg-443 {
    width: 443px;
  }
}
@media (min-width: 1200px) {
  .width-xl-443 {
    width: 443px;
  }

  .height-xl-443 {
    height: 443px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-443 {
    width: 443px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-443 {
    min-height: 443px;
  }

  .max-height-lg-443 {
    max-height: 443px !important;
  }
}
.max-width-444 {
  max-width: 444px;
}

.min-width-444 {
  min-width: 444px;
}

.min-height-444 {
  min-height: 444px;
}

.max-height-444 {
  max-height: 444px;
}

.width-444 {
  width: 444px;
}

.height-444 {
  height: 444px;
}

@media (min-width: 768px) {
  .width-md-444 {
    width: 444px;
  }
}
@media (min-width: 992px) {
  .width-lg-444 {
    width: 444px;
  }
}
@media (min-width: 1200px) {
  .width-xl-444 {
    width: 444px;
  }

  .height-xl-444 {
    height: 444px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-444 {
    width: 444px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-444 {
    min-height: 444px;
  }

  .max-height-lg-444 {
    max-height: 444px !important;
  }
}
.max-width-445 {
  max-width: 445px;
}

.min-width-445 {
  min-width: 445px;
}

.min-height-445 {
  min-height: 445px;
}

.max-height-445 {
  max-height: 445px;
}

.width-445 {
  width: 445px;
}

.height-445 {
  height: 445px;
}

@media (min-width: 768px) {
  .width-md-445 {
    width: 445px;
  }
}
@media (min-width: 992px) {
  .width-lg-445 {
    width: 445px;
  }
}
@media (min-width: 1200px) {
  .width-xl-445 {
    width: 445px;
  }

  .height-xl-445 {
    height: 445px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-445 {
    width: 445px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-445 {
    min-height: 445px;
  }

  .max-height-lg-445 {
    max-height: 445px !important;
  }
}
.max-width-446 {
  max-width: 446px;
}

.min-width-446 {
  min-width: 446px;
}

.min-height-446 {
  min-height: 446px;
}

.max-height-446 {
  max-height: 446px;
}

.width-446 {
  width: 446px;
}

.height-446 {
  height: 446px;
}

@media (min-width: 768px) {
  .width-md-446 {
    width: 446px;
  }
}
@media (min-width: 992px) {
  .width-lg-446 {
    width: 446px;
  }
}
@media (min-width: 1200px) {
  .width-xl-446 {
    width: 446px;
  }

  .height-xl-446 {
    height: 446px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-446 {
    width: 446px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-446 {
    min-height: 446px;
  }

  .max-height-lg-446 {
    max-height: 446px !important;
  }
}
.max-width-447 {
  max-width: 447px;
}

.min-width-447 {
  min-width: 447px;
}

.min-height-447 {
  min-height: 447px;
}

.max-height-447 {
  max-height: 447px;
}

.width-447 {
  width: 447px;
}

.height-447 {
  height: 447px;
}

@media (min-width: 768px) {
  .width-md-447 {
    width: 447px;
  }
}
@media (min-width: 992px) {
  .width-lg-447 {
    width: 447px;
  }
}
@media (min-width: 1200px) {
  .width-xl-447 {
    width: 447px;
  }

  .height-xl-447 {
    height: 447px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-447 {
    width: 447px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-447 {
    min-height: 447px;
  }

  .max-height-lg-447 {
    max-height: 447px !important;
  }
}
.max-width-448 {
  max-width: 448px;
}

.min-width-448 {
  min-width: 448px;
}

.min-height-448 {
  min-height: 448px;
}

.max-height-448 {
  max-height: 448px;
}

.width-448 {
  width: 448px;
}

.height-448 {
  height: 448px;
}

@media (min-width: 768px) {
  .width-md-448 {
    width: 448px;
  }
}
@media (min-width: 992px) {
  .width-lg-448 {
    width: 448px;
  }
}
@media (min-width: 1200px) {
  .width-xl-448 {
    width: 448px;
  }

  .height-xl-448 {
    height: 448px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-448 {
    width: 448px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-448 {
    min-height: 448px;
  }

  .max-height-lg-448 {
    max-height: 448px !important;
  }
}
.max-width-449 {
  max-width: 449px;
}

.min-width-449 {
  min-width: 449px;
}

.min-height-449 {
  min-height: 449px;
}

.max-height-449 {
  max-height: 449px;
}

.width-449 {
  width: 449px;
}

.height-449 {
  height: 449px;
}

@media (min-width: 768px) {
  .width-md-449 {
    width: 449px;
  }
}
@media (min-width: 992px) {
  .width-lg-449 {
    width: 449px;
  }
}
@media (min-width: 1200px) {
  .width-xl-449 {
    width: 449px;
  }

  .height-xl-449 {
    height: 449px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-449 {
    width: 449px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-449 {
    min-height: 449px;
  }

  .max-height-lg-449 {
    max-height: 449px !important;
  }
}
.max-width-450 {
  max-width: 450px;
}

.min-width-450 {
  min-width: 450px;
}

.min-height-450 {
  min-height: 450px;
}

.max-height-450 {
  max-height: 450px;
}

.width-450 {
  width: 450px;
}

.height-450 {
  height: 450px;
}

@media (min-width: 768px) {
  .width-md-450 {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .width-lg-450 {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .width-xl-450 {
    width: 450px;
  }

  .height-xl-450 {
    height: 450px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-450 {
    width: 450px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-450 {
    min-height: 450px;
  }

  .max-height-lg-450 {
    max-height: 450px !important;
  }
}
.max-width-451 {
  max-width: 451px;
}

.min-width-451 {
  min-width: 451px;
}

.min-height-451 {
  min-height: 451px;
}

.max-height-451 {
  max-height: 451px;
}

.width-451 {
  width: 451px;
}

.height-451 {
  height: 451px;
}

@media (min-width: 768px) {
  .width-md-451 {
    width: 451px;
  }
}
@media (min-width: 992px) {
  .width-lg-451 {
    width: 451px;
  }
}
@media (min-width: 1200px) {
  .width-xl-451 {
    width: 451px;
  }

  .height-xl-451 {
    height: 451px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-451 {
    width: 451px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-451 {
    min-height: 451px;
  }

  .max-height-lg-451 {
    max-height: 451px !important;
  }
}
.max-width-452 {
  max-width: 452px;
}

.min-width-452 {
  min-width: 452px;
}

.min-height-452 {
  min-height: 452px;
}

.max-height-452 {
  max-height: 452px;
}

.width-452 {
  width: 452px;
}

.height-452 {
  height: 452px;
}

@media (min-width: 768px) {
  .width-md-452 {
    width: 452px;
  }
}
@media (min-width: 992px) {
  .width-lg-452 {
    width: 452px;
  }
}
@media (min-width: 1200px) {
  .width-xl-452 {
    width: 452px;
  }

  .height-xl-452 {
    height: 452px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-452 {
    width: 452px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-452 {
    min-height: 452px;
  }

  .max-height-lg-452 {
    max-height: 452px !important;
  }
}
.max-width-453 {
  max-width: 453px;
}

.min-width-453 {
  min-width: 453px;
}

.min-height-453 {
  min-height: 453px;
}

.max-height-453 {
  max-height: 453px;
}

.width-453 {
  width: 453px;
}

.height-453 {
  height: 453px;
}

@media (min-width: 768px) {
  .width-md-453 {
    width: 453px;
  }
}
@media (min-width: 992px) {
  .width-lg-453 {
    width: 453px;
  }
}
@media (min-width: 1200px) {
  .width-xl-453 {
    width: 453px;
  }

  .height-xl-453 {
    height: 453px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-453 {
    width: 453px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-453 {
    min-height: 453px;
  }

  .max-height-lg-453 {
    max-height: 453px !important;
  }
}
.max-width-454 {
  max-width: 454px;
}

.min-width-454 {
  min-width: 454px;
}

.min-height-454 {
  min-height: 454px;
}

.max-height-454 {
  max-height: 454px;
}

.width-454 {
  width: 454px;
}

.height-454 {
  height: 454px;
}

@media (min-width: 768px) {
  .width-md-454 {
    width: 454px;
  }
}
@media (min-width: 992px) {
  .width-lg-454 {
    width: 454px;
  }
}
@media (min-width: 1200px) {
  .width-xl-454 {
    width: 454px;
  }

  .height-xl-454 {
    height: 454px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-454 {
    width: 454px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-454 {
    min-height: 454px;
  }

  .max-height-lg-454 {
    max-height: 454px !important;
  }
}
.max-width-455 {
  max-width: 455px;
}

.min-width-455 {
  min-width: 455px;
}

.min-height-455 {
  min-height: 455px;
}

.max-height-455 {
  max-height: 455px;
}

.width-455 {
  width: 455px;
}

.height-455 {
  height: 455px;
}

@media (min-width: 768px) {
  .width-md-455 {
    width: 455px;
  }
}
@media (min-width: 992px) {
  .width-lg-455 {
    width: 455px;
  }
}
@media (min-width: 1200px) {
  .width-xl-455 {
    width: 455px;
  }

  .height-xl-455 {
    height: 455px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-455 {
    width: 455px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-455 {
    min-height: 455px;
  }

  .max-height-lg-455 {
    max-height: 455px !important;
  }
}
.max-width-456 {
  max-width: 456px;
}

.min-width-456 {
  min-width: 456px;
}

.min-height-456 {
  min-height: 456px;
}

.max-height-456 {
  max-height: 456px;
}

.width-456 {
  width: 456px;
}

.height-456 {
  height: 456px;
}

@media (min-width: 768px) {
  .width-md-456 {
    width: 456px;
  }
}
@media (min-width: 992px) {
  .width-lg-456 {
    width: 456px;
  }
}
@media (min-width: 1200px) {
  .width-xl-456 {
    width: 456px;
  }

  .height-xl-456 {
    height: 456px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-456 {
    width: 456px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-456 {
    min-height: 456px;
  }

  .max-height-lg-456 {
    max-height: 456px !important;
  }
}
.max-width-457 {
  max-width: 457px;
}

.min-width-457 {
  min-width: 457px;
}

.min-height-457 {
  min-height: 457px;
}

.max-height-457 {
  max-height: 457px;
}

.width-457 {
  width: 457px;
}

.height-457 {
  height: 457px;
}

@media (min-width: 768px) {
  .width-md-457 {
    width: 457px;
  }
}
@media (min-width: 992px) {
  .width-lg-457 {
    width: 457px;
  }
}
@media (min-width: 1200px) {
  .width-xl-457 {
    width: 457px;
  }

  .height-xl-457 {
    height: 457px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-457 {
    width: 457px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-457 {
    min-height: 457px;
  }

  .max-height-lg-457 {
    max-height: 457px !important;
  }
}
.max-width-458 {
  max-width: 458px;
}

.min-width-458 {
  min-width: 458px;
}

.min-height-458 {
  min-height: 458px;
}

.max-height-458 {
  max-height: 458px;
}

.width-458 {
  width: 458px;
}

.height-458 {
  height: 458px;
}

@media (min-width: 768px) {
  .width-md-458 {
    width: 458px;
  }
}
@media (min-width: 992px) {
  .width-lg-458 {
    width: 458px;
  }
}
@media (min-width: 1200px) {
  .width-xl-458 {
    width: 458px;
  }

  .height-xl-458 {
    height: 458px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-458 {
    width: 458px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-458 {
    min-height: 458px;
  }

  .max-height-lg-458 {
    max-height: 458px !important;
  }
}
.max-width-459 {
  max-width: 459px;
}

.min-width-459 {
  min-width: 459px;
}

.min-height-459 {
  min-height: 459px;
}

.max-height-459 {
  max-height: 459px;
}

.width-459 {
  width: 459px;
}

.height-459 {
  height: 459px;
}

@media (min-width: 768px) {
  .width-md-459 {
    width: 459px;
  }
}
@media (min-width: 992px) {
  .width-lg-459 {
    width: 459px;
  }
}
@media (min-width: 1200px) {
  .width-xl-459 {
    width: 459px;
  }

  .height-xl-459 {
    height: 459px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-459 {
    width: 459px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-459 {
    min-height: 459px;
  }

  .max-height-lg-459 {
    max-height: 459px !important;
  }
}
.max-width-460 {
  max-width: 460px;
}

.min-width-460 {
  min-width: 460px;
}

.min-height-460 {
  min-height: 460px;
}

.max-height-460 {
  max-height: 460px;
}

.width-460 {
  width: 460px;
}

.height-460 {
  height: 460px;
}

@media (min-width: 768px) {
  .width-md-460 {
    width: 460px;
  }
}
@media (min-width: 992px) {
  .width-lg-460 {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  .width-xl-460 {
    width: 460px;
  }

  .height-xl-460 {
    height: 460px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-460 {
    width: 460px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-460 {
    min-height: 460px;
  }

  .max-height-lg-460 {
    max-height: 460px !important;
  }
}
.max-width-461 {
  max-width: 461px;
}

.min-width-461 {
  min-width: 461px;
}

.min-height-461 {
  min-height: 461px;
}

.max-height-461 {
  max-height: 461px;
}

.width-461 {
  width: 461px;
}

.height-461 {
  height: 461px;
}

@media (min-width: 768px) {
  .width-md-461 {
    width: 461px;
  }
}
@media (min-width: 992px) {
  .width-lg-461 {
    width: 461px;
  }
}
@media (min-width: 1200px) {
  .width-xl-461 {
    width: 461px;
  }

  .height-xl-461 {
    height: 461px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-461 {
    width: 461px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-461 {
    min-height: 461px;
  }

  .max-height-lg-461 {
    max-height: 461px !important;
  }
}
.max-width-462 {
  max-width: 462px;
}

.min-width-462 {
  min-width: 462px;
}

.min-height-462 {
  min-height: 462px;
}

.max-height-462 {
  max-height: 462px;
}

.width-462 {
  width: 462px;
}

.height-462 {
  height: 462px;
}

@media (min-width: 768px) {
  .width-md-462 {
    width: 462px;
  }
}
@media (min-width: 992px) {
  .width-lg-462 {
    width: 462px;
  }
}
@media (min-width: 1200px) {
  .width-xl-462 {
    width: 462px;
  }

  .height-xl-462 {
    height: 462px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-462 {
    width: 462px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-462 {
    min-height: 462px;
  }

  .max-height-lg-462 {
    max-height: 462px !important;
  }
}
.max-width-463 {
  max-width: 463px;
}

.min-width-463 {
  min-width: 463px;
}

.min-height-463 {
  min-height: 463px;
}

.max-height-463 {
  max-height: 463px;
}

.width-463 {
  width: 463px;
}

.height-463 {
  height: 463px;
}

@media (min-width: 768px) {
  .width-md-463 {
    width: 463px;
  }
}
@media (min-width: 992px) {
  .width-lg-463 {
    width: 463px;
  }
}
@media (min-width: 1200px) {
  .width-xl-463 {
    width: 463px;
  }

  .height-xl-463 {
    height: 463px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-463 {
    width: 463px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-463 {
    min-height: 463px;
  }

  .max-height-lg-463 {
    max-height: 463px !important;
  }
}
.max-width-464 {
  max-width: 464px;
}

.min-width-464 {
  min-width: 464px;
}

.min-height-464 {
  min-height: 464px;
}

.max-height-464 {
  max-height: 464px;
}

.width-464 {
  width: 464px;
}

.height-464 {
  height: 464px;
}

@media (min-width: 768px) {
  .width-md-464 {
    width: 464px;
  }
}
@media (min-width: 992px) {
  .width-lg-464 {
    width: 464px;
  }
}
@media (min-width: 1200px) {
  .width-xl-464 {
    width: 464px;
  }

  .height-xl-464 {
    height: 464px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-464 {
    width: 464px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-464 {
    min-height: 464px;
  }

  .max-height-lg-464 {
    max-height: 464px !important;
  }
}
.max-width-465 {
  max-width: 465px;
}

.min-width-465 {
  min-width: 465px;
}

.min-height-465 {
  min-height: 465px;
}

.max-height-465 {
  max-height: 465px;
}

.width-465 {
  width: 465px;
}

.height-465 {
  height: 465px;
}

@media (min-width: 768px) {
  .width-md-465 {
    width: 465px;
  }
}
@media (min-width: 992px) {
  .width-lg-465 {
    width: 465px;
  }
}
@media (min-width: 1200px) {
  .width-xl-465 {
    width: 465px;
  }

  .height-xl-465 {
    height: 465px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-465 {
    width: 465px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-465 {
    min-height: 465px;
  }

  .max-height-lg-465 {
    max-height: 465px !important;
  }
}
.max-width-466 {
  max-width: 466px;
}

.min-width-466 {
  min-width: 466px;
}

.min-height-466 {
  min-height: 466px;
}

.max-height-466 {
  max-height: 466px;
}

.width-466 {
  width: 466px;
}

.height-466 {
  height: 466px;
}

@media (min-width: 768px) {
  .width-md-466 {
    width: 466px;
  }
}
@media (min-width: 992px) {
  .width-lg-466 {
    width: 466px;
  }
}
@media (min-width: 1200px) {
  .width-xl-466 {
    width: 466px;
  }

  .height-xl-466 {
    height: 466px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-466 {
    width: 466px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-466 {
    min-height: 466px;
  }

  .max-height-lg-466 {
    max-height: 466px !important;
  }
}
.max-width-467 {
  max-width: 467px;
}

.min-width-467 {
  min-width: 467px;
}

.min-height-467 {
  min-height: 467px;
}

.max-height-467 {
  max-height: 467px;
}

.width-467 {
  width: 467px;
}

.height-467 {
  height: 467px;
}

@media (min-width: 768px) {
  .width-md-467 {
    width: 467px;
  }
}
@media (min-width: 992px) {
  .width-lg-467 {
    width: 467px;
  }
}
@media (min-width: 1200px) {
  .width-xl-467 {
    width: 467px;
  }

  .height-xl-467 {
    height: 467px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-467 {
    width: 467px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-467 {
    min-height: 467px;
  }

  .max-height-lg-467 {
    max-height: 467px !important;
  }
}
.max-width-468 {
  max-width: 468px;
}

.min-width-468 {
  min-width: 468px;
}

.min-height-468 {
  min-height: 468px;
}

.max-height-468 {
  max-height: 468px;
}

.width-468 {
  width: 468px;
}

.height-468 {
  height: 468px;
}

@media (min-width: 768px) {
  .width-md-468 {
    width: 468px;
  }
}
@media (min-width: 992px) {
  .width-lg-468 {
    width: 468px;
  }
}
@media (min-width: 1200px) {
  .width-xl-468 {
    width: 468px;
  }

  .height-xl-468 {
    height: 468px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-468 {
    width: 468px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-468 {
    min-height: 468px;
  }

  .max-height-lg-468 {
    max-height: 468px !important;
  }
}
.max-width-469 {
  max-width: 469px;
}

.min-width-469 {
  min-width: 469px;
}

.min-height-469 {
  min-height: 469px;
}

.max-height-469 {
  max-height: 469px;
}

.width-469 {
  width: 469px;
}

.height-469 {
  height: 469px;
}

@media (min-width: 768px) {
  .width-md-469 {
    width: 469px;
  }
}
@media (min-width: 992px) {
  .width-lg-469 {
    width: 469px;
  }
}
@media (min-width: 1200px) {
  .width-xl-469 {
    width: 469px;
  }

  .height-xl-469 {
    height: 469px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-469 {
    width: 469px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-469 {
    min-height: 469px;
  }

  .max-height-lg-469 {
    max-height: 469px !important;
  }
}
.max-width-470 {
  max-width: 470px;
}

.min-width-470 {
  min-width: 470px;
}

.min-height-470 {
  min-height: 470px;
}

.max-height-470 {
  max-height: 470px;
}

.width-470 {
  width: 470px;
}

.height-470 {
  height: 470px;
}

@media (min-width: 768px) {
  .width-md-470 {
    width: 470px;
  }
}
@media (min-width: 992px) {
  .width-lg-470 {
    width: 470px;
  }
}
@media (min-width: 1200px) {
  .width-xl-470 {
    width: 470px;
  }

  .height-xl-470 {
    height: 470px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-470 {
    width: 470px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-470 {
    min-height: 470px;
  }

  .max-height-lg-470 {
    max-height: 470px !important;
  }
}
.max-width-471 {
  max-width: 471px;
}

.min-width-471 {
  min-width: 471px;
}

.min-height-471 {
  min-height: 471px;
}

.max-height-471 {
  max-height: 471px;
}

.width-471 {
  width: 471px;
}

.height-471 {
  height: 471px;
}

@media (min-width: 768px) {
  .width-md-471 {
    width: 471px;
  }
}
@media (min-width: 992px) {
  .width-lg-471 {
    width: 471px;
  }
}
@media (min-width: 1200px) {
  .width-xl-471 {
    width: 471px;
  }

  .height-xl-471 {
    height: 471px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-471 {
    width: 471px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-471 {
    min-height: 471px;
  }

  .max-height-lg-471 {
    max-height: 471px !important;
  }
}
.max-width-472 {
  max-width: 472px;
}

.min-width-472 {
  min-width: 472px;
}

.min-height-472 {
  min-height: 472px;
}

.max-height-472 {
  max-height: 472px;
}

.width-472 {
  width: 472px;
}

.height-472 {
  height: 472px;
}

@media (min-width: 768px) {
  .width-md-472 {
    width: 472px;
  }
}
@media (min-width: 992px) {
  .width-lg-472 {
    width: 472px;
  }
}
@media (min-width: 1200px) {
  .width-xl-472 {
    width: 472px;
  }

  .height-xl-472 {
    height: 472px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-472 {
    width: 472px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-472 {
    min-height: 472px;
  }

  .max-height-lg-472 {
    max-height: 472px !important;
  }
}
.max-width-473 {
  max-width: 473px;
}

.min-width-473 {
  min-width: 473px;
}

.min-height-473 {
  min-height: 473px;
}

.max-height-473 {
  max-height: 473px;
}

.width-473 {
  width: 473px;
}

.height-473 {
  height: 473px;
}

@media (min-width: 768px) {
  .width-md-473 {
    width: 473px;
  }
}
@media (min-width: 992px) {
  .width-lg-473 {
    width: 473px;
  }
}
@media (min-width: 1200px) {
  .width-xl-473 {
    width: 473px;
  }

  .height-xl-473 {
    height: 473px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-473 {
    width: 473px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-473 {
    min-height: 473px;
  }

  .max-height-lg-473 {
    max-height: 473px !important;
  }
}
.max-width-474 {
  max-width: 474px;
}

.min-width-474 {
  min-width: 474px;
}

.min-height-474 {
  min-height: 474px;
}

.max-height-474 {
  max-height: 474px;
}

.width-474 {
  width: 474px;
}

.height-474 {
  height: 474px;
}

@media (min-width: 768px) {
  .width-md-474 {
    width: 474px;
  }
}
@media (min-width: 992px) {
  .width-lg-474 {
    width: 474px;
  }
}
@media (min-width: 1200px) {
  .width-xl-474 {
    width: 474px;
  }

  .height-xl-474 {
    height: 474px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-474 {
    width: 474px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-474 {
    min-height: 474px;
  }

  .max-height-lg-474 {
    max-height: 474px !important;
  }
}
.max-width-475 {
  max-width: 475px;
}

.min-width-475 {
  min-width: 475px;
}

.min-height-475 {
  min-height: 475px;
}

.max-height-475 {
  max-height: 475px;
}

.width-475 {
  width: 475px;
}

.height-475 {
  height: 475px;
}

@media (min-width: 768px) {
  .width-md-475 {
    width: 475px;
  }
}
@media (min-width: 992px) {
  .width-lg-475 {
    width: 475px;
  }
}
@media (min-width: 1200px) {
  .width-xl-475 {
    width: 475px;
  }

  .height-xl-475 {
    height: 475px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-475 {
    width: 475px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-475 {
    min-height: 475px;
  }

  .max-height-lg-475 {
    max-height: 475px !important;
  }
}
.max-width-476 {
  max-width: 476px;
}

.min-width-476 {
  min-width: 476px;
}

.min-height-476 {
  min-height: 476px;
}

.max-height-476 {
  max-height: 476px;
}

.width-476 {
  width: 476px;
}

.height-476 {
  height: 476px;
}

@media (min-width: 768px) {
  .width-md-476 {
    width: 476px;
  }
}
@media (min-width: 992px) {
  .width-lg-476 {
    width: 476px;
  }
}
@media (min-width: 1200px) {
  .width-xl-476 {
    width: 476px;
  }

  .height-xl-476 {
    height: 476px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-476 {
    width: 476px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-476 {
    min-height: 476px;
  }

  .max-height-lg-476 {
    max-height: 476px !important;
  }
}
.max-width-477 {
  max-width: 477px;
}

.min-width-477 {
  min-width: 477px;
}

.min-height-477 {
  min-height: 477px;
}

.max-height-477 {
  max-height: 477px;
}

.width-477 {
  width: 477px;
}

.height-477 {
  height: 477px;
}

@media (min-width: 768px) {
  .width-md-477 {
    width: 477px;
  }
}
@media (min-width: 992px) {
  .width-lg-477 {
    width: 477px;
  }
}
@media (min-width: 1200px) {
  .width-xl-477 {
    width: 477px;
  }

  .height-xl-477 {
    height: 477px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-477 {
    width: 477px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-477 {
    min-height: 477px;
  }

  .max-height-lg-477 {
    max-height: 477px !important;
  }
}
.max-width-478 {
  max-width: 478px;
}

.min-width-478 {
  min-width: 478px;
}

.min-height-478 {
  min-height: 478px;
}

.max-height-478 {
  max-height: 478px;
}

.width-478 {
  width: 478px;
}

.height-478 {
  height: 478px;
}

@media (min-width: 768px) {
  .width-md-478 {
    width: 478px;
  }
}
@media (min-width: 992px) {
  .width-lg-478 {
    width: 478px;
  }
}
@media (min-width: 1200px) {
  .width-xl-478 {
    width: 478px;
  }

  .height-xl-478 {
    height: 478px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-478 {
    width: 478px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-478 {
    min-height: 478px;
  }

  .max-height-lg-478 {
    max-height: 478px !important;
  }
}
.max-width-479 {
  max-width: 479px;
}

.min-width-479 {
  min-width: 479px;
}

.min-height-479 {
  min-height: 479px;
}

.max-height-479 {
  max-height: 479px;
}

.width-479 {
  width: 479px;
}

.height-479 {
  height: 479px;
}

@media (min-width: 768px) {
  .width-md-479 {
    width: 479px;
  }
}
@media (min-width: 992px) {
  .width-lg-479 {
    width: 479px;
  }
}
@media (min-width: 1200px) {
  .width-xl-479 {
    width: 479px;
  }

  .height-xl-479 {
    height: 479px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-479 {
    width: 479px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-479 {
    min-height: 479px;
  }

  .max-height-lg-479 {
    max-height: 479px !important;
  }
}
.max-width-480 {
  max-width: 480px;
}

.min-width-480 {
  min-width: 480px;
}

.min-height-480 {
  min-height: 480px;
}

.max-height-480 {
  max-height: 480px;
}

.width-480 {
  width: 480px;
}

.height-480 {
  height: 480px;
}

@media (min-width: 768px) {
  .width-md-480 {
    width: 480px;
  }
}
@media (min-width: 992px) {
  .width-lg-480 {
    width: 480px;
  }
}
@media (min-width: 1200px) {
  .width-xl-480 {
    width: 480px;
  }

  .height-xl-480 {
    height: 480px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-480 {
    width: 480px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-480 {
    min-height: 480px;
  }

  .max-height-lg-480 {
    max-height: 480px !important;
  }
}
.max-width-481 {
  max-width: 481px;
}

.min-width-481 {
  min-width: 481px;
}

.min-height-481 {
  min-height: 481px;
}

.max-height-481 {
  max-height: 481px;
}

.width-481 {
  width: 481px;
}

.height-481 {
  height: 481px;
}

@media (min-width: 768px) {
  .width-md-481 {
    width: 481px;
  }
}
@media (min-width: 992px) {
  .width-lg-481 {
    width: 481px;
  }
}
@media (min-width: 1200px) {
  .width-xl-481 {
    width: 481px;
  }

  .height-xl-481 {
    height: 481px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-481 {
    width: 481px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-481 {
    min-height: 481px;
  }

  .max-height-lg-481 {
    max-height: 481px !important;
  }
}
.max-width-482 {
  max-width: 482px;
}

.min-width-482 {
  min-width: 482px;
}

.min-height-482 {
  min-height: 482px;
}

.max-height-482 {
  max-height: 482px;
}

.width-482 {
  width: 482px;
}

.height-482 {
  height: 482px;
}

@media (min-width: 768px) {
  .width-md-482 {
    width: 482px;
  }
}
@media (min-width: 992px) {
  .width-lg-482 {
    width: 482px;
  }
}
@media (min-width: 1200px) {
  .width-xl-482 {
    width: 482px;
  }

  .height-xl-482 {
    height: 482px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-482 {
    width: 482px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-482 {
    min-height: 482px;
  }

  .max-height-lg-482 {
    max-height: 482px !important;
  }
}
.max-width-483 {
  max-width: 483px;
}

.min-width-483 {
  min-width: 483px;
}

.min-height-483 {
  min-height: 483px;
}

.max-height-483 {
  max-height: 483px;
}

.width-483 {
  width: 483px;
}

.height-483 {
  height: 483px;
}

@media (min-width: 768px) {
  .width-md-483 {
    width: 483px;
  }
}
@media (min-width: 992px) {
  .width-lg-483 {
    width: 483px;
  }
}
@media (min-width: 1200px) {
  .width-xl-483 {
    width: 483px;
  }

  .height-xl-483 {
    height: 483px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-483 {
    width: 483px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-483 {
    min-height: 483px;
  }

  .max-height-lg-483 {
    max-height: 483px !important;
  }
}
.max-width-484 {
  max-width: 484px;
}

.min-width-484 {
  min-width: 484px;
}

.min-height-484 {
  min-height: 484px;
}

.max-height-484 {
  max-height: 484px;
}

.width-484 {
  width: 484px;
}

.height-484 {
  height: 484px;
}

@media (min-width: 768px) {
  .width-md-484 {
    width: 484px;
  }
}
@media (min-width: 992px) {
  .width-lg-484 {
    width: 484px;
  }
}
@media (min-width: 1200px) {
  .width-xl-484 {
    width: 484px;
  }

  .height-xl-484 {
    height: 484px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-484 {
    width: 484px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-484 {
    min-height: 484px;
  }

  .max-height-lg-484 {
    max-height: 484px !important;
  }
}
.max-width-485 {
  max-width: 485px;
}

.min-width-485 {
  min-width: 485px;
}

.min-height-485 {
  min-height: 485px;
}

.max-height-485 {
  max-height: 485px;
}

.width-485 {
  width: 485px;
}

.height-485 {
  height: 485px;
}

@media (min-width: 768px) {
  .width-md-485 {
    width: 485px;
  }
}
@media (min-width: 992px) {
  .width-lg-485 {
    width: 485px;
  }
}
@media (min-width: 1200px) {
  .width-xl-485 {
    width: 485px;
  }

  .height-xl-485 {
    height: 485px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-485 {
    width: 485px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-485 {
    min-height: 485px;
  }

  .max-height-lg-485 {
    max-height: 485px !important;
  }
}
.max-width-486 {
  max-width: 486px;
}

.min-width-486 {
  min-width: 486px;
}

.min-height-486 {
  min-height: 486px;
}

.max-height-486 {
  max-height: 486px;
}

.width-486 {
  width: 486px;
}

.height-486 {
  height: 486px;
}

@media (min-width: 768px) {
  .width-md-486 {
    width: 486px;
  }
}
@media (min-width: 992px) {
  .width-lg-486 {
    width: 486px;
  }
}
@media (min-width: 1200px) {
  .width-xl-486 {
    width: 486px;
  }

  .height-xl-486 {
    height: 486px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-486 {
    width: 486px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-486 {
    min-height: 486px;
  }

  .max-height-lg-486 {
    max-height: 486px !important;
  }
}
.max-width-487 {
  max-width: 487px;
}

.min-width-487 {
  min-width: 487px;
}

.min-height-487 {
  min-height: 487px;
}

.max-height-487 {
  max-height: 487px;
}

.width-487 {
  width: 487px;
}

.height-487 {
  height: 487px;
}

@media (min-width: 768px) {
  .width-md-487 {
    width: 487px;
  }
}
@media (min-width: 992px) {
  .width-lg-487 {
    width: 487px;
  }
}
@media (min-width: 1200px) {
  .width-xl-487 {
    width: 487px;
  }

  .height-xl-487 {
    height: 487px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-487 {
    width: 487px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-487 {
    min-height: 487px;
  }

  .max-height-lg-487 {
    max-height: 487px !important;
  }
}
.max-width-488 {
  max-width: 488px;
}

.min-width-488 {
  min-width: 488px;
}

.min-height-488 {
  min-height: 488px;
}

.max-height-488 {
  max-height: 488px;
}

.width-488 {
  width: 488px;
}

.height-488 {
  height: 488px;
}

@media (min-width: 768px) {
  .width-md-488 {
    width: 488px;
  }
}
@media (min-width: 992px) {
  .width-lg-488 {
    width: 488px;
  }
}
@media (min-width: 1200px) {
  .width-xl-488 {
    width: 488px;
  }

  .height-xl-488 {
    height: 488px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-488 {
    width: 488px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-488 {
    min-height: 488px;
  }

  .max-height-lg-488 {
    max-height: 488px !important;
  }
}
.max-width-489 {
  max-width: 489px;
}

.min-width-489 {
  min-width: 489px;
}

.min-height-489 {
  min-height: 489px;
}

.max-height-489 {
  max-height: 489px;
}

.width-489 {
  width: 489px;
}

.height-489 {
  height: 489px;
}

@media (min-width: 768px) {
  .width-md-489 {
    width: 489px;
  }
}
@media (min-width: 992px) {
  .width-lg-489 {
    width: 489px;
  }
}
@media (min-width: 1200px) {
  .width-xl-489 {
    width: 489px;
  }

  .height-xl-489 {
    height: 489px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-489 {
    width: 489px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-489 {
    min-height: 489px;
  }

  .max-height-lg-489 {
    max-height: 489px !important;
  }
}
.max-width-490 {
  max-width: 490px;
}

.min-width-490 {
  min-width: 490px;
}

.min-height-490 {
  min-height: 490px;
}

.max-height-490 {
  max-height: 490px;
}

.width-490 {
  width: 490px;
}

.height-490 {
  height: 490px;
}

@media (min-width: 768px) {
  .width-md-490 {
    width: 490px;
  }
}
@media (min-width: 992px) {
  .width-lg-490 {
    width: 490px;
  }
}
@media (min-width: 1200px) {
  .width-xl-490 {
    width: 490px;
  }

  .height-xl-490 {
    height: 490px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-490 {
    width: 490px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-490 {
    min-height: 490px;
  }

  .max-height-lg-490 {
    max-height: 490px !important;
  }
}
.max-width-491 {
  max-width: 491px;
}

.min-width-491 {
  min-width: 491px;
}

.min-height-491 {
  min-height: 491px;
}

.max-height-491 {
  max-height: 491px;
}

.width-491 {
  width: 491px;
}

.height-491 {
  height: 491px;
}

@media (min-width: 768px) {
  .width-md-491 {
    width: 491px;
  }
}
@media (min-width: 992px) {
  .width-lg-491 {
    width: 491px;
  }
}
@media (min-width: 1200px) {
  .width-xl-491 {
    width: 491px;
  }

  .height-xl-491 {
    height: 491px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-491 {
    width: 491px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-491 {
    min-height: 491px;
  }

  .max-height-lg-491 {
    max-height: 491px !important;
  }
}
.max-width-492 {
  max-width: 492px;
}

.min-width-492 {
  min-width: 492px;
}

.min-height-492 {
  min-height: 492px;
}

.max-height-492 {
  max-height: 492px;
}

.width-492 {
  width: 492px;
}

.height-492 {
  height: 492px;
}

@media (min-width: 768px) {
  .width-md-492 {
    width: 492px;
  }
}
@media (min-width: 992px) {
  .width-lg-492 {
    width: 492px;
  }
}
@media (min-width: 1200px) {
  .width-xl-492 {
    width: 492px;
  }

  .height-xl-492 {
    height: 492px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-492 {
    width: 492px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-492 {
    min-height: 492px;
  }

  .max-height-lg-492 {
    max-height: 492px !important;
  }
}
.max-width-493 {
  max-width: 493px;
}

.min-width-493 {
  min-width: 493px;
}

.min-height-493 {
  min-height: 493px;
}

.max-height-493 {
  max-height: 493px;
}

.width-493 {
  width: 493px;
}

.height-493 {
  height: 493px;
}

@media (min-width: 768px) {
  .width-md-493 {
    width: 493px;
  }
}
@media (min-width: 992px) {
  .width-lg-493 {
    width: 493px;
  }
}
@media (min-width: 1200px) {
  .width-xl-493 {
    width: 493px;
  }

  .height-xl-493 {
    height: 493px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-493 {
    width: 493px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-493 {
    min-height: 493px;
  }

  .max-height-lg-493 {
    max-height: 493px !important;
  }
}
.max-width-494 {
  max-width: 494px;
}

.min-width-494 {
  min-width: 494px;
}

.min-height-494 {
  min-height: 494px;
}

.max-height-494 {
  max-height: 494px;
}

.width-494 {
  width: 494px;
}

.height-494 {
  height: 494px;
}

@media (min-width: 768px) {
  .width-md-494 {
    width: 494px;
  }
}
@media (min-width: 992px) {
  .width-lg-494 {
    width: 494px;
  }
}
@media (min-width: 1200px) {
  .width-xl-494 {
    width: 494px;
  }

  .height-xl-494 {
    height: 494px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-494 {
    width: 494px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-494 {
    min-height: 494px;
  }

  .max-height-lg-494 {
    max-height: 494px !important;
  }
}
.max-width-495 {
  max-width: 495px;
}

.min-width-495 {
  min-width: 495px;
}

.min-height-495 {
  min-height: 495px;
}

.max-height-495 {
  max-height: 495px;
}

.width-495 {
  width: 495px;
}

.height-495 {
  height: 495px;
}

@media (min-width: 768px) {
  .width-md-495 {
    width: 495px;
  }
}
@media (min-width: 992px) {
  .width-lg-495 {
    width: 495px;
  }
}
@media (min-width: 1200px) {
  .width-xl-495 {
    width: 495px;
  }

  .height-xl-495 {
    height: 495px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-495 {
    width: 495px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-495 {
    min-height: 495px;
  }

  .max-height-lg-495 {
    max-height: 495px !important;
  }
}
.max-width-496 {
  max-width: 496px;
}

.min-width-496 {
  min-width: 496px;
}

.min-height-496 {
  min-height: 496px;
}

.max-height-496 {
  max-height: 496px;
}

.width-496 {
  width: 496px;
}

.height-496 {
  height: 496px;
}

@media (min-width: 768px) {
  .width-md-496 {
    width: 496px;
  }
}
@media (min-width: 992px) {
  .width-lg-496 {
    width: 496px;
  }
}
@media (min-width: 1200px) {
  .width-xl-496 {
    width: 496px;
  }

  .height-xl-496 {
    height: 496px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-496 {
    width: 496px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-496 {
    min-height: 496px;
  }

  .max-height-lg-496 {
    max-height: 496px !important;
  }
}
.max-width-497 {
  max-width: 497px;
}

.min-width-497 {
  min-width: 497px;
}

.min-height-497 {
  min-height: 497px;
}

.max-height-497 {
  max-height: 497px;
}

.width-497 {
  width: 497px;
}

.height-497 {
  height: 497px;
}

@media (min-width: 768px) {
  .width-md-497 {
    width: 497px;
  }
}
@media (min-width: 992px) {
  .width-lg-497 {
    width: 497px;
  }
}
@media (min-width: 1200px) {
  .width-xl-497 {
    width: 497px;
  }

  .height-xl-497 {
    height: 497px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-497 {
    width: 497px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-497 {
    min-height: 497px;
  }

  .max-height-lg-497 {
    max-height: 497px !important;
  }
}
.max-width-498 {
  max-width: 498px;
}

.min-width-498 {
  min-width: 498px;
}

.min-height-498 {
  min-height: 498px;
}

.max-height-498 {
  max-height: 498px;
}

.width-498 {
  width: 498px;
}

.height-498 {
  height: 498px;
}

@media (min-width: 768px) {
  .width-md-498 {
    width: 498px;
  }
}
@media (min-width: 992px) {
  .width-lg-498 {
    width: 498px;
  }
}
@media (min-width: 1200px) {
  .width-xl-498 {
    width: 498px;
  }

  .height-xl-498 {
    height: 498px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-498 {
    width: 498px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-498 {
    min-height: 498px;
  }

  .max-height-lg-498 {
    max-height: 498px !important;
  }
}
.max-width-499 {
  max-width: 499px;
}

.min-width-499 {
  min-width: 499px;
}

.min-height-499 {
  min-height: 499px;
}

.max-height-499 {
  max-height: 499px;
}

.width-499 {
  width: 499px;
}

.height-499 {
  height: 499px;
}

@media (min-width: 768px) {
  .width-md-499 {
    width: 499px;
  }
}
@media (min-width: 992px) {
  .width-lg-499 {
    width: 499px;
  }
}
@media (min-width: 1200px) {
  .width-xl-499 {
    width: 499px;
  }

  .height-xl-499 {
    height: 499px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-499 {
    width: 499px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-499 {
    min-height: 499px;
  }

  .max-height-lg-499 {
    max-height: 499px !important;
  }
}
.max-width-500 {
  max-width: 500px;
}

.min-width-500 {
  min-width: 500px;
}

.min-height-500 {
  min-height: 500px;
}

.max-height-500 {
  max-height: 500px;
}

.width-500 {
  width: 500px;
}

.height-500 {
  height: 500px;
}

@media (min-width: 768px) {
  .width-md-500 {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .width-lg-500 {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .width-xl-500 {
    width: 500px;
  }

  .height-xl-500 {
    height: 500px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-500 {
    width: 500px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-500 {
    min-height: 500px;
  }

  .max-height-lg-500 {
    max-height: 500px !important;
  }
}
.max-width-501 {
  max-width: 501px;
}

.min-width-501 {
  min-width: 501px;
}

.min-height-501 {
  min-height: 501px;
}

.max-height-501 {
  max-height: 501px;
}

.width-501 {
  width: 501px;
}

.height-501 {
  height: 501px;
}

@media (min-width: 768px) {
  .width-md-501 {
    width: 501px;
  }
}
@media (min-width: 992px) {
  .width-lg-501 {
    width: 501px;
  }
}
@media (min-width: 1200px) {
  .width-xl-501 {
    width: 501px;
  }

  .height-xl-501 {
    height: 501px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-501 {
    width: 501px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-501 {
    min-height: 501px;
  }

  .max-height-lg-501 {
    max-height: 501px !important;
  }
}
.max-width-502 {
  max-width: 502px;
}

.min-width-502 {
  min-width: 502px;
}

.min-height-502 {
  min-height: 502px;
}

.max-height-502 {
  max-height: 502px;
}

.width-502 {
  width: 502px;
}

.height-502 {
  height: 502px;
}

@media (min-width: 768px) {
  .width-md-502 {
    width: 502px;
  }
}
@media (min-width: 992px) {
  .width-lg-502 {
    width: 502px;
  }
}
@media (min-width: 1200px) {
  .width-xl-502 {
    width: 502px;
  }

  .height-xl-502 {
    height: 502px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-502 {
    width: 502px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-502 {
    min-height: 502px;
  }

  .max-height-lg-502 {
    max-height: 502px !important;
  }
}
.max-width-503 {
  max-width: 503px;
}

.min-width-503 {
  min-width: 503px;
}

.min-height-503 {
  min-height: 503px;
}

.max-height-503 {
  max-height: 503px;
}

.width-503 {
  width: 503px;
}

.height-503 {
  height: 503px;
}

@media (min-width: 768px) {
  .width-md-503 {
    width: 503px;
  }
}
@media (min-width: 992px) {
  .width-lg-503 {
    width: 503px;
  }
}
@media (min-width: 1200px) {
  .width-xl-503 {
    width: 503px;
  }

  .height-xl-503 {
    height: 503px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-503 {
    width: 503px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-503 {
    min-height: 503px;
  }

  .max-height-lg-503 {
    max-height: 503px !important;
  }
}
.max-width-504 {
  max-width: 504px;
}

.min-width-504 {
  min-width: 504px;
}

.min-height-504 {
  min-height: 504px;
}

.max-height-504 {
  max-height: 504px;
}

.width-504 {
  width: 504px;
}

.height-504 {
  height: 504px;
}

@media (min-width: 768px) {
  .width-md-504 {
    width: 504px;
  }
}
@media (min-width: 992px) {
  .width-lg-504 {
    width: 504px;
  }
}
@media (min-width: 1200px) {
  .width-xl-504 {
    width: 504px;
  }

  .height-xl-504 {
    height: 504px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-504 {
    width: 504px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-504 {
    min-height: 504px;
  }

  .max-height-lg-504 {
    max-height: 504px !important;
  }
}
.max-width-505 {
  max-width: 505px;
}

.min-width-505 {
  min-width: 505px;
}

.min-height-505 {
  min-height: 505px;
}

.max-height-505 {
  max-height: 505px;
}

.width-505 {
  width: 505px;
}

.height-505 {
  height: 505px;
}

@media (min-width: 768px) {
  .width-md-505 {
    width: 505px;
  }
}
@media (min-width: 992px) {
  .width-lg-505 {
    width: 505px;
  }
}
@media (min-width: 1200px) {
  .width-xl-505 {
    width: 505px;
  }

  .height-xl-505 {
    height: 505px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-505 {
    width: 505px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-505 {
    min-height: 505px;
  }

  .max-height-lg-505 {
    max-height: 505px !important;
  }
}
.max-width-506 {
  max-width: 506px;
}

.min-width-506 {
  min-width: 506px;
}

.min-height-506 {
  min-height: 506px;
}

.max-height-506 {
  max-height: 506px;
}

.width-506 {
  width: 506px;
}

.height-506 {
  height: 506px;
}

@media (min-width: 768px) {
  .width-md-506 {
    width: 506px;
  }
}
@media (min-width: 992px) {
  .width-lg-506 {
    width: 506px;
  }
}
@media (min-width: 1200px) {
  .width-xl-506 {
    width: 506px;
  }

  .height-xl-506 {
    height: 506px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-506 {
    width: 506px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-506 {
    min-height: 506px;
  }

  .max-height-lg-506 {
    max-height: 506px !important;
  }
}
.max-width-507 {
  max-width: 507px;
}

.min-width-507 {
  min-width: 507px;
}

.min-height-507 {
  min-height: 507px;
}

.max-height-507 {
  max-height: 507px;
}

.width-507 {
  width: 507px;
}

.height-507 {
  height: 507px;
}

@media (min-width: 768px) {
  .width-md-507 {
    width: 507px;
  }
}
@media (min-width: 992px) {
  .width-lg-507 {
    width: 507px;
  }
}
@media (min-width: 1200px) {
  .width-xl-507 {
    width: 507px;
  }

  .height-xl-507 {
    height: 507px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-507 {
    width: 507px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-507 {
    min-height: 507px;
  }

  .max-height-lg-507 {
    max-height: 507px !important;
  }
}
.max-width-508 {
  max-width: 508px;
}

.min-width-508 {
  min-width: 508px;
}

.min-height-508 {
  min-height: 508px;
}

.max-height-508 {
  max-height: 508px;
}

.width-508 {
  width: 508px;
}

.height-508 {
  height: 508px;
}

@media (min-width: 768px) {
  .width-md-508 {
    width: 508px;
  }
}
@media (min-width: 992px) {
  .width-lg-508 {
    width: 508px;
  }
}
@media (min-width: 1200px) {
  .width-xl-508 {
    width: 508px;
  }

  .height-xl-508 {
    height: 508px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-508 {
    width: 508px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-508 {
    min-height: 508px;
  }

  .max-height-lg-508 {
    max-height: 508px !important;
  }
}
.max-width-509 {
  max-width: 509px;
}

.min-width-509 {
  min-width: 509px;
}

.min-height-509 {
  min-height: 509px;
}

.max-height-509 {
  max-height: 509px;
}

.width-509 {
  width: 509px;
}

.height-509 {
  height: 509px;
}

@media (min-width: 768px) {
  .width-md-509 {
    width: 509px;
  }
}
@media (min-width: 992px) {
  .width-lg-509 {
    width: 509px;
  }
}
@media (min-width: 1200px) {
  .width-xl-509 {
    width: 509px;
  }

  .height-xl-509 {
    height: 509px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-509 {
    width: 509px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-509 {
    min-height: 509px;
  }

  .max-height-lg-509 {
    max-height: 509px !important;
  }
}
.max-width-510 {
  max-width: 510px;
}

.min-width-510 {
  min-width: 510px;
}

.min-height-510 {
  min-height: 510px;
}

.max-height-510 {
  max-height: 510px;
}

.width-510 {
  width: 510px;
}

.height-510 {
  height: 510px;
}

@media (min-width: 768px) {
  .width-md-510 {
    width: 510px;
  }
}
@media (min-width: 992px) {
  .width-lg-510 {
    width: 510px;
  }
}
@media (min-width: 1200px) {
  .width-xl-510 {
    width: 510px;
  }

  .height-xl-510 {
    height: 510px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-510 {
    width: 510px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-510 {
    min-height: 510px;
  }

  .max-height-lg-510 {
    max-height: 510px !important;
  }
}
.max-width-511 {
  max-width: 511px;
}

.min-width-511 {
  min-width: 511px;
}

.min-height-511 {
  min-height: 511px;
}

.max-height-511 {
  max-height: 511px;
}

.width-511 {
  width: 511px;
}

.height-511 {
  height: 511px;
}

@media (min-width: 768px) {
  .width-md-511 {
    width: 511px;
  }
}
@media (min-width: 992px) {
  .width-lg-511 {
    width: 511px;
  }
}
@media (min-width: 1200px) {
  .width-xl-511 {
    width: 511px;
  }

  .height-xl-511 {
    height: 511px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-511 {
    width: 511px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-511 {
    min-height: 511px;
  }

  .max-height-lg-511 {
    max-height: 511px !important;
  }
}
.max-width-512 {
  max-width: 512px;
}

.min-width-512 {
  min-width: 512px;
}

.min-height-512 {
  min-height: 512px;
}

.max-height-512 {
  max-height: 512px;
}

.width-512 {
  width: 512px;
}

.height-512 {
  height: 512px;
}

@media (min-width: 768px) {
  .width-md-512 {
    width: 512px;
  }
}
@media (min-width: 992px) {
  .width-lg-512 {
    width: 512px;
  }
}
@media (min-width: 1200px) {
  .width-xl-512 {
    width: 512px;
  }

  .height-xl-512 {
    height: 512px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-512 {
    width: 512px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-512 {
    min-height: 512px;
  }

  .max-height-lg-512 {
    max-height: 512px !important;
  }
}
.max-width-513 {
  max-width: 513px;
}

.min-width-513 {
  min-width: 513px;
}

.min-height-513 {
  min-height: 513px;
}

.max-height-513 {
  max-height: 513px;
}

.width-513 {
  width: 513px;
}

.height-513 {
  height: 513px;
}

@media (min-width: 768px) {
  .width-md-513 {
    width: 513px;
  }
}
@media (min-width: 992px) {
  .width-lg-513 {
    width: 513px;
  }
}
@media (min-width: 1200px) {
  .width-xl-513 {
    width: 513px;
  }

  .height-xl-513 {
    height: 513px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-513 {
    width: 513px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-513 {
    min-height: 513px;
  }

  .max-height-lg-513 {
    max-height: 513px !important;
  }
}
.max-width-514 {
  max-width: 514px;
}

.min-width-514 {
  min-width: 514px;
}

.min-height-514 {
  min-height: 514px;
}

.max-height-514 {
  max-height: 514px;
}

.width-514 {
  width: 514px;
}

.height-514 {
  height: 514px;
}

@media (min-width: 768px) {
  .width-md-514 {
    width: 514px;
  }
}
@media (min-width: 992px) {
  .width-lg-514 {
    width: 514px;
  }
}
@media (min-width: 1200px) {
  .width-xl-514 {
    width: 514px;
  }

  .height-xl-514 {
    height: 514px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-514 {
    width: 514px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-514 {
    min-height: 514px;
  }

  .max-height-lg-514 {
    max-height: 514px !important;
  }
}
.max-width-515 {
  max-width: 515px;
}

.min-width-515 {
  min-width: 515px;
}

.min-height-515 {
  min-height: 515px;
}

.max-height-515 {
  max-height: 515px;
}

.width-515 {
  width: 515px;
}

.height-515 {
  height: 515px;
}

@media (min-width: 768px) {
  .width-md-515 {
    width: 515px;
  }
}
@media (min-width: 992px) {
  .width-lg-515 {
    width: 515px;
  }
}
@media (min-width: 1200px) {
  .width-xl-515 {
    width: 515px;
  }

  .height-xl-515 {
    height: 515px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-515 {
    width: 515px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-515 {
    min-height: 515px;
  }

  .max-height-lg-515 {
    max-height: 515px !important;
  }
}
.max-width-516 {
  max-width: 516px;
}

.min-width-516 {
  min-width: 516px;
}

.min-height-516 {
  min-height: 516px;
}

.max-height-516 {
  max-height: 516px;
}

.width-516 {
  width: 516px;
}

.height-516 {
  height: 516px;
}

@media (min-width: 768px) {
  .width-md-516 {
    width: 516px;
  }
}
@media (min-width: 992px) {
  .width-lg-516 {
    width: 516px;
  }
}
@media (min-width: 1200px) {
  .width-xl-516 {
    width: 516px;
  }

  .height-xl-516 {
    height: 516px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-516 {
    width: 516px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-516 {
    min-height: 516px;
  }

  .max-height-lg-516 {
    max-height: 516px !important;
  }
}
.max-width-517 {
  max-width: 517px;
}

.min-width-517 {
  min-width: 517px;
}

.min-height-517 {
  min-height: 517px;
}

.max-height-517 {
  max-height: 517px;
}

.width-517 {
  width: 517px;
}

.height-517 {
  height: 517px;
}

@media (min-width: 768px) {
  .width-md-517 {
    width: 517px;
  }
}
@media (min-width: 992px) {
  .width-lg-517 {
    width: 517px;
  }
}
@media (min-width: 1200px) {
  .width-xl-517 {
    width: 517px;
  }

  .height-xl-517 {
    height: 517px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-517 {
    width: 517px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-517 {
    min-height: 517px;
  }

  .max-height-lg-517 {
    max-height: 517px !important;
  }
}
.max-width-518 {
  max-width: 518px;
}

.min-width-518 {
  min-width: 518px;
}

.min-height-518 {
  min-height: 518px;
}

.max-height-518 {
  max-height: 518px;
}

.width-518 {
  width: 518px;
}

.height-518 {
  height: 518px;
}

@media (min-width: 768px) {
  .width-md-518 {
    width: 518px;
  }
}
@media (min-width: 992px) {
  .width-lg-518 {
    width: 518px;
  }
}
@media (min-width: 1200px) {
  .width-xl-518 {
    width: 518px;
  }

  .height-xl-518 {
    height: 518px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-518 {
    width: 518px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-518 {
    min-height: 518px;
  }

  .max-height-lg-518 {
    max-height: 518px !important;
  }
}
.max-width-519 {
  max-width: 519px;
}

.min-width-519 {
  min-width: 519px;
}

.min-height-519 {
  min-height: 519px;
}

.max-height-519 {
  max-height: 519px;
}

.width-519 {
  width: 519px;
}

.height-519 {
  height: 519px;
}

@media (min-width: 768px) {
  .width-md-519 {
    width: 519px;
  }
}
@media (min-width: 992px) {
  .width-lg-519 {
    width: 519px;
  }
}
@media (min-width: 1200px) {
  .width-xl-519 {
    width: 519px;
  }

  .height-xl-519 {
    height: 519px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-519 {
    width: 519px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-519 {
    min-height: 519px;
  }

  .max-height-lg-519 {
    max-height: 519px !important;
  }
}
.max-width-520 {
  max-width: 520px;
}

.min-width-520 {
  min-width: 520px;
}

.min-height-520 {
  min-height: 520px;
}

.max-height-520 {
  max-height: 520px;
}

.width-520 {
  width: 520px;
}

.height-520 {
  height: 520px;
}

@media (min-width: 768px) {
  .width-md-520 {
    width: 520px;
  }
}
@media (min-width: 992px) {
  .width-lg-520 {
    width: 520px;
  }
}
@media (min-width: 1200px) {
  .width-xl-520 {
    width: 520px;
  }

  .height-xl-520 {
    height: 520px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-520 {
    width: 520px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-520 {
    min-height: 520px;
  }

  .max-height-lg-520 {
    max-height: 520px !important;
  }
}
.max-width-521 {
  max-width: 521px;
}

.min-width-521 {
  min-width: 521px;
}

.min-height-521 {
  min-height: 521px;
}

.max-height-521 {
  max-height: 521px;
}

.width-521 {
  width: 521px;
}

.height-521 {
  height: 521px;
}

@media (min-width: 768px) {
  .width-md-521 {
    width: 521px;
  }
}
@media (min-width: 992px) {
  .width-lg-521 {
    width: 521px;
  }
}
@media (min-width: 1200px) {
  .width-xl-521 {
    width: 521px;
  }

  .height-xl-521 {
    height: 521px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-521 {
    width: 521px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-521 {
    min-height: 521px;
  }

  .max-height-lg-521 {
    max-height: 521px !important;
  }
}
.max-width-522 {
  max-width: 522px;
}

.min-width-522 {
  min-width: 522px;
}

.min-height-522 {
  min-height: 522px;
}

.max-height-522 {
  max-height: 522px;
}

.width-522 {
  width: 522px;
}

.height-522 {
  height: 522px;
}

@media (min-width: 768px) {
  .width-md-522 {
    width: 522px;
  }
}
@media (min-width: 992px) {
  .width-lg-522 {
    width: 522px;
  }
}
@media (min-width: 1200px) {
  .width-xl-522 {
    width: 522px;
  }

  .height-xl-522 {
    height: 522px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-522 {
    width: 522px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-522 {
    min-height: 522px;
  }

  .max-height-lg-522 {
    max-height: 522px !important;
  }
}
.max-width-523 {
  max-width: 523px;
}

.min-width-523 {
  min-width: 523px;
}

.min-height-523 {
  min-height: 523px;
}

.max-height-523 {
  max-height: 523px;
}

.width-523 {
  width: 523px;
}

.height-523 {
  height: 523px;
}

@media (min-width: 768px) {
  .width-md-523 {
    width: 523px;
  }
}
@media (min-width: 992px) {
  .width-lg-523 {
    width: 523px;
  }
}
@media (min-width: 1200px) {
  .width-xl-523 {
    width: 523px;
  }

  .height-xl-523 {
    height: 523px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-523 {
    width: 523px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-523 {
    min-height: 523px;
  }

  .max-height-lg-523 {
    max-height: 523px !important;
  }
}
.max-width-524 {
  max-width: 524px;
}

.min-width-524 {
  min-width: 524px;
}

.min-height-524 {
  min-height: 524px;
}

.max-height-524 {
  max-height: 524px;
}

.width-524 {
  width: 524px;
}

.height-524 {
  height: 524px;
}

@media (min-width: 768px) {
  .width-md-524 {
    width: 524px;
  }
}
@media (min-width: 992px) {
  .width-lg-524 {
    width: 524px;
  }
}
@media (min-width: 1200px) {
  .width-xl-524 {
    width: 524px;
  }

  .height-xl-524 {
    height: 524px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-524 {
    width: 524px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-524 {
    min-height: 524px;
  }

  .max-height-lg-524 {
    max-height: 524px !important;
  }
}
.max-width-525 {
  max-width: 525px;
}

.min-width-525 {
  min-width: 525px;
}

.min-height-525 {
  min-height: 525px;
}

.max-height-525 {
  max-height: 525px;
}

.width-525 {
  width: 525px;
}

.height-525 {
  height: 525px;
}

@media (min-width: 768px) {
  .width-md-525 {
    width: 525px;
  }
}
@media (min-width: 992px) {
  .width-lg-525 {
    width: 525px;
  }
}
@media (min-width: 1200px) {
  .width-xl-525 {
    width: 525px;
  }

  .height-xl-525 {
    height: 525px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-525 {
    width: 525px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-525 {
    min-height: 525px;
  }

  .max-height-lg-525 {
    max-height: 525px !important;
  }
}
.max-width-526 {
  max-width: 526px;
}

.min-width-526 {
  min-width: 526px;
}

.min-height-526 {
  min-height: 526px;
}

.max-height-526 {
  max-height: 526px;
}

.width-526 {
  width: 526px;
}

.height-526 {
  height: 526px;
}

@media (min-width: 768px) {
  .width-md-526 {
    width: 526px;
  }
}
@media (min-width: 992px) {
  .width-lg-526 {
    width: 526px;
  }
}
@media (min-width: 1200px) {
  .width-xl-526 {
    width: 526px;
  }

  .height-xl-526 {
    height: 526px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-526 {
    width: 526px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-526 {
    min-height: 526px;
  }

  .max-height-lg-526 {
    max-height: 526px !important;
  }
}
.max-width-527 {
  max-width: 527px;
}

.min-width-527 {
  min-width: 527px;
}

.min-height-527 {
  min-height: 527px;
}

.max-height-527 {
  max-height: 527px;
}

.width-527 {
  width: 527px;
}

.height-527 {
  height: 527px;
}

@media (min-width: 768px) {
  .width-md-527 {
    width: 527px;
  }
}
@media (min-width: 992px) {
  .width-lg-527 {
    width: 527px;
  }
}
@media (min-width: 1200px) {
  .width-xl-527 {
    width: 527px;
  }

  .height-xl-527 {
    height: 527px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-527 {
    width: 527px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-527 {
    min-height: 527px;
  }

  .max-height-lg-527 {
    max-height: 527px !important;
  }
}
.max-width-528 {
  max-width: 528px;
}

.min-width-528 {
  min-width: 528px;
}

.min-height-528 {
  min-height: 528px;
}

.max-height-528 {
  max-height: 528px;
}

.width-528 {
  width: 528px;
}

.height-528 {
  height: 528px;
}

@media (min-width: 768px) {
  .width-md-528 {
    width: 528px;
  }
}
@media (min-width: 992px) {
  .width-lg-528 {
    width: 528px;
  }
}
@media (min-width: 1200px) {
  .width-xl-528 {
    width: 528px;
  }

  .height-xl-528 {
    height: 528px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-528 {
    width: 528px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-528 {
    min-height: 528px;
  }

  .max-height-lg-528 {
    max-height: 528px !important;
  }
}
.max-width-529 {
  max-width: 529px;
}

.min-width-529 {
  min-width: 529px;
}

.min-height-529 {
  min-height: 529px;
}

.max-height-529 {
  max-height: 529px;
}

.width-529 {
  width: 529px;
}

.height-529 {
  height: 529px;
}

@media (min-width: 768px) {
  .width-md-529 {
    width: 529px;
  }
}
@media (min-width: 992px) {
  .width-lg-529 {
    width: 529px;
  }
}
@media (min-width: 1200px) {
  .width-xl-529 {
    width: 529px;
  }

  .height-xl-529 {
    height: 529px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-529 {
    width: 529px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-529 {
    min-height: 529px;
  }

  .max-height-lg-529 {
    max-height: 529px !important;
  }
}
.max-width-530 {
  max-width: 530px;
}

.min-width-530 {
  min-width: 530px;
}

.min-height-530 {
  min-height: 530px;
}

.max-height-530 {
  max-height: 530px;
}

.width-530 {
  width: 530px;
}

.height-530 {
  height: 530px;
}

@media (min-width: 768px) {
  .width-md-530 {
    width: 530px;
  }
}
@media (min-width: 992px) {
  .width-lg-530 {
    width: 530px;
  }
}
@media (min-width: 1200px) {
  .width-xl-530 {
    width: 530px;
  }

  .height-xl-530 {
    height: 530px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-530 {
    width: 530px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-530 {
    min-height: 530px;
  }

  .max-height-lg-530 {
    max-height: 530px !important;
  }
}
.max-width-531 {
  max-width: 531px;
}

.min-width-531 {
  min-width: 531px;
}

.min-height-531 {
  min-height: 531px;
}

.max-height-531 {
  max-height: 531px;
}

.width-531 {
  width: 531px;
}

.height-531 {
  height: 531px;
}

@media (min-width: 768px) {
  .width-md-531 {
    width: 531px;
  }
}
@media (min-width: 992px) {
  .width-lg-531 {
    width: 531px;
  }
}
@media (min-width: 1200px) {
  .width-xl-531 {
    width: 531px;
  }

  .height-xl-531 {
    height: 531px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-531 {
    width: 531px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-531 {
    min-height: 531px;
  }

  .max-height-lg-531 {
    max-height: 531px !important;
  }
}
.max-width-532 {
  max-width: 532px;
}

.min-width-532 {
  min-width: 532px;
}

.min-height-532 {
  min-height: 532px;
}

.max-height-532 {
  max-height: 532px;
}

.width-532 {
  width: 532px;
}

.height-532 {
  height: 532px;
}

@media (min-width: 768px) {
  .width-md-532 {
    width: 532px;
  }
}
@media (min-width: 992px) {
  .width-lg-532 {
    width: 532px;
  }
}
@media (min-width: 1200px) {
  .width-xl-532 {
    width: 532px;
  }

  .height-xl-532 {
    height: 532px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-532 {
    width: 532px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-532 {
    min-height: 532px;
  }

  .max-height-lg-532 {
    max-height: 532px !important;
  }
}
.max-width-533 {
  max-width: 533px;
}

.min-width-533 {
  min-width: 533px;
}

.min-height-533 {
  min-height: 533px;
}

.max-height-533 {
  max-height: 533px;
}

.width-533 {
  width: 533px;
}

.height-533 {
  height: 533px;
}

@media (min-width: 768px) {
  .width-md-533 {
    width: 533px;
  }
}
@media (min-width: 992px) {
  .width-lg-533 {
    width: 533px;
  }
}
@media (min-width: 1200px) {
  .width-xl-533 {
    width: 533px;
  }

  .height-xl-533 {
    height: 533px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-533 {
    width: 533px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-533 {
    min-height: 533px;
  }

  .max-height-lg-533 {
    max-height: 533px !important;
  }
}
.max-width-534 {
  max-width: 534px;
}

.min-width-534 {
  min-width: 534px;
}

.min-height-534 {
  min-height: 534px;
}

.max-height-534 {
  max-height: 534px;
}

.width-534 {
  width: 534px;
}

.height-534 {
  height: 534px;
}

@media (min-width: 768px) {
  .width-md-534 {
    width: 534px;
  }
}
@media (min-width: 992px) {
  .width-lg-534 {
    width: 534px;
  }
}
@media (min-width: 1200px) {
  .width-xl-534 {
    width: 534px;
  }

  .height-xl-534 {
    height: 534px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-534 {
    width: 534px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-534 {
    min-height: 534px;
  }

  .max-height-lg-534 {
    max-height: 534px !important;
  }
}
.max-width-535 {
  max-width: 535px;
}

.min-width-535 {
  min-width: 535px;
}

.min-height-535 {
  min-height: 535px;
}

.max-height-535 {
  max-height: 535px;
}

.width-535 {
  width: 535px;
}

.height-535 {
  height: 535px;
}

@media (min-width: 768px) {
  .width-md-535 {
    width: 535px;
  }
}
@media (min-width: 992px) {
  .width-lg-535 {
    width: 535px;
  }
}
@media (min-width: 1200px) {
  .width-xl-535 {
    width: 535px;
  }

  .height-xl-535 {
    height: 535px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-535 {
    width: 535px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-535 {
    min-height: 535px;
  }

  .max-height-lg-535 {
    max-height: 535px !important;
  }
}
.max-width-536 {
  max-width: 536px;
}

.min-width-536 {
  min-width: 536px;
}

.min-height-536 {
  min-height: 536px;
}

.max-height-536 {
  max-height: 536px;
}

.width-536 {
  width: 536px;
}

.height-536 {
  height: 536px;
}

@media (min-width: 768px) {
  .width-md-536 {
    width: 536px;
  }
}
@media (min-width: 992px) {
  .width-lg-536 {
    width: 536px;
  }
}
@media (min-width: 1200px) {
  .width-xl-536 {
    width: 536px;
  }

  .height-xl-536 {
    height: 536px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-536 {
    width: 536px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-536 {
    min-height: 536px;
  }

  .max-height-lg-536 {
    max-height: 536px !important;
  }
}
.max-width-537 {
  max-width: 537px;
}

.min-width-537 {
  min-width: 537px;
}

.min-height-537 {
  min-height: 537px;
}

.max-height-537 {
  max-height: 537px;
}

.width-537 {
  width: 537px;
}

.height-537 {
  height: 537px;
}

@media (min-width: 768px) {
  .width-md-537 {
    width: 537px;
  }
}
@media (min-width: 992px) {
  .width-lg-537 {
    width: 537px;
  }
}
@media (min-width: 1200px) {
  .width-xl-537 {
    width: 537px;
  }

  .height-xl-537 {
    height: 537px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-537 {
    width: 537px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-537 {
    min-height: 537px;
  }

  .max-height-lg-537 {
    max-height: 537px !important;
  }
}
.max-width-538 {
  max-width: 538px;
}

.min-width-538 {
  min-width: 538px;
}

.min-height-538 {
  min-height: 538px;
}

.max-height-538 {
  max-height: 538px;
}

.width-538 {
  width: 538px;
}

.height-538 {
  height: 538px;
}

@media (min-width: 768px) {
  .width-md-538 {
    width: 538px;
  }
}
@media (min-width: 992px) {
  .width-lg-538 {
    width: 538px;
  }
}
@media (min-width: 1200px) {
  .width-xl-538 {
    width: 538px;
  }

  .height-xl-538 {
    height: 538px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-538 {
    width: 538px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-538 {
    min-height: 538px;
  }

  .max-height-lg-538 {
    max-height: 538px !important;
  }
}
.max-width-539 {
  max-width: 539px;
}

.min-width-539 {
  min-width: 539px;
}

.min-height-539 {
  min-height: 539px;
}

.max-height-539 {
  max-height: 539px;
}

.width-539 {
  width: 539px;
}

.height-539 {
  height: 539px;
}

@media (min-width: 768px) {
  .width-md-539 {
    width: 539px;
  }
}
@media (min-width: 992px) {
  .width-lg-539 {
    width: 539px;
  }
}
@media (min-width: 1200px) {
  .width-xl-539 {
    width: 539px;
  }

  .height-xl-539 {
    height: 539px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-539 {
    width: 539px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-539 {
    min-height: 539px;
  }

  .max-height-lg-539 {
    max-height: 539px !important;
  }
}
.max-width-540 {
  max-width: 540px;
}

.min-width-540 {
  min-width: 540px;
}

.min-height-540 {
  min-height: 540px;
}

.max-height-540 {
  max-height: 540px;
}

.width-540 {
  width: 540px;
}

.height-540 {
  height: 540px;
}

@media (min-width: 768px) {
  .width-md-540 {
    width: 540px;
  }
}
@media (min-width: 992px) {
  .width-lg-540 {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .width-xl-540 {
    width: 540px;
  }

  .height-xl-540 {
    height: 540px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-540 {
    width: 540px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-540 {
    min-height: 540px;
  }

  .max-height-lg-540 {
    max-height: 540px !important;
  }
}
.max-width-541 {
  max-width: 541px;
}

.min-width-541 {
  min-width: 541px;
}

.min-height-541 {
  min-height: 541px;
}

.max-height-541 {
  max-height: 541px;
}

.width-541 {
  width: 541px;
}

.height-541 {
  height: 541px;
}

@media (min-width: 768px) {
  .width-md-541 {
    width: 541px;
  }
}
@media (min-width: 992px) {
  .width-lg-541 {
    width: 541px;
  }
}
@media (min-width: 1200px) {
  .width-xl-541 {
    width: 541px;
  }

  .height-xl-541 {
    height: 541px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-541 {
    width: 541px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-541 {
    min-height: 541px;
  }

  .max-height-lg-541 {
    max-height: 541px !important;
  }
}
.max-width-542 {
  max-width: 542px;
}

.min-width-542 {
  min-width: 542px;
}

.min-height-542 {
  min-height: 542px;
}

.max-height-542 {
  max-height: 542px;
}

.width-542 {
  width: 542px;
}

.height-542 {
  height: 542px;
}

@media (min-width: 768px) {
  .width-md-542 {
    width: 542px;
  }
}
@media (min-width: 992px) {
  .width-lg-542 {
    width: 542px;
  }
}
@media (min-width: 1200px) {
  .width-xl-542 {
    width: 542px;
  }

  .height-xl-542 {
    height: 542px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-542 {
    width: 542px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-542 {
    min-height: 542px;
  }

  .max-height-lg-542 {
    max-height: 542px !important;
  }
}
.max-width-543 {
  max-width: 543px;
}

.min-width-543 {
  min-width: 543px;
}

.min-height-543 {
  min-height: 543px;
}

.max-height-543 {
  max-height: 543px;
}

.width-543 {
  width: 543px;
}

.height-543 {
  height: 543px;
}

@media (min-width: 768px) {
  .width-md-543 {
    width: 543px;
  }
}
@media (min-width: 992px) {
  .width-lg-543 {
    width: 543px;
  }
}
@media (min-width: 1200px) {
  .width-xl-543 {
    width: 543px;
  }

  .height-xl-543 {
    height: 543px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-543 {
    width: 543px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-543 {
    min-height: 543px;
  }

  .max-height-lg-543 {
    max-height: 543px !important;
  }
}
.max-width-544 {
  max-width: 544px;
}

.min-width-544 {
  min-width: 544px;
}

.min-height-544 {
  min-height: 544px;
}

.max-height-544 {
  max-height: 544px;
}

.width-544 {
  width: 544px;
}

.height-544 {
  height: 544px;
}

@media (min-width: 768px) {
  .width-md-544 {
    width: 544px;
  }
}
@media (min-width: 992px) {
  .width-lg-544 {
    width: 544px;
  }
}
@media (min-width: 1200px) {
  .width-xl-544 {
    width: 544px;
  }

  .height-xl-544 {
    height: 544px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-544 {
    width: 544px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-544 {
    min-height: 544px;
  }

  .max-height-lg-544 {
    max-height: 544px !important;
  }
}
.max-width-545 {
  max-width: 545px;
}

.min-width-545 {
  min-width: 545px;
}

.min-height-545 {
  min-height: 545px;
}

.max-height-545 {
  max-height: 545px;
}

.width-545 {
  width: 545px;
}

.height-545 {
  height: 545px;
}

@media (min-width: 768px) {
  .width-md-545 {
    width: 545px;
  }
}
@media (min-width: 992px) {
  .width-lg-545 {
    width: 545px;
  }
}
@media (min-width: 1200px) {
  .width-xl-545 {
    width: 545px;
  }

  .height-xl-545 {
    height: 545px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-545 {
    width: 545px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-545 {
    min-height: 545px;
  }

  .max-height-lg-545 {
    max-height: 545px !important;
  }
}
.max-width-546 {
  max-width: 546px;
}

.min-width-546 {
  min-width: 546px;
}

.min-height-546 {
  min-height: 546px;
}

.max-height-546 {
  max-height: 546px;
}

.width-546 {
  width: 546px;
}

.height-546 {
  height: 546px;
}

@media (min-width: 768px) {
  .width-md-546 {
    width: 546px;
  }
}
@media (min-width: 992px) {
  .width-lg-546 {
    width: 546px;
  }
}
@media (min-width: 1200px) {
  .width-xl-546 {
    width: 546px;
  }

  .height-xl-546 {
    height: 546px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-546 {
    width: 546px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-546 {
    min-height: 546px;
  }

  .max-height-lg-546 {
    max-height: 546px !important;
  }
}
.max-width-547 {
  max-width: 547px;
}

.min-width-547 {
  min-width: 547px;
}

.min-height-547 {
  min-height: 547px;
}

.max-height-547 {
  max-height: 547px;
}

.width-547 {
  width: 547px;
}

.height-547 {
  height: 547px;
}

@media (min-width: 768px) {
  .width-md-547 {
    width: 547px;
  }
}
@media (min-width: 992px) {
  .width-lg-547 {
    width: 547px;
  }
}
@media (min-width: 1200px) {
  .width-xl-547 {
    width: 547px;
  }

  .height-xl-547 {
    height: 547px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-547 {
    width: 547px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-547 {
    min-height: 547px;
  }

  .max-height-lg-547 {
    max-height: 547px !important;
  }
}
.max-width-548 {
  max-width: 548px;
}

.min-width-548 {
  min-width: 548px;
}

.min-height-548 {
  min-height: 548px;
}

.max-height-548 {
  max-height: 548px;
}

.width-548 {
  width: 548px;
}

.height-548 {
  height: 548px;
}

@media (min-width: 768px) {
  .width-md-548 {
    width: 548px;
  }
}
@media (min-width: 992px) {
  .width-lg-548 {
    width: 548px;
  }
}
@media (min-width: 1200px) {
  .width-xl-548 {
    width: 548px;
  }

  .height-xl-548 {
    height: 548px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-548 {
    width: 548px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-548 {
    min-height: 548px;
  }

  .max-height-lg-548 {
    max-height: 548px !important;
  }
}
.max-width-549 {
  max-width: 549px;
}

.min-width-549 {
  min-width: 549px;
}

.min-height-549 {
  min-height: 549px;
}

.max-height-549 {
  max-height: 549px;
}

.width-549 {
  width: 549px;
}

.height-549 {
  height: 549px;
}

@media (min-width: 768px) {
  .width-md-549 {
    width: 549px;
  }
}
@media (min-width: 992px) {
  .width-lg-549 {
    width: 549px;
  }
}
@media (min-width: 1200px) {
  .width-xl-549 {
    width: 549px;
  }

  .height-xl-549 {
    height: 549px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-549 {
    width: 549px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-549 {
    min-height: 549px;
  }

  .max-height-lg-549 {
    max-height: 549px !important;
  }
}
.max-width-550 {
  max-width: 550px;
}

.min-width-550 {
  min-width: 550px;
}

.min-height-550 {
  min-height: 550px;
}

.max-height-550 {
  max-height: 550px;
}

.width-550 {
  width: 550px;
}

.height-550 {
  height: 550px;
}

@media (min-width: 768px) {
  .width-md-550 {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .width-lg-550 {
    width: 550px;
  }
}
@media (min-width: 1200px) {
  .width-xl-550 {
    width: 550px;
  }

  .height-xl-550 {
    height: 550px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-550 {
    width: 550px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-550 {
    min-height: 550px;
  }

  .max-height-lg-550 {
    max-height: 550px !important;
  }
}
.max-width-551 {
  max-width: 551px;
}

.min-width-551 {
  min-width: 551px;
}

.min-height-551 {
  min-height: 551px;
}

.max-height-551 {
  max-height: 551px;
}

.width-551 {
  width: 551px;
}

.height-551 {
  height: 551px;
}

@media (min-width: 768px) {
  .width-md-551 {
    width: 551px;
  }
}
@media (min-width: 992px) {
  .width-lg-551 {
    width: 551px;
  }
}
@media (min-width: 1200px) {
  .width-xl-551 {
    width: 551px;
  }

  .height-xl-551 {
    height: 551px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-551 {
    width: 551px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-551 {
    min-height: 551px;
  }

  .max-height-lg-551 {
    max-height: 551px !important;
  }
}
.max-width-552 {
  max-width: 552px;
}

.min-width-552 {
  min-width: 552px;
}

.min-height-552 {
  min-height: 552px;
}

.max-height-552 {
  max-height: 552px;
}

.width-552 {
  width: 552px;
}

.height-552 {
  height: 552px;
}

@media (min-width: 768px) {
  .width-md-552 {
    width: 552px;
  }
}
@media (min-width: 992px) {
  .width-lg-552 {
    width: 552px;
  }
}
@media (min-width: 1200px) {
  .width-xl-552 {
    width: 552px;
  }

  .height-xl-552 {
    height: 552px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-552 {
    width: 552px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-552 {
    min-height: 552px;
  }

  .max-height-lg-552 {
    max-height: 552px !important;
  }
}
.max-width-553 {
  max-width: 553px;
}

.min-width-553 {
  min-width: 553px;
}

.min-height-553 {
  min-height: 553px;
}

.max-height-553 {
  max-height: 553px;
}

.width-553 {
  width: 553px;
}

.height-553 {
  height: 553px;
}

@media (min-width: 768px) {
  .width-md-553 {
    width: 553px;
  }
}
@media (min-width: 992px) {
  .width-lg-553 {
    width: 553px;
  }
}
@media (min-width: 1200px) {
  .width-xl-553 {
    width: 553px;
  }

  .height-xl-553 {
    height: 553px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-553 {
    width: 553px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-553 {
    min-height: 553px;
  }

  .max-height-lg-553 {
    max-height: 553px !important;
  }
}
.max-width-554 {
  max-width: 554px;
}

.min-width-554 {
  min-width: 554px;
}

.min-height-554 {
  min-height: 554px;
}

.max-height-554 {
  max-height: 554px;
}

.width-554 {
  width: 554px;
}

.height-554 {
  height: 554px;
}

@media (min-width: 768px) {
  .width-md-554 {
    width: 554px;
  }
}
@media (min-width: 992px) {
  .width-lg-554 {
    width: 554px;
  }
}
@media (min-width: 1200px) {
  .width-xl-554 {
    width: 554px;
  }

  .height-xl-554 {
    height: 554px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-554 {
    width: 554px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-554 {
    min-height: 554px;
  }

  .max-height-lg-554 {
    max-height: 554px !important;
  }
}
.max-width-555 {
  max-width: 555px;
}

.min-width-555 {
  min-width: 555px;
}

.min-height-555 {
  min-height: 555px;
}

.max-height-555 {
  max-height: 555px;
}

.width-555 {
  width: 555px;
}

.height-555 {
  height: 555px;
}

@media (min-width: 768px) {
  .width-md-555 {
    width: 555px;
  }
}
@media (min-width: 992px) {
  .width-lg-555 {
    width: 555px;
  }
}
@media (min-width: 1200px) {
  .width-xl-555 {
    width: 555px;
  }

  .height-xl-555 {
    height: 555px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-555 {
    width: 555px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-555 {
    min-height: 555px;
  }

  .max-height-lg-555 {
    max-height: 555px !important;
  }
}
.max-width-556 {
  max-width: 556px;
}

.min-width-556 {
  min-width: 556px;
}

.min-height-556 {
  min-height: 556px;
}

.max-height-556 {
  max-height: 556px;
}

.width-556 {
  width: 556px;
}

.height-556 {
  height: 556px;
}

@media (min-width: 768px) {
  .width-md-556 {
    width: 556px;
  }
}
@media (min-width: 992px) {
  .width-lg-556 {
    width: 556px;
  }
}
@media (min-width: 1200px) {
  .width-xl-556 {
    width: 556px;
  }

  .height-xl-556 {
    height: 556px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-556 {
    width: 556px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-556 {
    min-height: 556px;
  }

  .max-height-lg-556 {
    max-height: 556px !important;
  }
}
.max-width-557 {
  max-width: 557px;
}

.min-width-557 {
  min-width: 557px;
}

.min-height-557 {
  min-height: 557px;
}

.max-height-557 {
  max-height: 557px;
}

.width-557 {
  width: 557px;
}

.height-557 {
  height: 557px;
}

@media (min-width: 768px) {
  .width-md-557 {
    width: 557px;
  }
}
@media (min-width: 992px) {
  .width-lg-557 {
    width: 557px;
  }
}
@media (min-width: 1200px) {
  .width-xl-557 {
    width: 557px;
  }

  .height-xl-557 {
    height: 557px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-557 {
    width: 557px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-557 {
    min-height: 557px;
  }

  .max-height-lg-557 {
    max-height: 557px !important;
  }
}
.max-width-558 {
  max-width: 558px;
}

.min-width-558 {
  min-width: 558px;
}

.min-height-558 {
  min-height: 558px;
}

.max-height-558 {
  max-height: 558px;
}

.width-558 {
  width: 558px;
}

.height-558 {
  height: 558px;
}

@media (min-width: 768px) {
  .width-md-558 {
    width: 558px;
  }
}
@media (min-width: 992px) {
  .width-lg-558 {
    width: 558px;
  }
}
@media (min-width: 1200px) {
  .width-xl-558 {
    width: 558px;
  }

  .height-xl-558 {
    height: 558px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-558 {
    width: 558px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-558 {
    min-height: 558px;
  }

  .max-height-lg-558 {
    max-height: 558px !important;
  }
}
.max-width-559 {
  max-width: 559px;
}

.min-width-559 {
  min-width: 559px;
}

.min-height-559 {
  min-height: 559px;
}

.max-height-559 {
  max-height: 559px;
}

.width-559 {
  width: 559px;
}

.height-559 {
  height: 559px;
}

@media (min-width: 768px) {
  .width-md-559 {
    width: 559px;
  }
}
@media (min-width: 992px) {
  .width-lg-559 {
    width: 559px;
  }
}
@media (min-width: 1200px) {
  .width-xl-559 {
    width: 559px;
  }

  .height-xl-559 {
    height: 559px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-559 {
    width: 559px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-559 {
    min-height: 559px;
  }

  .max-height-lg-559 {
    max-height: 559px !important;
  }
}
.max-width-560 {
  max-width: 560px;
}

.min-width-560 {
  min-width: 560px;
}

.min-height-560 {
  min-height: 560px;
}

.max-height-560 {
  max-height: 560px;
}

.width-560 {
  width: 560px;
}

.height-560 {
  height: 560px;
}

@media (min-width: 768px) {
  .width-md-560 {
    width: 560px;
  }
}
@media (min-width: 992px) {
  .width-lg-560 {
    width: 560px;
  }
}
@media (min-width: 1200px) {
  .width-xl-560 {
    width: 560px;
  }

  .height-xl-560 {
    height: 560px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-560 {
    width: 560px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-560 {
    min-height: 560px;
  }

  .max-height-lg-560 {
    max-height: 560px !important;
  }
}
.max-width-561 {
  max-width: 561px;
}

.min-width-561 {
  min-width: 561px;
}

.min-height-561 {
  min-height: 561px;
}

.max-height-561 {
  max-height: 561px;
}

.width-561 {
  width: 561px;
}

.height-561 {
  height: 561px;
}

@media (min-width: 768px) {
  .width-md-561 {
    width: 561px;
  }
}
@media (min-width: 992px) {
  .width-lg-561 {
    width: 561px;
  }
}
@media (min-width: 1200px) {
  .width-xl-561 {
    width: 561px;
  }

  .height-xl-561 {
    height: 561px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-561 {
    width: 561px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-561 {
    min-height: 561px;
  }

  .max-height-lg-561 {
    max-height: 561px !important;
  }
}
.max-width-562 {
  max-width: 562px;
}

.min-width-562 {
  min-width: 562px;
}

.min-height-562 {
  min-height: 562px;
}

.max-height-562 {
  max-height: 562px;
}

.width-562 {
  width: 562px;
}

.height-562 {
  height: 562px;
}

@media (min-width: 768px) {
  .width-md-562 {
    width: 562px;
  }
}
@media (min-width: 992px) {
  .width-lg-562 {
    width: 562px;
  }
}
@media (min-width: 1200px) {
  .width-xl-562 {
    width: 562px;
  }

  .height-xl-562 {
    height: 562px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-562 {
    width: 562px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-562 {
    min-height: 562px;
  }

  .max-height-lg-562 {
    max-height: 562px !important;
  }
}
.max-width-563 {
  max-width: 563px;
}

.min-width-563 {
  min-width: 563px;
}

.min-height-563 {
  min-height: 563px;
}

.max-height-563 {
  max-height: 563px;
}

.width-563 {
  width: 563px;
}

.height-563 {
  height: 563px;
}

@media (min-width: 768px) {
  .width-md-563 {
    width: 563px;
  }
}
@media (min-width: 992px) {
  .width-lg-563 {
    width: 563px;
  }
}
@media (min-width: 1200px) {
  .width-xl-563 {
    width: 563px;
  }

  .height-xl-563 {
    height: 563px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-563 {
    width: 563px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-563 {
    min-height: 563px;
  }

  .max-height-lg-563 {
    max-height: 563px !important;
  }
}
.max-width-564 {
  max-width: 564px;
}

.min-width-564 {
  min-width: 564px;
}

.min-height-564 {
  min-height: 564px;
}

.max-height-564 {
  max-height: 564px;
}

.width-564 {
  width: 564px;
}

.height-564 {
  height: 564px;
}

@media (min-width: 768px) {
  .width-md-564 {
    width: 564px;
  }
}
@media (min-width: 992px) {
  .width-lg-564 {
    width: 564px;
  }
}
@media (min-width: 1200px) {
  .width-xl-564 {
    width: 564px;
  }

  .height-xl-564 {
    height: 564px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-564 {
    width: 564px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-564 {
    min-height: 564px;
  }

  .max-height-lg-564 {
    max-height: 564px !important;
  }
}
.max-width-565 {
  max-width: 565px;
}

.min-width-565 {
  min-width: 565px;
}

.min-height-565 {
  min-height: 565px;
}

.max-height-565 {
  max-height: 565px;
}

.width-565 {
  width: 565px;
}

.height-565 {
  height: 565px;
}

@media (min-width: 768px) {
  .width-md-565 {
    width: 565px;
  }
}
@media (min-width: 992px) {
  .width-lg-565 {
    width: 565px;
  }
}
@media (min-width: 1200px) {
  .width-xl-565 {
    width: 565px;
  }

  .height-xl-565 {
    height: 565px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-565 {
    width: 565px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-565 {
    min-height: 565px;
  }

  .max-height-lg-565 {
    max-height: 565px !important;
  }
}
.max-width-566 {
  max-width: 566px;
}

.min-width-566 {
  min-width: 566px;
}

.min-height-566 {
  min-height: 566px;
}

.max-height-566 {
  max-height: 566px;
}

.width-566 {
  width: 566px;
}

.height-566 {
  height: 566px;
}

@media (min-width: 768px) {
  .width-md-566 {
    width: 566px;
  }
}
@media (min-width: 992px) {
  .width-lg-566 {
    width: 566px;
  }
}
@media (min-width: 1200px) {
  .width-xl-566 {
    width: 566px;
  }

  .height-xl-566 {
    height: 566px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-566 {
    width: 566px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-566 {
    min-height: 566px;
  }

  .max-height-lg-566 {
    max-height: 566px !important;
  }
}
.max-width-567 {
  max-width: 567px;
}

.min-width-567 {
  min-width: 567px;
}

.min-height-567 {
  min-height: 567px;
}

.max-height-567 {
  max-height: 567px;
}

.width-567 {
  width: 567px;
}

.height-567 {
  height: 567px;
}

@media (min-width: 768px) {
  .width-md-567 {
    width: 567px;
  }
}
@media (min-width: 992px) {
  .width-lg-567 {
    width: 567px;
  }
}
@media (min-width: 1200px) {
  .width-xl-567 {
    width: 567px;
  }

  .height-xl-567 {
    height: 567px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-567 {
    width: 567px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-567 {
    min-height: 567px;
  }

  .max-height-lg-567 {
    max-height: 567px !important;
  }
}
.max-width-568 {
  max-width: 568px;
}

.min-width-568 {
  min-width: 568px;
}

.min-height-568 {
  min-height: 568px;
}

.max-height-568 {
  max-height: 568px;
}

.width-568 {
  width: 568px;
}

.height-568 {
  height: 568px;
}

@media (min-width: 768px) {
  .width-md-568 {
    width: 568px;
  }
}
@media (min-width: 992px) {
  .width-lg-568 {
    width: 568px;
  }
}
@media (min-width: 1200px) {
  .width-xl-568 {
    width: 568px;
  }

  .height-xl-568 {
    height: 568px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-568 {
    width: 568px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-568 {
    min-height: 568px;
  }

  .max-height-lg-568 {
    max-height: 568px !important;
  }
}
.max-width-569 {
  max-width: 569px;
}

.min-width-569 {
  min-width: 569px;
}

.min-height-569 {
  min-height: 569px;
}

.max-height-569 {
  max-height: 569px;
}

.width-569 {
  width: 569px;
}

.height-569 {
  height: 569px;
}

@media (min-width: 768px) {
  .width-md-569 {
    width: 569px;
  }
}
@media (min-width: 992px) {
  .width-lg-569 {
    width: 569px;
  }
}
@media (min-width: 1200px) {
  .width-xl-569 {
    width: 569px;
  }

  .height-xl-569 {
    height: 569px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-569 {
    width: 569px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-569 {
    min-height: 569px;
  }

  .max-height-lg-569 {
    max-height: 569px !important;
  }
}
.max-width-570 {
  max-width: 570px;
}

.min-width-570 {
  min-width: 570px;
}

.min-height-570 {
  min-height: 570px;
}

.max-height-570 {
  max-height: 570px;
}

.width-570 {
  width: 570px;
}

.height-570 {
  height: 570px;
}

@media (min-width: 768px) {
  .width-md-570 {
    width: 570px;
  }
}
@media (min-width: 992px) {
  .width-lg-570 {
    width: 570px;
  }
}
@media (min-width: 1200px) {
  .width-xl-570 {
    width: 570px;
  }

  .height-xl-570 {
    height: 570px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-570 {
    width: 570px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-570 {
    min-height: 570px;
  }

  .max-height-lg-570 {
    max-height: 570px !important;
  }
}
.max-width-571 {
  max-width: 571px;
}

.min-width-571 {
  min-width: 571px;
}

.min-height-571 {
  min-height: 571px;
}

.max-height-571 {
  max-height: 571px;
}

.width-571 {
  width: 571px;
}

.height-571 {
  height: 571px;
}

@media (min-width: 768px) {
  .width-md-571 {
    width: 571px;
  }
}
@media (min-width: 992px) {
  .width-lg-571 {
    width: 571px;
  }
}
@media (min-width: 1200px) {
  .width-xl-571 {
    width: 571px;
  }

  .height-xl-571 {
    height: 571px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-571 {
    width: 571px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-571 {
    min-height: 571px;
  }

  .max-height-lg-571 {
    max-height: 571px !important;
  }
}
.max-width-572 {
  max-width: 572px;
}

.min-width-572 {
  min-width: 572px;
}

.min-height-572 {
  min-height: 572px;
}

.max-height-572 {
  max-height: 572px;
}

.width-572 {
  width: 572px;
}

.height-572 {
  height: 572px;
}

@media (min-width: 768px) {
  .width-md-572 {
    width: 572px;
  }
}
@media (min-width: 992px) {
  .width-lg-572 {
    width: 572px;
  }
}
@media (min-width: 1200px) {
  .width-xl-572 {
    width: 572px;
  }

  .height-xl-572 {
    height: 572px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-572 {
    width: 572px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-572 {
    min-height: 572px;
  }

  .max-height-lg-572 {
    max-height: 572px !important;
  }
}
.max-width-573 {
  max-width: 573px;
}

.min-width-573 {
  min-width: 573px;
}

.min-height-573 {
  min-height: 573px;
}

.max-height-573 {
  max-height: 573px;
}

.width-573 {
  width: 573px;
}

.height-573 {
  height: 573px;
}

@media (min-width: 768px) {
  .width-md-573 {
    width: 573px;
  }
}
@media (min-width: 992px) {
  .width-lg-573 {
    width: 573px;
  }
}
@media (min-width: 1200px) {
  .width-xl-573 {
    width: 573px;
  }

  .height-xl-573 {
    height: 573px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-573 {
    width: 573px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-573 {
    min-height: 573px;
  }

  .max-height-lg-573 {
    max-height: 573px !important;
  }
}
.max-width-574 {
  max-width: 574px;
}

.min-width-574 {
  min-width: 574px;
}

.min-height-574 {
  min-height: 574px;
}

.max-height-574 {
  max-height: 574px;
}

.width-574 {
  width: 574px;
}

.height-574 {
  height: 574px;
}

@media (min-width: 768px) {
  .width-md-574 {
    width: 574px;
  }
}
@media (min-width: 992px) {
  .width-lg-574 {
    width: 574px;
  }
}
@media (min-width: 1200px) {
  .width-xl-574 {
    width: 574px;
  }

  .height-xl-574 {
    height: 574px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-574 {
    width: 574px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-574 {
    min-height: 574px;
  }

  .max-height-lg-574 {
    max-height: 574px !important;
  }
}
.max-width-575 {
  max-width: 575px;
}

.min-width-575 {
  min-width: 575px;
}

.min-height-575 {
  min-height: 575px;
}

.max-height-575 {
  max-height: 575px;
}

.width-575 {
  width: 575px;
}

.height-575 {
  height: 575px;
}

@media (min-width: 768px) {
  .width-md-575 {
    width: 575px;
  }
}
@media (min-width: 992px) {
  .width-lg-575 {
    width: 575px;
  }
}
@media (min-width: 1200px) {
  .width-xl-575 {
    width: 575px;
  }

  .height-xl-575 {
    height: 575px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-575 {
    width: 575px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-575 {
    min-height: 575px;
  }

  .max-height-lg-575 {
    max-height: 575px !important;
  }
}
.max-width-576 {
  max-width: 576px;
}

.min-width-576 {
  min-width: 576px;
}

.min-height-576 {
  min-height: 576px;
}

.max-height-576 {
  max-height: 576px;
}

.width-576 {
  width: 576px;
}

.height-576 {
  height: 576px;
}

@media (min-width: 768px) {
  .width-md-576 {
    width: 576px;
  }
}
@media (min-width: 992px) {
  .width-lg-576 {
    width: 576px;
  }
}
@media (min-width: 1200px) {
  .width-xl-576 {
    width: 576px;
  }

  .height-xl-576 {
    height: 576px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-576 {
    width: 576px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-576 {
    min-height: 576px;
  }

  .max-height-lg-576 {
    max-height: 576px !important;
  }
}
.max-width-577 {
  max-width: 577px;
}

.min-width-577 {
  min-width: 577px;
}

.min-height-577 {
  min-height: 577px;
}

.max-height-577 {
  max-height: 577px;
}

.width-577 {
  width: 577px;
}

.height-577 {
  height: 577px;
}

@media (min-width: 768px) {
  .width-md-577 {
    width: 577px;
  }
}
@media (min-width: 992px) {
  .width-lg-577 {
    width: 577px;
  }
}
@media (min-width: 1200px) {
  .width-xl-577 {
    width: 577px;
  }

  .height-xl-577 {
    height: 577px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-577 {
    width: 577px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-577 {
    min-height: 577px;
  }

  .max-height-lg-577 {
    max-height: 577px !important;
  }
}
.max-width-578 {
  max-width: 578px;
}

.min-width-578 {
  min-width: 578px;
}

.min-height-578 {
  min-height: 578px;
}

.max-height-578 {
  max-height: 578px;
}

.width-578 {
  width: 578px;
}

.height-578 {
  height: 578px;
}

@media (min-width: 768px) {
  .width-md-578 {
    width: 578px;
  }
}
@media (min-width: 992px) {
  .width-lg-578 {
    width: 578px;
  }
}
@media (min-width: 1200px) {
  .width-xl-578 {
    width: 578px;
  }

  .height-xl-578 {
    height: 578px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-578 {
    width: 578px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-578 {
    min-height: 578px;
  }

  .max-height-lg-578 {
    max-height: 578px !important;
  }
}
.max-width-579 {
  max-width: 579px;
}

.min-width-579 {
  min-width: 579px;
}

.min-height-579 {
  min-height: 579px;
}

.max-height-579 {
  max-height: 579px;
}

.width-579 {
  width: 579px;
}

.height-579 {
  height: 579px;
}

@media (min-width: 768px) {
  .width-md-579 {
    width: 579px;
  }
}
@media (min-width: 992px) {
  .width-lg-579 {
    width: 579px;
  }
}
@media (min-width: 1200px) {
  .width-xl-579 {
    width: 579px;
  }

  .height-xl-579 {
    height: 579px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-579 {
    width: 579px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-579 {
    min-height: 579px;
  }

  .max-height-lg-579 {
    max-height: 579px !important;
  }
}
.max-width-580 {
  max-width: 580px;
}

.min-width-580 {
  min-width: 580px;
}

.min-height-580 {
  min-height: 580px;
}

.max-height-580 {
  max-height: 580px;
}

.width-580 {
  width: 580px;
}

.height-580 {
  height: 580px;
}

@media (min-width: 768px) {
  .width-md-580 {
    width: 580px;
  }
}
@media (min-width: 992px) {
  .width-lg-580 {
    width: 580px;
  }
}
@media (min-width: 1200px) {
  .width-xl-580 {
    width: 580px;
  }

  .height-xl-580 {
    height: 580px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-580 {
    width: 580px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-580 {
    min-height: 580px;
  }

  .max-height-lg-580 {
    max-height: 580px !important;
  }
}
.max-width-581 {
  max-width: 581px;
}

.min-width-581 {
  min-width: 581px;
}

.min-height-581 {
  min-height: 581px;
}

.max-height-581 {
  max-height: 581px;
}

.width-581 {
  width: 581px;
}

.height-581 {
  height: 581px;
}

@media (min-width: 768px) {
  .width-md-581 {
    width: 581px;
  }
}
@media (min-width: 992px) {
  .width-lg-581 {
    width: 581px;
  }
}
@media (min-width: 1200px) {
  .width-xl-581 {
    width: 581px;
  }

  .height-xl-581 {
    height: 581px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-581 {
    width: 581px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-581 {
    min-height: 581px;
  }

  .max-height-lg-581 {
    max-height: 581px !important;
  }
}
.max-width-582 {
  max-width: 582px;
}

.min-width-582 {
  min-width: 582px;
}

.min-height-582 {
  min-height: 582px;
}

.max-height-582 {
  max-height: 582px;
}

.width-582 {
  width: 582px;
}

.height-582 {
  height: 582px;
}

@media (min-width: 768px) {
  .width-md-582 {
    width: 582px;
  }
}
@media (min-width: 992px) {
  .width-lg-582 {
    width: 582px;
  }
}
@media (min-width: 1200px) {
  .width-xl-582 {
    width: 582px;
  }

  .height-xl-582 {
    height: 582px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-582 {
    width: 582px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-582 {
    min-height: 582px;
  }

  .max-height-lg-582 {
    max-height: 582px !important;
  }
}
.max-width-583 {
  max-width: 583px;
}

.min-width-583 {
  min-width: 583px;
}

.min-height-583 {
  min-height: 583px;
}

.max-height-583 {
  max-height: 583px;
}

.width-583 {
  width: 583px;
}

.height-583 {
  height: 583px;
}

@media (min-width: 768px) {
  .width-md-583 {
    width: 583px;
  }
}
@media (min-width: 992px) {
  .width-lg-583 {
    width: 583px;
  }
}
@media (min-width: 1200px) {
  .width-xl-583 {
    width: 583px;
  }

  .height-xl-583 {
    height: 583px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-583 {
    width: 583px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-583 {
    min-height: 583px;
  }

  .max-height-lg-583 {
    max-height: 583px !important;
  }
}
.max-width-584 {
  max-width: 584px;
}

.min-width-584 {
  min-width: 584px;
}

.min-height-584 {
  min-height: 584px;
}

.max-height-584 {
  max-height: 584px;
}

.width-584 {
  width: 584px;
}

.height-584 {
  height: 584px;
}

@media (min-width: 768px) {
  .width-md-584 {
    width: 584px;
  }
}
@media (min-width: 992px) {
  .width-lg-584 {
    width: 584px;
  }
}
@media (min-width: 1200px) {
  .width-xl-584 {
    width: 584px;
  }

  .height-xl-584 {
    height: 584px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-584 {
    width: 584px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-584 {
    min-height: 584px;
  }

  .max-height-lg-584 {
    max-height: 584px !important;
  }
}
.max-width-585 {
  max-width: 585px;
}

.min-width-585 {
  min-width: 585px;
}

.min-height-585 {
  min-height: 585px;
}

.max-height-585 {
  max-height: 585px;
}

.width-585 {
  width: 585px;
}

.height-585 {
  height: 585px;
}

@media (min-width: 768px) {
  .width-md-585 {
    width: 585px;
  }
}
@media (min-width: 992px) {
  .width-lg-585 {
    width: 585px;
  }
}
@media (min-width: 1200px) {
  .width-xl-585 {
    width: 585px;
  }

  .height-xl-585 {
    height: 585px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-585 {
    width: 585px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-585 {
    min-height: 585px;
  }

  .max-height-lg-585 {
    max-height: 585px !important;
  }
}
.max-width-586 {
  max-width: 586px;
}

.min-width-586 {
  min-width: 586px;
}

.min-height-586 {
  min-height: 586px;
}

.max-height-586 {
  max-height: 586px;
}

.width-586 {
  width: 586px;
}

.height-586 {
  height: 586px;
}

@media (min-width: 768px) {
  .width-md-586 {
    width: 586px;
  }
}
@media (min-width: 992px) {
  .width-lg-586 {
    width: 586px;
  }
}
@media (min-width: 1200px) {
  .width-xl-586 {
    width: 586px;
  }

  .height-xl-586 {
    height: 586px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-586 {
    width: 586px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-586 {
    min-height: 586px;
  }

  .max-height-lg-586 {
    max-height: 586px !important;
  }
}
.max-width-587 {
  max-width: 587px;
}

.min-width-587 {
  min-width: 587px;
}

.min-height-587 {
  min-height: 587px;
}

.max-height-587 {
  max-height: 587px;
}

.width-587 {
  width: 587px;
}

.height-587 {
  height: 587px;
}

@media (min-width: 768px) {
  .width-md-587 {
    width: 587px;
  }
}
@media (min-width: 992px) {
  .width-lg-587 {
    width: 587px;
  }
}
@media (min-width: 1200px) {
  .width-xl-587 {
    width: 587px;
  }

  .height-xl-587 {
    height: 587px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-587 {
    width: 587px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-587 {
    min-height: 587px;
  }

  .max-height-lg-587 {
    max-height: 587px !important;
  }
}
.max-width-588 {
  max-width: 588px;
}

.min-width-588 {
  min-width: 588px;
}

.min-height-588 {
  min-height: 588px;
}

.max-height-588 {
  max-height: 588px;
}

.width-588 {
  width: 588px;
}

.height-588 {
  height: 588px;
}

@media (min-width: 768px) {
  .width-md-588 {
    width: 588px;
  }
}
@media (min-width: 992px) {
  .width-lg-588 {
    width: 588px;
  }
}
@media (min-width: 1200px) {
  .width-xl-588 {
    width: 588px;
  }

  .height-xl-588 {
    height: 588px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-588 {
    width: 588px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-588 {
    min-height: 588px;
  }

  .max-height-lg-588 {
    max-height: 588px !important;
  }
}
.max-width-589 {
  max-width: 589px;
}

.min-width-589 {
  min-width: 589px;
}

.min-height-589 {
  min-height: 589px;
}

.max-height-589 {
  max-height: 589px;
}

.width-589 {
  width: 589px;
}

.height-589 {
  height: 589px;
}

@media (min-width: 768px) {
  .width-md-589 {
    width: 589px;
  }
}
@media (min-width: 992px) {
  .width-lg-589 {
    width: 589px;
  }
}
@media (min-width: 1200px) {
  .width-xl-589 {
    width: 589px;
  }

  .height-xl-589 {
    height: 589px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-589 {
    width: 589px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-589 {
    min-height: 589px;
  }

  .max-height-lg-589 {
    max-height: 589px !important;
  }
}
.max-width-590 {
  max-width: 590px;
}

.min-width-590 {
  min-width: 590px;
}

.min-height-590 {
  min-height: 590px;
}

.max-height-590 {
  max-height: 590px;
}

.width-590 {
  width: 590px;
}

.height-590 {
  height: 590px;
}

@media (min-width: 768px) {
  .width-md-590 {
    width: 590px;
  }
}
@media (min-width: 992px) {
  .width-lg-590 {
    width: 590px;
  }
}
@media (min-width: 1200px) {
  .width-xl-590 {
    width: 590px;
  }

  .height-xl-590 {
    height: 590px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-590 {
    width: 590px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-590 {
    min-height: 590px;
  }

  .max-height-lg-590 {
    max-height: 590px !important;
  }
}
.max-width-591 {
  max-width: 591px;
}

.min-width-591 {
  min-width: 591px;
}

.min-height-591 {
  min-height: 591px;
}

.max-height-591 {
  max-height: 591px;
}

.width-591 {
  width: 591px;
}

.height-591 {
  height: 591px;
}

@media (min-width: 768px) {
  .width-md-591 {
    width: 591px;
  }
}
@media (min-width: 992px) {
  .width-lg-591 {
    width: 591px;
  }
}
@media (min-width: 1200px) {
  .width-xl-591 {
    width: 591px;
  }

  .height-xl-591 {
    height: 591px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-591 {
    width: 591px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-591 {
    min-height: 591px;
  }

  .max-height-lg-591 {
    max-height: 591px !important;
  }
}
.max-width-592 {
  max-width: 592px;
}

.min-width-592 {
  min-width: 592px;
}

.min-height-592 {
  min-height: 592px;
}

.max-height-592 {
  max-height: 592px;
}

.width-592 {
  width: 592px;
}

.height-592 {
  height: 592px;
}

@media (min-width: 768px) {
  .width-md-592 {
    width: 592px;
  }
}
@media (min-width: 992px) {
  .width-lg-592 {
    width: 592px;
  }
}
@media (min-width: 1200px) {
  .width-xl-592 {
    width: 592px;
  }

  .height-xl-592 {
    height: 592px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-592 {
    width: 592px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-592 {
    min-height: 592px;
  }

  .max-height-lg-592 {
    max-height: 592px !important;
  }
}
.max-width-593 {
  max-width: 593px;
}

.min-width-593 {
  min-width: 593px;
}

.min-height-593 {
  min-height: 593px;
}

.max-height-593 {
  max-height: 593px;
}

.width-593 {
  width: 593px;
}

.height-593 {
  height: 593px;
}

@media (min-width: 768px) {
  .width-md-593 {
    width: 593px;
  }
}
@media (min-width: 992px) {
  .width-lg-593 {
    width: 593px;
  }
}
@media (min-width: 1200px) {
  .width-xl-593 {
    width: 593px;
  }

  .height-xl-593 {
    height: 593px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-593 {
    width: 593px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-593 {
    min-height: 593px;
  }

  .max-height-lg-593 {
    max-height: 593px !important;
  }
}
.max-width-594 {
  max-width: 594px;
}

.min-width-594 {
  min-width: 594px;
}

.min-height-594 {
  min-height: 594px;
}

.max-height-594 {
  max-height: 594px;
}

.width-594 {
  width: 594px;
}

.height-594 {
  height: 594px;
}

@media (min-width: 768px) {
  .width-md-594 {
    width: 594px;
  }
}
@media (min-width: 992px) {
  .width-lg-594 {
    width: 594px;
  }
}
@media (min-width: 1200px) {
  .width-xl-594 {
    width: 594px;
  }

  .height-xl-594 {
    height: 594px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-594 {
    width: 594px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-594 {
    min-height: 594px;
  }

  .max-height-lg-594 {
    max-height: 594px !important;
  }
}
.max-width-595 {
  max-width: 595px;
}

.min-width-595 {
  min-width: 595px;
}

.min-height-595 {
  min-height: 595px;
}

.max-height-595 {
  max-height: 595px;
}

.width-595 {
  width: 595px;
}

.height-595 {
  height: 595px;
}

@media (min-width: 768px) {
  .width-md-595 {
    width: 595px;
  }
}
@media (min-width: 992px) {
  .width-lg-595 {
    width: 595px;
  }
}
@media (min-width: 1200px) {
  .width-xl-595 {
    width: 595px;
  }

  .height-xl-595 {
    height: 595px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-595 {
    width: 595px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-595 {
    min-height: 595px;
  }

  .max-height-lg-595 {
    max-height: 595px !important;
  }
}
.max-width-596 {
  max-width: 596px;
}

.min-width-596 {
  min-width: 596px;
}

.min-height-596 {
  min-height: 596px;
}

.max-height-596 {
  max-height: 596px;
}

.width-596 {
  width: 596px;
}

.height-596 {
  height: 596px;
}

@media (min-width: 768px) {
  .width-md-596 {
    width: 596px;
  }
}
@media (min-width: 992px) {
  .width-lg-596 {
    width: 596px;
  }
}
@media (min-width: 1200px) {
  .width-xl-596 {
    width: 596px;
  }

  .height-xl-596 {
    height: 596px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-596 {
    width: 596px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-596 {
    min-height: 596px;
  }

  .max-height-lg-596 {
    max-height: 596px !important;
  }
}
.max-width-597 {
  max-width: 597px;
}

.min-width-597 {
  min-width: 597px;
}

.min-height-597 {
  min-height: 597px;
}

.max-height-597 {
  max-height: 597px;
}

.width-597 {
  width: 597px;
}

.height-597 {
  height: 597px;
}

@media (min-width: 768px) {
  .width-md-597 {
    width: 597px;
  }
}
@media (min-width: 992px) {
  .width-lg-597 {
    width: 597px;
  }
}
@media (min-width: 1200px) {
  .width-xl-597 {
    width: 597px;
  }

  .height-xl-597 {
    height: 597px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-597 {
    width: 597px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-597 {
    min-height: 597px;
  }

  .max-height-lg-597 {
    max-height: 597px !important;
  }
}
.max-width-598 {
  max-width: 598px;
}

.min-width-598 {
  min-width: 598px;
}

.min-height-598 {
  min-height: 598px;
}

.max-height-598 {
  max-height: 598px;
}

.width-598 {
  width: 598px;
}

.height-598 {
  height: 598px;
}

@media (min-width: 768px) {
  .width-md-598 {
    width: 598px;
  }
}
@media (min-width: 992px) {
  .width-lg-598 {
    width: 598px;
  }
}
@media (min-width: 1200px) {
  .width-xl-598 {
    width: 598px;
  }

  .height-xl-598 {
    height: 598px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-598 {
    width: 598px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-598 {
    min-height: 598px;
  }

  .max-height-lg-598 {
    max-height: 598px !important;
  }
}
.max-width-599 {
  max-width: 599px;
}

.min-width-599 {
  min-width: 599px;
}

.min-height-599 {
  min-height: 599px;
}

.max-height-599 {
  max-height: 599px;
}

.width-599 {
  width: 599px;
}

.height-599 {
  height: 599px;
}

@media (min-width: 768px) {
  .width-md-599 {
    width: 599px;
  }
}
@media (min-width: 992px) {
  .width-lg-599 {
    width: 599px;
  }
}
@media (min-width: 1200px) {
  .width-xl-599 {
    width: 599px;
  }

  .height-xl-599 {
    height: 599px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-599 {
    width: 599px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-599 {
    min-height: 599px;
  }

  .max-height-lg-599 {
    max-height: 599px !important;
  }
}
.max-width-600 {
  max-width: 600px;
}

.min-width-600 {
  min-width: 600px;
}

.min-height-600 {
  min-height: 600px;
}

.max-height-600 {
  max-height: 600px;
}

.width-600 {
  width: 600px;
}

.height-600 {
  height: 600px;
}

@media (min-width: 768px) {
  .width-md-600 {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .width-lg-600 {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .width-xl-600 {
    width: 600px;
  }

  .height-xl-600 {
    height: 600px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-600 {
    width: 600px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-600 {
    min-height: 600px;
  }

  .max-height-lg-600 {
    max-height: 600px !important;
  }
}
.max-width-601 {
  max-width: 601px;
}

.min-width-601 {
  min-width: 601px;
}

.min-height-601 {
  min-height: 601px;
}

.max-height-601 {
  max-height: 601px;
}

.width-601 {
  width: 601px;
}

.height-601 {
  height: 601px;
}

@media (min-width: 768px) {
  .width-md-601 {
    width: 601px;
  }
}
@media (min-width: 992px) {
  .width-lg-601 {
    width: 601px;
  }
}
@media (min-width: 1200px) {
  .width-xl-601 {
    width: 601px;
  }

  .height-xl-601 {
    height: 601px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-601 {
    width: 601px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-601 {
    min-height: 601px;
  }

  .max-height-lg-601 {
    max-height: 601px !important;
  }
}
.max-width-602 {
  max-width: 602px;
}

.min-width-602 {
  min-width: 602px;
}

.min-height-602 {
  min-height: 602px;
}

.max-height-602 {
  max-height: 602px;
}

.width-602 {
  width: 602px;
}

.height-602 {
  height: 602px;
}

@media (min-width: 768px) {
  .width-md-602 {
    width: 602px;
  }
}
@media (min-width: 992px) {
  .width-lg-602 {
    width: 602px;
  }
}
@media (min-width: 1200px) {
  .width-xl-602 {
    width: 602px;
  }

  .height-xl-602 {
    height: 602px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-602 {
    width: 602px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-602 {
    min-height: 602px;
  }

  .max-height-lg-602 {
    max-height: 602px !important;
  }
}
.max-width-603 {
  max-width: 603px;
}

.min-width-603 {
  min-width: 603px;
}

.min-height-603 {
  min-height: 603px;
}

.max-height-603 {
  max-height: 603px;
}

.width-603 {
  width: 603px;
}

.height-603 {
  height: 603px;
}

@media (min-width: 768px) {
  .width-md-603 {
    width: 603px;
  }
}
@media (min-width: 992px) {
  .width-lg-603 {
    width: 603px;
  }
}
@media (min-width: 1200px) {
  .width-xl-603 {
    width: 603px;
  }

  .height-xl-603 {
    height: 603px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-603 {
    width: 603px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-603 {
    min-height: 603px;
  }

  .max-height-lg-603 {
    max-height: 603px !important;
  }
}
.max-width-604 {
  max-width: 604px;
}

.min-width-604 {
  min-width: 604px;
}

.min-height-604 {
  min-height: 604px;
}

.max-height-604 {
  max-height: 604px;
}

.width-604 {
  width: 604px;
}

.height-604 {
  height: 604px;
}

@media (min-width: 768px) {
  .width-md-604 {
    width: 604px;
  }
}
@media (min-width: 992px) {
  .width-lg-604 {
    width: 604px;
  }
}
@media (min-width: 1200px) {
  .width-xl-604 {
    width: 604px;
  }

  .height-xl-604 {
    height: 604px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-604 {
    width: 604px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-604 {
    min-height: 604px;
  }

  .max-height-lg-604 {
    max-height: 604px !important;
  }
}
.max-width-605 {
  max-width: 605px;
}

.min-width-605 {
  min-width: 605px;
}

.min-height-605 {
  min-height: 605px;
}

.max-height-605 {
  max-height: 605px;
}

.width-605 {
  width: 605px;
}

.height-605 {
  height: 605px;
}

@media (min-width: 768px) {
  .width-md-605 {
    width: 605px;
  }
}
@media (min-width: 992px) {
  .width-lg-605 {
    width: 605px;
  }
}
@media (min-width: 1200px) {
  .width-xl-605 {
    width: 605px;
  }

  .height-xl-605 {
    height: 605px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-605 {
    width: 605px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-605 {
    min-height: 605px;
  }

  .max-height-lg-605 {
    max-height: 605px !important;
  }
}
.max-width-606 {
  max-width: 606px;
}

.min-width-606 {
  min-width: 606px;
}

.min-height-606 {
  min-height: 606px;
}

.max-height-606 {
  max-height: 606px;
}

.width-606 {
  width: 606px;
}

.height-606 {
  height: 606px;
}

@media (min-width: 768px) {
  .width-md-606 {
    width: 606px;
  }
}
@media (min-width: 992px) {
  .width-lg-606 {
    width: 606px;
  }
}
@media (min-width: 1200px) {
  .width-xl-606 {
    width: 606px;
  }

  .height-xl-606 {
    height: 606px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-606 {
    width: 606px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-606 {
    min-height: 606px;
  }

  .max-height-lg-606 {
    max-height: 606px !important;
  }
}
.max-width-607 {
  max-width: 607px;
}

.min-width-607 {
  min-width: 607px;
}

.min-height-607 {
  min-height: 607px;
}

.max-height-607 {
  max-height: 607px;
}

.width-607 {
  width: 607px;
}

.height-607 {
  height: 607px;
}

@media (min-width: 768px) {
  .width-md-607 {
    width: 607px;
  }
}
@media (min-width: 992px) {
  .width-lg-607 {
    width: 607px;
  }
}
@media (min-width: 1200px) {
  .width-xl-607 {
    width: 607px;
  }

  .height-xl-607 {
    height: 607px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-607 {
    width: 607px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-607 {
    min-height: 607px;
  }

  .max-height-lg-607 {
    max-height: 607px !important;
  }
}
.max-width-608 {
  max-width: 608px;
}

.min-width-608 {
  min-width: 608px;
}

.min-height-608 {
  min-height: 608px;
}

.max-height-608 {
  max-height: 608px;
}

.width-608 {
  width: 608px;
}

.height-608 {
  height: 608px;
}

@media (min-width: 768px) {
  .width-md-608 {
    width: 608px;
  }
}
@media (min-width: 992px) {
  .width-lg-608 {
    width: 608px;
  }
}
@media (min-width: 1200px) {
  .width-xl-608 {
    width: 608px;
  }

  .height-xl-608 {
    height: 608px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-608 {
    width: 608px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-608 {
    min-height: 608px;
  }

  .max-height-lg-608 {
    max-height: 608px !important;
  }
}
.max-width-609 {
  max-width: 609px;
}

.min-width-609 {
  min-width: 609px;
}

.min-height-609 {
  min-height: 609px;
}

.max-height-609 {
  max-height: 609px;
}

.width-609 {
  width: 609px;
}

.height-609 {
  height: 609px;
}

@media (min-width: 768px) {
  .width-md-609 {
    width: 609px;
  }
}
@media (min-width: 992px) {
  .width-lg-609 {
    width: 609px;
  }
}
@media (min-width: 1200px) {
  .width-xl-609 {
    width: 609px;
  }

  .height-xl-609 {
    height: 609px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-609 {
    width: 609px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-609 {
    min-height: 609px;
  }

  .max-height-lg-609 {
    max-height: 609px !important;
  }
}
.max-width-610 {
  max-width: 610px;
}

.min-width-610 {
  min-width: 610px;
}

.min-height-610 {
  min-height: 610px;
}

.max-height-610 {
  max-height: 610px;
}

.width-610 {
  width: 610px;
}

.height-610 {
  height: 610px;
}

@media (min-width: 768px) {
  .width-md-610 {
    width: 610px;
  }
}
@media (min-width: 992px) {
  .width-lg-610 {
    width: 610px;
  }
}
@media (min-width: 1200px) {
  .width-xl-610 {
    width: 610px;
  }

  .height-xl-610 {
    height: 610px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-610 {
    width: 610px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-610 {
    min-height: 610px;
  }

  .max-height-lg-610 {
    max-height: 610px !important;
  }
}
.max-width-611 {
  max-width: 611px;
}

.min-width-611 {
  min-width: 611px;
}

.min-height-611 {
  min-height: 611px;
}

.max-height-611 {
  max-height: 611px;
}

.width-611 {
  width: 611px;
}

.height-611 {
  height: 611px;
}

@media (min-width: 768px) {
  .width-md-611 {
    width: 611px;
  }
}
@media (min-width: 992px) {
  .width-lg-611 {
    width: 611px;
  }
}
@media (min-width: 1200px) {
  .width-xl-611 {
    width: 611px;
  }

  .height-xl-611 {
    height: 611px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-611 {
    width: 611px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-611 {
    min-height: 611px;
  }

  .max-height-lg-611 {
    max-height: 611px !important;
  }
}
.max-width-612 {
  max-width: 612px;
}

.min-width-612 {
  min-width: 612px;
}

.min-height-612 {
  min-height: 612px;
}

.max-height-612 {
  max-height: 612px;
}

.width-612 {
  width: 612px;
}

.height-612 {
  height: 612px;
}

@media (min-width: 768px) {
  .width-md-612 {
    width: 612px;
  }
}
@media (min-width: 992px) {
  .width-lg-612 {
    width: 612px;
  }
}
@media (min-width: 1200px) {
  .width-xl-612 {
    width: 612px;
  }

  .height-xl-612 {
    height: 612px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-612 {
    width: 612px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-612 {
    min-height: 612px;
  }

  .max-height-lg-612 {
    max-height: 612px !important;
  }
}
.max-width-613 {
  max-width: 613px;
}

.min-width-613 {
  min-width: 613px;
}

.min-height-613 {
  min-height: 613px;
}

.max-height-613 {
  max-height: 613px;
}

.width-613 {
  width: 613px;
}

.height-613 {
  height: 613px;
}

@media (min-width: 768px) {
  .width-md-613 {
    width: 613px;
  }
}
@media (min-width: 992px) {
  .width-lg-613 {
    width: 613px;
  }
}
@media (min-width: 1200px) {
  .width-xl-613 {
    width: 613px;
  }

  .height-xl-613 {
    height: 613px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-613 {
    width: 613px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-613 {
    min-height: 613px;
  }

  .max-height-lg-613 {
    max-height: 613px !important;
  }
}
.max-width-614 {
  max-width: 614px;
}

.min-width-614 {
  min-width: 614px;
}

.min-height-614 {
  min-height: 614px;
}

.max-height-614 {
  max-height: 614px;
}

.width-614 {
  width: 614px;
}

.height-614 {
  height: 614px;
}

@media (min-width: 768px) {
  .width-md-614 {
    width: 614px;
  }
}
@media (min-width: 992px) {
  .width-lg-614 {
    width: 614px;
  }
}
@media (min-width: 1200px) {
  .width-xl-614 {
    width: 614px;
  }

  .height-xl-614 {
    height: 614px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-614 {
    width: 614px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-614 {
    min-height: 614px;
  }

  .max-height-lg-614 {
    max-height: 614px !important;
  }
}
.max-width-615 {
  max-width: 615px;
}

.min-width-615 {
  min-width: 615px;
}

.min-height-615 {
  min-height: 615px;
}

.max-height-615 {
  max-height: 615px;
}

.width-615 {
  width: 615px;
}

.height-615 {
  height: 615px;
}

@media (min-width: 768px) {
  .width-md-615 {
    width: 615px;
  }
}
@media (min-width: 992px) {
  .width-lg-615 {
    width: 615px;
  }
}
@media (min-width: 1200px) {
  .width-xl-615 {
    width: 615px;
  }

  .height-xl-615 {
    height: 615px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-615 {
    width: 615px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-615 {
    min-height: 615px;
  }

  .max-height-lg-615 {
    max-height: 615px !important;
  }
}
.max-width-616 {
  max-width: 616px;
}

.min-width-616 {
  min-width: 616px;
}

.min-height-616 {
  min-height: 616px;
}

.max-height-616 {
  max-height: 616px;
}

.width-616 {
  width: 616px;
}

.height-616 {
  height: 616px;
}

@media (min-width: 768px) {
  .width-md-616 {
    width: 616px;
  }
}
@media (min-width: 992px) {
  .width-lg-616 {
    width: 616px;
  }
}
@media (min-width: 1200px) {
  .width-xl-616 {
    width: 616px;
  }

  .height-xl-616 {
    height: 616px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-616 {
    width: 616px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-616 {
    min-height: 616px;
  }

  .max-height-lg-616 {
    max-height: 616px !important;
  }
}
.max-width-617 {
  max-width: 617px;
}

.min-width-617 {
  min-width: 617px;
}

.min-height-617 {
  min-height: 617px;
}

.max-height-617 {
  max-height: 617px;
}

.width-617 {
  width: 617px;
}

.height-617 {
  height: 617px;
}

@media (min-width: 768px) {
  .width-md-617 {
    width: 617px;
  }
}
@media (min-width: 992px) {
  .width-lg-617 {
    width: 617px;
  }
}
@media (min-width: 1200px) {
  .width-xl-617 {
    width: 617px;
  }

  .height-xl-617 {
    height: 617px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-617 {
    width: 617px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-617 {
    min-height: 617px;
  }

  .max-height-lg-617 {
    max-height: 617px !important;
  }
}
.max-width-618 {
  max-width: 618px;
}

.min-width-618 {
  min-width: 618px;
}

.min-height-618 {
  min-height: 618px;
}

.max-height-618 {
  max-height: 618px;
}

.width-618 {
  width: 618px;
}

.height-618 {
  height: 618px;
}

@media (min-width: 768px) {
  .width-md-618 {
    width: 618px;
  }
}
@media (min-width: 992px) {
  .width-lg-618 {
    width: 618px;
  }
}
@media (min-width: 1200px) {
  .width-xl-618 {
    width: 618px;
  }

  .height-xl-618 {
    height: 618px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-618 {
    width: 618px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-618 {
    min-height: 618px;
  }

  .max-height-lg-618 {
    max-height: 618px !important;
  }
}
.max-width-619 {
  max-width: 619px;
}

.min-width-619 {
  min-width: 619px;
}

.min-height-619 {
  min-height: 619px;
}

.max-height-619 {
  max-height: 619px;
}

.width-619 {
  width: 619px;
}

.height-619 {
  height: 619px;
}

@media (min-width: 768px) {
  .width-md-619 {
    width: 619px;
  }
}
@media (min-width: 992px) {
  .width-lg-619 {
    width: 619px;
  }
}
@media (min-width: 1200px) {
  .width-xl-619 {
    width: 619px;
  }

  .height-xl-619 {
    height: 619px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-619 {
    width: 619px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-619 {
    min-height: 619px;
  }

  .max-height-lg-619 {
    max-height: 619px !important;
  }
}
.max-width-620 {
  max-width: 620px;
}

.min-width-620 {
  min-width: 620px;
}

.min-height-620 {
  min-height: 620px;
}

.max-height-620 {
  max-height: 620px;
}

.width-620 {
  width: 620px;
}

.height-620 {
  height: 620px;
}

@media (min-width: 768px) {
  .width-md-620 {
    width: 620px;
  }
}
@media (min-width: 992px) {
  .width-lg-620 {
    width: 620px;
  }
}
@media (min-width: 1200px) {
  .width-xl-620 {
    width: 620px;
  }

  .height-xl-620 {
    height: 620px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-620 {
    width: 620px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-620 {
    min-height: 620px;
  }

  .max-height-lg-620 {
    max-height: 620px !important;
  }
}
.max-width-621 {
  max-width: 621px;
}

.min-width-621 {
  min-width: 621px;
}

.min-height-621 {
  min-height: 621px;
}

.max-height-621 {
  max-height: 621px;
}

.width-621 {
  width: 621px;
}

.height-621 {
  height: 621px;
}

@media (min-width: 768px) {
  .width-md-621 {
    width: 621px;
  }
}
@media (min-width: 992px) {
  .width-lg-621 {
    width: 621px;
  }
}
@media (min-width: 1200px) {
  .width-xl-621 {
    width: 621px;
  }

  .height-xl-621 {
    height: 621px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-621 {
    width: 621px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-621 {
    min-height: 621px;
  }

  .max-height-lg-621 {
    max-height: 621px !important;
  }
}
.max-width-622 {
  max-width: 622px;
}

.min-width-622 {
  min-width: 622px;
}

.min-height-622 {
  min-height: 622px;
}

.max-height-622 {
  max-height: 622px;
}

.width-622 {
  width: 622px;
}

.height-622 {
  height: 622px;
}

@media (min-width: 768px) {
  .width-md-622 {
    width: 622px;
  }
}
@media (min-width: 992px) {
  .width-lg-622 {
    width: 622px;
  }
}
@media (min-width: 1200px) {
  .width-xl-622 {
    width: 622px;
  }

  .height-xl-622 {
    height: 622px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-622 {
    width: 622px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-622 {
    min-height: 622px;
  }

  .max-height-lg-622 {
    max-height: 622px !important;
  }
}
.max-width-623 {
  max-width: 623px;
}

.min-width-623 {
  min-width: 623px;
}

.min-height-623 {
  min-height: 623px;
}

.max-height-623 {
  max-height: 623px;
}

.width-623 {
  width: 623px;
}

.height-623 {
  height: 623px;
}

@media (min-width: 768px) {
  .width-md-623 {
    width: 623px;
  }
}
@media (min-width: 992px) {
  .width-lg-623 {
    width: 623px;
  }
}
@media (min-width: 1200px) {
  .width-xl-623 {
    width: 623px;
  }

  .height-xl-623 {
    height: 623px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-623 {
    width: 623px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-623 {
    min-height: 623px;
  }

  .max-height-lg-623 {
    max-height: 623px !important;
  }
}
.max-width-624 {
  max-width: 624px;
}

.min-width-624 {
  min-width: 624px;
}

.min-height-624 {
  min-height: 624px;
}

.max-height-624 {
  max-height: 624px;
}

.width-624 {
  width: 624px;
}

.height-624 {
  height: 624px;
}

@media (min-width: 768px) {
  .width-md-624 {
    width: 624px;
  }
}
@media (min-width: 992px) {
  .width-lg-624 {
    width: 624px;
  }
}
@media (min-width: 1200px) {
  .width-xl-624 {
    width: 624px;
  }

  .height-xl-624 {
    height: 624px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-624 {
    width: 624px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-624 {
    min-height: 624px;
  }

  .max-height-lg-624 {
    max-height: 624px !important;
  }
}
.max-width-625 {
  max-width: 625px;
}

.min-width-625 {
  min-width: 625px;
}

.min-height-625 {
  min-height: 625px;
}

.max-height-625 {
  max-height: 625px;
}

.width-625 {
  width: 625px;
}

.height-625 {
  height: 625px;
}

@media (min-width: 768px) {
  .width-md-625 {
    width: 625px;
  }
}
@media (min-width: 992px) {
  .width-lg-625 {
    width: 625px;
  }
}
@media (min-width: 1200px) {
  .width-xl-625 {
    width: 625px;
  }

  .height-xl-625 {
    height: 625px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-625 {
    width: 625px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-625 {
    min-height: 625px;
  }

  .max-height-lg-625 {
    max-height: 625px !important;
  }
}
.max-width-626 {
  max-width: 626px;
}

.min-width-626 {
  min-width: 626px;
}

.min-height-626 {
  min-height: 626px;
}

.max-height-626 {
  max-height: 626px;
}

.width-626 {
  width: 626px;
}

.height-626 {
  height: 626px;
}

@media (min-width: 768px) {
  .width-md-626 {
    width: 626px;
  }
}
@media (min-width: 992px) {
  .width-lg-626 {
    width: 626px;
  }
}
@media (min-width: 1200px) {
  .width-xl-626 {
    width: 626px;
  }

  .height-xl-626 {
    height: 626px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-626 {
    width: 626px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-626 {
    min-height: 626px;
  }

  .max-height-lg-626 {
    max-height: 626px !important;
  }
}
.max-width-627 {
  max-width: 627px;
}

.min-width-627 {
  min-width: 627px;
}

.min-height-627 {
  min-height: 627px;
}

.max-height-627 {
  max-height: 627px;
}

.width-627 {
  width: 627px;
}

.height-627 {
  height: 627px;
}

@media (min-width: 768px) {
  .width-md-627 {
    width: 627px;
  }
}
@media (min-width: 992px) {
  .width-lg-627 {
    width: 627px;
  }
}
@media (min-width: 1200px) {
  .width-xl-627 {
    width: 627px;
  }

  .height-xl-627 {
    height: 627px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-627 {
    width: 627px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-627 {
    min-height: 627px;
  }

  .max-height-lg-627 {
    max-height: 627px !important;
  }
}
.max-width-628 {
  max-width: 628px;
}

.min-width-628 {
  min-width: 628px;
}

.min-height-628 {
  min-height: 628px;
}

.max-height-628 {
  max-height: 628px;
}

.width-628 {
  width: 628px;
}

.height-628 {
  height: 628px;
}

@media (min-width: 768px) {
  .width-md-628 {
    width: 628px;
  }
}
@media (min-width: 992px) {
  .width-lg-628 {
    width: 628px;
  }
}
@media (min-width: 1200px) {
  .width-xl-628 {
    width: 628px;
  }

  .height-xl-628 {
    height: 628px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-628 {
    width: 628px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-628 {
    min-height: 628px;
  }

  .max-height-lg-628 {
    max-height: 628px !important;
  }
}
.max-width-629 {
  max-width: 629px;
}

.min-width-629 {
  min-width: 629px;
}

.min-height-629 {
  min-height: 629px;
}

.max-height-629 {
  max-height: 629px;
}

.width-629 {
  width: 629px;
}

.height-629 {
  height: 629px;
}

@media (min-width: 768px) {
  .width-md-629 {
    width: 629px;
  }
}
@media (min-width: 992px) {
  .width-lg-629 {
    width: 629px;
  }
}
@media (min-width: 1200px) {
  .width-xl-629 {
    width: 629px;
  }

  .height-xl-629 {
    height: 629px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-629 {
    width: 629px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-629 {
    min-height: 629px;
  }

  .max-height-lg-629 {
    max-height: 629px !important;
  }
}
.max-width-630 {
  max-width: 630px;
}

.min-width-630 {
  min-width: 630px;
}

.min-height-630 {
  min-height: 630px;
}

.max-height-630 {
  max-height: 630px;
}

.width-630 {
  width: 630px;
}

.height-630 {
  height: 630px;
}

@media (min-width: 768px) {
  .width-md-630 {
    width: 630px;
  }
}
@media (min-width: 992px) {
  .width-lg-630 {
    width: 630px;
  }
}
@media (min-width: 1200px) {
  .width-xl-630 {
    width: 630px;
  }

  .height-xl-630 {
    height: 630px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-630 {
    width: 630px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-630 {
    min-height: 630px;
  }

  .max-height-lg-630 {
    max-height: 630px !important;
  }
}
.max-width-631 {
  max-width: 631px;
}

.min-width-631 {
  min-width: 631px;
}

.min-height-631 {
  min-height: 631px;
}

.max-height-631 {
  max-height: 631px;
}

.width-631 {
  width: 631px;
}

.height-631 {
  height: 631px;
}

@media (min-width: 768px) {
  .width-md-631 {
    width: 631px;
  }
}
@media (min-width: 992px) {
  .width-lg-631 {
    width: 631px;
  }
}
@media (min-width: 1200px) {
  .width-xl-631 {
    width: 631px;
  }

  .height-xl-631 {
    height: 631px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-631 {
    width: 631px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-631 {
    min-height: 631px;
  }

  .max-height-lg-631 {
    max-height: 631px !important;
  }
}
.max-width-632 {
  max-width: 632px;
}

.min-width-632 {
  min-width: 632px;
}

.min-height-632 {
  min-height: 632px;
}

.max-height-632 {
  max-height: 632px;
}

.width-632 {
  width: 632px;
}

.height-632 {
  height: 632px;
}

@media (min-width: 768px) {
  .width-md-632 {
    width: 632px;
  }
}
@media (min-width: 992px) {
  .width-lg-632 {
    width: 632px;
  }
}
@media (min-width: 1200px) {
  .width-xl-632 {
    width: 632px;
  }

  .height-xl-632 {
    height: 632px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-632 {
    width: 632px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-632 {
    min-height: 632px;
  }

  .max-height-lg-632 {
    max-height: 632px !important;
  }
}
.max-width-633 {
  max-width: 633px;
}

.min-width-633 {
  min-width: 633px;
}

.min-height-633 {
  min-height: 633px;
}

.max-height-633 {
  max-height: 633px;
}

.width-633 {
  width: 633px;
}

.height-633 {
  height: 633px;
}

@media (min-width: 768px) {
  .width-md-633 {
    width: 633px;
  }
}
@media (min-width: 992px) {
  .width-lg-633 {
    width: 633px;
  }
}
@media (min-width: 1200px) {
  .width-xl-633 {
    width: 633px;
  }

  .height-xl-633 {
    height: 633px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-633 {
    width: 633px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-633 {
    min-height: 633px;
  }

  .max-height-lg-633 {
    max-height: 633px !important;
  }
}
.max-width-634 {
  max-width: 634px;
}

.min-width-634 {
  min-width: 634px;
}

.min-height-634 {
  min-height: 634px;
}

.max-height-634 {
  max-height: 634px;
}

.width-634 {
  width: 634px;
}

.height-634 {
  height: 634px;
}

@media (min-width: 768px) {
  .width-md-634 {
    width: 634px;
  }
}
@media (min-width: 992px) {
  .width-lg-634 {
    width: 634px;
  }
}
@media (min-width: 1200px) {
  .width-xl-634 {
    width: 634px;
  }

  .height-xl-634 {
    height: 634px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-634 {
    width: 634px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-634 {
    min-height: 634px;
  }

  .max-height-lg-634 {
    max-height: 634px !important;
  }
}
.max-width-635 {
  max-width: 635px;
}

.min-width-635 {
  min-width: 635px;
}

.min-height-635 {
  min-height: 635px;
}

.max-height-635 {
  max-height: 635px;
}

.width-635 {
  width: 635px;
}

.height-635 {
  height: 635px;
}

@media (min-width: 768px) {
  .width-md-635 {
    width: 635px;
  }
}
@media (min-width: 992px) {
  .width-lg-635 {
    width: 635px;
  }
}
@media (min-width: 1200px) {
  .width-xl-635 {
    width: 635px;
  }

  .height-xl-635 {
    height: 635px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-635 {
    width: 635px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-635 {
    min-height: 635px;
  }

  .max-height-lg-635 {
    max-height: 635px !important;
  }
}
.max-width-636 {
  max-width: 636px;
}

.min-width-636 {
  min-width: 636px;
}

.min-height-636 {
  min-height: 636px;
}

.max-height-636 {
  max-height: 636px;
}

.width-636 {
  width: 636px;
}

.height-636 {
  height: 636px;
}

@media (min-width: 768px) {
  .width-md-636 {
    width: 636px;
  }
}
@media (min-width: 992px) {
  .width-lg-636 {
    width: 636px;
  }
}
@media (min-width: 1200px) {
  .width-xl-636 {
    width: 636px;
  }

  .height-xl-636 {
    height: 636px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-636 {
    width: 636px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-636 {
    min-height: 636px;
  }

  .max-height-lg-636 {
    max-height: 636px !important;
  }
}
.max-width-637 {
  max-width: 637px;
}

.min-width-637 {
  min-width: 637px;
}

.min-height-637 {
  min-height: 637px;
}

.max-height-637 {
  max-height: 637px;
}

.width-637 {
  width: 637px;
}

.height-637 {
  height: 637px;
}

@media (min-width: 768px) {
  .width-md-637 {
    width: 637px;
  }
}
@media (min-width: 992px) {
  .width-lg-637 {
    width: 637px;
  }
}
@media (min-width: 1200px) {
  .width-xl-637 {
    width: 637px;
  }

  .height-xl-637 {
    height: 637px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-637 {
    width: 637px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-637 {
    min-height: 637px;
  }

  .max-height-lg-637 {
    max-height: 637px !important;
  }
}
.max-width-638 {
  max-width: 638px;
}

.min-width-638 {
  min-width: 638px;
}

.min-height-638 {
  min-height: 638px;
}

.max-height-638 {
  max-height: 638px;
}

.width-638 {
  width: 638px;
}

.height-638 {
  height: 638px;
}

@media (min-width: 768px) {
  .width-md-638 {
    width: 638px;
  }
}
@media (min-width: 992px) {
  .width-lg-638 {
    width: 638px;
  }
}
@media (min-width: 1200px) {
  .width-xl-638 {
    width: 638px;
  }

  .height-xl-638 {
    height: 638px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-638 {
    width: 638px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-638 {
    min-height: 638px;
  }

  .max-height-lg-638 {
    max-height: 638px !important;
  }
}
.max-width-639 {
  max-width: 639px;
}

.min-width-639 {
  min-width: 639px;
}

.min-height-639 {
  min-height: 639px;
}

.max-height-639 {
  max-height: 639px;
}

.width-639 {
  width: 639px;
}

.height-639 {
  height: 639px;
}

@media (min-width: 768px) {
  .width-md-639 {
    width: 639px;
  }
}
@media (min-width: 992px) {
  .width-lg-639 {
    width: 639px;
  }
}
@media (min-width: 1200px) {
  .width-xl-639 {
    width: 639px;
  }

  .height-xl-639 {
    height: 639px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-639 {
    width: 639px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-639 {
    min-height: 639px;
  }

  .max-height-lg-639 {
    max-height: 639px !important;
  }
}
.max-width-640 {
  max-width: 640px;
}

.min-width-640 {
  min-width: 640px;
}

.min-height-640 {
  min-height: 640px;
}

.max-height-640 {
  max-height: 640px;
}

.width-640 {
  width: 640px;
}

.height-640 {
  height: 640px;
}

@media (min-width: 768px) {
  .width-md-640 {
    width: 640px;
  }
}
@media (min-width: 992px) {
  .width-lg-640 {
    width: 640px;
  }
}
@media (min-width: 1200px) {
  .width-xl-640 {
    width: 640px;
  }

  .height-xl-640 {
    height: 640px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-640 {
    width: 640px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-640 {
    min-height: 640px;
  }

  .max-height-lg-640 {
    max-height: 640px !important;
  }
}
.max-width-641 {
  max-width: 641px;
}

.min-width-641 {
  min-width: 641px;
}

.min-height-641 {
  min-height: 641px;
}

.max-height-641 {
  max-height: 641px;
}

.width-641 {
  width: 641px;
}

.height-641 {
  height: 641px;
}

@media (min-width: 768px) {
  .width-md-641 {
    width: 641px;
  }
}
@media (min-width: 992px) {
  .width-lg-641 {
    width: 641px;
  }
}
@media (min-width: 1200px) {
  .width-xl-641 {
    width: 641px;
  }

  .height-xl-641 {
    height: 641px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-641 {
    width: 641px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-641 {
    min-height: 641px;
  }

  .max-height-lg-641 {
    max-height: 641px !important;
  }
}
.max-width-642 {
  max-width: 642px;
}

.min-width-642 {
  min-width: 642px;
}

.min-height-642 {
  min-height: 642px;
}

.max-height-642 {
  max-height: 642px;
}

.width-642 {
  width: 642px;
}

.height-642 {
  height: 642px;
}

@media (min-width: 768px) {
  .width-md-642 {
    width: 642px;
  }
}
@media (min-width: 992px) {
  .width-lg-642 {
    width: 642px;
  }
}
@media (min-width: 1200px) {
  .width-xl-642 {
    width: 642px;
  }

  .height-xl-642 {
    height: 642px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-642 {
    width: 642px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-642 {
    min-height: 642px;
  }

  .max-height-lg-642 {
    max-height: 642px !important;
  }
}
.max-width-643 {
  max-width: 643px;
}

.min-width-643 {
  min-width: 643px;
}

.min-height-643 {
  min-height: 643px;
}

.max-height-643 {
  max-height: 643px;
}

.width-643 {
  width: 643px;
}

.height-643 {
  height: 643px;
}

@media (min-width: 768px) {
  .width-md-643 {
    width: 643px;
  }
}
@media (min-width: 992px) {
  .width-lg-643 {
    width: 643px;
  }
}
@media (min-width: 1200px) {
  .width-xl-643 {
    width: 643px;
  }

  .height-xl-643 {
    height: 643px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-643 {
    width: 643px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-643 {
    min-height: 643px;
  }

  .max-height-lg-643 {
    max-height: 643px !important;
  }
}
.max-width-644 {
  max-width: 644px;
}

.min-width-644 {
  min-width: 644px;
}

.min-height-644 {
  min-height: 644px;
}

.max-height-644 {
  max-height: 644px;
}

.width-644 {
  width: 644px;
}

.height-644 {
  height: 644px;
}

@media (min-width: 768px) {
  .width-md-644 {
    width: 644px;
  }
}
@media (min-width: 992px) {
  .width-lg-644 {
    width: 644px;
  }
}
@media (min-width: 1200px) {
  .width-xl-644 {
    width: 644px;
  }

  .height-xl-644 {
    height: 644px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-644 {
    width: 644px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-644 {
    min-height: 644px;
  }

  .max-height-lg-644 {
    max-height: 644px !important;
  }
}
.max-width-645 {
  max-width: 645px;
}

.min-width-645 {
  min-width: 645px;
}

.min-height-645 {
  min-height: 645px;
}

.max-height-645 {
  max-height: 645px;
}

.width-645 {
  width: 645px;
}

.height-645 {
  height: 645px;
}

@media (min-width: 768px) {
  .width-md-645 {
    width: 645px;
  }
}
@media (min-width: 992px) {
  .width-lg-645 {
    width: 645px;
  }
}
@media (min-width: 1200px) {
  .width-xl-645 {
    width: 645px;
  }

  .height-xl-645 {
    height: 645px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-645 {
    width: 645px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-645 {
    min-height: 645px;
  }

  .max-height-lg-645 {
    max-height: 645px !important;
  }
}
.max-width-646 {
  max-width: 646px;
}

.min-width-646 {
  min-width: 646px;
}

.min-height-646 {
  min-height: 646px;
}

.max-height-646 {
  max-height: 646px;
}

.width-646 {
  width: 646px;
}

.height-646 {
  height: 646px;
}

@media (min-width: 768px) {
  .width-md-646 {
    width: 646px;
  }
}
@media (min-width: 992px) {
  .width-lg-646 {
    width: 646px;
  }
}
@media (min-width: 1200px) {
  .width-xl-646 {
    width: 646px;
  }

  .height-xl-646 {
    height: 646px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-646 {
    width: 646px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-646 {
    min-height: 646px;
  }

  .max-height-lg-646 {
    max-height: 646px !important;
  }
}
.max-width-647 {
  max-width: 647px;
}

.min-width-647 {
  min-width: 647px;
}

.min-height-647 {
  min-height: 647px;
}

.max-height-647 {
  max-height: 647px;
}

.width-647 {
  width: 647px;
}

.height-647 {
  height: 647px;
}

@media (min-width: 768px) {
  .width-md-647 {
    width: 647px;
  }
}
@media (min-width: 992px) {
  .width-lg-647 {
    width: 647px;
  }
}
@media (min-width: 1200px) {
  .width-xl-647 {
    width: 647px;
  }

  .height-xl-647 {
    height: 647px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-647 {
    width: 647px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-647 {
    min-height: 647px;
  }

  .max-height-lg-647 {
    max-height: 647px !important;
  }
}
.max-width-648 {
  max-width: 648px;
}

.min-width-648 {
  min-width: 648px;
}

.min-height-648 {
  min-height: 648px;
}

.max-height-648 {
  max-height: 648px;
}

.width-648 {
  width: 648px;
}

.height-648 {
  height: 648px;
}

@media (min-width: 768px) {
  .width-md-648 {
    width: 648px;
  }
}
@media (min-width: 992px) {
  .width-lg-648 {
    width: 648px;
  }
}
@media (min-width: 1200px) {
  .width-xl-648 {
    width: 648px;
  }

  .height-xl-648 {
    height: 648px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-648 {
    width: 648px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-648 {
    min-height: 648px;
  }

  .max-height-lg-648 {
    max-height: 648px !important;
  }
}
.max-width-649 {
  max-width: 649px;
}

.min-width-649 {
  min-width: 649px;
}

.min-height-649 {
  min-height: 649px;
}

.max-height-649 {
  max-height: 649px;
}

.width-649 {
  width: 649px;
}

.height-649 {
  height: 649px;
}

@media (min-width: 768px) {
  .width-md-649 {
    width: 649px;
  }
}
@media (min-width: 992px) {
  .width-lg-649 {
    width: 649px;
  }
}
@media (min-width: 1200px) {
  .width-xl-649 {
    width: 649px;
  }

  .height-xl-649 {
    height: 649px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-649 {
    width: 649px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-649 {
    min-height: 649px;
  }

  .max-height-lg-649 {
    max-height: 649px !important;
  }
}
.max-width-650 {
  max-width: 650px;
}

.min-width-650 {
  min-width: 650px;
}

.min-height-650 {
  min-height: 650px;
}

.max-height-650 {
  max-height: 650px;
}

.width-650 {
  width: 650px;
}

.height-650 {
  height: 650px;
}

@media (min-width: 768px) {
  .width-md-650 {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .width-lg-650 {
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .width-xl-650 {
    width: 650px;
  }

  .height-xl-650 {
    height: 650px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-650 {
    width: 650px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-650 {
    min-height: 650px;
  }

  .max-height-lg-650 {
    max-height: 650px !important;
  }
}
.max-width-651 {
  max-width: 651px;
}

.min-width-651 {
  min-width: 651px;
}

.min-height-651 {
  min-height: 651px;
}

.max-height-651 {
  max-height: 651px;
}

.width-651 {
  width: 651px;
}

.height-651 {
  height: 651px;
}

@media (min-width: 768px) {
  .width-md-651 {
    width: 651px;
  }
}
@media (min-width: 992px) {
  .width-lg-651 {
    width: 651px;
  }
}
@media (min-width: 1200px) {
  .width-xl-651 {
    width: 651px;
  }

  .height-xl-651 {
    height: 651px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-651 {
    width: 651px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-651 {
    min-height: 651px;
  }

  .max-height-lg-651 {
    max-height: 651px !important;
  }
}
.max-width-652 {
  max-width: 652px;
}

.min-width-652 {
  min-width: 652px;
}

.min-height-652 {
  min-height: 652px;
}

.max-height-652 {
  max-height: 652px;
}

.width-652 {
  width: 652px;
}

.height-652 {
  height: 652px;
}

@media (min-width: 768px) {
  .width-md-652 {
    width: 652px;
  }
}
@media (min-width: 992px) {
  .width-lg-652 {
    width: 652px;
  }
}
@media (min-width: 1200px) {
  .width-xl-652 {
    width: 652px;
  }

  .height-xl-652 {
    height: 652px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-652 {
    width: 652px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-652 {
    min-height: 652px;
  }

  .max-height-lg-652 {
    max-height: 652px !important;
  }
}
.max-width-653 {
  max-width: 653px;
}

.min-width-653 {
  min-width: 653px;
}

.min-height-653 {
  min-height: 653px;
}

.max-height-653 {
  max-height: 653px;
}

.width-653 {
  width: 653px;
}

.height-653 {
  height: 653px;
}

@media (min-width: 768px) {
  .width-md-653 {
    width: 653px;
  }
}
@media (min-width: 992px) {
  .width-lg-653 {
    width: 653px;
  }
}
@media (min-width: 1200px) {
  .width-xl-653 {
    width: 653px;
  }

  .height-xl-653 {
    height: 653px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-653 {
    width: 653px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-653 {
    min-height: 653px;
  }

  .max-height-lg-653 {
    max-height: 653px !important;
  }
}
.max-width-654 {
  max-width: 654px;
}

.min-width-654 {
  min-width: 654px;
}

.min-height-654 {
  min-height: 654px;
}

.max-height-654 {
  max-height: 654px;
}

.width-654 {
  width: 654px;
}

.height-654 {
  height: 654px;
}

@media (min-width: 768px) {
  .width-md-654 {
    width: 654px;
  }
}
@media (min-width: 992px) {
  .width-lg-654 {
    width: 654px;
  }
}
@media (min-width: 1200px) {
  .width-xl-654 {
    width: 654px;
  }

  .height-xl-654 {
    height: 654px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-654 {
    width: 654px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-654 {
    min-height: 654px;
  }

  .max-height-lg-654 {
    max-height: 654px !important;
  }
}
.max-width-655 {
  max-width: 655px;
}

.min-width-655 {
  min-width: 655px;
}

.min-height-655 {
  min-height: 655px;
}

.max-height-655 {
  max-height: 655px;
}

.width-655 {
  width: 655px;
}

.height-655 {
  height: 655px;
}

@media (min-width: 768px) {
  .width-md-655 {
    width: 655px;
  }
}
@media (min-width: 992px) {
  .width-lg-655 {
    width: 655px;
  }
}
@media (min-width: 1200px) {
  .width-xl-655 {
    width: 655px;
  }

  .height-xl-655 {
    height: 655px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-655 {
    width: 655px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-655 {
    min-height: 655px;
  }

  .max-height-lg-655 {
    max-height: 655px !important;
  }
}
.max-width-656 {
  max-width: 656px;
}

.min-width-656 {
  min-width: 656px;
}

.min-height-656 {
  min-height: 656px;
}

.max-height-656 {
  max-height: 656px;
}

.width-656 {
  width: 656px;
}

.height-656 {
  height: 656px;
}

@media (min-width: 768px) {
  .width-md-656 {
    width: 656px;
  }
}
@media (min-width: 992px) {
  .width-lg-656 {
    width: 656px;
  }
}
@media (min-width: 1200px) {
  .width-xl-656 {
    width: 656px;
  }

  .height-xl-656 {
    height: 656px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-656 {
    width: 656px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-656 {
    min-height: 656px;
  }

  .max-height-lg-656 {
    max-height: 656px !important;
  }
}
.max-width-657 {
  max-width: 657px;
}

.min-width-657 {
  min-width: 657px;
}

.min-height-657 {
  min-height: 657px;
}

.max-height-657 {
  max-height: 657px;
}

.width-657 {
  width: 657px;
}

.height-657 {
  height: 657px;
}

@media (min-width: 768px) {
  .width-md-657 {
    width: 657px;
  }
}
@media (min-width: 992px) {
  .width-lg-657 {
    width: 657px;
  }
}
@media (min-width: 1200px) {
  .width-xl-657 {
    width: 657px;
  }

  .height-xl-657 {
    height: 657px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-657 {
    width: 657px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-657 {
    min-height: 657px;
  }

  .max-height-lg-657 {
    max-height: 657px !important;
  }
}
.max-width-658 {
  max-width: 658px;
}

.min-width-658 {
  min-width: 658px;
}

.min-height-658 {
  min-height: 658px;
}

.max-height-658 {
  max-height: 658px;
}

.width-658 {
  width: 658px;
}

.height-658 {
  height: 658px;
}

@media (min-width: 768px) {
  .width-md-658 {
    width: 658px;
  }
}
@media (min-width: 992px) {
  .width-lg-658 {
    width: 658px;
  }
}
@media (min-width: 1200px) {
  .width-xl-658 {
    width: 658px;
  }

  .height-xl-658 {
    height: 658px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-658 {
    width: 658px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-658 {
    min-height: 658px;
  }

  .max-height-lg-658 {
    max-height: 658px !important;
  }
}
.max-width-659 {
  max-width: 659px;
}

.min-width-659 {
  min-width: 659px;
}

.min-height-659 {
  min-height: 659px;
}

.max-height-659 {
  max-height: 659px;
}

.width-659 {
  width: 659px;
}

.height-659 {
  height: 659px;
}

@media (min-width: 768px) {
  .width-md-659 {
    width: 659px;
  }
}
@media (min-width: 992px) {
  .width-lg-659 {
    width: 659px;
  }
}
@media (min-width: 1200px) {
  .width-xl-659 {
    width: 659px;
  }

  .height-xl-659 {
    height: 659px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-659 {
    width: 659px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-659 {
    min-height: 659px;
  }

  .max-height-lg-659 {
    max-height: 659px !important;
  }
}
.max-width-660 {
  max-width: 660px;
}

.min-width-660 {
  min-width: 660px;
}

.min-height-660 {
  min-height: 660px;
}

.max-height-660 {
  max-height: 660px;
}

.width-660 {
  width: 660px;
}

.height-660 {
  height: 660px;
}

@media (min-width: 768px) {
  .width-md-660 {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .width-lg-660 {
    width: 660px;
  }
}
@media (min-width: 1200px) {
  .width-xl-660 {
    width: 660px;
  }

  .height-xl-660 {
    height: 660px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-660 {
    width: 660px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-660 {
    min-height: 660px;
  }

  .max-height-lg-660 {
    max-height: 660px !important;
  }
}
.max-width-661 {
  max-width: 661px;
}

.min-width-661 {
  min-width: 661px;
}

.min-height-661 {
  min-height: 661px;
}

.max-height-661 {
  max-height: 661px;
}

.width-661 {
  width: 661px;
}

.height-661 {
  height: 661px;
}

@media (min-width: 768px) {
  .width-md-661 {
    width: 661px;
  }
}
@media (min-width: 992px) {
  .width-lg-661 {
    width: 661px;
  }
}
@media (min-width: 1200px) {
  .width-xl-661 {
    width: 661px;
  }

  .height-xl-661 {
    height: 661px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-661 {
    width: 661px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-661 {
    min-height: 661px;
  }

  .max-height-lg-661 {
    max-height: 661px !important;
  }
}
.max-width-662 {
  max-width: 662px;
}

.min-width-662 {
  min-width: 662px;
}

.min-height-662 {
  min-height: 662px;
}

.max-height-662 {
  max-height: 662px;
}

.width-662 {
  width: 662px;
}

.height-662 {
  height: 662px;
}

@media (min-width: 768px) {
  .width-md-662 {
    width: 662px;
  }
}
@media (min-width: 992px) {
  .width-lg-662 {
    width: 662px;
  }
}
@media (min-width: 1200px) {
  .width-xl-662 {
    width: 662px;
  }

  .height-xl-662 {
    height: 662px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-662 {
    width: 662px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-662 {
    min-height: 662px;
  }

  .max-height-lg-662 {
    max-height: 662px !important;
  }
}
.max-width-663 {
  max-width: 663px;
}

.min-width-663 {
  min-width: 663px;
}

.min-height-663 {
  min-height: 663px;
}

.max-height-663 {
  max-height: 663px;
}

.width-663 {
  width: 663px;
}

.height-663 {
  height: 663px;
}

@media (min-width: 768px) {
  .width-md-663 {
    width: 663px;
  }
}
@media (min-width: 992px) {
  .width-lg-663 {
    width: 663px;
  }
}
@media (min-width: 1200px) {
  .width-xl-663 {
    width: 663px;
  }

  .height-xl-663 {
    height: 663px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-663 {
    width: 663px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-663 {
    min-height: 663px;
  }

  .max-height-lg-663 {
    max-height: 663px !important;
  }
}
.max-width-664 {
  max-width: 664px;
}

.min-width-664 {
  min-width: 664px;
}

.min-height-664 {
  min-height: 664px;
}

.max-height-664 {
  max-height: 664px;
}

.width-664 {
  width: 664px;
}

.height-664 {
  height: 664px;
}

@media (min-width: 768px) {
  .width-md-664 {
    width: 664px;
  }
}
@media (min-width: 992px) {
  .width-lg-664 {
    width: 664px;
  }
}
@media (min-width: 1200px) {
  .width-xl-664 {
    width: 664px;
  }

  .height-xl-664 {
    height: 664px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-664 {
    width: 664px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-664 {
    min-height: 664px;
  }

  .max-height-lg-664 {
    max-height: 664px !important;
  }
}
.max-width-665 {
  max-width: 665px;
}

.min-width-665 {
  min-width: 665px;
}

.min-height-665 {
  min-height: 665px;
}

.max-height-665 {
  max-height: 665px;
}

.width-665 {
  width: 665px;
}

.height-665 {
  height: 665px;
}

@media (min-width: 768px) {
  .width-md-665 {
    width: 665px;
  }
}
@media (min-width: 992px) {
  .width-lg-665 {
    width: 665px;
  }
}
@media (min-width: 1200px) {
  .width-xl-665 {
    width: 665px;
  }

  .height-xl-665 {
    height: 665px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-665 {
    width: 665px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-665 {
    min-height: 665px;
  }

  .max-height-lg-665 {
    max-height: 665px !important;
  }
}
.max-width-666 {
  max-width: 666px;
}

.min-width-666 {
  min-width: 666px;
}

.min-height-666 {
  min-height: 666px;
}

.max-height-666 {
  max-height: 666px;
}

.width-666 {
  width: 666px;
}

.height-666 {
  height: 666px;
}

@media (min-width: 768px) {
  .width-md-666 {
    width: 666px;
  }
}
@media (min-width: 992px) {
  .width-lg-666 {
    width: 666px;
  }
}
@media (min-width: 1200px) {
  .width-xl-666 {
    width: 666px;
  }

  .height-xl-666 {
    height: 666px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-666 {
    width: 666px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-666 {
    min-height: 666px;
  }

  .max-height-lg-666 {
    max-height: 666px !important;
  }
}
.max-width-667 {
  max-width: 667px;
}

.min-width-667 {
  min-width: 667px;
}

.min-height-667 {
  min-height: 667px;
}

.max-height-667 {
  max-height: 667px;
}

.width-667 {
  width: 667px;
}

.height-667 {
  height: 667px;
}

@media (min-width: 768px) {
  .width-md-667 {
    width: 667px;
  }
}
@media (min-width: 992px) {
  .width-lg-667 {
    width: 667px;
  }
}
@media (min-width: 1200px) {
  .width-xl-667 {
    width: 667px;
  }

  .height-xl-667 {
    height: 667px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-667 {
    width: 667px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-667 {
    min-height: 667px;
  }

  .max-height-lg-667 {
    max-height: 667px !important;
  }
}
.max-width-668 {
  max-width: 668px;
}

.min-width-668 {
  min-width: 668px;
}

.min-height-668 {
  min-height: 668px;
}

.max-height-668 {
  max-height: 668px;
}

.width-668 {
  width: 668px;
}

.height-668 {
  height: 668px;
}

@media (min-width: 768px) {
  .width-md-668 {
    width: 668px;
  }
}
@media (min-width: 992px) {
  .width-lg-668 {
    width: 668px;
  }
}
@media (min-width: 1200px) {
  .width-xl-668 {
    width: 668px;
  }

  .height-xl-668 {
    height: 668px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-668 {
    width: 668px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-668 {
    min-height: 668px;
  }

  .max-height-lg-668 {
    max-height: 668px !important;
  }
}
.max-width-669 {
  max-width: 669px;
}

.min-width-669 {
  min-width: 669px;
}

.min-height-669 {
  min-height: 669px;
}

.max-height-669 {
  max-height: 669px;
}

.width-669 {
  width: 669px;
}

.height-669 {
  height: 669px;
}

@media (min-width: 768px) {
  .width-md-669 {
    width: 669px;
  }
}
@media (min-width: 992px) {
  .width-lg-669 {
    width: 669px;
  }
}
@media (min-width: 1200px) {
  .width-xl-669 {
    width: 669px;
  }

  .height-xl-669 {
    height: 669px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-669 {
    width: 669px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-669 {
    min-height: 669px;
  }

  .max-height-lg-669 {
    max-height: 669px !important;
  }
}
.max-width-670 {
  max-width: 670px;
}

.min-width-670 {
  min-width: 670px;
}

.min-height-670 {
  min-height: 670px;
}

.max-height-670 {
  max-height: 670px;
}

.width-670 {
  width: 670px;
}

.height-670 {
  height: 670px;
}

@media (min-width: 768px) {
  .width-md-670 {
    width: 670px;
  }
}
@media (min-width: 992px) {
  .width-lg-670 {
    width: 670px;
  }
}
@media (min-width: 1200px) {
  .width-xl-670 {
    width: 670px;
  }

  .height-xl-670 {
    height: 670px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-670 {
    width: 670px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-670 {
    min-height: 670px;
  }

  .max-height-lg-670 {
    max-height: 670px !important;
  }
}
.max-width-671 {
  max-width: 671px;
}

.min-width-671 {
  min-width: 671px;
}

.min-height-671 {
  min-height: 671px;
}

.max-height-671 {
  max-height: 671px;
}

.width-671 {
  width: 671px;
}

.height-671 {
  height: 671px;
}

@media (min-width: 768px) {
  .width-md-671 {
    width: 671px;
  }
}
@media (min-width: 992px) {
  .width-lg-671 {
    width: 671px;
  }
}
@media (min-width: 1200px) {
  .width-xl-671 {
    width: 671px;
  }

  .height-xl-671 {
    height: 671px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-671 {
    width: 671px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-671 {
    min-height: 671px;
  }

  .max-height-lg-671 {
    max-height: 671px !important;
  }
}
.max-width-672 {
  max-width: 672px;
}

.min-width-672 {
  min-width: 672px;
}

.min-height-672 {
  min-height: 672px;
}

.max-height-672 {
  max-height: 672px;
}

.width-672 {
  width: 672px;
}

.height-672 {
  height: 672px;
}

@media (min-width: 768px) {
  .width-md-672 {
    width: 672px;
  }
}
@media (min-width: 992px) {
  .width-lg-672 {
    width: 672px;
  }
}
@media (min-width: 1200px) {
  .width-xl-672 {
    width: 672px;
  }

  .height-xl-672 {
    height: 672px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-672 {
    width: 672px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-672 {
    min-height: 672px;
  }

  .max-height-lg-672 {
    max-height: 672px !important;
  }
}
.max-width-673 {
  max-width: 673px;
}

.min-width-673 {
  min-width: 673px;
}

.min-height-673 {
  min-height: 673px;
}

.max-height-673 {
  max-height: 673px;
}

.width-673 {
  width: 673px;
}

.height-673 {
  height: 673px;
}

@media (min-width: 768px) {
  .width-md-673 {
    width: 673px;
  }
}
@media (min-width: 992px) {
  .width-lg-673 {
    width: 673px;
  }
}
@media (min-width: 1200px) {
  .width-xl-673 {
    width: 673px;
  }

  .height-xl-673 {
    height: 673px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-673 {
    width: 673px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-673 {
    min-height: 673px;
  }

  .max-height-lg-673 {
    max-height: 673px !important;
  }
}
.max-width-674 {
  max-width: 674px;
}

.min-width-674 {
  min-width: 674px;
}

.min-height-674 {
  min-height: 674px;
}

.max-height-674 {
  max-height: 674px;
}

.width-674 {
  width: 674px;
}

.height-674 {
  height: 674px;
}

@media (min-width: 768px) {
  .width-md-674 {
    width: 674px;
  }
}
@media (min-width: 992px) {
  .width-lg-674 {
    width: 674px;
  }
}
@media (min-width: 1200px) {
  .width-xl-674 {
    width: 674px;
  }

  .height-xl-674 {
    height: 674px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-674 {
    width: 674px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-674 {
    min-height: 674px;
  }

  .max-height-lg-674 {
    max-height: 674px !important;
  }
}
.max-width-675 {
  max-width: 675px;
}

.min-width-675 {
  min-width: 675px;
}

.min-height-675 {
  min-height: 675px;
}

.max-height-675 {
  max-height: 675px;
}

.width-675 {
  width: 675px;
}

.height-675 {
  height: 675px;
}

@media (min-width: 768px) {
  .width-md-675 {
    width: 675px;
  }
}
@media (min-width: 992px) {
  .width-lg-675 {
    width: 675px;
  }
}
@media (min-width: 1200px) {
  .width-xl-675 {
    width: 675px;
  }

  .height-xl-675 {
    height: 675px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-675 {
    width: 675px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-675 {
    min-height: 675px;
  }

  .max-height-lg-675 {
    max-height: 675px !important;
  }
}
.max-width-676 {
  max-width: 676px;
}

.min-width-676 {
  min-width: 676px;
}

.min-height-676 {
  min-height: 676px;
}

.max-height-676 {
  max-height: 676px;
}

.width-676 {
  width: 676px;
}

.height-676 {
  height: 676px;
}

@media (min-width: 768px) {
  .width-md-676 {
    width: 676px;
  }
}
@media (min-width: 992px) {
  .width-lg-676 {
    width: 676px;
  }
}
@media (min-width: 1200px) {
  .width-xl-676 {
    width: 676px;
  }

  .height-xl-676 {
    height: 676px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-676 {
    width: 676px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-676 {
    min-height: 676px;
  }

  .max-height-lg-676 {
    max-height: 676px !important;
  }
}
.max-width-677 {
  max-width: 677px;
}

.min-width-677 {
  min-width: 677px;
}

.min-height-677 {
  min-height: 677px;
}

.max-height-677 {
  max-height: 677px;
}

.width-677 {
  width: 677px;
}

.height-677 {
  height: 677px;
}

@media (min-width: 768px) {
  .width-md-677 {
    width: 677px;
  }
}
@media (min-width: 992px) {
  .width-lg-677 {
    width: 677px;
  }
}
@media (min-width: 1200px) {
  .width-xl-677 {
    width: 677px;
  }

  .height-xl-677 {
    height: 677px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-677 {
    width: 677px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-677 {
    min-height: 677px;
  }

  .max-height-lg-677 {
    max-height: 677px !important;
  }
}
.max-width-678 {
  max-width: 678px;
}

.min-width-678 {
  min-width: 678px;
}

.min-height-678 {
  min-height: 678px;
}

.max-height-678 {
  max-height: 678px;
}

.width-678 {
  width: 678px;
}

.height-678 {
  height: 678px;
}

@media (min-width: 768px) {
  .width-md-678 {
    width: 678px;
  }
}
@media (min-width: 992px) {
  .width-lg-678 {
    width: 678px;
  }
}
@media (min-width: 1200px) {
  .width-xl-678 {
    width: 678px;
  }

  .height-xl-678 {
    height: 678px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-678 {
    width: 678px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-678 {
    min-height: 678px;
  }

  .max-height-lg-678 {
    max-height: 678px !important;
  }
}
.max-width-679 {
  max-width: 679px;
}

.min-width-679 {
  min-width: 679px;
}

.min-height-679 {
  min-height: 679px;
}

.max-height-679 {
  max-height: 679px;
}

.width-679 {
  width: 679px;
}

.height-679 {
  height: 679px;
}

@media (min-width: 768px) {
  .width-md-679 {
    width: 679px;
  }
}
@media (min-width: 992px) {
  .width-lg-679 {
    width: 679px;
  }
}
@media (min-width: 1200px) {
  .width-xl-679 {
    width: 679px;
  }

  .height-xl-679 {
    height: 679px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-679 {
    width: 679px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-679 {
    min-height: 679px;
  }

  .max-height-lg-679 {
    max-height: 679px !important;
  }
}
.max-width-680 {
  max-width: 680px;
}

.min-width-680 {
  min-width: 680px;
}

.min-height-680 {
  min-height: 680px;
}

.max-height-680 {
  max-height: 680px;
}

.width-680 {
  width: 680px;
}

.height-680 {
  height: 680px;
}

@media (min-width: 768px) {
  .width-md-680 {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .width-lg-680 {
    width: 680px;
  }
}
@media (min-width: 1200px) {
  .width-xl-680 {
    width: 680px;
  }

  .height-xl-680 {
    height: 680px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-680 {
    width: 680px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-680 {
    min-height: 680px;
  }

  .max-height-lg-680 {
    max-height: 680px !important;
  }
}
.max-width-681 {
  max-width: 681px;
}

.min-width-681 {
  min-width: 681px;
}

.min-height-681 {
  min-height: 681px;
}

.max-height-681 {
  max-height: 681px;
}

.width-681 {
  width: 681px;
}

.height-681 {
  height: 681px;
}

@media (min-width: 768px) {
  .width-md-681 {
    width: 681px;
  }
}
@media (min-width: 992px) {
  .width-lg-681 {
    width: 681px;
  }
}
@media (min-width: 1200px) {
  .width-xl-681 {
    width: 681px;
  }

  .height-xl-681 {
    height: 681px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-681 {
    width: 681px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-681 {
    min-height: 681px;
  }

  .max-height-lg-681 {
    max-height: 681px !important;
  }
}
.max-width-682 {
  max-width: 682px;
}

.min-width-682 {
  min-width: 682px;
}

.min-height-682 {
  min-height: 682px;
}

.max-height-682 {
  max-height: 682px;
}

.width-682 {
  width: 682px;
}

.height-682 {
  height: 682px;
}

@media (min-width: 768px) {
  .width-md-682 {
    width: 682px;
  }
}
@media (min-width: 992px) {
  .width-lg-682 {
    width: 682px;
  }
}
@media (min-width: 1200px) {
  .width-xl-682 {
    width: 682px;
  }

  .height-xl-682 {
    height: 682px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-682 {
    width: 682px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-682 {
    min-height: 682px;
  }

  .max-height-lg-682 {
    max-height: 682px !important;
  }
}
.max-width-683 {
  max-width: 683px;
}

.min-width-683 {
  min-width: 683px;
}

.min-height-683 {
  min-height: 683px;
}

.max-height-683 {
  max-height: 683px;
}

.width-683 {
  width: 683px;
}

.height-683 {
  height: 683px;
}

@media (min-width: 768px) {
  .width-md-683 {
    width: 683px;
  }
}
@media (min-width: 992px) {
  .width-lg-683 {
    width: 683px;
  }
}
@media (min-width: 1200px) {
  .width-xl-683 {
    width: 683px;
  }

  .height-xl-683 {
    height: 683px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-683 {
    width: 683px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-683 {
    min-height: 683px;
  }

  .max-height-lg-683 {
    max-height: 683px !important;
  }
}
.max-width-684 {
  max-width: 684px;
}

.min-width-684 {
  min-width: 684px;
}

.min-height-684 {
  min-height: 684px;
}

.max-height-684 {
  max-height: 684px;
}

.width-684 {
  width: 684px;
}

.height-684 {
  height: 684px;
}

@media (min-width: 768px) {
  .width-md-684 {
    width: 684px;
  }
}
@media (min-width: 992px) {
  .width-lg-684 {
    width: 684px;
  }
}
@media (min-width: 1200px) {
  .width-xl-684 {
    width: 684px;
  }

  .height-xl-684 {
    height: 684px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-684 {
    width: 684px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-684 {
    min-height: 684px;
  }

  .max-height-lg-684 {
    max-height: 684px !important;
  }
}
.max-width-685 {
  max-width: 685px;
}

.min-width-685 {
  min-width: 685px;
}

.min-height-685 {
  min-height: 685px;
}

.max-height-685 {
  max-height: 685px;
}

.width-685 {
  width: 685px;
}

.height-685 {
  height: 685px;
}

@media (min-width: 768px) {
  .width-md-685 {
    width: 685px;
  }
}
@media (min-width: 992px) {
  .width-lg-685 {
    width: 685px;
  }
}
@media (min-width: 1200px) {
  .width-xl-685 {
    width: 685px;
  }

  .height-xl-685 {
    height: 685px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-685 {
    width: 685px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-685 {
    min-height: 685px;
  }

  .max-height-lg-685 {
    max-height: 685px !important;
  }
}
.max-width-686 {
  max-width: 686px;
}

.min-width-686 {
  min-width: 686px;
}

.min-height-686 {
  min-height: 686px;
}

.max-height-686 {
  max-height: 686px;
}

.width-686 {
  width: 686px;
}

.height-686 {
  height: 686px;
}

@media (min-width: 768px) {
  .width-md-686 {
    width: 686px;
  }
}
@media (min-width: 992px) {
  .width-lg-686 {
    width: 686px;
  }
}
@media (min-width: 1200px) {
  .width-xl-686 {
    width: 686px;
  }

  .height-xl-686 {
    height: 686px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-686 {
    width: 686px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-686 {
    min-height: 686px;
  }

  .max-height-lg-686 {
    max-height: 686px !important;
  }
}
.max-width-687 {
  max-width: 687px;
}

.min-width-687 {
  min-width: 687px;
}

.min-height-687 {
  min-height: 687px;
}

.max-height-687 {
  max-height: 687px;
}

.width-687 {
  width: 687px;
}

.height-687 {
  height: 687px;
}

@media (min-width: 768px) {
  .width-md-687 {
    width: 687px;
  }
}
@media (min-width: 992px) {
  .width-lg-687 {
    width: 687px;
  }
}
@media (min-width: 1200px) {
  .width-xl-687 {
    width: 687px;
  }

  .height-xl-687 {
    height: 687px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-687 {
    width: 687px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-687 {
    min-height: 687px;
  }

  .max-height-lg-687 {
    max-height: 687px !important;
  }
}
.max-width-688 {
  max-width: 688px;
}

.min-width-688 {
  min-width: 688px;
}

.min-height-688 {
  min-height: 688px;
}

.max-height-688 {
  max-height: 688px;
}

.width-688 {
  width: 688px;
}

.height-688 {
  height: 688px;
}

@media (min-width: 768px) {
  .width-md-688 {
    width: 688px;
  }
}
@media (min-width: 992px) {
  .width-lg-688 {
    width: 688px;
  }
}
@media (min-width: 1200px) {
  .width-xl-688 {
    width: 688px;
  }

  .height-xl-688 {
    height: 688px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-688 {
    width: 688px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-688 {
    min-height: 688px;
  }

  .max-height-lg-688 {
    max-height: 688px !important;
  }
}
.max-width-689 {
  max-width: 689px;
}

.min-width-689 {
  min-width: 689px;
}

.min-height-689 {
  min-height: 689px;
}

.max-height-689 {
  max-height: 689px;
}

.width-689 {
  width: 689px;
}

.height-689 {
  height: 689px;
}

@media (min-width: 768px) {
  .width-md-689 {
    width: 689px;
  }
}
@media (min-width: 992px) {
  .width-lg-689 {
    width: 689px;
  }
}
@media (min-width: 1200px) {
  .width-xl-689 {
    width: 689px;
  }

  .height-xl-689 {
    height: 689px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-689 {
    width: 689px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-689 {
    min-height: 689px;
  }

  .max-height-lg-689 {
    max-height: 689px !important;
  }
}
.max-width-690 {
  max-width: 690px;
}

.min-width-690 {
  min-width: 690px;
}

.min-height-690 {
  min-height: 690px;
}

.max-height-690 {
  max-height: 690px;
}

.width-690 {
  width: 690px;
}

.height-690 {
  height: 690px;
}

@media (min-width: 768px) {
  .width-md-690 {
    width: 690px;
  }
}
@media (min-width: 992px) {
  .width-lg-690 {
    width: 690px;
  }
}
@media (min-width: 1200px) {
  .width-xl-690 {
    width: 690px;
  }

  .height-xl-690 {
    height: 690px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-690 {
    width: 690px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-690 {
    min-height: 690px;
  }

  .max-height-lg-690 {
    max-height: 690px !important;
  }
}
.max-width-691 {
  max-width: 691px;
}

.min-width-691 {
  min-width: 691px;
}

.min-height-691 {
  min-height: 691px;
}

.max-height-691 {
  max-height: 691px;
}

.width-691 {
  width: 691px;
}

.height-691 {
  height: 691px;
}

@media (min-width: 768px) {
  .width-md-691 {
    width: 691px;
  }
}
@media (min-width: 992px) {
  .width-lg-691 {
    width: 691px;
  }
}
@media (min-width: 1200px) {
  .width-xl-691 {
    width: 691px;
  }

  .height-xl-691 {
    height: 691px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-691 {
    width: 691px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-691 {
    min-height: 691px;
  }

  .max-height-lg-691 {
    max-height: 691px !important;
  }
}
.max-width-692 {
  max-width: 692px;
}

.min-width-692 {
  min-width: 692px;
}

.min-height-692 {
  min-height: 692px;
}

.max-height-692 {
  max-height: 692px;
}

.width-692 {
  width: 692px;
}

.height-692 {
  height: 692px;
}

@media (min-width: 768px) {
  .width-md-692 {
    width: 692px;
  }
}
@media (min-width: 992px) {
  .width-lg-692 {
    width: 692px;
  }
}
@media (min-width: 1200px) {
  .width-xl-692 {
    width: 692px;
  }

  .height-xl-692 {
    height: 692px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-692 {
    width: 692px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-692 {
    min-height: 692px;
  }

  .max-height-lg-692 {
    max-height: 692px !important;
  }
}
.max-width-693 {
  max-width: 693px;
}

.min-width-693 {
  min-width: 693px;
}

.min-height-693 {
  min-height: 693px;
}

.max-height-693 {
  max-height: 693px;
}

.width-693 {
  width: 693px;
}

.height-693 {
  height: 693px;
}

@media (min-width: 768px) {
  .width-md-693 {
    width: 693px;
  }
}
@media (min-width: 992px) {
  .width-lg-693 {
    width: 693px;
  }
}
@media (min-width: 1200px) {
  .width-xl-693 {
    width: 693px;
  }

  .height-xl-693 {
    height: 693px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-693 {
    width: 693px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-693 {
    min-height: 693px;
  }

  .max-height-lg-693 {
    max-height: 693px !important;
  }
}
.max-width-694 {
  max-width: 694px;
}

.min-width-694 {
  min-width: 694px;
}

.min-height-694 {
  min-height: 694px;
}

.max-height-694 {
  max-height: 694px;
}

.width-694 {
  width: 694px;
}

.height-694 {
  height: 694px;
}

@media (min-width: 768px) {
  .width-md-694 {
    width: 694px;
  }
}
@media (min-width: 992px) {
  .width-lg-694 {
    width: 694px;
  }
}
@media (min-width: 1200px) {
  .width-xl-694 {
    width: 694px;
  }

  .height-xl-694 {
    height: 694px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-694 {
    width: 694px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-694 {
    min-height: 694px;
  }

  .max-height-lg-694 {
    max-height: 694px !important;
  }
}
.max-width-695 {
  max-width: 695px;
}

.min-width-695 {
  min-width: 695px;
}

.min-height-695 {
  min-height: 695px;
}

.max-height-695 {
  max-height: 695px;
}

.width-695 {
  width: 695px;
}

.height-695 {
  height: 695px;
}

@media (min-width: 768px) {
  .width-md-695 {
    width: 695px;
  }
}
@media (min-width: 992px) {
  .width-lg-695 {
    width: 695px;
  }
}
@media (min-width: 1200px) {
  .width-xl-695 {
    width: 695px;
  }

  .height-xl-695 {
    height: 695px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-695 {
    width: 695px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-695 {
    min-height: 695px;
  }

  .max-height-lg-695 {
    max-height: 695px !important;
  }
}
.max-width-696 {
  max-width: 696px;
}

.min-width-696 {
  min-width: 696px;
}

.min-height-696 {
  min-height: 696px;
}

.max-height-696 {
  max-height: 696px;
}

.width-696 {
  width: 696px;
}

.height-696 {
  height: 696px;
}

@media (min-width: 768px) {
  .width-md-696 {
    width: 696px;
  }
}
@media (min-width: 992px) {
  .width-lg-696 {
    width: 696px;
  }
}
@media (min-width: 1200px) {
  .width-xl-696 {
    width: 696px;
  }

  .height-xl-696 {
    height: 696px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-696 {
    width: 696px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-696 {
    min-height: 696px;
  }

  .max-height-lg-696 {
    max-height: 696px !important;
  }
}
.max-width-697 {
  max-width: 697px;
}

.min-width-697 {
  min-width: 697px;
}

.min-height-697 {
  min-height: 697px;
}

.max-height-697 {
  max-height: 697px;
}

.width-697 {
  width: 697px;
}

.height-697 {
  height: 697px;
}

@media (min-width: 768px) {
  .width-md-697 {
    width: 697px;
  }
}
@media (min-width: 992px) {
  .width-lg-697 {
    width: 697px;
  }
}
@media (min-width: 1200px) {
  .width-xl-697 {
    width: 697px;
  }

  .height-xl-697 {
    height: 697px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-697 {
    width: 697px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-697 {
    min-height: 697px;
  }

  .max-height-lg-697 {
    max-height: 697px !important;
  }
}
.max-width-698 {
  max-width: 698px;
}

.min-width-698 {
  min-width: 698px;
}

.min-height-698 {
  min-height: 698px;
}

.max-height-698 {
  max-height: 698px;
}

.width-698 {
  width: 698px;
}

.height-698 {
  height: 698px;
}

@media (min-width: 768px) {
  .width-md-698 {
    width: 698px;
  }
}
@media (min-width: 992px) {
  .width-lg-698 {
    width: 698px;
  }
}
@media (min-width: 1200px) {
  .width-xl-698 {
    width: 698px;
  }

  .height-xl-698 {
    height: 698px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-698 {
    width: 698px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-698 {
    min-height: 698px;
  }

  .max-height-lg-698 {
    max-height: 698px !important;
  }
}
.max-width-699 {
  max-width: 699px;
}

.min-width-699 {
  min-width: 699px;
}

.min-height-699 {
  min-height: 699px;
}

.max-height-699 {
  max-height: 699px;
}

.width-699 {
  width: 699px;
}

.height-699 {
  height: 699px;
}

@media (min-width: 768px) {
  .width-md-699 {
    width: 699px;
  }
}
@media (min-width: 992px) {
  .width-lg-699 {
    width: 699px;
  }
}
@media (min-width: 1200px) {
  .width-xl-699 {
    width: 699px;
  }

  .height-xl-699 {
    height: 699px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-699 {
    width: 699px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-699 {
    min-height: 699px;
  }

  .max-height-lg-699 {
    max-height: 699px !important;
  }
}
.max-width-700 {
  max-width: 700px;
}

.min-width-700 {
  min-width: 700px;
}

.min-height-700 {
  min-height: 700px;
}

.max-height-700 {
  max-height: 700px;
}

.width-700 {
  width: 700px;
}

.height-700 {
  height: 700px;
}

@media (min-width: 768px) {
  .width-md-700 {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .width-lg-700 {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .width-xl-700 {
    width: 700px;
  }

  .height-xl-700 {
    height: 700px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-700 {
    width: 700px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-700 {
    min-height: 700px;
  }

  .max-height-lg-700 {
    max-height: 700px !important;
  }
}
.max-width-701 {
  max-width: 701px;
}

.min-width-701 {
  min-width: 701px;
}

.min-height-701 {
  min-height: 701px;
}

.max-height-701 {
  max-height: 701px;
}

.width-701 {
  width: 701px;
}

.height-701 {
  height: 701px;
}

@media (min-width: 768px) {
  .width-md-701 {
    width: 701px;
  }
}
@media (min-width: 992px) {
  .width-lg-701 {
    width: 701px;
  }
}
@media (min-width: 1200px) {
  .width-xl-701 {
    width: 701px;
  }

  .height-xl-701 {
    height: 701px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-701 {
    width: 701px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-701 {
    min-height: 701px;
  }

  .max-height-lg-701 {
    max-height: 701px !important;
  }
}
.max-width-702 {
  max-width: 702px;
}

.min-width-702 {
  min-width: 702px;
}

.min-height-702 {
  min-height: 702px;
}

.max-height-702 {
  max-height: 702px;
}

.width-702 {
  width: 702px;
}

.height-702 {
  height: 702px;
}

@media (min-width: 768px) {
  .width-md-702 {
    width: 702px;
  }
}
@media (min-width: 992px) {
  .width-lg-702 {
    width: 702px;
  }
}
@media (min-width: 1200px) {
  .width-xl-702 {
    width: 702px;
  }

  .height-xl-702 {
    height: 702px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-702 {
    width: 702px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-702 {
    min-height: 702px;
  }

  .max-height-lg-702 {
    max-height: 702px !important;
  }
}
.max-width-703 {
  max-width: 703px;
}

.min-width-703 {
  min-width: 703px;
}

.min-height-703 {
  min-height: 703px;
}

.max-height-703 {
  max-height: 703px;
}

.width-703 {
  width: 703px;
}

.height-703 {
  height: 703px;
}

@media (min-width: 768px) {
  .width-md-703 {
    width: 703px;
  }
}
@media (min-width: 992px) {
  .width-lg-703 {
    width: 703px;
  }
}
@media (min-width: 1200px) {
  .width-xl-703 {
    width: 703px;
  }

  .height-xl-703 {
    height: 703px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-703 {
    width: 703px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-703 {
    min-height: 703px;
  }

  .max-height-lg-703 {
    max-height: 703px !important;
  }
}
.max-width-704 {
  max-width: 704px;
}

.min-width-704 {
  min-width: 704px;
}

.min-height-704 {
  min-height: 704px;
}

.max-height-704 {
  max-height: 704px;
}

.width-704 {
  width: 704px;
}

.height-704 {
  height: 704px;
}

@media (min-width: 768px) {
  .width-md-704 {
    width: 704px;
  }
}
@media (min-width: 992px) {
  .width-lg-704 {
    width: 704px;
  }
}
@media (min-width: 1200px) {
  .width-xl-704 {
    width: 704px;
  }

  .height-xl-704 {
    height: 704px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-704 {
    width: 704px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-704 {
    min-height: 704px;
  }

  .max-height-lg-704 {
    max-height: 704px !important;
  }
}
.max-width-705 {
  max-width: 705px;
}

.min-width-705 {
  min-width: 705px;
}

.min-height-705 {
  min-height: 705px;
}

.max-height-705 {
  max-height: 705px;
}

.width-705 {
  width: 705px;
}

.height-705 {
  height: 705px;
}

@media (min-width: 768px) {
  .width-md-705 {
    width: 705px;
  }
}
@media (min-width: 992px) {
  .width-lg-705 {
    width: 705px;
  }
}
@media (min-width: 1200px) {
  .width-xl-705 {
    width: 705px;
  }

  .height-xl-705 {
    height: 705px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-705 {
    width: 705px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-705 {
    min-height: 705px;
  }

  .max-height-lg-705 {
    max-height: 705px !important;
  }
}
.max-width-706 {
  max-width: 706px;
}

.min-width-706 {
  min-width: 706px;
}

.min-height-706 {
  min-height: 706px;
}

.max-height-706 {
  max-height: 706px;
}

.width-706 {
  width: 706px;
}

.height-706 {
  height: 706px;
}

@media (min-width: 768px) {
  .width-md-706 {
    width: 706px;
  }
}
@media (min-width: 992px) {
  .width-lg-706 {
    width: 706px;
  }
}
@media (min-width: 1200px) {
  .width-xl-706 {
    width: 706px;
  }

  .height-xl-706 {
    height: 706px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-706 {
    width: 706px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-706 {
    min-height: 706px;
  }

  .max-height-lg-706 {
    max-height: 706px !important;
  }
}
.max-width-707 {
  max-width: 707px;
}

.min-width-707 {
  min-width: 707px;
}

.min-height-707 {
  min-height: 707px;
}

.max-height-707 {
  max-height: 707px;
}

.width-707 {
  width: 707px;
}

.height-707 {
  height: 707px;
}

@media (min-width: 768px) {
  .width-md-707 {
    width: 707px;
  }
}
@media (min-width: 992px) {
  .width-lg-707 {
    width: 707px;
  }
}
@media (min-width: 1200px) {
  .width-xl-707 {
    width: 707px;
  }

  .height-xl-707 {
    height: 707px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-707 {
    width: 707px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-707 {
    min-height: 707px;
  }

  .max-height-lg-707 {
    max-height: 707px !important;
  }
}
.max-width-708 {
  max-width: 708px;
}

.min-width-708 {
  min-width: 708px;
}

.min-height-708 {
  min-height: 708px;
}

.max-height-708 {
  max-height: 708px;
}

.width-708 {
  width: 708px;
}

.height-708 {
  height: 708px;
}

@media (min-width: 768px) {
  .width-md-708 {
    width: 708px;
  }
}
@media (min-width: 992px) {
  .width-lg-708 {
    width: 708px;
  }
}
@media (min-width: 1200px) {
  .width-xl-708 {
    width: 708px;
  }

  .height-xl-708 {
    height: 708px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-708 {
    width: 708px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-708 {
    min-height: 708px;
  }

  .max-height-lg-708 {
    max-height: 708px !important;
  }
}
.max-width-709 {
  max-width: 709px;
}

.min-width-709 {
  min-width: 709px;
}

.min-height-709 {
  min-height: 709px;
}

.max-height-709 {
  max-height: 709px;
}

.width-709 {
  width: 709px;
}

.height-709 {
  height: 709px;
}

@media (min-width: 768px) {
  .width-md-709 {
    width: 709px;
  }
}
@media (min-width: 992px) {
  .width-lg-709 {
    width: 709px;
  }
}
@media (min-width: 1200px) {
  .width-xl-709 {
    width: 709px;
  }

  .height-xl-709 {
    height: 709px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-709 {
    width: 709px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-709 {
    min-height: 709px;
  }

  .max-height-lg-709 {
    max-height: 709px !important;
  }
}
.max-width-710 {
  max-width: 710px;
}

.min-width-710 {
  min-width: 710px;
}

.min-height-710 {
  min-height: 710px;
}

.max-height-710 {
  max-height: 710px;
}

.width-710 {
  width: 710px;
}

.height-710 {
  height: 710px;
}

@media (min-width: 768px) {
  .width-md-710 {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .width-lg-710 {
    width: 710px;
  }
}
@media (min-width: 1200px) {
  .width-xl-710 {
    width: 710px;
  }

  .height-xl-710 {
    height: 710px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-710 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-710 {
    min-height: 710px;
  }

  .max-height-lg-710 {
    max-height: 710px !important;
  }
}
.max-width-711 {
  max-width: 711px;
}

.min-width-711 {
  min-width: 711px;
}

.min-height-711 {
  min-height: 711px;
}

.max-height-711 {
  max-height: 711px;
}

.width-711 {
  width: 711px;
}

.height-711 {
  height: 711px;
}

@media (min-width: 768px) {
  .width-md-711 {
    width: 711px;
  }
}
@media (min-width: 992px) {
  .width-lg-711 {
    width: 711px;
  }
}
@media (min-width: 1200px) {
  .width-xl-711 {
    width: 711px;
  }

  .height-xl-711 {
    height: 711px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-711 {
    width: 711px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-711 {
    min-height: 711px;
  }

  .max-height-lg-711 {
    max-height: 711px !important;
  }
}
.max-width-712 {
  max-width: 712px;
}

.min-width-712 {
  min-width: 712px;
}

.min-height-712 {
  min-height: 712px;
}

.max-height-712 {
  max-height: 712px;
}

.width-712 {
  width: 712px;
}

.height-712 {
  height: 712px;
}

@media (min-width: 768px) {
  .width-md-712 {
    width: 712px;
  }
}
@media (min-width: 992px) {
  .width-lg-712 {
    width: 712px;
  }
}
@media (min-width: 1200px) {
  .width-xl-712 {
    width: 712px;
  }

  .height-xl-712 {
    height: 712px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-712 {
    width: 712px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-712 {
    min-height: 712px;
  }

  .max-height-lg-712 {
    max-height: 712px !important;
  }
}
.max-width-713 {
  max-width: 713px;
}

.min-width-713 {
  min-width: 713px;
}

.min-height-713 {
  min-height: 713px;
}

.max-height-713 {
  max-height: 713px;
}

.width-713 {
  width: 713px;
}

.height-713 {
  height: 713px;
}

@media (min-width: 768px) {
  .width-md-713 {
    width: 713px;
  }
}
@media (min-width: 992px) {
  .width-lg-713 {
    width: 713px;
  }
}
@media (min-width: 1200px) {
  .width-xl-713 {
    width: 713px;
  }

  .height-xl-713 {
    height: 713px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-713 {
    width: 713px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-713 {
    min-height: 713px;
  }

  .max-height-lg-713 {
    max-height: 713px !important;
  }
}
.max-width-714 {
  max-width: 714px;
}

.min-width-714 {
  min-width: 714px;
}

.min-height-714 {
  min-height: 714px;
}

.max-height-714 {
  max-height: 714px;
}

.width-714 {
  width: 714px;
}

.height-714 {
  height: 714px;
}

@media (min-width: 768px) {
  .width-md-714 {
    width: 714px;
  }
}
@media (min-width: 992px) {
  .width-lg-714 {
    width: 714px;
  }
}
@media (min-width: 1200px) {
  .width-xl-714 {
    width: 714px;
  }

  .height-xl-714 {
    height: 714px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-714 {
    width: 714px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-714 {
    min-height: 714px;
  }

  .max-height-lg-714 {
    max-height: 714px !important;
  }
}
.max-width-715 {
  max-width: 715px;
}

.min-width-715 {
  min-width: 715px;
}

.min-height-715 {
  min-height: 715px;
}

.max-height-715 {
  max-height: 715px;
}

.width-715 {
  width: 715px;
}

.height-715 {
  height: 715px;
}

@media (min-width: 768px) {
  .width-md-715 {
    width: 715px;
  }
}
@media (min-width: 992px) {
  .width-lg-715 {
    width: 715px;
  }
}
@media (min-width: 1200px) {
  .width-xl-715 {
    width: 715px;
  }

  .height-xl-715 {
    height: 715px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-715 {
    width: 715px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-715 {
    min-height: 715px;
  }

  .max-height-lg-715 {
    max-height: 715px !important;
  }
}
.max-width-716 {
  max-width: 716px;
}

.min-width-716 {
  min-width: 716px;
}

.min-height-716 {
  min-height: 716px;
}

.max-height-716 {
  max-height: 716px;
}

.width-716 {
  width: 716px;
}

.height-716 {
  height: 716px;
}

@media (min-width: 768px) {
  .width-md-716 {
    width: 716px;
  }
}
@media (min-width: 992px) {
  .width-lg-716 {
    width: 716px;
  }
}
@media (min-width: 1200px) {
  .width-xl-716 {
    width: 716px;
  }

  .height-xl-716 {
    height: 716px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-716 {
    width: 716px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-716 {
    min-height: 716px;
  }

  .max-height-lg-716 {
    max-height: 716px !important;
  }
}
.max-width-717 {
  max-width: 717px;
}

.min-width-717 {
  min-width: 717px;
}

.min-height-717 {
  min-height: 717px;
}

.max-height-717 {
  max-height: 717px;
}

.width-717 {
  width: 717px;
}

.height-717 {
  height: 717px;
}

@media (min-width: 768px) {
  .width-md-717 {
    width: 717px;
  }
}
@media (min-width: 992px) {
  .width-lg-717 {
    width: 717px;
  }
}
@media (min-width: 1200px) {
  .width-xl-717 {
    width: 717px;
  }

  .height-xl-717 {
    height: 717px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-717 {
    width: 717px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-717 {
    min-height: 717px;
  }

  .max-height-lg-717 {
    max-height: 717px !important;
  }
}
.max-width-718 {
  max-width: 718px;
}

.min-width-718 {
  min-width: 718px;
}

.min-height-718 {
  min-height: 718px;
}

.max-height-718 {
  max-height: 718px;
}

.width-718 {
  width: 718px;
}

.height-718 {
  height: 718px;
}

@media (min-width: 768px) {
  .width-md-718 {
    width: 718px;
  }
}
@media (min-width: 992px) {
  .width-lg-718 {
    width: 718px;
  }
}
@media (min-width: 1200px) {
  .width-xl-718 {
    width: 718px;
  }

  .height-xl-718 {
    height: 718px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-718 {
    width: 718px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-718 {
    min-height: 718px;
  }

  .max-height-lg-718 {
    max-height: 718px !important;
  }
}
.max-width-719 {
  max-width: 719px;
}

.min-width-719 {
  min-width: 719px;
}

.min-height-719 {
  min-height: 719px;
}

.max-height-719 {
  max-height: 719px;
}

.width-719 {
  width: 719px;
}

.height-719 {
  height: 719px;
}

@media (min-width: 768px) {
  .width-md-719 {
    width: 719px;
  }
}
@media (min-width: 992px) {
  .width-lg-719 {
    width: 719px;
  }
}
@media (min-width: 1200px) {
  .width-xl-719 {
    width: 719px;
  }

  .height-xl-719 {
    height: 719px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-719 {
    width: 719px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-719 {
    min-height: 719px;
  }

  .max-height-lg-719 {
    max-height: 719px !important;
  }
}
.max-width-720 {
  max-width: 720px;
}

.min-width-720 {
  min-width: 720px;
}

.min-height-720 {
  min-height: 720px;
}

.max-height-720 {
  max-height: 720px;
}

.width-720 {
  width: 720px;
}

.height-720 {
  height: 720px;
}

@media (min-width: 768px) {
  .width-md-720 {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .width-lg-720 {
    width: 720px;
  }
}
@media (min-width: 1200px) {
  .width-xl-720 {
    width: 720px;
  }

  .height-xl-720 {
    height: 720px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-720 {
    width: 720px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-720 {
    min-height: 720px;
  }

  .max-height-lg-720 {
    max-height: 720px !important;
  }
}
.max-width-721 {
  max-width: 721px;
}

.min-width-721 {
  min-width: 721px;
}

.min-height-721 {
  min-height: 721px;
}

.max-height-721 {
  max-height: 721px;
}

.width-721 {
  width: 721px;
}

.height-721 {
  height: 721px;
}

@media (min-width: 768px) {
  .width-md-721 {
    width: 721px;
  }
}
@media (min-width: 992px) {
  .width-lg-721 {
    width: 721px;
  }
}
@media (min-width: 1200px) {
  .width-xl-721 {
    width: 721px;
  }

  .height-xl-721 {
    height: 721px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-721 {
    width: 721px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-721 {
    min-height: 721px;
  }

  .max-height-lg-721 {
    max-height: 721px !important;
  }
}
.max-width-722 {
  max-width: 722px;
}

.min-width-722 {
  min-width: 722px;
}

.min-height-722 {
  min-height: 722px;
}

.max-height-722 {
  max-height: 722px;
}

.width-722 {
  width: 722px;
}

.height-722 {
  height: 722px;
}

@media (min-width: 768px) {
  .width-md-722 {
    width: 722px;
  }
}
@media (min-width: 992px) {
  .width-lg-722 {
    width: 722px;
  }
}
@media (min-width: 1200px) {
  .width-xl-722 {
    width: 722px;
  }

  .height-xl-722 {
    height: 722px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-722 {
    width: 722px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-722 {
    min-height: 722px;
  }

  .max-height-lg-722 {
    max-height: 722px !important;
  }
}
.max-width-723 {
  max-width: 723px;
}

.min-width-723 {
  min-width: 723px;
}

.min-height-723 {
  min-height: 723px;
}

.max-height-723 {
  max-height: 723px;
}

.width-723 {
  width: 723px;
}

.height-723 {
  height: 723px;
}

@media (min-width: 768px) {
  .width-md-723 {
    width: 723px;
  }
}
@media (min-width: 992px) {
  .width-lg-723 {
    width: 723px;
  }
}
@media (min-width: 1200px) {
  .width-xl-723 {
    width: 723px;
  }

  .height-xl-723 {
    height: 723px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-723 {
    width: 723px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-723 {
    min-height: 723px;
  }

  .max-height-lg-723 {
    max-height: 723px !important;
  }
}
.max-width-724 {
  max-width: 724px;
}

.min-width-724 {
  min-width: 724px;
}

.min-height-724 {
  min-height: 724px;
}

.max-height-724 {
  max-height: 724px;
}

.width-724 {
  width: 724px;
}

.height-724 {
  height: 724px;
}

@media (min-width: 768px) {
  .width-md-724 {
    width: 724px;
  }
}
@media (min-width: 992px) {
  .width-lg-724 {
    width: 724px;
  }
}
@media (min-width: 1200px) {
  .width-xl-724 {
    width: 724px;
  }

  .height-xl-724 {
    height: 724px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-724 {
    width: 724px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-724 {
    min-height: 724px;
  }

  .max-height-lg-724 {
    max-height: 724px !important;
  }
}
.max-width-725 {
  max-width: 725px;
}

.min-width-725 {
  min-width: 725px;
}

.min-height-725 {
  min-height: 725px;
}

.max-height-725 {
  max-height: 725px;
}

.width-725 {
  width: 725px;
}

.height-725 {
  height: 725px;
}

@media (min-width: 768px) {
  .width-md-725 {
    width: 725px;
  }
}
@media (min-width: 992px) {
  .width-lg-725 {
    width: 725px;
  }
}
@media (min-width: 1200px) {
  .width-xl-725 {
    width: 725px;
  }

  .height-xl-725 {
    height: 725px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-725 {
    width: 725px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-725 {
    min-height: 725px;
  }

  .max-height-lg-725 {
    max-height: 725px !important;
  }
}
.max-width-726 {
  max-width: 726px;
}

.min-width-726 {
  min-width: 726px;
}

.min-height-726 {
  min-height: 726px;
}

.max-height-726 {
  max-height: 726px;
}

.width-726 {
  width: 726px;
}

.height-726 {
  height: 726px;
}

@media (min-width: 768px) {
  .width-md-726 {
    width: 726px;
  }
}
@media (min-width: 992px) {
  .width-lg-726 {
    width: 726px;
  }
}
@media (min-width: 1200px) {
  .width-xl-726 {
    width: 726px;
  }

  .height-xl-726 {
    height: 726px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-726 {
    width: 726px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-726 {
    min-height: 726px;
  }

  .max-height-lg-726 {
    max-height: 726px !important;
  }
}
.max-width-727 {
  max-width: 727px;
}

.min-width-727 {
  min-width: 727px;
}

.min-height-727 {
  min-height: 727px;
}

.max-height-727 {
  max-height: 727px;
}

.width-727 {
  width: 727px;
}

.height-727 {
  height: 727px;
}

@media (min-width: 768px) {
  .width-md-727 {
    width: 727px;
  }
}
@media (min-width: 992px) {
  .width-lg-727 {
    width: 727px;
  }
}
@media (min-width: 1200px) {
  .width-xl-727 {
    width: 727px;
  }

  .height-xl-727 {
    height: 727px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-727 {
    width: 727px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-727 {
    min-height: 727px;
  }

  .max-height-lg-727 {
    max-height: 727px !important;
  }
}
.max-width-728 {
  max-width: 728px;
}

.min-width-728 {
  min-width: 728px;
}

.min-height-728 {
  min-height: 728px;
}

.max-height-728 {
  max-height: 728px;
}

.width-728 {
  width: 728px;
}

.height-728 {
  height: 728px;
}

@media (min-width: 768px) {
  .width-md-728 {
    width: 728px;
  }
}
@media (min-width: 992px) {
  .width-lg-728 {
    width: 728px;
  }
}
@media (min-width: 1200px) {
  .width-xl-728 {
    width: 728px;
  }

  .height-xl-728 {
    height: 728px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-728 {
    width: 728px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-728 {
    min-height: 728px;
  }

  .max-height-lg-728 {
    max-height: 728px !important;
  }
}
.max-width-729 {
  max-width: 729px;
}

.min-width-729 {
  min-width: 729px;
}

.min-height-729 {
  min-height: 729px;
}

.max-height-729 {
  max-height: 729px;
}

.width-729 {
  width: 729px;
}

.height-729 {
  height: 729px;
}

@media (min-width: 768px) {
  .width-md-729 {
    width: 729px;
  }
}
@media (min-width: 992px) {
  .width-lg-729 {
    width: 729px;
  }
}
@media (min-width: 1200px) {
  .width-xl-729 {
    width: 729px;
  }

  .height-xl-729 {
    height: 729px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-729 {
    width: 729px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-729 {
    min-height: 729px;
  }

  .max-height-lg-729 {
    max-height: 729px !important;
  }
}
.max-width-730 {
  max-width: 730px;
}

.min-width-730 {
  min-width: 730px;
}

.min-height-730 {
  min-height: 730px;
}

.max-height-730 {
  max-height: 730px;
}

.width-730 {
  width: 730px;
}

.height-730 {
  height: 730px;
}

@media (min-width: 768px) {
  .width-md-730 {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .width-lg-730 {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .width-xl-730 {
    width: 730px;
  }

  .height-xl-730 {
    height: 730px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-730 {
    width: 730px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-730 {
    min-height: 730px;
  }

  .max-height-lg-730 {
    max-height: 730px !important;
  }
}
.max-width-731 {
  max-width: 731px;
}

.min-width-731 {
  min-width: 731px;
}

.min-height-731 {
  min-height: 731px;
}

.max-height-731 {
  max-height: 731px;
}

.width-731 {
  width: 731px;
}

.height-731 {
  height: 731px;
}

@media (min-width: 768px) {
  .width-md-731 {
    width: 731px;
  }
}
@media (min-width: 992px) {
  .width-lg-731 {
    width: 731px;
  }
}
@media (min-width: 1200px) {
  .width-xl-731 {
    width: 731px;
  }

  .height-xl-731 {
    height: 731px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-731 {
    width: 731px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-731 {
    min-height: 731px;
  }

  .max-height-lg-731 {
    max-height: 731px !important;
  }
}
.max-width-732 {
  max-width: 732px;
}

.min-width-732 {
  min-width: 732px;
}

.min-height-732 {
  min-height: 732px;
}

.max-height-732 {
  max-height: 732px;
}

.width-732 {
  width: 732px;
}

.height-732 {
  height: 732px;
}

@media (min-width: 768px) {
  .width-md-732 {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .width-lg-732 {
    width: 732px;
  }
}
@media (min-width: 1200px) {
  .width-xl-732 {
    width: 732px;
  }

  .height-xl-732 {
    height: 732px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-732 {
    width: 732px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-732 {
    min-height: 732px;
  }

  .max-height-lg-732 {
    max-height: 732px !important;
  }
}
.max-width-733 {
  max-width: 733px;
}

.min-width-733 {
  min-width: 733px;
}

.min-height-733 {
  min-height: 733px;
}

.max-height-733 {
  max-height: 733px;
}

.width-733 {
  width: 733px;
}

.height-733 {
  height: 733px;
}

@media (min-width: 768px) {
  .width-md-733 {
    width: 733px;
  }
}
@media (min-width: 992px) {
  .width-lg-733 {
    width: 733px;
  }
}
@media (min-width: 1200px) {
  .width-xl-733 {
    width: 733px;
  }

  .height-xl-733 {
    height: 733px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-733 {
    width: 733px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-733 {
    min-height: 733px;
  }

  .max-height-lg-733 {
    max-height: 733px !important;
  }
}
.max-width-734 {
  max-width: 734px;
}

.min-width-734 {
  min-width: 734px;
}

.min-height-734 {
  min-height: 734px;
}

.max-height-734 {
  max-height: 734px;
}

.width-734 {
  width: 734px;
}

.height-734 {
  height: 734px;
}

@media (min-width: 768px) {
  .width-md-734 {
    width: 734px;
  }
}
@media (min-width: 992px) {
  .width-lg-734 {
    width: 734px;
  }
}
@media (min-width: 1200px) {
  .width-xl-734 {
    width: 734px;
  }

  .height-xl-734 {
    height: 734px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-734 {
    width: 734px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-734 {
    min-height: 734px;
  }

  .max-height-lg-734 {
    max-height: 734px !important;
  }
}
.max-width-735 {
  max-width: 735px;
}

.min-width-735 {
  min-width: 735px;
}

.min-height-735 {
  min-height: 735px;
}

.max-height-735 {
  max-height: 735px;
}

.width-735 {
  width: 735px;
}

.height-735 {
  height: 735px;
}

@media (min-width: 768px) {
  .width-md-735 {
    width: 735px;
  }
}
@media (min-width: 992px) {
  .width-lg-735 {
    width: 735px;
  }
}
@media (min-width: 1200px) {
  .width-xl-735 {
    width: 735px;
  }

  .height-xl-735 {
    height: 735px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-735 {
    width: 735px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-735 {
    min-height: 735px;
  }

  .max-height-lg-735 {
    max-height: 735px !important;
  }
}
.max-width-736 {
  max-width: 736px;
}

.min-width-736 {
  min-width: 736px;
}

.min-height-736 {
  min-height: 736px;
}

.max-height-736 {
  max-height: 736px;
}

.width-736 {
  width: 736px;
}

.height-736 {
  height: 736px;
}

@media (min-width: 768px) {
  .width-md-736 {
    width: 736px;
  }
}
@media (min-width: 992px) {
  .width-lg-736 {
    width: 736px;
  }
}
@media (min-width: 1200px) {
  .width-xl-736 {
    width: 736px;
  }

  .height-xl-736 {
    height: 736px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-736 {
    width: 736px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-736 {
    min-height: 736px;
  }

  .max-height-lg-736 {
    max-height: 736px !important;
  }
}
.max-width-737 {
  max-width: 737px;
}

.min-width-737 {
  min-width: 737px;
}

.min-height-737 {
  min-height: 737px;
}

.max-height-737 {
  max-height: 737px;
}

.width-737 {
  width: 737px;
}

.height-737 {
  height: 737px;
}

@media (min-width: 768px) {
  .width-md-737 {
    width: 737px;
  }
}
@media (min-width: 992px) {
  .width-lg-737 {
    width: 737px;
  }
}
@media (min-width: 1200px) {
  .width-xl-737 {
    width: 737px;
  }

  .height-xl-737 {
    height: 737px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-737 {
    width: 737px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-737 {
    min-height: 737px;
  }

  .max-height-lg-737 {
    max-height: 737px !important;
  }
}
.max-width-738 {
  max-width: 738px;
}

.min-width-738 {
  min-width: 738px;
}

.min-height-738 {
  min-height: 738px;
}

.max-height-738 {
  max-height: 738px;
}

.width-738 {
  width: 738px;
}

.height-738 {
  height: 738px;
}

@media (min-width: 768px) {
  .width-md-738 {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .width-lg-738 {
    width: 738px;
  }
}
@media (min-width: 1200px) {
  .width-xl-738 {
    width: 738px;
  }

  .height-xl-738 {
    height: 738px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-738 {
    width: 738px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-738 {
    min-height: 738px;
  }

  .max-height-lg-738 {
    max-height: 738px !important;
  }
}
.max-width-739 {
  max-width: 739px;
}

.min-width-739 {
  min-width: 739px;
}

.min-height-739 {
  min-height: 739px;
}

.max-height-739 {
  max-height: 739px;
}

.width-739 {
  width: 739px;
}

.height-739 {
  height: 739px;
}

@media (min-width: 768px) {
  .width-md-739 {
    width: 739px;
  }
}
@media (min-width: 992px) {
  .width-lg-739 {
    width: 739px;
  }
}
@media (min-width: 1200px) {
  .width-xl-739 {
    width: 739px;
  }

  .height-xl-739 {
    height: 739px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-739 {
    width: 739px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-739 {
    min-height: 739px;
  }

  .max-height-lg-739 {
    max-height: 739px !important;
  }
}
.max-width-740 {
  max-width: 740px;
}

.min-width-740 {
  min-width: 740px;
}

.min-height-740 {
  min-height: 740px;
}

.max-height-740 {
  max-height: 740px;
}

.width-740 {
  width: 740px;
}

.height-740 {
  height: 740px;
}

@media (min-width: 768px) {
  .width-md-740 {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .width-lg-740 {
    width: 740px;
  }
}
@media (min-width: 1200px) {
  .width-xl-740 {
    width: 740px;
  }

  .height-xl-740 {
    height: 740px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-740 {
    width: 740px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-740 {
    min-height: 740px;
  }

  .max-height-lg-740 {
    max-height: 740px !important;
  }
}
.max-width-741 {
  max-width: 741px;
}

.min-width-741 {
  min-width: 741px;
}

.min-height-741 {
  min-height: 741px;
}

.max-height-741 {
  max-height: 741px;
}

.width-741 {
  width: 741px;
}

.height-741 {
  height: 741px;
}

@media (min-width: 768px) {
  .width-md-741 {
    width: 741px;
  }
}
@media (min-width: 992px) {
  .width-lg-741 {
    width: 741px;
  }
}
@media (min-width: 1200px) {
  .width-xl-741 {
    width: 741px;
  }

  .height-xl-741 {
    height: 741px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-741 {
    width: 741px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-741 {
    min-height: 741px;
  }

  .max-height-lg-741 {
    max-height: 741px !important;
  }
}
.max-width-742 {
  max-width: 742px;
}

.min-width-742 {
  min-width: 742px;
}

.min-height-742 {
  min-height: 742px;
}

.max-height-742 {
  max-height: 742px;
}

.width-742 {
  width: 742px;
}

.height-742 {
  height: 742px;
}

@media (min-width: 768px) {
  .width-md-742 {
    width: 742px;
  }
}
@media (min-width: 992px) {
  .width-lg-742 {
    width: 742px;
  }
}
@media (min-width: 1200px) {
  .width-xl-742 {
    width: 742px;
  }

  .height-xl-742 {
    height: 742px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-742 {
    width: 742px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-742 {
    min-height: 742px;
  }

  .max-height-lg-742 {
    max-height: 742px !important;
  }
}
.max-width-743 {
  max-width: 743px;
}

.min-width-743 {
  min-width: 743px;
}

.min-height-743 {
  min-height: 743px;
}

.max-height-743 {
  max-height: 743px;
}

.width-743 {
  width: 743px;
}

.height-743 {
  height: 743px;
}

@media (min-width: 768px) {
  .width-md-743 {
    width: 743px;
  }
}
@media (min-width: 992px) {
  .width-lg-743 {
    width: 743px;
  }
}
@media (min-width: 1200px) {
  .width-xl-743 {
    width: 743px;
  }

  .height-xl-743 {
    height: 743px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-743 {
    width: 743px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-743 {
    min-height: 743px;
  }

  .max-height-lg-743 {
    max-height: 743px !important;
  }
}
.max-width-744 {
  max-width: 744px;
}

.min-width-744 {
  min-width: 744px;
}

.min-height-744 {
  min-height: 744px;
}

.max-height-744 {
  max-height: 744px;
}

.width-744 {
  width: 744px;
}

.height-744 {
  height: 744px;
}

@media (min-width: 768px) {
  .width-md-744 {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .width-lg-744 {
    width: 744px;
  }
}
@media (min-width: 1200px) {
  .width-xl-744 {
    width: 744px;
  }

  .height-xl-744 {
    height: 744px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-744 {
    width: 744px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-744 {
    min-height: 744px;
  }

  .max-height-lg-744 {
    max-height: 744px !important;
  }
}
.max-width-745 {
  max-width: 745px;
}

.min-width-745 {
  min-width: 745px;
}

.min-height-745 {
  min-height: 745px;
}

.max-height-745 {
  max-height: 745px;
}

.width-745 {
  width: 745px;
}

.height-745 {
  height: 745px;
}

@media (min-width: 768px) {
  .width-md-745 {
    width: 745px;
  }
}
@media (min-width: 992px) {
  .width-lg-745 {
    width: 745px;
  }
}
@media (min-width: 1200px) {
  .width-xl-745 {
    width: 745px;
  }

  .height-xl-745 {
    height: 745px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-745 {
    width: 745px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-745 {
    min-height: 745px;
  }

  .max-height-lg-745 {
    max-height: 745px !important;
  }
}
.max-width-746 {
  max-width: 746px;
}

.min-width-746 {
  min-width: 746px;
}

.min-height-746 {
  min-height: 746px;
}

.max-height-746 {
  max-height: 746px;
}

.width-746 {
  width: 746px;
}

.height-746 {
  height: 746px;
}

@media (min-width: 768px) {
  .width-md-746 {
    width: 746px;
  }
}
@media (min-width: 992px) {
  .width-lg-746 {
    width: 746px;
  }
}
@media (min-width: 1200px) {
  .width-xl-746 {
    width: 746px;
  }

  .height-xl-746 {
    height: 746px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-746 {
    width: 746px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-746 {
    min-height: 746px;
  }

  .max-height-lg-746 {
    max-height: 746px !important;
  }
}
.max-width-747 {
  max-width: 747px;
}

.min-width-747 {
  min-width: 747px;
}

.min-height-747 {
  min-height: 747px;
}

.max-height-747 {
  max-height: 747px;
}

.width-747 {
  width: 747px;
}

.height-747 {
  height: 747px;
}

@media (min-width: 768px) {
  .width-md-747 {
    width: 747px;
  }
}
@media (min-width: 992px) {
  .width-lg-747 {
    width: 747px;
  }
}
@media (min-width: 1200px) {
  .width-xl-747 {
    width: 747px;
  }

  .height-xl-747 {
    height: 747px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-747 {
    width: 747px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-747 {
    min-height: 747px;
  }

  .max-height-lg-747 {
    max-height: 747px !important;
  }
}
.max-width-748 {
  max-width: 748px;
}

.min-width-748 {
  min-width: 748px;
}

.min-height-748 {
  min-height: 748px;
}

.max-height-748 {
  max-height: 748px;
}

.width-748 {
  width: 748px;
}

.height-748 {
  height: 748px;
}

@media (min-width: 768px) {
  .width-md-748 {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .width-lg-748 {
    width: 748px;
  }
}
@media (min-width: 1200px) {
  .width-xl-748 {
    width: 748px;
  }

  .height-xl-748 {
    height: 748px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-748 {
    width: 748px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-748 {
    min-height: 748px;
  }

  .max-height-lg-748 {
    max-height: 748px !important;
  }
}
.max-width-749 {
  max-width: 749px;
}

.min-width-749 {
  min-width: 749px;
}

.min-height-749 {
  min-height: 749px;
}

.max-height-749 {
  max-height: 749px;
}

.width-749 {
  width: 749px;
}

.height-749 {
  height: 749px;
}

@media (min-width: 768px) {
  .width-md-749 {
    width: 749px;
  }
}
@media (min-width: 992px) {
  .width-lg-749 {
    width: 749px;
  }
}
@media (min-width: 1200px) {
  .width-xl-749 {
    width: 749px;
  }

  .height-xl-749 {
    height: 749px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-749 {
    width: 749px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-749 {
    min-height: 749px;
  }

  .max-height-lg-749 {
    max-height: 749px !important;
  }
}
.max-width-750 {
  max-width: 750px;
}

.min-width-750 {
  min-width: 750px;
}

.min-height-750 {
  min-height: 750px;
}

.max-height-750 {
  max-height: 750px;
}

.width-750 {
  width: 750px;
}

.height-750 {
  height: 750px;
}

@media (min-width: 768px) {
  .width-md-750 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .width-lg-750 {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .width-xl-750 {
    width: 750px;
  }

  .height-xl-750 {
    height: 750px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-750 {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-750 {
    min-height: 750px;
  }

  .max-height-lg-750 {
    max-height: 750px !important;
  }
}
.max-width-751 {
  max-width: 751px;
}

.min-width-751 {
  min-width: 751px;
}

.min-height-751 {
  min-height: 751px;
}

.max-height-751 {
  max-height: 751px;
}

.width-751 {
  width: 751px;
}

.height-751 {
  height: 751px;
}

@media (min-width: 768px) {
  .width-md-751 {
    width: 751px;
  }
}
@media (min-width: 992px) {
  .width-lg-751 {
    width: 751px;
  }
}
@media (min-width: 1200px) {
  .width-xl-751 {
    width: 751px;
  }

  .height-xl-751 {
    height: 751px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-751 {
    width: 751px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-751 {
    min-height: 751px;
  }

  .max-height-lg-751 {
    max-height: 751px !important;
  }
}
.max-width-752 {
  max-width: 752px;
}

.min-width-752 {
  min-width: 752px;
}

.min-height-752 {
  min-height: 752px;
}

.max-height-752 {
  max-height: 752px;
}

.width-752 {
  width: 752px;
}

.height-752 {
  height: 752px;
}

@media (min-width: 768px) {
  .width-md-752 {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .width-lg-752 {
    width: 752px;
  }
}
@media (min-width: 1200px) {
  .width-xl-752 {
    width: 752px;
  }

  .height-xl-752 {
    height: 752px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-752 {
    width: 752px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-752 {
    min-height: 752px;
  }

  .max-height-lg-752 {
    max-height: 752px !important;
  }
}
.max-width-753 {
  max-width: 753px;
}

.min-width-753 {
  min-width: 753px;
}

.min-height-753 {
  min-height: 753px;
}

.max-height-753 {
  max-height: 753px;
}

.width-753 {
  width: 753px;
}

.height-753 {
  height: 753px;
}

@media (min-width: 768px) {
  .width-md-753 {
    width: 753px;
  }
}
@media (min-width: 992px) {
  .width-lg-753 {
    width: 753px;
  }
}
@media (min-width: 1200px) {
  .width-xl-753 {
    width: 753px;
  }

  .height-xl-753 {
    height: 753px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-753 {
    width: 753px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-753 {
    min-height: 753px;
  }

  .max-height-lg-753 {
    max-height: 753px !important;
  }
}
.max-width-754 {
  max-width: 754px;
}

.min-width-754 {
  min-width: 754px;
}

.min-height-754 {
  min-height: 754px;
}

.max-height-754 {
  max-height: 754px;
}

.width-754 {
  width: 754px;
}

.height-754 {
  height: 754px;
}

@media (min-width: 768px) {
  .width-md-754 {
    width: 754px;
  }
}
@media (min-width: 992px) {
  .width-lg-754 {
    width: 754px;
  }
}
@media (min-width: 1200px) {
  .width-xl-754 {
    width: 754px;
  }

  .height-xl-754 {
    height: 754px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-754 {
    width: 754px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-754 {
    min-height: 754px;
  }

  .max-height-lg-754 {
    max-height: 754px !important;
  }
}
.max-width-755 {
  max-width: 755px;
}

.min-width-755 {
  min-width: 755px;
}

.min-height-755 {
  min-height: 755px;
}

.max-height-755 {
  max-height: 755px;
}

.width-755 {
  width: 755px;
}

.height-755 {
  height: 755px;
}

@media (min-width: 768px) {
  .width-md-755 {
    width: 755px;
  }
}
@media (min-width: 992px) {
  .width-lg-755 {
    width: 755px;
  }
}
@media (min-width: 1200px) {
  .width-xl-755 {
    width: 755px;
  }

  .height-xl-755 {
    height: 755px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-755 {
    width: 755px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-755 {
    min-height: 755px;
  }

  .max-height-lg-755 {
    max-height: 755px !important;
  }
}
.max-width-756 {
  max-width: 756px;
}

.min-width-756 {
  min-width: 756px;
}

.min-height-756 {
  min-height: 756px;
}

.max-height-756 {
  max-height: 756px;
}

.width-756 {
  width: 756px;
}

.height-756 {
  height: 756px;
}

@media (min-width: 768px) {
  .width-md-756 {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .width-lg-756 {
    width: 756px;
  }
}
@media (min-width: 1200px) {
  .width-xl-756 {
    width: 756px;
  }

  .height-xl-756 {
    height: 756px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-756 {
    width: 756px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-756 {
    min-height: 756px;
  }

  .max-height-lg-756 {
    max-height: 756px !important;
  }
}
.max-width-757 {
  max-width: 757px;
}

.min-width-757 {
  min-width: 757px;
}

.min-height-757 {
  min-height: 757px;
}

.max-height-757 {
  max-height: 757px;
}

.width-757 {
  width: 757px;
}

.height-757 {
  height: 757px;
}

@media (min-width: 768px) {
  .width-md-757 {
    width: 757px;
  }
}
@media (min-width: 992px) {
  .width-lg-757 {
    width: 757px;
  }
}
@media (min-width: 1200px) {
  .width-xl-757 {
    width: 757px;
  }

  .height-xl-757 {
    height: 757px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-757 {
    width: 757px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-757 {
    min-height: 757px;
  }

  .max-height-lg-757 {
    max-height: 757px !important;
  }
}
.max-width-758 {
  max-width: 758px;
}

.min-width-758 {
  min-width: 758px;
}

.min-height-758 {
  min-height: 758px;
}

.max-height-758 {
  max-height: 758px;
}

.width-758 {
  width: 758px;
}

.height-758 {
  height: 758px;
}

@media (min-width: 768px) {
  .width-md-758 {
    width: 758px;
  }
}
@media (min-width: 992px) {
  .width-lg-758 {
    width: 758px;
  }
}
@media (min-width: 1200px) {
  .width-xl-758 {
    width: 758px;
  }

  .height-xl-758 {
    height: 758px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-758 {
    width: 758px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-758 {
    min-height: 758px;
  }

  .max-height-lg-758 {
    max-height: 758px !important;
  }
}
.max-width-759 {
  max-width: 759px;
}

.min-width-759 {
  min-width: 759px;
}

.min-height-759 {
  min-height: 759px;
}

.max-height-759 {
  max-height: 759px;
}

.width-759 {
  width: 759px;
}

.height-759 {
  height: 759px;
}

@media (min-width: 768px) {
  .width-md-759 {
    width: 759px;
  }
}
@media (min-width: 992px) {
  .width-lg-759 {
    width: 759px;
  }
}
@media (min-width: 1200px) {
  .width-xl-759 {
    width: 759px;
  }

  .height-xl-759 {
    height: 759px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-759 {
    width: 759px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-759 {
    min-height: 759px;
  }

  .max-height-lg-759 {
    max-height: 759px !important;
  }
}
.max-width-760 {
  max-width: 760px;
}

.min-width-760 {
  min-width: 760px;
}

.min-height-760 {
  min-height: 760px;
}

.max-height-760 {
  max-height: 760px;
}

.width-760 {
  width: 760px;
}

.height-760 {
  height: 760px;
}

@media (min-width: 768px) {
  .width-md-760 {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .width-lg-760 {
    width: 760px;
  }
}
@media (min-width: 1200px) {
  .width-xl-760 {
    width: 760px;
  }

  .height-xl-760 {
    height: 760px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-760 {
    width: 760px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-760 {
    min-height: 760px;
  }

  .max-height-lg-760 {
    max-height: 760px !important;
  }
}
.max-width-761 {
  max-width: 761px;
}

.min-width-761 {
  min-width: 761px;
}

.min-height-761 {
  min-height: 761px;
}

.max-height-761 {
  max-height: 761px;
}

.width-761 {
  width: 761px;
}

.height-761 {
  height: 761px;
}

@media (min-width: 768px) {
  .width-md-761 {
    width: 761px;
  }
}
@media (min-width: 992px) {
  .width-lg-761 {
    width: 761px;
  }
}
@media (min-width: 1200px) {
  .width-xl-761 {
    width: 761px;
  }

  .height-xl-761 {
    height: 761px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-761 {
    width: 761px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-761 {
    min-height: 761px;
  }

  .max-height-lg-761 {
    max-height: 761px !important;
  }
}
.max-width-762 {
  max-width: 762px;
}

.min-width-762 {
  min-width: 762px;
}

.min-height-762 {
  min-height: 762px;
}

.max-height-762 {
  max-height: 762px;
}

.width-762 {
  width: 762px;
}

.height-762 {
  height: 762px;
}

@media (min-width: 768px) {
  .width-md-762 {
    width: 762px;
  }
}
@media (min-width: 992px) {
  .width-lg-762 {
    width: 762px;
  }
}
@media (min-width: 1200px) {
  .width-xl-762 {
    width: 762px;
  }

  .height-xl-762 {
    height: 762px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-762 {
    width: 762px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-762 {
    min-height: 762px;
  }

  .max-height-lg-762 {
    max-height: 762px !important;
  }
}
.max-width-763 {
  max-width: 763px;
}

.min-width-763 {
  min-width: 763px;
}

.min-height-763 {
  min-height: 763px;
}

.max-height-763 {
  max-height: 763px;
}

.width-763 {
  width: 763px;
}

.height-763 {
  height: 763px;
}

@media (min-width: 768px) {
  .width-md-763 {
    width: 763px;
  }
}
@media (min-width: 992px) {
  .width-lg-763 {
    width: 763px;
  }
}
@media (min-width: 1200px) {
  .width-xl-763 {
    width: 763px;
  }

  .height-xl-763 {
    height: 763px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-763 {
    width: 763px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-763 {
    min-height: 763px;
  }

  .max-height-lg-763 {
    max-height: 763px !important;
  }
}
.max-width-764 {
  max-width: 764px;
}

.min-width-764 {
  min-width: 764px;
}

.min-height-764 {
  min-height: 764px;
}

.max-height-764 {
  max-height: 764px;
}

.width-764 {
  width: 764px;
}

.height-764 {
  height: 764px;
}

@media (min-width: 768px) {
  .width-md-764 {
    width: 764px;
  }
}
@media (min-width: 992px) {
  .width-lg-764 {
    width: 764px;
  }
}
@media (min-width: 1200px) {
  .width-xl-764 {
    width: 764px;
  }

  .height-xl-764 {
    height: 764px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-764 {
    width: 764px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-764 {
    min-height: 764px;
  }

  .max-height-lg-764 {
    max-height: 764px !important;
  }
}
.max-width-765 {
  max-width: 765px;
}

.min-width-765 {
  min-width: 765px;
}

.min-height-765 {
  min-height: 765px;
}

.max-height-765 {
  max-height: 765px;
}

.width-765 {
  width: 765px;
}

.height-765 {
  height: 765px;
}

@media (min-width: 768px) {
  .width-md-765 {
    width: 765px;
  }
}
@media (min-width: 992px) {
  .width-lg-765 {
    width: 765px;
  }
}
@media (min-width: 1200px) {
  .width-xl-765 {
    width: 765px;
  }

  .height-xl-765 {
    height: 765px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-765 {
    width: 765px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-765 {
    min-height: 765px;
  }

  .max-height-lg-765 {
    max-height: 765px !important;
  }
}
.max-width-766 {
  max-width: 766px;
}

.min-width-766 {
  min-width: 766px;
}

.min-height-766 {
  min-height: 766px;
}

.max-height-766 {
  max-height: 766px;
}

.width-766 {
  width: 766px;
}

.height-766 {
  height: 766px;
}

@media (min-width: 768px) {
  .width-md-766 {
    width: 766px;
  }
}
@media (min-width: 992px) {
  .width-lg-766 {
    width: 766px;
  }
}
@media (min-width: 1200px) {
  .width-xl-766 {
    width: 766px;
  }

  .height-xl-766 {
    height: 766px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-766 {
    width: 766px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-766 {
    min-height: 766px;
  }

  .max-height-lg-766 {
    max-height: 766px !important;
  }
}
.max-width-767 {
  max-width: 767px;
}

.min-width-767 {
  min-width: 767px;
}

.min-height-767 {
  min-height: 767px;
}

.max-height-767 {
  max-height: 767px;
}

.width-767 {
  width: 767px;
}

.height-767 {
  height: 767px;
}

@media (min-width: 768px) {
  .width-md-767 {
    width: 767px;
  }
}
@media (min-width: 992px) {
  .width-lg-767 {
    width: 767px;
  }
}
@media (min-width: 1200px) {
  .width-xl-767 {
    width: 767px;
  }

  .height-xl-767 {
    height: 767px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-767 {
    width: 767px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-767 {
    min-height: 767px;
  }

  .max-height-lg-767 {
    max-height: 767px !important;
  }
}
.max-width-768 {
  max-width: 768px;
}

.min-width-768 {
  min-width: 768px;
}

.min-height-768 {
  min-height: 768px;
}

.max-height-768 {
  max-height: 768px;
}

.width-768 {
  width: 768px;
}

.height-768 {
  height: 768px;
}

@media (min-width: 768px) {
  .width-md-768 {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .width-lg-768 {
    width: 768px;
  }
}
@media (min-width: 1200px) {
  .width-xl-768 {
    width: 768px;
  }

  .height-xl-768 {
    height: 768px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-768 {
    width: 768px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-768 {
    min-height: 768px;
  }

  .max-height-lg-768 {
    max-height: 768px !important;
  }
}
.max-width-769 {
  max-width: 769px;
}

.min-width-769 {
  min-width: 769px;
}

.min-height-769 {
  min-height: 769px;
}

.max-height-769 {
  max-height: 769px;
}

.width-769 {
  width: 769px;
}

.height-769 {
  height: 769px;
}

@media (min-width: 768px) {
  .width-md-769 {
    width: 769px;
  }
}
@media (min-width: 992px) {
  .width-lg-769 {
    width: 769px;
  }
}
@media (min-width: 1200px) {
  .width-xl-769 {
    width: 769px;
  }

  .height-xl-769 {
    height: 769px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-769 {
    width: 769px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-769 {
    min-height: 769px;
  }

  .max-height-lg-769 {
    max-height: 769px !important;
  }
}
.max-width-770 {
  max-width: 770px;
}

.min-width-770 {
  min-width: 770px;
}

.min-height-770 {
  min-height: 770px;
}

.max-height-770 {
  max-height: 770px;
}

.width-770 {
  width: 770px;
}

.height-770 {
  height: 770px;
}

@media (min-width: 768px) {
  .width-md-770 {
    width: 770px;
  }
}
@media (min-width: 992px) {
  .width-lg-770 {
    width: 770px;
  }
}
@media (min-width: 1200px) {
  .width-xl-770 {
    width: 770px;
  }

  .height-xl-770 {
    height: 770px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-770 {
    width: 770px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-770 {
    min-height: 770px;
  }

  .max-height-lg-770 {
    max-height: 770px !important;
  }
}
.max-width-771 {
  max-width: 771px;
}

.min-width-771 {
  min-width: 771px;
}

.min-height-771 {
  min-height: 771px;
}

.max-height-771 {
  max-height: 771px;
}

.width-771 {
  width: 771px;
}

.height-771 {
  height: 771px;
}

@media (min-width: 768px) {
  .width-md-771 {
    width: 771px;
  }
}
@media (min-width: 992px) {
  .width-lg-771 {
    width: 771px;
  }
}
@media (min-width: 1200px) {
  .width-xl-771 {
    width: 771px;
  }

  .height-xl-771 {
    height: 771px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-771 {
    width: 771px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-771 {
    min-height: 771px;
  }

  .max-height-lg-771 {
    max-height: 771px !important;
  }
}
.max-width-772 {
  max-width: 772px;
}

.min-width-772 {
  min-width: 772px;
}

.min-height-772 {
  min-height: 772px;
}

.max-height-772 {
  max-height: 772px;
}

.width-772 {
  width: 772px;
}

.height-772 {
  height: 772px;
}

@media (min-width: 768px) {
  .width-md-772 {
    width: 772px;
  }
}
@media (min-width: 992px) {
  .width-lg-772 {
    width: 772px;
  }
}
@media (min-width: 1200px) {
  .width-xl-772 {
    width: 772px;
  }

  .height-xl-772 {
    height: 772px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-772 {
    width: 772px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-772 {
    min-height: 772px;
  }

  .max-height-lg-772 {
    max-height: 772px !important;
  }
}
.max-width-773 {
  max-width: 773px;
}

.min-width-773 {
  min-width: 773px;
}

.min-height-773 {
  min-height: 773px;
}

.max-height-773 {
  max-height: 773px;
}

.width-773 {
  width: 773px;
}

.height-773 {
  height: 773px;
}

@media (min-width: 768px) {
  .width-md-773 {
    width: 773px;
  }
}
@media (min-width: 992px) {
  .width-lg-773 {
    width: 773px;
  }
}
@media (min-width: 1200px) {
  .width-xl-773 {
    width: 773px;
  }

  .height-xl-773 {
    height: 773px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-773 {
    width: 773px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-773 {
    min-height: 773px;
  }

  .max-height-lg-773 {
    max-height: 773px !important;
  }
}
.max-width-774 {
  max-width: 774px;
}

.min-width-774 {
  min-width: 774px;
}

.min-height-774 {
  min-height: 774px;
}

.max-height-774 {
  max-height: 774px;
}

.width-774 {
  width: 774px;
}

.height-774 {
  height: 774px;
}

@media (min-width: 768px) {
  .width-md-774 {
    width: 774px;
  }
}
@media (min-width: 992px) {
  .width-lg-774 {
    width: 774px;
  }
}
@media (min-width: 1200px) {
  .width-xl-774 {
    width: 774px;
  }

  .height-xl-774 {
    height: 774px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-774 {
    width: 774px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-774 {
    min-height: 774px;
  }

  .max-height-lg-774 {
    max-height: 774px !important;
  }
}
.max-width-775 {
  max-width: 775px;
}

.min-width-775 {
  min-width: 775px;
}

.min-height-775 {
  min-height: 775px;
}

.max-height-775 {
  max-height: 775px;
}

.width-775 {
  width: 775px;
}

.height-775 {
  height: 775px;
}

@media (min-width: 768px) {
  .width-md-775 {
    width: 775px;
  }
}
@media (min-width: 992px) {
  .width-lg-775 {
    width: 775px;
  }
}
@media (min-width: 1200px) {
  .width-xl-775 {
    width: 775px;
  }

  .height-xl-775 {
    height: 775px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-775 {
    width: 775px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-775 {
    min-height: 775px;
  }

  .max-height-lg-775 {
    max-height: 775px !important;
  }
}
.max-width-776 {
  max-width: 776px;
}

.min-width-776 {
  min-width: 776px;
}

.min-height-776 {
  min-height: 776px;
}

.max-height-776 {
  max-height: 776px;
}

.width-776 {
  width: 776px;
}

.height-776 {
  height: 776px;
}

@media (min-width: 768px) {
  .width-md-776 {
    width: 776px;
  }
}
@media (min-width: 992px) {
  .width-lg-776 {
    width: 776px;
  }
}
@media (min-width: 1200px) {
  .width-xl-776 {
    width: 776px;
  }

  .height-xl-776 {
    height: 776px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-776 {
    width: 776px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-776 {
    min-height: 776px;
  }

  .max-height-lg-776 {
    max-height: 776px !important;
  }
}
.max-width-777 {
  max-width: 777px;
}

.min-width-777 {
  min-width: 777px;
}

.min-height-777 {
  min-height: 777px;
}

.max-height-777 {
  max-height: 777px;
}

.width-777 {
  width: 777px;
}

.height-777 {
  height: 777px;
}

@media (min-width: 768px) {
  .width-md-777 {
    width: 777px;
  }
}
@media (min-width: 992px) {
  .width-lg-777 {
    width: 777px;
  }
}
@media (min-width: 1200px) {
  .width-xl-777 {
    width: 777px;
  }

  .height-xl-777 {
    height: 777px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-777 {
    width: 777px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-777 {
    min-height: 777px;
  }

  .max-height-lg-777 {
    max-height: 777px !important;
  }
}
.max-width-778 {
  max-width: 778px;
}

.min-width-778 {
  min-width: 778px;
}

.min-height-778 {
  min-height: 778px;
}

.max-height-778 {
  max-height: 778px;
}

.width-778 {
  width: 778px;
}

.height-778 {
  height: 778px;
}

@media (min-width: 768px) {
  .width-md-778 {
    width: 778px;
  }
}
@media (min-width: 992px) {
  .width-lg-778 {
    width: 778px;
  }
}
@media (min-width: 1200px) {
  .width-xl-778 {
    width: 778px;
  }

  .height-xl-778 {
    height: 778px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-778 {
    width: 778px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-778 {
    min-height: 778px;
  }

  .max-height-lg-778 {
    max-height: 778px !important;
  }
}
.max-width-779 {
  max-width: 779px;
}

.min-width-779 {
  min-width: 779px;
}

.min-height-779 {
  min-height: 779px;
}

.max-height-779 {
  max-height: 779px;
}

.width-779 {
  width: 779px;
}

.height-779 {
  height: 779px;
}

@media (min-width: 768px) {
  .width-md-779 {
    width: 779px;
  }
}
@media (min-width: 992px) {
  .width-lg-779 {
    width: 779px;
  }
}
@media (min-width: 1200px) {
  .width-xl-779 {
    width: 779px;
  }

  .height-xl-779 {
    height: 779px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-779 {
    width: 779px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-779 {
    min-height: 779px;
  }

  .max-height-lg-779 {
    max-height: 779px !important;
  }
}
.max-width-780 {
  max-width: 780px;
}

.min-width-780 {
  min-width: 780px;
}

.min-height-780 {
  min-height: 780px;
}

.max-height-780 {
  max-height: 780px;
}

.width-780 {
  width: 780px;
}

.height-780 {
  height: 780px;
}

@media (min-width: 768px) {
  .width-md-780 {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .width-lg-780 {
    width: 780px;
  }
}
@media (min-width: 1200px) {
  .width-xl-780 {
    width: 780px;
  }

  .height-xl-780 {
    height: 780px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-780 {
    width: 780px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-780 {
    min-height: 780px;
  }

  .max-height-lg-780 {
    max-height: 780px !important;
  }
}
.max-width-781 {
  max-width: 781px;
}

.min-width-781 {
  min-width: 781px;
}

.min-height-781 {
  min-height: 781px;
}

.max-height-781 {
  max-height: 781px;
}

.width-781 {
  width: 781px;
}

.height-781 {
  height: 781px;
}

@media (min-width: 768px) {
  .width-md-781 {
    width: 781px;
  }
}
@media (min-width: 992px) {
  .width-lg-781 {
    width: 781px;
  }
}
@media (min-width: 1200px) {
  .width-xl-781 {
    width: 781px;
  }

  .height-xl-781 {
    height: 781px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-781 {
    width: 781px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-781 {
    min-height: 781px;
  }

  .max-height-lg-781 {
    max-height: 781px !important;
  }
}
.max-width-782 {
  max-width: 782px;
}

.min-width-782 {
  min-width: 782px;
}

.min-height-782 {
  min-height: 782px;
}

.max-height-782 {
  max-height: 782px;
}

.width-782 {
  width: 782px;
}

.height-782 {
  height: 782px;
}

@media (min-width: 768px) {
  .width-md-782 {
    width: 782px;
  }
}
@media (min-width: 992px) {
  .width-lg-782 {
    width: 782px;
  }
}
@media (min-width: 1200px) {
  .width-xl-782 {
    width: 782px;
  }

  .height-xl-782 {
    height: 782px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-782 {
    width: 782px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-782 {
    min-height: 782px;
  }

  .max-height-lg-782 {
    max-height: 782px !important;
  }
}
.max-width-783 {
  max-width: 783px;
}

.min-width-783 {
  min-width: 783px;
}

.min-height-783 {
  min-height: 783px;
}

.max-height-783 {
  max-height: 783px;
}

.width-783 {
  width: 783px;
}

.height-783 {
  height: 783px;
}

@media (min-width: 768px) {
  .width-md-783 {
    width: 783px;
  }
}
@media (min-width: 992px) {
  .width-lg-783 {
    width: 783px;
  }
}
@media (min-width: 1200px) {
  .width-xl-783 {
    width: 783px;
  }

  .height-xl-783 {
    height: 783px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-783 {
    width: 783px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-783 {
    min-height: 783px;
  }

  .max-height-lg-783 {
    max-height: 783px !important;
  }
}
.max-width-784 {
  max-width: 784px;
}

.min-width-784 {
  min-width: 784px;
}

.min-height-784 {
  min-height: 784px;
}

.max-height-784 {
  max-height: 784px;
}

.width-784 {
  width: 784px;
}

.height-784 {
  height: 784px;
}

@media (min-width: 768px) {
  .width-md-784 {
    width: 784px;
  }
}
@media (min-width: 992px) {
  .width-lg-784 {
    width: 784px;
  }
}
@media (min-width: 1200px) {
  .width-xl-784 {
    width: 784px;
  }

  .height-xl-784 {
    height: 784px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-784 {
    width: 784px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-784 {
    min-height: 784px;
  }

  .max-height-lg-784 {
    max-height: 784px !important;
  }
}
.max-width-785 {
  max-width: 785px;
}

.min-width-785 {
  min-width: 785px;
}

.min-height-785 {
  min-height: 785px;
}

.max-height-785 {
  max-height: 785px;
}

.width-785 {
  width: 785px;
}

.height-785 {
  height: 785px;
}

@media (min-width: 768px) {
  .width-md-785 {
    width: 785px;
  }
}
@media (min-width: 992px) {
  .width-lg-785 {
    width: 785px;
  }
}
@media (min-width: 1200px) {
  .width-xl-785 {
    width: 785px;
  }

  .height-xl-785 {
    height: 785px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-785 {
    width: 785px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-785 {
    min-height: 785px;
  }

  .max-height-lg-785 {
    max-height: 785px !important;
  }
}
.max-width-786 {
  max-width: 786px;
}

.min-width-786 {
  min-width: 786px;
}

.min-height-786 {
  min-height: 786px;
}

.max-height-786 {
  max-height: 786px;
}

.width-786 {
  width: 786px;
}

.height-786 {
  height: 786px;
}

@media (min-width: 768px) {
  .width-md-786 {
    width: 786px;
  }
}
@media (min-width: 992px) {
  .width-lg-786 {
    width: 786px;
  }
}
@media (min-width: 1200px) {
  .width-xl-786 {
    width: 786px;
  }

  .height-xl-786 {
    height: 786px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-786 {
    width: 786px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-786 {
    min-height: 786px;
  }

  .max-height-lg-786 {
    max-height: 786px !important;
  }
}
.max-width-787 {
  max-width: 787px;
}

.min-width-787 {
  min-width: 787px;
}

.min-height-787 {
  min-height: 787px;
}

.max-height-787 {
  max-height: 787px;
}

.width-787 {
  width: 787px;
}

.height-787 {
  height: 787px;
}

@media (min-width: 768px) {
  .width-md-787 {
    width: 787px;
  }
}
@media (min-width: 992px) {
  .width-lg-787 {
    width: 787px;
  }
}
@media (min-width: 1200px) {
  .width-xl-787 {
    width: 787px;
  }

  .height-xl-787 {
    height: 787px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-787 {
    width: 787px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-787 {
    min-height: 787px;
  }

  .max-height-lg-787 {
    max-height: 787px !important;
  }
}
.max-width-788 {
  max-width: 788px;
}

.min-width-788 {
  min-width: 788px;
}

.min-height-788 {
  min-height: 788px;
}

.max-height-788 {
  max-height: 788px;
}

.width-788 {
  width: 788px;
}

.height-788 {
  height: 788px;
}

@media (min-width: 768px) {
  .width-md-788 {
    width: 788px;
  }
}
@media (min-width: 992px) {
  .width-lg-788 {
    width: 788px;
  }
}
@media (min-width: 1200px) {
  .width-xl-788 {
    width: 788px;
  }

  .height-xl-788 {
    height: 788px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-788 {
    width: 788px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-788 {
    min-height: 788px;
  }

  .max-height-lg-788 {
    max-height: 788px !important;
  }
}
.max-width-789 {
  max-width: 789px;
}

.min-width-789 {
  min-width: 789px;
}

.min-height-789 {
  min-height: 789px;
}

.max-height-789 {
  max-height: 789px;
}

.width-789 {
  width: 789px;
}

.height-789 {
  height: 789px;
}

@media (min-width: 768px) {
  .width-md-789 {
    width: 789px;
  }
}
@media (min-width: 992px) {
  .width-lg-789 {
    width: 789px;
  }
}
@media (min-width: 1200px) {
  .width-xl-789 {
    width: 789px;
  }

  .height-xl-789 {
    height: 789px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-789 {
    width: 789px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-789 {
    min-height: 789px;
  }

  .max-height-lg-789 {
    max-height: 789px !important;
  }
}
.max-width-790 {
  max-width: 790px;
}

.min-width-790 {
  min-width: 790px;
}

.min-height-790 {
  min-height: 790px;
}

.max-height-790 {
  max-height: 790px;
}

.width-790 {
  width: 790px;
}

.height-790 {
  height: 790px;
}

@media (min-width: 768px) {
  .width-md-790 {
    width: 790px;
  }
}
@media (min-width: 992px) {
  .width-lg-790 {
    width: 790px;
  }
}
@media (min-width: 1200px) {
  .width-xl-790 {
    width: 790px;
  }

  .height-xl-790 {
    height: 790px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-790 {
    width: 790px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-790 {
    min-height: 790px;
  }

  .max-height-lg-790 {
    max-height: 790px !important;
  }
}
.max-width-791 {
  max-width: 791px;
}

.min-width-791 {
  min-width: 791px;
}

.min-height-791 {
  min-height: 791px;
}

.max-height-791 {
  max-height: 791px;
}

.width-791 {
  width: 791px;
}

.height-791 {
  height: 791px;
}

@media (min-width: 768px) {
  .width-md-791 {
    width: 791px;
  }
}
@media (min-width: 992px) {
  .width-lg-791 {
    width: 791px;
  }
}
@media (min-width: 1200px) {
  .width-xl-791 {
    width: 791px;
  }

  .height-xl-791 {
    height: 791px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-791 {
    width: 791px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-791 {
    min-height: 791px;
  }

  .max-height-lg-791 {
    max-height: 791px !important;
  }
}
.max-width-792 {
  max-width: 792px;
}

.min-width-792 {
  min-width: 792px;
}

.min-height-792 {
  min-height: 792px;
}

.max-height-792 {
  max-height: 792px;
}

.width-792 {
  width: 792px;
}

.height-792 {
  height: 792px;
}

@media (min-width: 768px) {
  .width-md-792 {
    width: 792px;
  }
}
@media (min-width: 992px) {
  .width-lg-792 {
    width: 792px;
  }
}
@media (min-width: 1200px) {
  .width-xl-792 {
    width: 792px;
  }

  .height-xl-792 {
    height: 792px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-792 {
    width: 792px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-792 {
    min-height: 792px;
  }

  .max-height-lg-792 {
    max-height: 792px !important;
  }
}
.max-width-793 {
  max-width: 793px;
}

.min-width-793 {
  min-width: 793px;
}

.min-height-793 {
  min-height: 793px;
}

.max-height-793 {
  max-height: 793px;
}

.width-793 {
  width: 793px;
}

.height-793 {
  height: 793px;
}

@media (min-width: 768px) {
  .width-md-793 {
    width: 793px;
  }
}
@media (min-width: 992px) {
  .width-lg-793 {
    width: 793px;
  }
}
@media (min-width: 1200px) {
  .width-xl-793 {
    width: 793px;
  }

  .height-xl-793 {
    height: 793px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-793 {
    width: 793px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-793 {
    min-height: 793px;
  }

  .max-height-lg-793 {
    max-height: 793px !important;
  }
}
.max-width-794 {
  max-width: 794px;
}

.min-width-794 {
  min-width: 794px;
}

.min-height-794 {
  min-height: 794px;
}

.max-height-794 {
  max-height: 794px;
}

.width-794 {
  width: 794px;
}

.height-794 {
  height: 794px;
}

@media (min-width: 768px) {
  .width-md-794 {
    width: 794px;
  }
}
@media (min-width: 992px) {
  .width-lg-794 {
    width: 794px;
  }
}
@media (min-width: 1200px) {
  .width-xl-794 {
    width: 794px;
  }

  .height-xl-794 {
    height: 794px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-794 {
    width: 794px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-794 {
    min-height: 794px;
  }

  .max-height-lg-794 {
    max-height: 794px !important;
  }
}
.max-width-795 {
  max-width: 795px;
}

.min-width-795 {
  min-width: 795px;
}

.min-height-795 {
  min-height: 795px;
}

.max-height-795 {
  max-height: 795px;
}

.width-795 {
  width: 795px;
}

.height-795 {
  height: 795px;
}

@media (min-width: 768px) {
  .width-md-795 {
    width: 795px;
  }
}
@media (min-width: 992px) {
  .width-lg-795 {
    width: 795px;
  }
}
@media (min-width: 1200px) {
  .width-xl-795 {
    width: 795px;
  }

  .height-xl-795 {
    height: 795px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-795 {
    width: 795px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-795 {
    min-height: 795px;
  }

  .max-height-lg-795 {
    max-height: 795px !important;
  }
}
.max-width-796 {
  max-width: 796px;
}

.min-width-796 {
  min-width: 796px;
}

.min-height-796 {
  min-height: 796px;
}

.max-height-796 {
  max-height: 796px;
}

.width-796 {
  width: 796px;
}

.height-796 {
  height: 796px;
}

@media (min-width: 768px) {
  .width-md-796 {
    width: 796px;
  }
}
@media (min-width: 992px) {
  .width-lg-796 {
    width: 796px;
  }
}
@media (min-width: 1200px) {
  .width-xl-796 {
    width: 796px;
  }

  .height-xl-796 {
    height: 796px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-796 {
    width: 796px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-796 {
    min-height: 796px;
  }

  .max-height-lg-796 {
    max-height: 796px !important;
  }
}
.max-width-797 {
  max-width: 797px;
}

.min-width-797 {
  min-width: 797px;
}

.min-height-797 {
  min-height: 797px;
}

.max-height-797 {
  max-height: 797px;
}

.width-797 {
  width: 797px;
}

.height-797 {
  height: 797px;
}

@media (min-width: 768px) {
  .width-md-797 {
    width: 797px;
  }
}
@media (min-width: 992px) {
  .width-lg-797 {
    width: 797px;
  }
}
@media (min-width: 1200px) {
  .width-xl-797 {
    width: 797px;
  }

  .height-xl-797 {
    height: 797px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-797 {
    width: 797px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-797 {
    min-height: 797px;
  }

  .max-height-lg-797 {
    max-height: 797px !important;
  }
}
.max-width-798 {
  max-width: 798px;
}

.min-width-798 {
  min-width: 798px;
}

.min-height-798 {
  min-height: 798px;
}

.max-height-798 {
  max-height: 798px;
}

.width-798 {
  width: 798px;
}

.height-798 {
  height: 798px;
}

@media (min-width: 768px) {
  .width-md-798 {
    width: 798px;
  }
}
@media (min-width: 992px) {
  .width-lg-798 {
    width: 798px;
  }
}
@media (min-width: 1200px) {
  .width-xl-798 {
    width: 798px;
  }

  .height-xl-798 {
    height: 798px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-798 {
    width: 798px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-798 {
    min-height: 798px;
  }

  .max-height-lg-798 {
    max-height: 798px !important;
  }
}
.max-width-799 {
  max-width: 799px;
}

.min-width-799 {
  min-width: 799px;
}

.min-height-799 {
  min-height: 799px;
}

.max-height-799 {
  max-height: 799px;
}

.width-799 {
  width: 799px;
}

.height-799 {
  height: 799px;
}

@media (min-width: 768px) {
  .width-md-799 {
    width: 799px;
  }
}
@media (min-width: 992px) {
  .width-lg-799 {
    width: 799px;
  }
}
@media (min-width: 1200px) {
  .width-xl-799 {
    width: 799px;
  }

  .height-xl-799 {
    height: 799px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-799 {
    width: 799px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-799 {
    min-height: 799px;
  }

  .max-height-lg-799 {
    max-height: 799px !important;
  }
}
.max-width-800 {
  max-width: 800px;
}

.min-width-800 {
  min-width: 800px;
}

.min-height-800 {
  min-height: 800px;
}

.max-height-800 {
  max-height: 800px;
}

.width-800 {
  width: 800px;
}

.height-800 {
  height: 800px;
}

@media (min-width: 768px) {
  .width-md-800 {
    width: 800px;
  }
}
@media (min-width: 992px) {
  .width-lg-800 {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .width-xl-800 {
    width: 800px;
  }

  .height-xl-800 {
    height: 800px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-800 {
    width: 800px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-800 {
    min-height: 800px;
  }

  .max-height-lg-800 {
    max-height: 800px !important;
  }
}
.max-width-801 {
  max-width: 801px;
}

.min-width-801 {
  min-width: 801px;
}

.min-height-801 {
  min-height: 801px;
}

.max-height-801 {
  max-height: 801px;
}

.width-801 {
  width: 801px;
}

.height-801 {
  height: 801px;
}

@media (min-width: 768px) {
  .width-md-801 {
    width: 801px;
  }
}
@media (min-width: 992px) {
  .width-lg-801 {
    width: 801px;
  }
}
@media (min-width: 1200px) {
  .width-xl-801 {
    width: 801px;
  }

  .height-xl-801 {
    height: 801px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-801 {
    width: 801px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-801 {
    min-height: 801px;
  }

  .max-height-lg-801 {
    max-height: 801px !important;
  }
}
.max-width-802 {
  max-width: 802px;
}

.min-width-802 {
  min-width: 802px;
}

.min-height-802 {
  min-height: 802px;
}

.max-height-802 {
  max-height: 802px;
}

.width-802 {
  width: 802px;
}

.height-802 {
  height: 802px;
}

@media (min-width: 768px) {
  .width-md-802 {
    width: 802px;
  }
}
@media (min-width: 992px) {
  .width-lg-802 {
    width: 802px;
  }
}
@media (min-width: 1200px) {
  .width-xl-802 {
    width: 802px;
  }

  .height-xl-802 {
    height: 802px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-802 {
    width: 802px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-802 {
    min-height: 802px;
  }

  .max-height-lg-802 {
    max-height: 802px !important;
  }
}
.max-width-803 {
  max-width: 803px;
}

.min-width-803 {
  min-width: 803px;
}

.min-height-803 {
  min-height: 803px;
}

.max-height-803 {
  max-height: 803px;
}

.width-803 {
  width: 803px;
}

.height-803 {
  height: 803px;
}

@media (min-width: 768px) {
  .width-md-803 {
    width: 803px;
  }
}
@media (min-width: 992px) {
  .width-lg-803 {
    width: 803px;
  }
}
@media (min-width: 1200px) {
  .width-xl-803 {
    width: 803px;
  }

  .height-xl-803 {
    height: 803px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-803 {
    width: 803px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-803 {
    min-height: 803px;
  }

  .max-height-lg-803 {
    max-height: 803px !important;
  }
}
.max-width-804 {
  max-width: 804px;
}

.min-width-804 {
  min-width: 804px;
}

.min-height-804 {
  min-height: 804px;
}

.max-height-804 {
  max-height: 804px;
}

.width-804 {
  width: 804px;
}

.height-804 {
  height: 804px;
}

@media (min-width: 768px) {
  .width-md-804 {
    width: 804px;
  }
}
@media (min-width: 992px) {
  .width-lg-804 {
    width: 804px;
  }
}
@media (min-width: 1200px) {
  .width-xl-804 {
    width: 804px;
  }

  .height-xl-804 {
    height: 804px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-804 {
    width: 804px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-804 {
    min-height: 804px;
  }

  .max-height-lg-804 {
    max-height: 804px !important;
  }
}
.max-width-805 {
  max-width: 805px;
}

.min-width-805 {
  min-width: 805px;
}

.min-height-805 {
  min-height: 805px;
}

.max-height-805 {
  max-height: 805px;
}

.width-805 {
  width: 805px;
}

.height-805 {
  height: 805px;
}

@media (min-width: 768px) {
  .width-md-805 {
    width: 805px;
  }
}
@media (min-width: 992px) {
  .width-lg-805 {
    width: 805px;
  }
}
@media (min-width: 1200px) {
  .width-xl-805 {
    width: 805px;
  }

  .height-xl-805 {
    height: 805px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-805 {
    width: 805px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-805 {
    min-height: 805px;
  }

  .max-height-lg-805 {
    max-height: 805px !important;
  }
}
.max-width-806 {
  max-width: 806px;
}

.min-width-806 {
  min-width: 806px;
}

.min-height-806 {
  min-height: 806px;
}

.max-height-806 {
  max-height: 806px;
}

.width-806 {
  width: 806px;
}

.height-806 {
  height: 806px;
}

@media (min-width: 768px) {
  .width-md-806 {
    width: 806px;
  }
}
@media (min-width: 992px) {
  .width-lg-806 {
    width: 806px;
  }
}
@media (min-width: 1200px) {
  .width-xl-806 {
    width: 806px;
  }

  .height-xl-806 {
    height: 806px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-806 {
    width: 806px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-806 {
    min-height: 806px;
  }

  .max-height-lg-806 {
    max-height: 806px !important;
  }
}
.max-width-807 {
  max-width: 807px;
}

.min-width-807 {
  min-width: 807px;
}

.min-height-807 {
  min-height: 807px;
}

.max-height-807 {
  max-height: 807px;
}

.width-807 {
  width: 807px;
}

.height-807 {
  height: 807px;
}

@media (min-width: 768px) {
  .width-md-807 {
    width: 807px;
  }
}
@media (min-width: 992px) {
  .width-lg-807 {
    width: 807px;
  }
}
@media (min-width: 1200px) {
  .width-xl-807 {
    width: 807px;
  }

  .height-xl-807 {
    height: 807px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-807 {
    width: 807px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-807 {
    min-height: 807px;
  }

  .max-height-lg-807 {
    max-height: 807px !important;
  }
}
.max-width-808 {
  max-width: 808px;
}

.min-width-808 {
  min-width: 808px;
}

.min-height-808 {
  min-height: 808px;
}

.max-height-808 {
  max-height: 808px;
}

.width-808 {
  width: 808px;
}

.height-808 {
  height: 808px;
}

@media (min-width: 768px) {
  .width-md-808 {
    width: 808px;
  }
}
@media (min-width: 992px) {
  .width-lg-808 {
    width: 808px;
  }
}
@media (min-width: 1200px) {
  .width-xl-808 {
    width: 808px;
  }

  .height-xl-808 {
    height: 808px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-808 {
    width: 808px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-808 {
    min-height: 808px;
  }

  .max-height-lg-808 {
    max-height: 808px !important;
  }
}
.max-width-809 {
  max-width: 809px;
}

.min-width-809 {
  min-width: 809px;
}

.min-height-809 {
  min-height: 809px;
}

.max-height-809 {
  max-height: 809px;
}

.width-809 {
  width: 809px;
}

.height-809 {
  height: 809px;
}

@media (min-width: 768px) {
  .width-md-809 {
    width: 809px;
  }
}
@media (min-width: 992px) {
  .width-lg-809 {
    width: 809px;
  }
}
@media (min-width: 1200px) {
  .width-xl-809 {
    width: 809px;
  }

  .height-xl-809 {
    height: 809px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-809 {
    width: 809px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-809 {
    min-height: 809px;
  }

  .max-height-lg-809 {
    max-height: 809px !important;
  }
}
.max-width-810 {
  max-width: 810px;
}

.min-width-810 {
  min-width: 810px;
}

.min-height-810 {
  min-height: 810px;
}

.max-height-810 {
  max-height: 810px;
}

.width-810 {
  width: 810px;
}

.height-810 {
  height: 810px;
}

@media (min-width: 768px) {
  .width-md-810 {
    width: 810px;
  }
}
@media (min-width: 992px) {
  .width-lg-810 {
    width: 810px;
  }
}
@media (min-width: 1200px) {
  .width-xl-810 {
    width: 810px;
  }

  .height-xl-810 {
    height: 810px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-810 {
    width: 810px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-810 {
    min-height: 810px;
  }

  .max-height-lg-810 {
    max-height: 810px !important;
  }
}
.max-width-811 {
  max-width: 811px;
}

.min-width-811 {
  min-width: 811px;
}

.min-height-811 {
  min-height: 811px;
}

.max-height-811 {
  max-height: 811px;
}

.width-811 {
  width: 811px;
}

.height-811 {
  height: 811px;
}

@media (min-width: 768px) {
  .width-md-811 {
    width: 811px;
  }
}
@media (min-width: 992px) {
  .width-lg-811 {
    width: 811px;
  }
}
@media (min-width: 1200px) {
  .width-xl-811 {
    width: 811px;
  }

  .height-xl-811 {
    height: 811px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-811 {
    width: 811px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-811 {
    min-height: 811px;
  }

  .max-height-lg-811 {
    max-height: 811px !important;
  }
}
.max-width-812 {
  max-width: 812px;
}

.min-width-812 {
  min-width: 812px;
}

.min-height-812 {
  min-height: 812px;
}

.max-height-812 {
  max-height: 812px;
}

.width-812 {
  width: 812px;
}

.height-812 {
  height: 812px;
}

@media (min-width: 768px) {
  .width-md-812 {
    width: 812px;
  }
}
@media (min-width: 992px) {
  .width-lg-812 {
    width: 812px;
  }
}
@media (min-width: 1200px) {
  .width-xl-812 {
    width: 812px;
  }

  .height-xl-812 {
    height: 812px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-812 {
    width: 812px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-812 {
    min-height: 812px;
  }

  .max-height-lg-812 {
    max-height: 812px !important;
  }
}
.max-width-813 {
  max-width: 813px;
}

.min-width-813 {
  min-width: 813px;
}

.min-height-813 {
  min-height: 813px;
}

.max-height-813 {
  max-height: 813px;
}

.width-813 {
  width: 813px;
}

.height-813 {
  height: 813px;
}

@media (min-width: 768px) {
  .width-md-813 {
    width: 813px;
  }
}
@media (min-width: 992px) {
  .width-lg-813 {
    width: 813px;
  }
}
@media (min-width: 1200px) {
  .width-xl-813 {
    width: 813px;
  }

  .height-xl-813 {
    height: 813px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-813 {
    width: 813px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-813 {
    min-height: 813px;
  }

  .max-height-lg-813 {
    max-height: 813px !important;
  }
}
.max-width-814 {
  max-width: 814px;
}

.min-width-814 {
  min-width: 814px;
}

.min-height-814 {
  min-height: 814px;
}

.max-height-814 {
  max-height: 814px;
}

.width-814 {
  width: 814px;
}

.height-814 {
  height: 814px;
}

@media (min-width: 768px) {
  .width-md-814 {
    width: 814px;
  }
}
@media (min-width: 992px) {
  .width-lg-814 {
    width: 814px;
  }
}
@media (min-width: 1200px) {
  .width-xl-814 {
    width: 814px;
  }

  .height-xl-814 {
    height: 814px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-814 {
    width: 814px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-814 {
    min-height: 814px;
  }

  .max-height-lg-814 {
    max-height: 814px !important;
  }
}
.max-width-815 {
  max-width: 815px;
}

.min-width-815 {
  min-width: 815px;
}

.min-height-815 {
  min-height: 815px;
}

.max-height-815 {
  max-height: 815px;
}

.width-815 {
  width: 815px;
}

.height-815 {
  height: 815px;
}

@media (min-width: 768px) {
  .width-md-815 {
    width: 815px;
  }
}
@media (min-width: 992px) {
  .width-lg-815 {
    width: 815px;
  }
}
@media (min-width: 1200px) {
  .width-xl-815 {
    width: 815px;
  }

  .height-xl-815 {
    height: 815px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-815 {
    width: 815px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-815 {
    min-height: 815px;
  }

  .max-height-lg-815 {
    max-height: 815px !important;
  }
}
.max-width-816 {
  max-width: 816px;
}

.min-width-816 {
  min-width: 816px;
}

.min-height-816 {
  min-height: 816px;
}

.max-height-816 {
  max-height: 816px;
}

.width-816 {
  width: 816px;
}

.height-816 {
  height: 816px;
}

@media (min-width: 768px) {
  .width-md-816 {
    width: 816px;
  }
}
@media (min-width: 992px) {
  .width-lg-816 {
    width: 816px;
  }
}
@media (min-width: 1200px) {
  .width-xl-816 {
    width: 816px;
  }

  .height-xl-816 {
    height: 816px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-816 {
    width: 816px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-816 {
    min-height: 816px;
  }

  .max-height-lg-816 {
    max-height: 816px !important;
  }
}
.max-width-817 {
  max-width: 817px;
}

.min-width-817 {
  min-width: 817px;
}

.min-height-817 {
  min-height: 817px;
}

.max-height-817 {
  max-height: 817px;
}

.width-817 {
  width: 817px;
}

.height-817 {
  height: 817px;
}

@media (min-width: 768px) {
  .width-md-817 {
    width: 817px;
  }
}
@media (min-width: 992px) {
  .width-lg-817 {
    width: 817px;
  }
}
@media (min-width: 1200px) {
  .width-xl-817 {
    width: 817px;
  }

  .height-xl-817 {
    height: 817px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-817 {
    width: 817px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-817 {
    min-height: 817px;
  }

  .max-height-lg-817 {
    max-height: 817px !important;
  }
}
.max-width-818 {
  max-width: 818px;
}

.min-width-818 {
  min-width: 818px;
}

.min-height-818 {
  min-height: 818px;
}

.max-height-818 {
  max-height: 818px;
}

.width-818 {
  width: 818px;
}

.height-818 {
  height: 818px;
}

@media (min-width: 768px) {
  .width-md-818 {
    width: 818px;
  }
}
@media (min-width: 992px) {
  .width-lg-818 {
    width: 818px;
  }
}
@media (min-width: 1200px) {
  .width-xl-818 {
    width: 818px;
  }

  .height-xl-818 {
    height: 818px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-818 {
    width: 818px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-818 {
    min-height: 818px;
  }

  .max-height-lg-818 {
    max-height: 818px !important;
  }
}
.max-width-819 {
  max-width: 819px;
}

.min-width-819 {
  min-width: 819px;
}

.min-height-819 {
  min-height: 819px;
}

.max-height-819 {
  max-height: 819px;
}

.width-819 {
  width: 819px;
}

.height-819 {
  height: 819px;
}

@media (min-width: 768px) {
  .width-md-819 {
    width: 819px;
  }
}
@media (min-width: 992px) {
  .width-lg-819 {
    width: 819px;
  }
}
@media (min-width: 1200px) {
  .width-xl-819 {
    width: 819px;
  }

  .height-xl-819 {
    height: 819px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-819 {
    width: 819px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-819 {
    min-height: 819px;
  }

  .max-height-lg-819 {
    max-height: 819px !important;
  }
}
.max-width-820 {
  max-width: 820px;
}

.min-width-820 {
  min-width: 820px;
}

.min-height-820 {
  min-height: 820px;
}

.max-height-820 {
  max-height: 820px;
}

.width-820 {
  width: 820px;
}

.height-820 {
  height: 820px;
}

@media (min-width: 768px) {
  .width-md-820 {
    width: 820px;
  }
}
@media (min-width: 992px) {
  .width-lg-820 {
    width: 820px;
  }
}
@media (min-width: 1200px) {
  .width-xl-820 {
    width: 820px;
  }

  .height-xl-820 {
    height: 820px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-820 {
    width: 820px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-820 {
    min-height: 820px;
  }

  .max-height-lg-820 {
    max-height: 820px !important;
  }
}
.max-width-821 {
  max-width: 821px;
}

.min-width-821 {
  min-width: 821px;
}

.min-height-821 {
  min-height: 821px;
}

.max-height-821 {
  max-height: 821px;
}

.width-821 {
  width: 821px;
}

.height-821 {
  height: 821px;
}

@media (min-width: 768px) {
  .width-md-821 {
    width: 821px;
  }
}
@media (min-width: 992px) {
  .width-lg-821 {
    width: 821px;
  }
}
@media (min-width: 1200px) {
  .width-xl-821 {
    width: 821px;
  }

  .height-xl-821 {
    height: 821px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-821 {
    width: 821px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-821 {
    min-height: 821px;
  }

  .max-height-lg-821 {
    max-height: 821px !important;
  }
}
.max-width-822 {
  max-width: 822px;
}

.min-width-822 {
  min-width: 822px;
}

.min-height-822 {
  min-height: 822px;
}

.max-height-822 {
  max-height: 822px;
}

.width-822 {
  width: 822px;
}

.height-822 {
  height: 822px;
}

@media (min-width: 768px) {
  .width-md-822 {
    width: 822px;
  }
}
@media (min-width: 992px) {
  .width-lg-822 {
    width: 822px;
  }
}
@media (min-width: 1200px) {
  .width-xl-822 {
    width: 822px;
  }

  .height-xl-822 {
    height: 822px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-822 {
    width: 822px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-822 {
    min-height: 822px;
  }

  .max-height-lg-822 {
    max-height: 822px !important;
  }
}
.max-width-823 {
  max-width: 823px;
}

.min-width-823 {
  min-width: 823px;
}

.min-height-823 {
  min-height: 823px;
}

.max-height-823 {
  max-height: 823px;
}

.width-823 {
  width: 823px;
}

.height-823 {
  height: 823px;
}

@media (min-width: 768px) {
  .width-md-823 {
    width: 823px;
  }
}
@media (min-width: 992px) {
  .width-lg-823 {
    width: 823px;
  }
}
@media (min-width: 1200px) {
  .width-xl-823 {
    width: 823px;
  }

  .height-xl-823 {
    height: 823px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-823 {
    width: 823px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-823 {
    min-height: 823px;
  }

  .max-height-lg-823 {
    max-height: 823px !important;
  }
}
.max-width-824 {
  max-width: 824px;
}

.min-width-824 {
  min-width: 824px;
}

.min-height-824 {
  min-height: 824px;
}

.max-height-824 {
  max-height: 824px;
}

.width-824 {
  width: 824px;
}

.height-824 {
  height: 824px;
}

@media (min-width: 768px) {
  .width-md-824 {
    width: 824px;
  }
}
@media (min-width: 992px) {
  .width-lg-824 {
    width: 824px;
  }
}
@media (min-width: 1200px) {
  .width-xl-824 {
    width: 824px;
  }

  .height-xl-824 {
    height: 824px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-824 {
    width: 824px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-824 {
    min-height: 824px;
  }

  .max-height-lg-824 {
    max-height: 824px !important;
  }
}
.max-width-825 {
  max-width: 825px;
}

.min-width-825 {
  min-width: 825px;
}

.min-height-825 {
  min-height: 825px;
}

.max-height-825 {
  max-height: 825px;
}

.width-825 {
  width: 825px;
}

.height-825 {
  height: 825px;
}

@media (min-width: 768px) {
  .width-md-825 {
    width: 825px;
  }
}
@media (min-width: 992px) {
  .width-lg-825 {
    width: 825px;
  }
}
@media (min-width: 1200px) {
  .width-xl-825 {
    width: 825px;
  }

  .height-xl-825 {
    height: 825px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-825 {
    width: 825px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-825 {
    min-height: 825px;
  }

  .max-height-lg-825 {
    max-height: 825px !important;
  }
}
.max-width-826 {
  max-width: 826px;
}

.min-width-826 {
  min-width: 826px;
}

.min-height-826 {
  min-height: 826px;
}

.max-height-826 {
  max-height: 826px;
}

.width-826 {
  width: 826px;
}

.height-826 {
  height: 826px;
}

@media (min-width: 768px) {
  .width-md-826 {
    width: 826px;
  }
}
@media (min-width: 992px) {
  .width-lg-826 {
    width: 826px;
  }
}
@media (min-width: 1200px) {
  .width-xl-826 {
    width: 826px;
  }

  .height-xl-826 {
    height: 826px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-826 {
    width: 826px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-826 {
    min-height: 826px;
  }

  .max-height-lg-826 {
    max-height: 826px !important;
  }
}
.max-width-827 {
  max-width: 827px;
}

.min-width-827 {
  min-width: 827px;
}

.min-height-827 {
  min-height: 827px;
}

.max-height-827 {
  max-height: 827px;
}

.width-827 {
  width: 827px;
}

.height-827 {
  height: 827px;
}

@media (min-width: 768px) {
  .width-md-827 {
    width: 827px;
  }
}
@media (min-width: 992px) {
  .width-lg-827 {
    width: 827px;
  }
}
@media (min-width: 1200px) {
  .width-xl-827 {
    width: 827px;
  }

  .height-xl-827 {
    height: 827px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-827 {
    width: 827px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-827 {
    min-height: 827px;
  }

  .max-height-lg-827 {
    max-height: 827px !important;
  }
}
.max-width-828 {
  max-width: 828px;
}

.min-width-828 {
  min-width: 828px;
}

.min-height-828 {
  min-height: 828px;
}

.max-height-828 {
  max-height: 828px;
}

.width-828 {
  width: 828px;
}

.height-828 {
  height: 828px;
}

@media (min-width: 768px) {
  .width-md-828 {
    width: 828px;
  }
}
@media (min-width: 992px) {
  .width-lg-828 {
    width: 828px;
  }
}
@media (min-width: 1200px) {
  .width-xl-828 {
    width: 828px;
  }

  .height-xl-828 {
    height: 828px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-828 {
    width: 828px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-828 {
    min-height: 828px;
  }

  .max-height-lg-828 {
    max-height: 828px !important;
  }
}
.max-width-829 {
  max-width: 829px;
}

.min-width-829 {
  min-width: 829px;
}

.min-height-829 {
  min-height: 829px;
}

.max-height-829 {
  max-height: 829px;
}

.width-829 {
  width: 829px;
}

.height-829 {
  height: 829px;
}

@media (min-width: 768px) {
  .width-md-829 {
    width: 829px;
  }
}
@media (min-width: 992px) {
  .width-lg-829 {
    width: 829px;
  }
}
@media (min-width: 1200px) {
  .width-xl-829 {
    width: 829px;
  }

  .height-xl-829 {
    height: 829px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-829 {
    width: 829px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-829 {
    min-height: 829px;
  }

  .max-height-lg-829 {
    max-height: 829px !important;
  }
}
.max-width-830 {
  max-width: 830px;
}

.min-width-830 {
  min-width: 830px;
}

.min-height-830 {
  min-height: 830px;
}

.max-height-830 {
  max-height: 830px;
}

.width-830 {
  width: 830px;
}

.height-830 {
  height: 830px;
}

@media (min-width: 768px) {
  .width-md-830 {
    width: 830px;
  }
}
@media (min-width: 992px) {
  .width-lg-830 {
    width: 830px;
  }
}
@media (min-width: 1200px) {
  .width-xl-830 {
    width: 830px;
  }

  .height-xl-830 {
    height: 830px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-830 {
    width: 830px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-830 {
    min-height: 830px;
  }

  .max-height-lg-830 {
    max-height: 830px !important;
  }
}
.max-width-831 {
  max-width: 831px;
}

.min-width-831 {
  min-width: 831px;
}

.min-height-831 {
  min-height: 831px;
}

.max-height-831 {
  max-height: 831px;
}

.width-831 {
  width: 831px;
}

.height-831 {
  height: 831px;
}

@media (min-width: 768px) {
  .width-md-831 {
    width: 831px;
  }
}
@media (min-width: 992px) {
  .width-lg-831 {
    width: 831px;
  }
}
@media (min-width: 1200px) {
  .width-xl-831 {
    width: 831px;
  }

  .height-xl-831 {
    height: 831px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-831 {
    width: 831px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-831 {
    min-height: 831px;
  }

  .max-height-lg-831 {
    max-height: 831px !important;
  }
}
.max-width-832 {
  max-width: 832px;
}

.min-width-832 {
  min-width: 832px;
}

.min-height-832 {
  min-height: 832px;
}

.max-height-832 {
  max-height: 832px;
}

.width-832 {
  width: 832px;
}

.height-832 {
  height: 832px;
}

@media (min-width: 768px) {
  .width-md-832 {
    width: 832px;
  }
}
@media (min-width: 992px) {
  .width-lg-832 {
    width: 832px;
  }
}
@media (min-width: 1200px) {
  .width-xl-832 {
    width: 832px;
  }

  .height-xl-832 {
    height: 832px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-832 {
    width: 832px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-832 {
    min-height: 832px;
  }

  .max-height-lg-832 {
    max-height: 832px !important;
  }
}
.max-width-833 {
  max-width: 833px;
}

.min-width-833 {
  min-width: 833px;
}

.min-height-833 {
  min-height: 833px;
}

.max-height-833 {
  max-height: 833px;
}

.width-833 {
  width: 833px;
}

.height-833 {
  height: 833px;
}

@media (min-width: 768px) {
  .width-md-833 {
    width: 833px;
  }
}
@media (min-width: 992px) {
  .width-lg-833 {
    width: 833px;
  }
}
@media (min-width: 1200px) {
  .width-xl-833 {
    width: 833px;
  }

  .height-xl-833 {
    height: 833px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-833 {
    width: 833px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-833 {
    min-height: 833px;
  }

  .max-height-lg-833 {
    max-height: 833px !important;
  }
}
.max-width-834 {
  max-width: 834px;
}

.min-width-834 {
  min-width: 834px;
}

.min-height-834 {
  min-height: 834px;
}

.max-height-834 {
  max-height: 834px;
}

.width-834 {
  width: 834px;
}

.height-834 {
  height: 834px;
}

@media (min-width: 768px) {
  .width-md-834 {
    width: 834px;
  }
}
@media (min-width: 992px) {
  .width-lg-834 {
    width: 834px;
  }
}
@media (min-width: 1200px) {
  .width-xl-834 {
    width: 834px;
  }

  .height-xl-834 {
    height: 834px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-834 {
    width: 834px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-834 {
    min-height: 834px;
  }

  .max-height-lg-834 {
    max-height: 834px !important;
  }
}
.max-width-835 {
  max-width: 835px;
}

.min-width-835 {
  min-width: 835px;
}

.min-height-835 {
  min-height: 835px;
}

.max-height-835 {
  max-height: 835px;
}

.width-835 {
  width: 835px;
}

.height-835 {
  height: 835px;
}

@media (min-width: 768px) {
  .width-md-835 {
    width: 835px;
  }
}
@media (min-width: 992px) {
  .width-lg-835 {
    width: 835px;
  }
}
@media (min-width: 1200px) {
  .width-xl-835 {
    width: 835px;
  }

  .height-xl-835 {
    height: 835px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-835 {
    width: 835px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-835 {
    min-height: 835px;
  }

  .max-height-lg-835 {
    max-height: 835px !important;
  }
}
.max-width-836 {
  max-width: 836px;
}

.min-width-836 {
  min-width: 836px;
}

.min-height-836 {
  min-height: 836px;
}

.max-height-836 {
  max-height: 836px;
}

.width-836 {
  width: 836px;
}

.height-836 {
  height: 836px;
}

@media (min-width: 768px) {
  .width-md-836 {
    width: 836px;
  }
}
@media (min-width: 992px) {
  .width-lg-836 {
    width: 836px;
  }
}
@media (min-width: 1200px) {
  .width-xl-836 {
    width: 836px;
  }

  .height-xl-836 {
    height: 836px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-836 {
    width: 836px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-836 {
    min-height: 836px;
  }

  .max-height-lg-836 {
    max-height: 836px !important;
  }
}
.max-width-837 {
  max-width: 837px;
}

.min-width-837 {
  min-width: 837px;
}

.min-height-837 {
  min-height: 837px;
}

.max-height-837 {
  max-height: 837px;
}

.width-837 {
  width: 837px;
}

.height-837 {
  height: 837px;
}

@media (min-width: 768px) {
  .width-md-837 {
    width: 837px;
  }
}
@media (min-width: 992px) {
  .width-lg-837 {
    width: 837px;
  }
}
@media (min-width: 1200px) {
  .width-xl-837 {
    width: 837px;
  }

  .height-xl-837 {
    height: 837px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-837 {
    width: 837px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-837 {
    min-height: 837px;
  }

  .max-height-lg-837 {
    max-height: 837px !important;
  }
}
.max-width-838 {
  max-width: 838px;
}

.min-width-838 {
  min-width: 838px;
}

.min-height-838 {
  min-height: 838px;
}

.max-height-838 {
  max-height: 838px;
}

.width-838 {
  width: 838px;
}

.height-838 {
  height: 838px;
}

@media (min-width: 768px) {
  .width-md-838 {
    width: 838px;
  }
}
@media (min-width: 992px) {
  .width-lg-838 {
    width: 838px;
  }
}
@media (min-width: 1200px) {
  .width-xl-838 {
    width: 838px;
  }

  .height-xl-838 {
    height: 838px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-838 {
    width: 838px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-838 {
    min-height: 838px;
  }

  .max-height-lg-838 {
    max-height: 838px !important;
  }
}
.max-width-839 {
  max-width: 839px;
}

.min-width-839 {
  min-width: 839px;
}

.min-height-839 {
  min-height: 839px;
}

.max-height-839 {
  max-height: 839px;
}

.width-839 {
  width: 839px;
}

.height-839 {
  height: 839px;
}

@media (min-width: 768px) {
  .width-md-839 {
    width: 839px;
  }
}
@media (min-width: 992px) {
  .width-lg-839 {
    width: 839px;
  }
}
@media (min-width: 1200px) {
  .width-xl-839 {
    width: 839px;
  }

  .height-xl-839 {
    height: 839px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-839 {
    width: 839px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-839 {
    min-height: 839px;
  }

  .max-height-lg-839 {
    max-height: 839px !important;
  }
}
.max-width-840 {
  max-width: 840px;
}

.min-width-840 {
  min-width: 840px;
}

.min-height-840 {
  min-height: 840px;
}

.max-height-840 {
  max-height: 840px;
}

.width-840 {
  width: 840px;
}

.height-840 {
  height: 840px;
}

@media (min-width: 768px) {
  .width-md-840 {
    width: 840px;
  }
}
@media (min-width: 992px) {
  .width-lg-840 {
    width: 840px;
  }
}
@media (min-width: 1200px) {
  .width-xl-840 {
    width: 840px;
  }

  .height-xl-840 {
    height: 840px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-840 {
    width: 840px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-840 {
    min-height: 840px;
  }

  .max-height-lg-840 {
    max-height: 840px !important;
  }
}
.max-width-841 {
  max-width: 841px;
}

.min-width-841 {
  min-width: 841px;
}

.min-height-841 {
  min-height: 841px;
}

.max-height-841 {
  max-height: 841px;
}

.width-841 {
  width: 841px;
}

.height-841 {
  height: 841px;
}

@media (min-width: 768px) {
  .width-md-841 {
    width: 841px;
  }
}
@media (min-width: 992px) {
  .width-lg-841 {
    width: 841px;
  }
}
@media (min-width: 1200px) {
  .width-xl-841 {
    width: 841px;
  }

  .height-xl-841 {
    height: 841px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-841 {
    width: 841px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-841 {
    min-height: 841px;
  }

  .max-height-lg-841 {
    max-height: 841px !important;
  }
}
.max-width-842 {
  max-width: 842px;
}

.min-width-842 {
  min-width: 842px;
}

.min-height-842 {
  min-height: 842px;
}

.max-height-842 {
  max-height: 842px;
}

.width-842 {
  width: 842px;
}

.height-842 {
  height: 842px;
}

@media (min-width: 768px) {
  .width-md-842 {
    width: 842px;
  }
}
@media (min-width: 992px) {
  .width-lg-842 {
    width: 842px;
  }
}
@media (min-width: 1200px) {
  .width-xl-842 {
    width: 842px;
  }

  .height-xl-842 {
    height: 842px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-842 {
    width: 842px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-842 {
    min-height: 842px;
  }

  .max-height-lg-842 {
    max-height: 842px !important;
  }
}
.max-width-843 {
  max-width: 843px;
}

.min-width-843 {
  min-width: 843px;
}

.min-height-843 {
  min-height: 843px;
}

.max-height-843 {
  max-height: 843px;
}

.width-843 {
  width: 843px;
}

.height-843 {
  height: 843px;
}

@media (min-width: 768px) {
  .width-md-843 {
    width: 843px;
  }
}
@media (min-width: 992px) {
  .width-lg-843 {
    width: 843px;
  }
}
@media (min-width: 1200px) {
  .width-xl-843 {
    width: 843px;
  }

  .height-xl-843 {
    height: 843px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-843 {
    width: 843px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-843 {
    min-height: 843px;
  }

  .max-height-lg-843 {
    max-height: 843px !important;
  }
}
.max-width-844 {
  max-width: 844px;
}

.min-width-844 {
  min-width: 844px;
}

.min-height-844 {
  min-height: 844px;
}

.max-height-844 {
  max-height: 844px;
}

.width-844 {
  width: 844px;
}

.height-844 {
  height: 844px;
}

@media (min-width: 768px) {
  .width-md-844 {
    width: 844px;
  }
}
@media (min-width: 992px) {
  .width-lg-844 {
    width: 844px;
  }
}
@media (min-width: 1200px) {
  .width-xl-844 {
    width: 844px;
  }

  .height-xl-844 {
    height: 844px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-844 {
    width: 844px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-844 {
    min-height: 844px;
  }

  .max-height-lg-844 {
    max-height: 844px !important;
  }
}
.max-width-845 {
  max-width: 845px;
}

.min-width-845 {
  min-width: 845px;
}

.min-height-845 {
  min-height: 845px;
}

.max-height-845 {
  max-height: 845px;
}

.width-845 {
  width: 845px;
}

.height-845 {
  height: 845px;
}

@media (min-width: 768px) {
  .width-md-845 {
    width: 845px;
  }
}
@media (min-width: 992px) {
  .width-lg-845 {
    width: 845px;
  }
}
@media (min-width: 1200px) {
  .width-xl-845 {
    width: 845px;
  }

  .height-xl-845 {
    height: 845px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-845 {
    width: 845px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-845 {
    min-height: 845px;
  }

  .max-height-lg-845 {
    max-height: 845px !important;
  }
}
.max-width-846 {
  max-width: 846px;
}

.min-width-846 {
  min-width: 846px;
}

.min-height-846 {
  min-height: 846px;
}

.max-height-846 {
  max-height: 846px;
}

.width-846 {
  width: 846px;
}

.height-846 {
  height: 846px;
}

@media (min-width: 768px) {
  .width-md-846 {
    width: 846px;
  }
}
@media (min-width: 992px) {
  .width-lg-846 {
    width: 846px;
  }
}
@media (min-width: 1200px) {
  .width-xl-846 {
    width: 846px;
  }

  .height-xl-846 {
    height: 846px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-846 {
    width: 846px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-846 {
    min-height: 846px;
  }

  .max-height-lg-846 {
    max-height: 846px !important;
  }
}
.max-width-847 {
  max-width: 847px;
}

.min-width-847 {
  min-width: 847px;
}

.min-height-847 {
  min-height: 847px;
}

.max-height-847 {
  max-height: 847px;
}

.width-847 {
  width: 847px;
}

.height-847 {
  height: 847px;
}

@media (min-width: 768px) {
  .width-md-847 {
    width: 847px;
  }
}
@media (min-width: 992px) {
  .width-lg-847 {
    width: 847px;
  }
}
@media (min-width: 1200px) {
  .width-xl-847 {
    width: 847px;
  }

  .height-xl-847 {
    height: 847px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-847 {
    width: 847px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-847 {
    min-height: 847px;
  }

  .max-height-lg-847 {
    max-height: 847px !important;
  }
}
.max-width-848 {
  max-width: 848px;
}

.min-width-848 {
  min-width: 848px;
}

.min-height-848 {
  min-height: 848px;
}

.max-height-848 {
  max-height: 848px;
}

.width-848 {
  width: 848px;
}

.height-848 {
  height: 848px;
}

@media (min-width: 768px) {
  .width-md-848 {
    width: 848px;
  }
}
@media (min-width: 992px) {
  .width-lg-848 {
    width: 848px;
  }
}
@media (min-width: 1200px) {
  .width-xl-848 {
    width: 848px;
  }

  .height-xl-848 {
    height: 848px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-848 {
    width: 848px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-848 {
    min-height: 848px;
  }

  .max-height-lg-848 {
    max-height: 848px !important;
  }
}
.max-width-849 {
  max-width: 849px;
}

.min-width-849 {
  min-width: 849px;
}

.min-height-849 {
  min-height: 849px;
}

.max-height-849 {
  max-height: 849px;
}

.width-849 {
  width: 849px;
}

.height-849 {
  height: 849px;
}

@media (min-width: 768px) {
  .width-md-849 {
    width: 849px;
  }
}
@media (min-width: 992px) {
  .width-lg-849 {
    width: 849px;
  }
}
@media (min-width: 1200px) {
  .width-xl-849 {
    width: 849px;
  }

  .height-xl-849 {
    height: 849px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-849 {
    width: 849px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-849 {
    min-height: 849px;
  }

  .max-height-lg-849 {
    max-height: 849px !important;
  }
}
.max-width-850 {
  max-width: 850px;
}

.min-width-850 {
  min-width: 850px;
}

.min-height-850 {
  min-height: 850px;
}

.max-height-850 {
  max-height: 850px;
}

.width-850 {
  width: 850px;
}

.height-850 {
  height: 850px;
}

@media (min-width: 768px) {
  .width-md-850 {
    width: 850px;
  }
}
@media (min-width: 992px) {
  .width-lg-850 {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  .width-xl-850 {
    width: 850px;
  }

  .height-xl-850 {
    height: 850px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-850 {
    width: 850px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-850 {
    min-height: 850px;
  }

  .max-height-lg-850 {
    max-height: 850px !important;
  }
}
.max-width-851 {
  max-width: 851px;
}

.min-width-851 {
  min-width: 851px;
}

.min-height-851 {
  min-height: 851px;
}

.max-height-851 {
  max-height: 851px;
}

.width-851 {
  width: 851px;
}

.height-851 {
  height: 851px;
}

@media (min-width: 768px) {
  .width-md-851 {
    width: 851px;
  }
}
@media (min-width: 992px) {
  .width-lg-851 {
    width: 851px;
  }
}
@media (min-width: 1200px) {
  .width-xl-851 {
    width: 851px;
  }

  .height-xl-851 {
    height: 851px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-851 {
    width: 851px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-851 {
    min-height: 851px;
  }

  .max-height-lg-851 {
    max-height: 851px !important;
  }
}
.max-width-852 {
  max-width: 852px;
}

.min-width-852 {
  min-width: 852px;
}

.min-height-852 {
  min-height: 852px;
}

.max-height-852 {
  max-height: 852px;
}

.width-852 {
  width: 852px;
}

.height-852 {
  height: 852px;
}

@media (min-width: 768px) {
  .width-md-852 {
    width: 852px;
  }
}
@media (min-width: 992px) {
  .width-lg-852 {
    width: 852px;
  }
}
@media (min-width: 1200px) {
  .width-xl-852 {
    width: 852px;
  }

  .height-xl-852 {
    height: 852px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-852 {
    width: 852px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-852 {
    min-height: 852px;
  }

  .max-height-lg-852 {
    max-height: 852px !important;
  }
}
.max-width-853 {
  max-width: 853px;
}

.min-width-853 {
  min-width: 853px;
}

.min-height-853 {
  min-height: 853px;
}

.max-height-853 {
  max-height: 853px;
}

.width-853 {
  width: 853px;
}

.height-853 {
  height: 853px;
}

@media (min-width: 768px) {
  .width-md-853 {
    width: 853px;
  }
}
@media (min-width: 992px) {
  .width-lg-853 {
    width: 853px;
  }
}
@media (min-width: 1200px) {
  .width-xl-853 {
    width: 853px;
  }

  .height-xl-853 {
    height: 853px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-853 {
    width: 853px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-853 {
    min-height: 853px;
  }

  .max-height-lg-853 {
    max-height: 853px !important;
  }
}
.max-width-854 {
  max-width: 854px;
}

.min-width-854 {
  min-width: 854px;
}

.min-height-854 {
  min-height: 854px;
}

.max-height-854 {
  max-height: 854px;
}

.width-854 {
  width: 854px;
}

.height-854 {
  height: 854px;
}

@media (min-width: 768px) {
  .width-md-854 {
    width: 854px;
  }
}
@media (min-width: 992px) {
  .width-lg-854 {
    width: 854px;
  }
}
@media (min-width: 1200px) {
  .width-xl-854 {
    width: 854px;
  }

  .height-xl-854 {
    height: 854px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-854 {
    width: 854px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-854 {
    min-height: 854px;
  }

  .max-height-lg-854 {
    max-height: 854px !important;
  }
}
.max-width-855 {
  max-width: 855px;
}

.min-width-855 {
  min-width: 855px;
}

.min-height-855 {
  min-height: 855px;
}

.max-height-855 {
  max-height: 855px;
}

.width-855 {
  width: 855px;
}

.height-855 {
  height: 855px;
}

@media (min-width: 768px) {
  .width-md-855 {
    width: 855px;
  }
}
@media (min-width: 992px) {
  .width-lg-855 {
    width: 855px;
  }
}
@media (min-width: 1200px) {
  .width-xl-855 {
    width: 855px;
  }

  .height-xl-855 {
    height: 855px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-855 {
    width: 855px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-855 {
    min-height: 855px;
  }

  .max-height-lg-855 {
    max-height: 855px !important;
  }
}
.max-width-856 {
  max-width: 856px;
}

.min-width-856 {
  min-width: 856px;
}

.min-height-856 {
  min-height: 856px;
}

.max-height-856 {
  max-height: 856px;
}

.width-856 {
  width: 856px;
}

.height-856 {
  height: 856px;
}

@media (min-width: 768px) {
  .width-md-856 {
    width: 856px;
  }
}
@media (min-width: 992px) {
  .width-lg-856 {
    width: 856px;
  }
}
@media (min-width: 1200px) {
  .width-xl-856 {
    width: 856px;
  }

  .height-xl-856 {
    height: 856px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-856 {
    width: 856px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-856 {
    min-height: 856px;
  }

  .max-height-lg-856 {
    max-height: 856px !important;
  }
}
.max-width-857 {
  max-width: 857px;
}

.min-width-857 {
  min-width: 857px;
}

.min-height-857 {
  min-height: 857px;
}

.max-height-857 {
  max-height: 857px;
}

.width-857 {
  width: 857px;
}

.height-857 {
  height: 857px;
}

@media (min-width: 768px) {
  .width-md-857 {
    width: 857px;
  }
}
@media (min-width: 992px) {
  .width-lg-857 {
    width: 857px;
  }
}
@media (min-width: 1200px) {
  .width-xl-857 {
    width: 857px;
  }

  .height-xl-857 {
    height: 857px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-857 {
    width: 857px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-857 {
    min-height: 857px;
  }

  .max-height-lg-857 {
    max-height: 857px !important;
  }
}
.max-width-858 {
  max-width: 858px;
}

.min-width-858 {
  min-width: 858px;
}

.min-height-858 {
  min-height: 858px;
}

.max-height-858 {
  max-height: 858px;
}

.width-858 {
  width: 858px;
}

.height-858 {
  height: 858px;
}

@media (min-width: 768px) {
  .width-md-858 {
    width: 858px;
  }
}
@media (min-width: 992px) {
  .width-lg-858 {
    width: 858px;
  }
}
@media (min-width: 1200px) {
  .width-xl-858 {
    width: 858px;
  }

  .height-xl-858 {
    height: 858px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-858 {
    width: 858px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-858 {
    min-height: 858px;
  }

  .max-height-lg-858 {
    max-height: 858px !important;
  }
}
.max-width-859 {
  max-width: 859px;
}

.min-width-859 {
  min-width: 859px;
}

.min-height-859 {
  min-height: 859px;
}

.max-height-859 {
  max-height: 859px;
}

.width-859 {
  width: 859px;
}

.height-859 {
  height: 859px;
}

@media (min-width: 768px) {
  .width-md-859 {
    width: 859px;
  }
}
@media (min-width: 992px) {
  .width-lg-859 {
    width: 859px;
  }
}
@media (min-width: 1200px) {
  .width-xl-859 {
    width: 859px;
  }

  .height-xl-859 {
    height: 859px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-859 {
    width: 859px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-859 {
    min-height: 859px;
  }

  .max-height-lg-859 {
    max-height: 859px !important;
  }
}
.max-width-860 {
  max-width: 860px;
}

.min-width-860 {
  min-width: 860px;
}

.min-height-860 {
  min-height: 860px;
}

.max-height-860 {
  max-height: 860px;
}

.width-860 {
  width: 860px;
}

.height-860 {
  height: 860px;
}

@media (min-width: 768px) {
  .width-md-860 {
    width: 860px;
  }
}
@media (min-width: 992px) {
  .width-lg-860 {
    width: 860px;
  }
}
@media (min-width: 1200px) {
  .width-xl-860 {
    width: 860px;
  }

  .height-xl-860 {
    height: 860px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-860 {
    width: 860px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-860 {
    min-height: 860px;
  }

  .max-height-lg-860 {
    max-height: 860px !important;
  }
}
.max-width-861 {
  max-width: 861px;
}

.min-width-861 {
  min-width: 861px;
}

.min-height-861 {
  min-height: 861px;
}

.max-height-861 {
  max-height: 861px;
}

.width-861 {
  width: 861px;
}

.height-861 {
  height: 861px;
}

@media (min-width: 768px) {
  .width-md-861 {
    width: 861px;
  }
}
@media (min-width: 992px) {
  .width-lg-861 {
    width: 861px;
  }
}
@media (min-width: 1200px) {
  .width-xl-861 {
    width: 861px;
  }

  .height-xl-861 {
    height: 861px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-861 {
    width: 861px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-861 {
    min-height: 861px;
  }

  .max-height-lg-861 {
    max-height: 861px !important;
  }
}
.max-width-862 {
  max-width: 862px;
}

.min-width-862 {
  min-width: 862px;
}

.min-height-862 {
  min-height: 862px;
}

.max-height-862 {
  max-height: 862px;
}

.width-862 {
  width: 862px;
}

.height-862 {
  height: 862px;
}

@media (min-width: 768px) {
  .width-md-862 {
    width: 862px;
  }
}
@media (min-width: 992px) {
  .width-lg-862 {
    width: 862px;
  }
}
@media (min-width: 1200px) {
  .width-xl-862 {
    width: 862px;
  }

  .height-xl-862 {
    height: 862px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-862 {
    width: 862px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-862 {
    min-height: 862px;
  }

  .max-height-lg-862 {
    max-height: 862px !important;
  }
}
.max-width-863 {
  max-width: 863px;
}

.min-width-863 {
  min-width: 863px;
}

.min-height-863 {
  min-height: 863px;
}

.max-height-863 {
  max-height: 863px;
}

.width-863 {
  width: 863px;
}

.height-863 {
  height: 863px;
}

@media (min-width: 768px) {
  .width-md-863 {
    width: 863px;
  }
}
@media (min-width: 992px) {
  .width-lg-863 {
    width: 863px;
  }
}
@media (min-width: 1200px) {
  .width-xl-863 {
    width: 863px;
  }

  .height-xl-863 {
    height: 863px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-863 {
    width: 863px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-863 {
    min-height: 863px;
  }

  .max-height-lg-863 {
    max-height: 863px !important;
  }
}
.max-width-864 {
  max-width: 864px;
}

.min-width-864 {
  min-width: 864px;
}

.min-height-864 {
  min-height: 864px;
}

.max-height-864 {
  max-height: 864px;
}

.width-864 {
  width: 864px;
}

.height-864 {
  height: 864px;
}

@media (min-width: 768px) {
  .width-md-864 {
    width: 864px;
  }
}
@media (min-width: 992px) {
  .width-lg-864 {
    width: 864px;
  }
}
@media (min-width: 1200px) {
  .width-xl-864 {
    width: 864px;
  }

  .height-xl-864 {
    height: 864px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-864 {
    width: 864px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-864 {
    min-height: 864px;
  }

  .max-height-lg-864 {
    max-height: 864px !important;
  }
}
.max-width-865 {
  max-width: 865px;
}

.min-width-865 {
  min-width: 865px;
}

.min-height-865 {
  min-height: 865px;
}

.max-height-865 {
  max-height: 865px;
}

.width-865 {
  width: 865px;
}

.height-865 {
  height: 865px;
}

@media (min-width: 768px) {
  .width-md-865 {
    width: 865px;
  }
}
@media (min-width: 992px) {
  .width-lg-865 {
    width: 865px;
  }
}
@media (min-width: 1200px) {
  .width-xl-865 {
    width: 865px;
  }

  .height-xl-865 {
    height: 865px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-865 {
    width: 865px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-865 {
    min-height: 865px;
  }

  .max-height-lg-865 {
    max-height: 865px !important;
  }
}
.max-width-866 {
  max-width: 866px;
}

.min-width-866 {
  min-width: 866px;
}

.min-height-866 {
  min-height: 866px;
}

.max-height-866 {
  max-height: 866px;
}

.width-866 {
  width: 866px;
}

.height-866 {
  height: 866px;
}

@media (min-width: 768px) {
  .width-md-866 {
    width: 866px;
  }
}
@media (min-width: 992px) {
  .width-lg-866 {
    width: 866px;
  }
}
@media (min-width: 1200px) {
  .width-xl-866 {
    width: 866px;
  }

  .height-xl-866 {
    height: 866px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-866 {
    width: 866px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-866 {
    min-height: 866px;
  }

  .max-height-lg-866 {
    max-height: 866px !important;
  }
}
.max-width-867 {
  max-width: 867px;
}

.min-width-867 {
  min-width: 867px;
}

.min-height-867 {
  min-height: 867px;
}

.max-height-867 {
  max-height: 867px;
}

.width-867 {
  width: 867px;
}

.height-867 {
  height: 867px;
}

@media (min-width: 768px) {
  .width-md-867 {
    width: 867px;
  }
}
@media (min-width: 992px) {
  .width-lg-867 {
    width: 867px;
  }
}
@media (min-width: 1200px) {
  .width-xl-867 {
    width: 867px;
  }

  .height-xl-867 {
    height: 867px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-867 {
    width: 867px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-867 {
    min-height: 867px;
  }

  .max-height-lg-867 {
    max-height: 867px !important;
  }
}
.max-width-868 {
  max-width: 868px;
}

.min-width-868 {
  min-width: 868px;
}

.min-height-868 {
  min-height: 868px;
}

.max-height-868 {
  max-height: 868px;
}

.width-868 {
  width: 868px;
}

.height-868 {
  height: 868px;
}

@media (min-width: 768px) {
  .width-md-868 {
    width: 868px;
  }
}
@media (min-width: 992px) {
  .width-lg-868 {
    width: 868px;
  }
}
@media (min-width: 1200px) {
  .width-xl-868 {
    width: 868px;
  }

  .height-xl-868 {
    height: 868px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-868 {
    width: 868px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-868 {
    min-height: 868px;
  }

  .max-height-lg-868 {
    max-height: 868px !important;
  }
}
.max-width-869 {
  max-width: 869px;
}

.min-width-869 {
  min-width: 869px;
}

.min-height-869 {
  min-height: 869px;
}

.max-height-869 {
  max-height: 869px;
}

.width-869 {
  width: 869px;
}

.height-869 {
  height: 869px;
}

@media (min-width: 768px) {
  .width-md-869 {
    width: 869px;
  }
}
@media (min-width: 992px) {
  .width-lg-869 {
    width: 869px;
  }
}
@media (min-width: 1200px) {
  .width-xl-869 {
    width: 869px;
  }

  .height-xl-869 {
    height: 869px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-869 {
    width: 869px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-869 {
    min-height: 869px;
  }

  .max-height-lg-869 {
    max-height: 869px !important;
  }
}
.max-width-870 {
  max-width: 870px;
}

.min-width-870 {
  min-width: 870px;
}

.min-height-870 {
  min-height: 870px;
}

.max-height-870 {
  max-height: 870px;
}

.width-870 {
  width: 870px;
}

.height-870 {
  height: 870px;
}

@media (min-width: 768px) {
  .width-md-870 {
    width: 870px;
  }
}
@media (min-width: 992px) {
  .width-lg-870 {
    width: 870px;
  }
}
@media (min-width: 1200px) {
  .width-xl-870 {
    width: 870px;
  }

  .height-xl-870 {
    height: 870px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-870 {
    width: 870px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-870 {
    min-height: 870px;
  }

  .max-height-lg-870 {
    max-height: 870px !important;
  }
}
.max-width-871 {
  max-width: 871px;
}

.min-width-871 {
  min-width: 871px;
}

.min-height-871 {
  min-height: 871px;
}

.max-height-871 {
  max-height: 871px;
}

.width-871 {
  width: 871px;
}

.height-871 {
  height: 871px;
}

@media (min-width: 768px) {
  .width-md-871 {
    width: 871px;
  }
}
@media (min-width: 992px) {
  .width-lg-871 {
    width: 871px;
  }
}
@media (min-width: 1200px) {
  .width-xl-871 {
    width: 871px;
  }

  .height-xl-871 {
    height: 871px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-871 {
    width: 871px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-871 {
    min-height: 871px;
  }

  .max-height-lg-871 {
    max-height: 871px !important;
  }
}
.max-width-872 {
  max-width: 872px;
}

.min-width-872 {
  min-width: 872px;
}

.min-height-872 {
  min-height: 872px;
}

.max-height-872 {
  max-height: 872px;
}

.width-872 {
  width: 872px;
}

.height-872 {
  height: 872px;
}

@media (min-width: 768px) {
  .width-md-872 {
    width: 872px;
  }
}
@media (min-width: 992px) {
  .width-lg-872 {
    width: 872px;
  }
}
@media (min-width: 1200px) {
  .width-xl-872 {
    width: 872px;
  }

  .height-xl-872 {
    height: 872px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-872 {
    width: 872px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-872 {
    min-height: 872px;
  }

  .max-height-lg-872 {
    max-height: 872px !important;
  }
}
.max-width-873 {
  max-width: 873px;
}

.min-width-873 {
  min-width: 873px;
}

.min-height-873 {
  min-height: 873px;
}

.max-height-873 {
  max-height: 873px;
}

.width-873 {
  width: 873px;
}

.height-873 {
  height: 873px;
}

@media (min-width: 768px) {
  .width-md-873 {
    width: 873px;
  }
}
@media (min-width: 992px) {
  .width-lg-873 {
    width: 873px;
  }
}
@media (min-width: 1200px) {
  .width-xl-873 {
    width: 873px;
  }

  .height-xl-873 {
    height: 873px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-873 {
    width: 873px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-873 {
    min-height: 873px;
  }

  .max-height-lg-873 {
    max-height: 873px !important;
  }
}
.max-width-874 {
  max-width: 874px;
}

.min-width-874 {
  min-width: 874px;
}

.min-height-874 {
  min-height: 874px;
}

.max-height-874 {
  max-height: 874px;
}

.width-874 {
  width: 874px;
}

.height-874 {
  height: 874px;
}

@media (min-width: 768px) {
  .width-md-874 {
    width: 874px;
  }
}
@media (min-width: 992px) {
  .width-lg-874 {
    width: 874px;
  }
}
@media (min-width: 1200px) {
  .width-xl-874 {
    width: 874px;
  }

  .height-xl-874 {
    height: 874px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-874 {
    width: 874px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-874 {
    min-height: 874px;
  }

  .max-height-lg-874 {
    max-height: 874px !important;
  }
}
.max-width-875 {
  max-width: 875px;
}

.min-width-875 {
  min-width: 875px;
}

.min-height-875 {
  min-height: 875px;
}

.max-height-875 {
  max-height: 875px;
}

.width-875 {
  width: 875px;
}

.height-875 {
  height: 875px;
}

@media (min-width: 768px) {
  .width-md-875 {
    width: 875px;
  }
}
@media (min-width: 992px) {
  .width-lg-875 {
    width: 875px;
  }
}
@media (min-width: 1200px) {
  .width-xl-875 {
    width: 875px;
  }

  .height-xl-875 {
    height: 875px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-875 {
    width: 875px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-875 {
    min-height: 875px;
  }

  .max-height-lg-875 {
    max-height: 875px !important;
  }
}
.max-width-876 {
  max-width: 876px;
}

.min-width-876 {
  min-width: 876px;
}

.min-height-876 {
  min-height: 876px;
}

.max-height-876 {
  max-height: 876px;
}

.width-876 {
  width: 876px;
}

.height-876 {
  height: 876px;
}

@media (min-width: 768px) {
  .width-md-876 {
    width: 876px;
  }
}
@media (min-width: 992px) {
  .width-lg-876 {
    width: 876px;
  }
}
@media (min-width: 1200px) {
  .width-xl-876 {
    width: 876px;
  }

  .height-xl-876 {
    height: 876px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-876 {
    width: 876px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-876 {
    min-height: 876px;
  }

  .max-height-lg-876 {
    max-height: 876px !important;
  }
}
.max-width-877 {
  max-width: 877px;
}

.min-width-877 {
  min-width: 877px;
}

.min-height-877 {
  min-height: 877px;
}

.max-height-877 {
  max-height: 877px;
}

.width-877 {
  width: 877px;
}

.height-877 {
  height: 877px;
}

@media (min-width: 768px) {
  .width-md-877 {
    width: 877px;
  }
}
@media (min-width: 992px) {
  .width-lg-877 {
    width: 877px;
  }
}
@media (min-width: 1200px) {
  .width-xl-877 {
    width: 877px;
  }

  .height-xl-877 {
    height: 877px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-877 {
    width: 877px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-877 {
    min-height: 877px;
  }

  .max-height-lg-877 {
    max-height: 877px !important;
  }
}
.max-width-878 {
  max-width: 878px;
}

.min-width-878 {
  min-width: 878px;
}

.min-height-878 {
  min-height: 878px;
}

.max-height-878 {
  max-height: 878px;
}

.width-878 {
  width: 878px;
}

.height-878 {
  height: 878px;
}

@media (min-width: 768px) {
  .width-md-878 {
    width: 878px;
  }
}
@media (min-width: 992px) {
  .width-lg-878 {
    width: 878px;
  }
}
@media (min-width: 1200px) {
  .width-xl-878 {
    width: 878px;
  }

  .height-xl-878 {
    height: 878px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-878 {
    width: 878px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-878 {
    min-height: 878px;
  }

  .max-height-lg-878 {
    max-height: 878px !important;
  }
}
.max-width-879 {
  max-width: 879px;
}

.min-width-879 {
  min-width: 879px;
}

.min-height-879 {
  min-height: 879px;
}

.max-height-879 {
  max-height: 879px;
}

.width-879 {
  width: 879px;
}

.height-879 {
  height: 879px;
}

@media (min-width: 768px) {
  .width-md-879 {
    width: 879px;
  }
}
@media (min-width: 992px) {
  .width-lg-879 {
    width: 879px;
  }
}
@media (min-width: 1200px) {
  .width-xl-879 {
    width: 879px;
  }

  .height-xl-879 {
    height: 879px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-879 {
    width: 879px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-879 {
    min-height: 879px;
  }

  .max-height-lg-879 {
    max-height: 879px !important;
  }
}
.max-width-880 {
  max-width: 880px;
}

.min-width-880 {
  min-width: 880px;
}

.min-height-880 {
  min-height: 880px;
}

.max-height-880 {
  max-height: 880px;
}

.width-880 {
  width: 880px;
}

.height-880 {
  height: 880px;
}

@media (min-width: 768px) {
  .width-md-880 {
    width: 880px;
  }
}
@media (min-width: 992px) {
  .width-lg-880 {
    width: 880px;
  }
}
@media (min-width: 1200px) {
  .width-xl-880 {
    width: 880px;
  }

  .height-xl-880 {
    height: 880px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-880 {
    width: 880px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-880 {
    min-height: 880px;
  }

  .max-height-lg-880 {
    max-height: 880px !important;
  }
}
.max-width-881 {
  max-width: 881px;
}

.min-width-881 {
  min-width: 881px;
}

.min-height-881 {
  min-height: 881px;
}

.max-height-881 {
  max-height: 881px;
}

.width-881 {
  width: 881px;
}

.height-881 {
  height: 881px;
}

@media (min-width: 768px) {
  .width-md-881 {
    width: 881px;
  }
}
@media (min-width: 992px) {
  .width-lg-881 {
    width: 881px;
  }
}
@media (min-width: 1200px) {
  .width-xl-881 {
    width: 881px;
  }

  .height-xl-881 {
    height: 881px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-881 {
    width: 881px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-881 {
    min-height: 881px;
  }

  .max-height-lg-881 {
    max-height: 881px !important;
  }
}
.max-width-882 {
  max-width: 882px;
}

.min-width-882 {
  min-width: 882px;
}

.min-height-882 {
  min-height: 882px;
}

.max-height-882 {
  max-height: 882px;
}

.width-882 {
  width: 882px;
}

.height-882 {
  height: 882px;
}

@media (min-width: 768px) {
  .width-md-882 {
    width: 882px;
  }
}
@media (min-width: 992px) {
  .width-lg-882 {
    width: 882px;
  }
}
@media (min-width: 1200px) {
  .width-xl-882 {
    width: 882px;
  }

  .height-xl-882 {
    height: 882px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-882 {
    width: 882px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-882 {
    min-height: 882px;
  }

  .max-height-lg-882 {
    max-height: 882px !important;
  }
}
.max-width-883 {
  max-width: 883px;
}

.min-width-883 {
  min-width: 883px;
}

.min-height-883 {
  min-height: 883px;
}

.max-height-883 {
  max-height: 883px;
}

.width-883 {
  width: 883px;
}

.height-883 {
  height: 883px;
}

@media (min-width: 768px) {
  .width-md-883 {
    width: 883px;
  }
}
@media (min-width: 992px) {
  .width-lg-883 {
    width: 883px;
  }
}
@media (min-width: 1200px) {
  .width-xl-883 {
    width: 883px;
  }

  .height-xl-883 {
    height: 883px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-883 {
    width: 883px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-883 {
    min-height: 883px;
  }

  .max-height-lg-883 {
    max-height: 883px !important;
  }
}
.max-width-884 {
  max-width: 884px;
}

.min-width-884 {
  min-width: 884px;
}

.min-height-884 {
  min-height: 884px;
}

.max-height-884 {
  max-height: 884px;
}

.width-884 {
  width: 884px;
}

.height-884 {
  height: 884px;
}

@media (min-width: 768px) {
  .width-md-884 {
    width: 884px;
  }
}
@media (min-width: 992px) {
  .width-lg-884 {
    width: 884px;
  }
}
@media (min-width: 1200px) {
  .width-xl-884 {
    width: 884px;
  }

  .height-xl-884 {
    height: 884px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-884 {
    width: 884px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-884 {
    min-height: 884px;
  }

  .max-height-lg-884 {
    max-height: 884px !important;
  }
}
.max-width-885 {
  max-width: 885px;
}

.min-width-885 {
  min-width: 885px;
}

.min-height-885 {
  min-height: 885px;
}

.max-height-885 {
  max-height: 885px;
}

.width-885 {
  width: 885px;
}

.height-885 {
  height: 885px;
}

@media (min-width: 768px) {
  .width-md-885 {
    width: 885px;
  }
}
@media (min-width: 992px) {
  .width-lg-885 {
    width: 885px;
  }
}
@media (min-width: 1200px) {
  .width-xl-885 {
    width: 885px;
  }

  .height-xl-885 {
    height: 885px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-885 {
    width: 885px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-885 {
    min-height: 885px;
  }

  .max-height-lg-885 {
    max-height: 885px !important;
  }
}
.max-width-886 {
  max-width: 886px;
}

.min-width-886 {
  min-width: 886px;
}

.min-height-886 {
  min-height: 886px;
}

.max-height-886 {
  max-height: 886px;
}

.width-886 {
  width: 886px;
}

.height-886 {
  height: 886px;
}

@media (min-width: 768px) {
  .width-md-886 {
    width: 886px;
  }
}
@media (min-width: 992px) {
  .width-lg-886 {
    width: 886px;
  }
}
@media (min-width: 1200px) {
  .width-xl-886 {
    width: 886px;
  }

  .height-xl-886 {
    height: 886px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-886 {
    width: 886px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-886 {
    min-height: 886px;
  }

  .max-height-lg-886 {
    max-height: 886px !important;
  }
}
.max-width-887 {
  max-width: 887px;
}

.min-width-887 {
  min-width: 887px;
}

.min-height-887 {
  min-height: 887px;
}

.max-height-887 {
  max-height: 887px;
}

.width-887 {
  width: 887px;
}

.height-887 {
  height: 887px;
}

@media (min-width: 768px) {
  .width-md-887 {
    width: 887px;
  }
}
@media (min-width: 992px) {
  .width-lg-887 {
    width: 887px;
  }
}
@media (min-width: 1200px) {
  .width-xl-887 {
    width: 887px;
  }

  .height-xl-887 {
    height: 887px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-887 {
    width: 887px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-887 {
    min-height: 887px;
  }

  .max-height-lg-887 {
    max-height: 887px !important;
  }
}
.max-width-888 {
  max-width: 888px;
}

.min-width-888 {
  min-width: 888px;
}

.min-height-888 {
  min-height: 888px;
}

.max-height-888 {
  max-height: 888px;
}

.width-888 {
  width: 888px;
}

.height-888 {
  height: 888px;
}

@media (min-width: 768px) {
  .width-md-888 {
    width: 888px;
  }
}
@media (min-width: 992px) {
  .width-lg-888 {
    width: 888px;
  }
}
@media (min-width: 1200px) {
  .width-xl-888 {
    width: 888px;
  }

  .height-xl-888 {
    height: 888px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-888 {
    width: 888px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-888 {
    min-height: 888px;
  }

  .max-height-lg-888 {
    max-height: 888px !important;
  }
}
.max-width-889 {
  max-width: 889px;
}

.min-width-889 {
  min-width: 889px;
}

.min-height-889 {
  min-height: 889px;
}

.max-height-889 {
  max-height: 889px;
}

.width-889 {
  width: 889px;
}

.height-889 {
  height: 889px;
}

@media (min-width: 768px) {
  .width-md-889 {
    width: 889px;
  }
}
@media (min-width: 992px) {
  .width-lg-889 {
    width: 889px;
  }
}
@media (min-width: 1200px) {
  .width-xl-889 {
    width: 889px;
  }

  .height-xl-889 {
    height: 889px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-889 {
    width: 889px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-889 {
    min-height: 889px;
  }

  .max-height-lg-889 {
    max-height: 889px !important;
  }
}
.max-width-890 {
  max-width: 890px;
}

.min-width-890 {
  min-width: 890px;
}

.min-height-890 {
  min-height: 890px;
}

.max-height-890 {
  max-height: 890px;
}

.width-890 {
  width: 890px;
}

.height-890 {
  height: 890px;
}

@media (min-width: 768px) {
  .width-md-890 {
    width: 890px;
  }
}
@media (min-width: 992px) {
  .width-lg-890 {
    width: 890px;
  }
}
@media (min-width: 1200px) {
  .width-xl-890 {
    width: 890px;
  }

  .height-xl-890 {
    height: 890px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-890 {
    width: 890px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-890 {
    min-height: 890px;
  }

  .max-height-lg-890 {
    max-height: 890px !important;
  }
}
.max-width-891 {
  max-width: 891px;
}

.min-width-891 {
  min-width: 891px;
}

.min-height-891 {
  min-height: 891px;
}

.max-height-891 {
  max-height: 891px;
}

.width-891 {
  width: 891px;
}

.height-891 {
  height: 891px;
}

@media (min-width: 768px) {
  .width-md-891 {
    width: 891px;
  }
}
@media (min-width: 992px) {
  .width-lg-891 {
    width: 891px;
  }
}
@media (min-width: 1200px) {
  .width-xl-891 {
    width: 891px;
  }

  .height-xl-891 {
    height: 891px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-891 {
    width: 891px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-891 {
    min-height: 891px;
  }

  .max-height-lg-891 {
    max-height: 891px !important;
  }
}
.max-width-892 {
  max-width: 892px;
}

.min-width-892 {
  min-width: 892px;
}

.min-height-892 {
  min-height: 892px;
}

.max-height-892 {
  max-height: 892px;
}

.width-892 {
  width: 892px;
}

.height-892 {
  height: 892px;
}

@media (min-width: 768px) {
  .width-md-892 {
    width: 892px;
  }
}
@media (min-width: 992px) {
  .width-lg-892 {
    width: 892px;
  }
}
@media (min-width: 1200px) {
  .width-xl-892 {
    width: 892px;
  }

  .height-xl-892 {
    height: 892px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-892 {
    width: 892px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-892 {
    min-height: 892px;
  }

  .max-height-lg-892 {
    max-height: 892px !important;
  }
}
.max-width-893 {
  max-width: 893px;
}

.min-width-893 {
  min-width: 893px;
}

.min-height-893 {
  min-height: 893px;
}

.max-height-893 {
  max-height: 893px;
}

.width-893 {
  width: 893px;
}

.height-893 {
  height: 893px;
}

@media (min-width: 768px) {
  .width-md-893 {
    width: 893px;
  }
}
@media (min-width: 992px) {
  .width-lg-893 {
    width: 893px;
  }
}
@media (min-width: 1200px) {
  .width-xl-893 {
    width: 893px;
  }

  .height-xl-893 {
    height: 893px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-893 {
    width: 893px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-893 {
    min-height: 893px;
  }

  .max-height-lg-893 {
    max-height: 893px !important;
  }
}
.max-width-894 {
  max-width: 894px;
}

.min-width-894 {
  min-width: 894px;
}

.min-height-894 {
  min-height: 894px;
}

.max-height-894 {
  max-height: 894px;
}

.width-894 {
  width: 894px;
}

.height-894 {
  height: 894px;
}

@media (min-width: 768px) {
  .width-md-894 {
    width: 894px;
  }
}
@media (min-width: 992px) {
  .width-lg-894 {
    width: 894px;
  }
}
@media (min-width: 1200px) {
  .width-xl-894 {
    width: 894px;
  }

  .height-xl-894 {
    height: 894px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-894 {
    width: 894px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-894 {
    min-height: 894px;
  }

  .max-height-lg-894 {
    max-height: 894px !important;
  }
}
.max-width-895 {
  max-width: 895px;
}

.min-width-895 {
  min-width: 895px;
}

.min-height-895 {
  min-height: 895px;
}

.max-height-895 {
  max-height: 895px;
}

.width-895 {
  width: 895px;
}

.height-895 {
  height: 895px;
}

@media (min-width: 768px) {
  .width-md-895 {
    width: 895px;
  }
}
@media (min-width: 992px) {
  .width-lg-895 {
    width: 895px;
  }
}
@media (min-width: 1200px) {
  .width-xl-895 {
    width: 895px;
  }

  .height-xl-895 {
    height: 895px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-895 {
    width: 895px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-895 {
    min-height: 895px;
  }

  .max-height-lg-895 {
    max-height: 895px !important;
  }
}
.max-width-896 {
  max-width: 896px;
}

.min-width-896 {
  min-width: 896px;
}

.min-height-896 {
  min-height: 896px;
}

.max-height-896 {
  max-height: 896px;
}

.width-896 {
  width: 896px;
}

.height-896 {
  height: 896px;
}

@media (min-width: 768px) {
  .width-md-896 {
    width: 896px;
  }
}
@media (min-width: 992px) {
  .width-lg-896 {
    width: 896px;
  }
}
@media (min-width: 1200px) {
  .width-xl-896 {
    width: 896px;
  }

  .height-xl-896 {
    height: 896px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-896 {
    width: 896px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-896 {
    min-height: 896px;
  }

  .max-height-lg-896 {
    max-height: 896px !important;
  }
}
.max-width-897 {
  max-width: 897px;
}

.min-width-897 {
  min-width: 897px;
}

.min-height-897 {
  min-height: 897px;
}

.max-height-897 {
  max-height: 897px;
}

.width-897 {
  width: 897px;
}

.height-897 {
  height: 897px;
}

@media (min-width: 768px) {
  .width-md-897 {
    width: 897px;
  }
}
@media (min-width: 992px) {
  .width-lg-897 {
    width: 897px;
  }
}
@media (min-width: 1200px) {
  .width-xl-897 {
    width: 897px;
  }

  .height-xl-897 {
    height: 897px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-897 {
    width: 897px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-897 {
    min-height: 897px;
  }

  .max-height-lg-897 {
    max-height: 897px !important;
  }
}
.max-width-898 {
  max-width: 898px;
}

.min-width-898 {
  min-width: 898px;
}

.min-height-898 {
  min-height: 898px;
}

.max-height-898 {
  max-height: 898px;
}

.width-898 {
  width: 898px;
}

.height-898 {
  height: 898px;
}

@media (min-width: 768px) {
  .width-md-898 {
    width: 898px;
  }
}
@media (min-width: 992px) {
  .width-lg-898 {
    width: 898px;
  }
}
@media (min-width: 1200px) {
  .width-xl-898 {
    width: 898px;
  }

  .height-xl-898 {
    height: 898px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-898 {
    width: 898px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-898 {
    min-height: 898px;
  }

  .max-height-lg-898 {
    max-height: 898px !important;
  }
}
.max-width-899 {
  max-width: 899px;
}

.min-width-899 {
  min-width: 899px;
}

.min-height-899 {
  min-height: 899px;
}

.max-height-899 {
  max-height: 899px;
}

.width-899 {
  width: 899px;
}

.height-899 {
  height: 899px;
}

@media (min-width: 768px) {
  .width-md-899 {
    width: 899px;
  }
}
@media (min-width: 992px) {
  .width-lg-899 {
    width: 899px;
  }
}
@media (min-width: 1200px) {
  .width-xl-899 {
    width: 899px;
  }

  .height-xl-899 {
    height: 899px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-899 {
    width: 899px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-899 {
    min-height: 899px;
  }

  .max-height-lg-899 {
    max-height: 899px !important;
  }
}
.max-width-900 {
  max-width: 900px;
}

.min-width-900 {
  min-width: 900px;
}

.min-height-900 {
  min-height: 900px;
}

.max-height-900 {
  max-height: 900px;
}

.width-900 {
  width: 900px;
}

.height-900 {
  height: 900px;
}

@media (min-width: 768px) {
  .width-md-900 {
    width: 900px;
  }
}
@media (min-width: 992px) {
  .width-lg-900 {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .width-xl-900 {
    width: 900px;
  }

  .height-xl-900 {
    height: 900px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-900 {
    width: 900px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-900 {
    min-height: 900px;
  }

  .max-height-lg-900 {
    max-height: 900px !important;
  }
}
.max-width-901 {
  max-width: 901px;
}

.min-width-901 {
  min-width: 901px;
}

.min-height-901 {
  min-height: 901px;
}

.max-height-901 {
  max-height: 901px;
}

.width-901 {
  width: 901px;
}

.height-901 {
  height: 901px;
}

@media (min-width: 768px) {
  .width-md-901 {
    width: 901px;
  }
}
@media (min-width: 992px) {
  .width-lg-901 {
    width: 901px;
  }
}
@media (min-width: 1200px) {
  .width-xl-901 {
    width: 901px;
  }

  .height-xl-901 {
    height: 901px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-901 {
    width: 901px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-901 {
    min-height: 901px;
  }

  .max-height-lg-901 {
    max-height: 901px !important;
  }
}
.max-width-902 {
  max-width: 902px;
}

.min-width-902 {
  min-width: 902px;
}

.min-height-902 {
  min-height: 902px;
}

.max-height-902 {
  max-height: 902px;
}

.width-902 {
  width: 902px;
}

.height-902 {
  height: 902px;
}

@media (min-width: 768px) {
  .width-md-902 {
    width: 902px;
  }
}
@media (min-width: 992px) {
  .width-lg-902 {
    width: 902px;
  }
}
@media (min-width: 1200px) {
  .width-xl-902 {
    width: 902px;
  }

  .height-xl-902 {
    height: 902px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-902 {
    width: 902px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-902 {
    min-height: 902px;
  }

  .max-height-lg-902 {
    max-height: 902px !important;
  }
}
.max-width-903 {
  max-width: 903px;
}

.min-width-903 {
  min-width: 903px;
}

.min-height-903 {
  min-height: 903px;
}

.max-height-903 {
  max-height: 903px;
}

.width-903 {
  width: 903px;
}

.height-903 {
  height: 903px;
}

@media (min-width: 768px) {
  .width-md-903 {
    width: 903px;
  }
}
@media (min-width: 992px) {
  .width-lg-903 {
    width: 903px;
  }
}
@media (min-width: 1200px) {
  .width-xl-903 {
    width: 903px;
  }

  .height-xl-903 {
    height: 903px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-903 {
    width: 903px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-903 {
    min-height: 903px;
  }

  .max-height-lg-903 {
    max-height: 903px !important;
  }
}
.max-width-904 {
  max-width: 904px;
}

.min-width-904 {
  min-width: 904px;
}

.min-height-904 {
  min-height: 904px;
}

.max-height-904 {
  max-height: 904px;
}

.width-904 {
  width: 904px;
}

.height-904 {
  height: 904px;
}

@media (min-width: 768px) {
  .width-md-904 {
    width: 904px;
  }
}
@media (min-width: 992px) {
  .width-lg-904 {
    width: 904px;
  }
}
@media (min-width: 1200px) {
  .width-xl-904 {
    width: 904px;
  }

  .height-xl-904 {
    height: 904px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-904 {
    width: 904px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-904 {
    min-height: 904px;
  }

  .max-height-lg-904 {
    max-height: 904px !important;
  }
}
.max-width-905 {
  max-width: 905px;
}

.min-width-905 {
  min-width: 905px;
}

.min-height-905 {
  min-height: 905px;
}

.max-height-905 {
  max-height: 905px;
}

.width-905 {
  width: 905px;
}

.height-905 {
  height: 905px;
}

@media (min-width: 768px) {
  .width-md-905 {
    width: 905px;
  }
}
@media (min-width: 992px) {
  .width-lg-905 {
    width: 905px;
  }
}
@media (min-width: 1200px) {
  .width-xl-905 {
    width: 905px;
  }

  .height-xl-905 {
    height: 905px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-905 {
    width: 905px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-905 {
    min-height: 905px;
  }

  .max-height-lg-905 {
    max-height: 905px !important;
  }
}
.max-width-906 {
  max-width: 906px;
}

.min-width-906 {
  min-width: 906px;
}

.min-height-906 {
  min-height: 906px;
}

.max-height-906 {
  max-height: 906px;
}

.width-906 {
  width: 906px;
}

.height-906 {
  height: 906px;
}

@media (min-width: 768px) {
  .width-md-906 {
    width: 906px;
  }
}
@media (min-width: 992px) {
  .width-lg-906 {
    width: 906px;
  }
}
@media (min-width: 1200px) {
  .width-xl-906 {
    width: 906px;
  }

  .height-xl-906 {
    height: 906px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-906 {
    width: 906px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-906 {
    min-height: 906px;
  }

  .max-height-lg-906 {
    max-height: 906px !important;
  }
}
.max-width-907 {
  max-width: 907px;
}

.min-width-907 {
  min-width: 907px;
}

.min-height-907 {
  min-height: 907px;
}

.max-height-907 {
  max-height: 907px;
}

.width-907 {
  width: 907px;
}

.height-907 {
  height: 907px;
}

@media (min-width: 768px) {
  .width-md-907 {
    width: 907px;
  }
}
@media (min-width: 992px) {
  .width-lg-907 {
    width: 907px;
  }
}
@media (min-width: 1200px) {
  .width-xl-907 {
    width: 907px;
  }

  .height-xl-907 {
    height: 907px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-907 {
    width: 907px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-907 {
    min-height: 907px;
  }

  .max-height-lg-907 {
    max-height: 907px !important;
  }
}
.max-width-908 {
  max-width: 908px;
}

.min-width-908 {
  min-width: 908px;
}

.min-height-908 {
  min-height: 908px;
}

.max-height-908 {
  max-height: 908px;
}

.width-908 {
  width: 908px;
}

.height-908 {
  height: 908px;
}

@media (min-width: 768px) {
  .width-md-908 {
    width: 908px;
  }
}
@media (min-width: 992px) {
  .width-lg-908 {
    width: 908px;
  }
}
@media (min-width: 1200px) {
  .width-xl-908 {
    width: 908px;
  }

  .height-xl-908 {
    height: 908px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-908 {
    width: 908px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-908 {
    min-height: 908px;
  }

  .max-height-lg-908 {
    max-height: 908px !important;
  }
}
.max-width-909 {
  max-width: 909px;
}

.min-width-909 {
  min-width: 909px;
}

.min-height-909 {
  min-height: 909px;
}

.max-height-909 {
  max-height: 909px;
}

.width-909 {
  width: 909px;
}

.height-909 {
  height: 909px;
}

@media (min-width: 768px) {
  .width-md-909 {
    width: 909px;
  }
}
@media (min-width: 992px) {
  .width-lg-909 {
    width: 909px;
  }
}
@media (min-width: 1200px) {
  .width-xl-909 {
    width: 909px;
  }

  .height-xl-909 {
    height: 909px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-909 {
    width: 909px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-909 {
    min-height: 909px;
  }

  .max-height-lg-909 {
    max-height: 909px !important;
  }
}
.max-width-910 {
  max-width: 910px;
}

.min-width-910 {
  min-width: 910px;
}

.min-height-910 {
  min-height: 910px;
}

.max-height-910 {
  max-height: 910px;
}

.width-910 {
  width: 910px;
}

.height-910 {
  height: 910px;
}

@media (min-width: 768px) {
  .width-md-910 {
    width: 910px;
  }
}
@media (min-width: 992px) {
  .width-lg-910 {
    width: 910px;
  }
}
@media (min-width: 1200px) {
  .width-xl-910 {
    width: 910px;
  }

  .height-xl-910 {
    height: 910px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-910 {
    width: 910px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-910 {
    min-height: 910px;
  }

  .max-height-lg-910 {
    max-height: 910px !important;
  }
}
.max-width-911 {
  max-width: 911px;
}

.min-width-911 {
  min-width: 911px;
}

.min-height-911 {
  min-height: 911px;
}

.max-height-911 {
  max-height: 911px;
}

.width-911 {
  width: 911px;
}

.height-911 {
  height: 911px;
}

@media (min-width: 768px) {
  .width-md-911 {
    width: 911px;
  }
}
@media (min-width: 992px) {
  .width-lg-911 {
    width: 911px;
  }
}
@media (min-width: 1200px) {
  .width-xl-911 {
    width: 911px;
  }

  .height-xl-911 {
    height: 911px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-911 {
    width: 911px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-911 {
    min-height: 911px;
  }

  .max-height-lg-911 {
    max-height: 911px !important;
  }
}
.max-width-912 {
  max-width: 912px;
}

.min-width-912 {
  min-width: 912px;
}

.min-height-912 {
  min-height: 912px;
}

.max-height-912 {
  max-height: 912px;
}

.width-912 {
  width: 912px;
}

.height-912 {
  height: 912px;
}

@media (min-width: 768px) {
  .width-md-912 {
    width: 912px;
  }
}
@media (min-width: 992px) {
  .width-lg-912 {
    width: 912px;
  }
}
@media (min-width: 1200px) {
  .width-xl-912 {
    width: 912px;
  }

  .height-xl-912 {
    height: 912px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-912 {
    width: 912px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-912 {
    min-height: 912px;
  }

  .max-height-lg-912 {
    max-height: 912px !important;
  }
}
.max-width-913 {
  max-width: 913px;
}

.min-width-913 {
  min-width: 913px;
}

.min-height-913 {
  min-height: 913px;
}

.max-height-913 {
  max-height: 913px;
}

.width-913 {
  width: 913px;
}

.height-913 {
  height: 913px;
}

@media (min-width: 768px) {
  .width-md-913 {
    width: 913px;
  }
}
@media (min-width: 992px) {
  .width-lg-913 {
    width: 913px;
  }
}
@media (min-width: 1200px) {
  .width-xl-913 {
    width: 913px;
  }

  .height-xl-913 {
    height: 913px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-913 {
    width: 913px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-913 {
    min-height: 913px;
  }

  .max-height-lg-913 {
    max-height: 913px !important;
  }
}
.max-width-914 {
  max-width: 914px;
}

.min-width-914 {
  min-width: 914px;
}

.min-height-914 {
  min-height: 914px;
}

.max-height-914 {
  max-height: 914px;
}

.width-914 {
  width: 914px;
}

.height-914 {
  height: 914px;
}

@media (min-width: 768px) {
  .width-md-914 {
    width: 914px;
  }
}
@media (min-width: 992px) {
  .width-lg-914 {
    width: 914px;
  }
}
@media (min-width: 1200px) {
  .width-xl-914 {
    width: 914px;
  }

  .height-xl-914 {
    height: 914px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-914 {
    width: 914px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-914 {
    min-height: 914px;
  }

  .max-height-lg-914 {
    max-height: 914px !important;
  }
}
.max-width-915 {
  max-width: 915px;
}

.min-width-915 {
  min-width: 915px;
}

.min-height-915 {
  min-height: 915px;
}

.max-height-915 {
  max-height: 915px;
}

.width-915 {
  width: 915px;
}

.height-915 {
  height: 915px;
}

@media (min-width: 768px) {
  .width-md-915 {
    width: 915px;
  }
}
@media (min-width: 992px) {
  .width-lg-915 {
    width: 915px;
  }
}
@media (min-width: 1200px) {
  .width-xl-915 {
    width: 915px;
  }

  .height-xl-915 {
    height: 915px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-915 {
    width: 915px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-915 {
    min-height: 915px;
  }

  .max-height-lg-915 {
    max-height: 915px !important;
  }
}
.max-width-916 {
  max-width: 916px;
}

.min-width-916 {
  min-width: 916px;
}

.min-height-916 {
  min-height: 916px;
}

.max-height-916 {
  max-height: 916px;
}

.width-916 {
  width: 916px;
}

.height-916 {
  height: 916px;
}

@media (min-width: 768px) {
  .width-md-916 {
    width: 916px;
  }
}
@media (min-width: 992px) {
  .width-lg-916 {
    width: 916px;
  }
}
@media (min-width: 1200px) {
  .width-xl-916 {
    width: 916px;
  }

  .height-xl-916 {
    height: 916px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-916 {
    width: 916px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-916 {
    min-height: 916px;
  }

  .max-height-lg-916 {
    max-height: 916px !important;
  }
}
.max-width-917 {
  max-width: 917px;
}

.min-width-917 {
  min-width: 917px;
}

.min-height-917 {
  min-height: 917px;
}

.max-height-917 {
  max-height: 917px;
}

.width-917 {
  width: 917px;
}

.height-917 {
  height: 917px;
}

@media (min-width: 768px) {
  .width-md-917 {
    width: 917px;
  }
}
@media (min-width: 992px) {
  .width-lg-917 {
    width: 917px;
  }
}
@media (min-width: 1200px) {
  .width-xl-917 {
    width: 917px;
  }

  .height-xl-917 {
    height: 917px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-917 {
    width: 917px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-917 {
    min-height: 917px;
  }

  .max-height-lg-917 {
    max-height: 917px !important;
  }
}
.max-width-918 {
  max-width: 918px;
}

.min-width-918 {
  min-width: 918px;
}

.min-height-918 {
  min-height: 918px;
}

.max-height-918 {
  max-height: 918px;
}

.width-918 {
  width: 918px;
}

.height-918 {
  height: 918px;
}

@media (min-width: 768px) {
  .width-md-918 {
    width: 918px;
  }
}
@media (min-width: 992px) {
  .width-lg-918 {
    width: 918px;
  }
}
@media (min-width: 1200px) {
  .width-xl-918 {
    width: 918px;
  }

  .height-xl-918 {
    height: 918px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-918 {
    width: 918px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-918 {
    min-height: 918px;
  }

  .max-height-lg-918 {
    max-height: 918px !important;
  }
}
.max-width-919 {
  max-width: 919px;
}

.min-width-919 {
  min-width: 919px;
}

.min-height-919 {
  min-height: 919px;
}

.max-height-919 {
  max-height: 919px;
}

.width-919 {
  width: 919px;
}

.height-919 {
  height: 919px;
}

@media (min-width: 768px) {
  .width-md-919 {
    width: 919px;
  }
}
@media (min-width: 992px) {
  .width-lg-919 {
    width: 919px;
  }
}
@media (min-width: 1200px) {
  .width-xl-919 {
    width: 919px;
  }

  .height-xl-919 {
    height: 919px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-919 {
    width: 919px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-919 {
    min-height: 919px;
  }

  .max-height-lg-919 {
    max-height: 919px !important;
  }
}
.max-width-920 {
  max-width: 920px;
}

.min-width-920 {
  min-width: 920px;
}

.min-height-920 {
  min-height: 920px;
}

.max-height-920 {
  max-height: 920px;
}

.width-920 {
  width: 920px;
}

.height-920 {
  height: 920px;
}

@media (min-width: 768px) {
  .width-md-920 {
    width: 920px;
  }
}
@media (min-width: 992px) {
  .width-lg-920 {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .width-xl-920 {
    width: 920px;
  }

  .height-xl-920 {
    height: 920px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-920 {
    width: 920px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-920 {
    min-height: 920px;
  }

  .max-height-lg-920 {
    max-height: 920px !important;
  }
}
.max-width-921 {
  max-width: 921px;
}

.min-width-921 {
  min-width: 921px;
}

.min-height-921 {
  min-height: 921px;
}

.max-height-921 {
  max-height: 921px;
}

.width-921 {
  width: 921px;
}

.height-921 {
  height: 921px;
}

@media (min-width: 768px) {
  .width-md-921 {
    width: 921px;
  }
}
@media (min-width: 992px) {
  .width-lg-921 {
    width: 921px;
  }
}
@media (min-width: 1200px) {
  .width-xl-921 {
    width: 921px;
  }

  .height-xl-921 {
    height: 921px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-921 {
    width: 921px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-921 {
    min-height: 921px;
  }

  .max-height-lg-921 {
    max-height: 921px !important;
  }
}
.max-width-922 {
  max-width: 922px;
}

.min-width-922 {
  min-width: 922px;
}

.min-height-922 {
  min-height: 922px;
}

.max-height-922 {
  max-height: 922px;
}

.width-922 {
  width: 922px;
}

.height-922 {
  height: 922px;
}

@media (min-width: 768px) {
  .width-md-922 {
    width: 922px;
  }
}
@media (min-width: 992px) {
  .width-lg-922 {
    width: 922px;
  }
}
@media (min-width: 1200px) {
  .width-xl-922 {
    width: 922px;
  }

  .height-xl-922 {
    height: 922px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-922 {
    width: 922px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-922 {
    min-height: 922px;
  }

  .max-height-lg-922 {
    max-height: 922px !important;
  }
}
.max-width-923 {
  max-width: 923px;
}

.min-width-923 {
  min-width: 923px;
}

.min-height-923 {
  min-height: 923px;
}

.max-height-923 {
  max-height: 923px;
}

.width-923 {
  width: 923px;
}

.height-923 {
  height: 923px;
}

@media (min-width: 768px) {
  .width-md-923 {
    width: 923px;
  }
}
@media (min-width: 992px) {
  .width-lg-923 {
    width: 923px;
  }
}
@media (min-width: 1200px) {
  .width-xl-923 {
    width: 923px;
  }

  .height-xl-923 {
    height: 923px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-923 {
    width: 923px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-923 {
    min-height: 923px;
  }

  .max-height-lg-923 {
    max-height: 923px !important;
  }
}
.max-width-924 {
  max-width: 924px;
}

.min-width-924 {
  min-width: 924px;
}

.min-height-924 {
  min-height: 924px;
}

.max-height-924 {
  max-height: 924px;
}

.width-924 {
  width: 924px;
}

.height-924 {
  height: 924px;
}

@media (min-width: 768px) {
  .width-md-924 {
    width: 924px;
  }
}
@media (min-width: 992px) {
  .width-lg-924 {
    width: 924px;
  }
}
@media (min-width: 1200px) {
  .width-xl-924 {
    width: 924px;
  }

  .height-xl-924 {
    height: 924px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-924 {
    width: 924px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-924 {
    min-height: 924px;
  }

  .max-height-lg-924 {
    max-height: 924px !important;
  }
}
.max-width-925 {
  max-width: 925px;
}

.min-width-925 {
  min-width: 925px;
}

.min-height-925 {
  min-height: 925px;
}

.max-height-925 {
  max-height: 925px;
}

.width-925 {
  width: 925px;
}

.height-925 {
  height: 925px;
}

@media (min-width: 768px) {
  .width-md-925 {
    width: 925px;
  }
}
@media (min-width: 992px) {
  .width-lg-925 {
    width: 925px;
  }
}
@media (min-width: 1200px) {
  .width-xl-925 {
    width: 925px;
  }

  .height-xl-925 {
    height: 925px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-925 {
    width: 925px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-925 {
    min-height: 925px;
  }

  .max-height-lg-925 {
    max-height: 925px !important;
  }
}
.max-width-926 {
  max-width: 926px;
}

.min-width-926 {
  min-width: 926px;
}

.min-height-926 {
  min-height: 926px;
}

.max-height-926 {
  max-height: 926px;
}

.width-926 {
  width: 926px;
}

.height-926 {
  height: 926px;
}

@media (min-width: 768px) {
  .width-md-926 {
    width: 926px;
  }
}
@media (min-width: 992px) {
  .width-lg-926 {
    width: 926px;
  }
}
@media (min-width: 1200px) {
  .width-xl-926 {
    width: 926px;
  }

  .height-xl-926 {
    height: 926px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-926 {
    width: 926px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-926 {
    min-height: 926px;
  }

  .max-height-lg-926 {
    max-height: 926px !important;
  }
}
.max-width-927 {
  max-width: 927px;
}

.min-width-927 {
  min-width: 927px;
}

.min-height-927 {
  min-height: 927px;
}

.max-height-927 {
  max-height: 927px;
}

.width-927 {
  width: 927px;
}

.height-927 {
  height: 927px;
}

@media (min-width: 768px) {
  .width-md-927 {
    width: 927px;
  }
}
@media (min-width: 992px) {
  .width-lg-927 {
    width: 927px;
  }
}
@media (min-width: 1200px) {
  .width-xl-927 {
    width: 927px;
  }

  .height-xl-927 {
    height: 927px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-927 {
    width: 927px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-927 {
    min-height: 927px;
  }

  .max-height-lg-927 {
    max-height: 927px !important;
  }
}
.max-width-928 {
  max-width: 928px;
}

.min-width-928 {
  min-width: 928px;
}

.min-height-928 {
  min-height: 928px;
}

.max-height-928 {
  max-height: 928px;
}

.width-928 {
  width: 928px;
}

.height-928 {
  height: 928px;
}

@media (min-width: 768px) {
  .width-md-928 {
    width: 928px;
  }
}
@media (min-width: 992px) {
  .width-lg-928 {
    width: 928px;
  }
}
@media (min-width: 1200px) {
  .width-xl-928 {
    width: 928px;
  }

  .height-xl-928 {
    height: 928px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-928 {
    width: 928px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-928 {
    min-height: 928px;
  }

  .max-height-lg-928 {
    max-height: 928px !important;
  }
}
.max-width-929 {
  max-width: 929px;
}

.min-width-929 {
  min-width: 929px;
}

.min-height-929 {
  min-height: 929px;
}

.max-height-929 {
  max-height: 929px;
}

.width-929 {
  width: 929px;
}

.height-929 {
  height: 929px;
}

@media (min-width: 768px) {
  .width-md-929 {
    width: 929px;
  }
}
@media (min-width: 992px) {
  .width-lg-929 {
    width: 929px;
  }
}
@media (min-width: 1200px) {
  .width-xl-929 {
    width: 929px;
  }

  .height-xl-929 {
    height: 929px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-929 {
    width: 929px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-929 {
    min-height: 929px;
  }

  .max-height-lg-929 {
    max-height: 929px !important;
  }
}
.max-width-930 {
  max-width: 930px;
}

.min-width-930 {
  min-width: 930px;
}

.min-height-930 {
  min-height: 930px;
}

.max-height-930 {
  max-height: 930px;
}

.width-930 {
  width: 930px;
}

.height-930 {
  height: 930px;
}

@media (min-width: 768px) {
  .width-md-930 {
    width: 930px;
  }
}
@media (min-width: 992px) {
  .width-lg-930 {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .width-xl-930 {
    width: 930px;
  }

  .height-xl-930 {
    height: 930px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-930 {
    width: 930px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-930 {
    min-height: 930px;
  }

  .max-height-lg-930 {
    max-height: 930px !important;
  }
}
.max-width-931 {
  max-width: 931px;
}

.min-width-931 {
  min-width: 931px;
}

.min-height-931 {
  min-height: 931px;
}

.max-height-931 {
  max-height: 931px;
}

.width-931 {
  width: 931px;
}

.height-931 {
  height: 931px;
}

@media (min-width: 768px) {
  .width-md-931 {
    width: 931px;
  }
}
@media (min-width: 992px) {
  .width-lg-931 {
    width: 931px;
  }
}
@media (min-width: 1200px) {
  .width-xl-931 {
    width: 931px;
  }

  .height-xl-931 {
    height: 931px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-931 {
    width: 931px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-931 {
    min-height: 931px;
  }

  .max-height-lg-931 {
    max-height: 931px !important;
  }
}
.max-width-932 {
  max-width: 932px;
}

.min-width-932 {
  min-width: 932px;
}

.min-height-932 {
  min-height: 932px;
}

.max-height-932 {
  max-height: 932px;
}

.width-932 {
  width: 932px;
}

.height-932 {
  height: 932px;
}

@media (min-width: 768px) {
  .width-md-932 {
    width: 932px;
  }
}
@media (min-width: 992px) {
  .width-lg-932 {
    width: 932px;
  }
}
@media (min-width: 1200px) {
  .width-xl-932 {
    width: 932px;
  }

  .height-xl-932 {
    height: 932px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-932 {
    width: 932px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-932 {
    min-height: 932px;
  }

  .max-height-lg-932 {
    max-height: 932px !important;
  }
}
.max-width-933 {
  max-width: 933px;
}

.min-width-933 {
  min-width: 933px;
}

.min-height-933 {
  min-height: 933px;
}

.max-height-933 {
  max-height: 933px;
}

.width-933 {
  width: 933px;
}

.height-933 {
  height: 933px;
}

@media (min-width: 768px) {
  .width-md-933 {
    width: 933px;
  }
}
@media (min-width: 992px) {
  .width-lg-933 {
    width: 933px;
  }
}
@media (min-width: 1200px) {
  .width-xl-933 {
    width: 933px;
  }

  .height-xl-933 {
    height: 933px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-933 {
    width: 933px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-933 {
    min-height: 933px;
  }

  .max-height-lg-933 {
    max-height: 933px !important;
  }
}
.max-width-934 {
  max-width: 934px;
}

.min-width-934 {
  min-width: 934px;
}

.min-height-934 {
  min-height: 934px;
}

.max-height-934 {
  max-height: 934px;
}

.width-934 {
  width: 934px;
}

.height-934 {
  height: 934px;
}

@media (min-width: 768px) {
  .width-md-934 {
    width: 934px;
  }
}
@media (min-width: 992px) {
  .width-lg-934 {
    width: 934px;
  }
}
@media (min-width: 1200px) {
  .width-xl-934 {
    width: 934px;
  }

  .height-xl-934 {
    height: 934px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-934 {
    width: 934px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-934 {
    min-height: 934px;
  }

  .max-height-lg-934 {
    max-height: 934px !important;
  }
}
.max-width-935 {
  max-width: 935px;
}

.min-width-935 {
  min-width: 935px;
}

.min-height-935 {
  min-height: 935px;
}

.max-height-935 {
  max-height: 935px;
}

.width-935 {
  width: 935px;
}

.height-935 {
  height: 935px;
}

@media (min-width: 768px) {
  .width-md-935 {
    width: 935px;
  }
}
@media (min-width: 992px) {
  .width-lg-935 {
    width: 935px;
  }
}
@media (min-width: 1200px) {
  .width-xl-935 {
    width: 935px;
  }

  .height-xl-935 {
    height: 935px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-935 {
    width: 935px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-935 {
    min-height: 935px;
  }

  .max-height-lg-935 {
    max-height: 935px !important;
  }
}
.max-width-936 {
  max-width: 936px;
}

.min-width-936 {
  min-width: 936px;
}

.min-height-936 {
  min-height: 936px;
}

.max-height-936 {
  max-height: 936px;
}

.width-936 {
  width: 936px;
}

.height-936 {
  height: 936px;
}

@media (min-width: 768px) {
  .width-md-936 {
    width: 936px;
  }
}
@media (min-width: 992px) {
  .width-lg-936 {
    width: 936px;
  }
}
@media (min-width: 1200px) {
  .width-xl-936 {
    width: 936px;
  }

  .height-xl-936 {
    height: 936px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-936 {
    width: 936px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-936 {
    min-height: 936px;
  }

  .max-height-lg-936 {
    max-height: 936px !important;
  }
}
.max-width-937 {
  max-width: 937px;
}

.min-width-937 {
  min-width: 937px;
}

.min-height-937 {
  min-height: 937px;
}

.max-height-937 {
  max-height: 937px;
}

.width-937 {
  width: 937px;
}

.height-937 {
  height: 937px;
}

@media (min-width: 768px) {
  .width-md-937 {
    width: 937px;
  }
}
@media (min-width: 992px) {
  .width-lg-937 {
    width: 937px;
  }
}
@media (min-width: 1200px) {
  .width-xl-937 {
    width: 937px;
  }

  .height-xl-937 {
    height: 937px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-937 {
    width: 937px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-937 {
    min-height: 937px;
  }

  .max-height-lg-937 {
    max-height: 937px !important;
  }
}
.max-width-938 {
  max-width: 938px;
}

.min-width-938 {
  min-width: 938px;
}

.min-height-938 {
  min-height: 938px;
}

.max-height-938 {
  max-height: 938px;
}

.width-938 {
  width: 938px;
}

.height-938 {
  height: 938px;
}

@media (min-width: 768px) {
  .width-md-938 {
    width: 938px;
  }
}
@media (min-width: 992px) {
  .width-lg-938 {
    width: 938px;
  }
}
@media (min-width: 1200px) {
  .width-xl-938 {
    width: 938px;
  }

  .height-xl-938 {
    height: 938px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-938 {
    width: 938px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-938 {
    min-height: 938px;
  }

  .max-height-lg-938 {
    max-height: 938px !important;
  }
}
.max-width-939 {
  max-width: 939px;
}

.min-width-939 {
  min-width: 939px;
}

.min-height-939 {
  min-height: 939px;
}

.max-height-939 {
  max-height: 939px;
}

.width-939 {
  width: 939px;
}

.height-939 {
  height: 939px;
}

@media (min-width: 768px) {
  .width-md-939 {
    width: 939px;
  }
}
@media (min-width: 992px) {
  .width-lg-939 {
    width: 939px;
  }
}
@media (min-width: 1200px) {
  .width-xl-939 {
    width: 939px;
  }

  .height-xl-939 {
    height: 939px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-939 {
    width: 939px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-939 {
    min-height: 939px;
  }

  .max-height-lg-939 {
    max-height: 939px !important;
  }
}
.max-width-940 {
  max-width: 940px;
}

.min-width-940 {
  min-width: 940px;
}

.min-height-940 {
  min-height: 940px;
}

.max-height-940 {
  max-height: 940px;
}

.width-940 {
  width: 940px;
}

.height-940 {
  height: 940px;
}

@media (min-width: 768px) {
  .width-md-940 {
    width: 940px;
  }
}
@media (min-width: 992px) {
  .width-lg-940 {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .width-xl-940 {
    width: 940px;
  }

  .height-xl-940 {
    height: 940px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-940 {
    width: 940px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-940 {
    min-height: 940px;
  }

  .max-height-lg-940 {
    max-height: 940px !important;
  }
}
.max-width-941 {
  max-width: 941px;
}

.min-width-941 {
  min-width: 941px;
}

.min-height-941 {
  min-height: 941px;
}

.max-height-941 {
  max-height: 941px;
}

.width-941 {
  width: 941px;
}

.height-941 {
  height: 941px;
}

@media (min-width: 768px) {
  .width-md-941 {
    width: 941px;
  }
}
@media (min-width: 992px) {
  .width-lg-941 {
    width: 941px;
  }
}
@media (min-width: 1200px) {
  .width-xl-941 {
    width: 941px;
  }

  .height-xl-941 {
    height: 941px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-941 {
    width: 941px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-941 {
    min-height: 941px;
  }

  .max-height-lg-941 {
    max-height: 941px !important;
  }
}
.max-width-942 {
  max-width: 942px;
}

.min-width-942 {
  min-width: 942px;
}

.min-height-942 {
  min-height: 942px;
}

.max-height-942 {
  max-height: 942px;
}

.width-942 {
  width: 942px;
}

.height-942 {
  height: 942px;
}

@media (min-width: 768px) {
  .width-md-942 {
    width: 942px;
  }
}
@media (min-width: 992px) {
  .width-lg-942 {
    width: 942px;
  }
}
@media (min-width: 1200px) {
  .width-xl-942 {
    width: 942px;
  }

  .height-xl-942 {
    height: 942px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-942 {
    width: 942px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-942 {
    min-height: 942px;
  }

  .max-height-lg-942 {
    max-height: 942px !important;
  }
}
.max-width-943 {
  max-width: 943px;
}

.min-width-943 {
  min-width: 943px;
}

.min-height-943 {
  min-height: 943px;
}

.max-height-943 {
  max-height: 943px;
}

.width-943 {
  width: 943px;
}

.height-943 {
  height: 943px;
}

@media (min-width: 768px) {
  .width-md-943 {
    width: 943px;
  }
}
@media (min-width: 992px) {
  .width-lg-943 {
    width: 943px;
  }
}
@media (min-width: 1200px) {
  .width-xl-943 {
    width: 943px;
  }

  .height-xl-943 {
    height: 943px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-943 {
    width: 943px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-943 {
    min-height: 943px;
  }

  .max-height-lg-943 {
    max-height: 943px !important;
  }
}
.max-width-944 {
  max-width: 944px;
}

.min-width-944 {
  min-width: 944px;
}

.min-height-944 {
  min-height: 944px;
}

.max-height-944 {
  max-height: 944px;
}

.width-944 {
  width: 944px;
}

.height-944 {
  height: 944px;
}

@media (min-width: 768px) {
  .width-md-944 {
    width: 944px;
  }
}
@media (min-width: 992px) {
  .width-lg-944 {
    width: 944px;
  }
}
@media (min-width: 1200px) {
  .width-xl-944 {
    width: 944px;
  }

  .height-xl-944 {
    height: 944px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-944 {
    width: 944px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-944 {
    min-height: 944px;
  }

  .max-height-lg-944 {
    max-height: 944px !important;
  }
}
.max-width-945 {
  max-width: 945px;
}

.min-width-945 {
  min-width: 945px;
}

.min-height-945 {
  min-height: 945px;
}

.max-height-945 {
  max-height: 945px;
}

.width-945 {
  width: 945px;
}

.height-945 {
  height: 945px;
}

@media (min-width: 768px) {
  .width-md-945 {
    width: 945px;
  }
}
@media (min-width: 992px) {
  .width-lg-945 {
    width: 945px;
  }
}
@media (min-width: 1200px) {
  .width-xl-945 {
    width: 945px;
  }

  .height-xl-945 {
    height: 945px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-945 {
    width: 945px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-945 {
    min-height: 945px;
  }

  .max-height-lg-945 {
    max-height: 945px !important;
  }
}
.max-width-946 {
  max-width: 946px;
}

.min-width-946 {
  min-width: 946px;
}

.min-height-946 {
  min-height: 946px;
}

.max-height-946 {
  max-height: 946px;
}

.width-946 {
  width: 946px;
}

.height-946 {
  height: 946px;
}

@media (min-width: 768px) {
  .width-md-946 {
    width: 946px;
  }
}
@media (min-width: 992px) {
  .width-lg-946 {
    width: 946px;
  }
}
@media (min-width: 1200px) {
  .width-xl-946 {
    width: 946px;
  }

  .height-xl-946 {
    height: 946px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-946 {
    width: 946px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-946 {
    min-height: 946px;
  }

  .max-height-lg-946 {
    max-height: 946px !important;
  }
}
.max-width-947 {
  max-width: 947px;
}

.min-width-947 {
  min-width: 947px;
}

.min-height-947 {
  min-height: 947px;
}

.max-height-947 {
  max-height: 947px;
}

.width-947 {
  width: 947px;
}

.height-947 {
  height: 947px;
}

@media (min-width: 768px) {
  .width-md-947 {
    width: 947px;
  }
}
@media (min-width: 992px) {
  .width-lg-947 {
    width: 947px;
  }
}
@media (min-width: 1200px) {
  .width-xl-947 {
    width: 947px;
  }

  .height-xl-947 {
    height: 947px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-947 {
    width: 947px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-947 {
    min-height: 947px;
  }

  .max-height-lg-947 {
    max-height: 947px !important;
  }
}
.max-width-948 {
  max-width: 948px;
}

.min-width-948 {
  min-width: 948px;
}

.min-height-948 {
  min-height: 948px;
}

.max-height-948 {
  max-height: 948px;
}

.width-948 {
  width: 948px;
}

.height-948 {
  height: 948px;
}

@media (min-width: 768px) {
  .width-md-948 {
    width: 948px;
  }
}
@media (min-width: 992px) {
  .width-lg-948 {
    width: 948px;
  }
}
@media (min-width: 1200px) {
  .width-xl-948 {
    width: 948px;
  }

  .height-xl-948 {
    height: 948px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-948 {
    width: 948px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-948 {
    min-height: 948px;
  }

  .max-height-lg-948 {
    max-height: 948px !important;
  }
}
.max-width-949 {
  max-width: 949px;
}

.min-width-949 {
  min-width: 949px;
}

.min-height-949 {
  min-height: 949px;
}

.max-height-949 {
  max-height: 949px;
}

.width-949 {
  width: 949px;
}

.height-949 {
  height: 949px;
}

@media (min-width: 768px) {
  .width-md-949 {
    width: 949px;
  }
}
@media (min-width: 992px) {
  .width-lg-949 {
    width: 949px;
  }
}
@media (min-width: 1200px) {
  .width-xl-949 {
    width: 949px;
  }

  .height-xl-949 {
    height: 949px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-949 {
    width: 949px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-949 {
    min-height: 949px;
  }

  .max-height-lg-949 {
    max-height: 949px !important;
  }
}
.max-width-950 {
  max-width: 950px;
}

.min-width-950 {
  min-width: 950px;
}

.min-height-950 {
  min-height: 950px;
}

.max-height-950 {
  max-height: 950px;
}

.width-950 {
  width: 950px;
}

.height-950 {
  height: 950px;
}

@media (min-width: 768px) {
  .width-md-950 {
    width: 950px;
  }
}
@media (min-width: 992px) {
  .width-lg-950 {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .width-xl-950 {
    width: 950px;
  }

  .height-xl-950 {
    height: 950px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-950 {
    width: 950px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-950 {
    min-height: 950px;
  }

  .max-height-lg-950 {
    max-height: 950px !important;
  }
}
.max-width-951 {
  max-width: 951px;
}

.min-width-951 {
  min-width: 951px;
}

.min-height-951 {
  min-height: 951px;
}

.max-height-951 {
  max-height: 951px;
}

.width-951 {
  width: 951px;
}

.height-951 {
  height: 951px;
}

@media (min-width: 768px) {
  .width-md-951 {
    width: 951px;
  }
}
@media (min-width: 992px) {
  .width-lg-951 {
    width: 951px;
  }
}
@media (min-width: 1200px) {
  .width-xl-951 {
    width: 951px;
  }

  .height-xl-951 {
    height: 951px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-951 {
    width: 951px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-951 {
    min-height: 951px;
  }

  .max-height-lg-951 {
    max-height: 951px !important;
  }
}
.max-width-952 {
  max-width: 952px;
}

.min-width-952 {
  min-width: 952px;
}

.min-height-952 {
  min-height: 952px;
}

.max-height-952 {
  max-height: 952px;
}

.width-952 {
  width: 952px;
}

.height-952 {
  height: 952px;
}

@media (min-width: 768px) {
  .width-md-952 {
    width: 952px;
  }
}
@media (min-width: 992px) {
  .width-lg-952 {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .width-xl-952 {
    width: 952px;
  }

  .height-xl-952 {
    height: 952px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-952 {
    width: 952px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-952 {
    min-height: 952px;
  }

  .max-height-lg-952 {
    max-height: 952px !important;
  }
}
.max-width-953 {
  max-width: 953px;
}

.min-width-953 {
  min-width: 953px;
}

.min-height-953 {
  min-height: 953px;
}

.max-height-953 {
  max-height: 953px;
}

.width-953 {
  width: 953px;
}

.height-953 {
  height: 953px;
}

@media (min-width: 768px) {
  .width-md-953 {
    width: 953px;
  }
}
@media (min-width: 992px) {
  .width-lg-953 {
    width: 953px;
  }
}
@media (min-width: 1200px) {
  .width-xl-953 {
    width: 953px;
  }

  .height-xl-953 {
    height: 953px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-953 {
    width: 953px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-953 {
    min-height: 953px;
  }

  .max-height-lg-953 {
    max-height: 953px !important;
  }
}
.max-width-954 {
  max-width: 954px;
}

.min-width-954 {
  min-width: 954px;
}

.min-height-954 {
  min-height: 954px;
}

.max-height-954 {
  max-height: 954px;
}

.width-954 {
  width: 954px;
}

.height-954 {
  height: 954px;
}

@media (min-width: 768px) {
  .width-md-954 {
    width: 954px;
  }
}
@media (min-width: 992px) {
  .width-lg-954 {
    width: 954px;
  }
}
@media (min-width: 1200px) {
  .width-xl-954 {
    width: 954px;
  }

  .height-xl-954 {
    height: 954px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-954 {
    width: 954px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-954 {
    min-height: 954px;
  }

  .max-height-lg-954 {
    max-height: 954px !important;
  }
}
.max-width-955 {
  max-width: 955px;
}

.min-width-955 {
  min-width: 955px;
}

.min-height-955 {
  min-height: 955px;
}

.max-height-955 {
  max-height: 955px;
}

.width-955 {
  width: 955px;
}

.height-955 {
  height: 955px;
}

@media (min-width: 768px) {
  .width-md-955 {
    width: 955px;
  }
}
@media (min-width: 992px) {
  .width-lg-955 {
    width: 955px;
  }
}
@media (min-width: 1200px) {
  .width-xl-955 {
    width: 955px;
  }

  .height-xl-955 {
    height: 955px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-955 {
    width: 955px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-955 {
    min-height: 955px;
  }

  .max-height-lg-955 {
    max-height: 955px !important;
  }
}
.max-width-956 {
  max-width: 956px;
}

.min-width-956 {
  min-width: 956px;
}

.min-height-956 {
  min-height: 956px;
}

.max-height-956 {
  max-height: 956px;
}

.width-956 {
  width: 956px;
}

.height-956 {
  height: 956px;
}

@media (min-width: 768px) {
  .width-md-956 {
    width: 956px;
  }
}
@media (min-width: 992px) {
  .width-lg-956 {
    width: 956px;
  }
}
@media (min-width: 1200px) {
  .width-xl-956 {
    width: 956px;
  }

  .height-xl-956 {
    height: 956px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-956 {
    width: 956px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-956 {
    min-height: 956px;
  }

  .max-height-lg-956 {
    max-height: 956px !important;
  }
}
.max-width-957 {
  max-width: 957px;
}

.min-width-957 {
  min-width: 957px;
}

.min-height-957 {
  min-height: 957px;
}

.max-height-957 {
  max-height: 957px;
}

.width-957 {
  width: 957px;
}

.height-957 {
  height: 957px;
}

@media (min-width: 768px) {
  .width-md-957 {
    width: 957px;
  }
}
@media (min-width: 992px) {
  .width-lg-957 {
    width: 957px;
  }
}
@media (min-width: 1200px) {
  .width-xl-957 {
    width: 957px;
  }

  .height-xl-957 {
    height: 957px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-957 {
    width: 957px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-957 {
    min-height: 957px;
  }

  .max-height-lg-957 {
    max-height: 957px !important;
  }
}
.max-width-958 {
  max-width: 958px;
}

.min-width-958 {
  min-width: 958px;
}

.min-height-958 {
  min-height: 958px;
}

.max-height-958 {
  max-height: 958px;
}

.width-958 {
  width: 958px;
}

.height-958 {
  height: 958px;
}

@media (min-width: 768px) {
  .width-md-958 {
    width: 958px;
  }
}
@media (min-width: 992px) {
  .width-lg-958 {
    width: 958px;
  }
}
@media (min-width: 1200px) {
  .width-xl-958 {
    width: 958px;
  }

  .height-xl-958 {
    height: 958px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-958 {
    width: 958px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-958 {
    min-height: 958px;
  }

  .max-height-lg-958 {
    max-height: 958px !important;
  }
}
.max-width-959 {
  max-width: 959px;
}

.min-width-959 {
  min-width: 959px;
}

.min-height-959 {
  min-height: 959px;
}

.max-height-959 {
  max-height: 959px;
}

.width-959 {
  width: 959px;
}

.height-959 {
  height: 959px;
}

@media (min-width: 768px) {
  .width-md-959 {
    width: 959px;
  }
}
@media (min-width: 992px) {
  .width-lg-959 {
    width: 959px;
  }
}
@media (min-width: 1200px) {
  .width-xl-959 {
    width: 959px;
  }

  .height-xl-959 {
    height: 959px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-959 {
    width: 959px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-959 {
    min-height: 959px;
  }

  .max-height-lg-959 {
    max-height: 959px !important;
  }
}
.max-width-960 {
  max-width: 960px;
}

.min-width-960 {
  min-width: 960px;
}

.min-height-960 {
  min-height: 960px;
}

.max-height-960 {
  max-height: 960px;
}

.width-960 {
  width: 960px;
}

.height-960 {
  height: 960px;
}

@media (min-width: 768px) {
  .width-md-960 {
    width: 960px;
  }
}
@media (min-width: 992px) {
  .width-lg-960 {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .width-xl-960 {
    width: 960px;
  }

  .height-xl-960 {
    height: 960px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-960 {
    width: 960px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-960 {
    min-height: 960px;
  }

  .max-height-lg-960 {
    max-height: 960px !important;
  }
}
.max-width-961 {
  max-width: 961px;
}

.min-width-961 {
  min-width: 961px;
}

.min-height-961 {
  min-height: 961px;
}

.max-height-961 {
  max-height: 961px;
}

.width-961 {
  width: 961px;
}

.height-961 {
  height: 961px;
}

@media (min-width: 768px) {
  .width-md-961 {
    width: 961px;
  }
}
@media (min-width: 992px) {
  .width-lg-961 {
    width: 961px;
  }
}
@media (min-width: 1200px) {
  .width-xl-961 {
    width: 961px;
  }

  .height-xl-961 {
    height: 961px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-961 {
    width: 961px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-961 {
    min-height: 961px;
  }

  .max-height-lg-961 {
    max-height: 961px !important;
  }
}
.max-width-962 {
  max-width: 962px;
}

.min-width-962 {
  min-width: 962px;
}

.min-height-962 {
  min-height: 962px;
}

.max-height-962 {
  max-height: 962px;
}

.width-962 {
  width: 962px;
}

.height-962 {
  height: 962px;
}

@media (min-width: 768px) {
  .width-md-962 {
    width: 962px;
  }
}
@media (min-width: 992px) {
  .width-lg-962 {
    width: 962px;
  }
}
@media (min-width: 1200px) {
  .width-xl-962 {
    width: 962px;
  }

  .height-xl-962 {
    height: 962px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-962 {
    width: 962px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-962 {
    min-height: 962px;
  }

  .max-height-lg-962 {
    max-height: 962px !important;
  }
}
.max-width-963 {
  max-width: 963px;
}

.min-width-963 {
  min-width: 963px;
}

.min-height-963 {
  min-height: 963px;
}

.max-height-963 {
  max-height: 963px;
}

.width-963 {
  width: 963px;
}

.height-963 {
  height: 963px;
}

@media (min-width: 768px) {
  .width-md-963 {
    width: 963px;
  }
}
@media (min-width: 992px) {
  .width-lg-963 {
    width: 963px;
  }
}
@media (min-width: 1200px) {
  .width-xl-963 {
    width: 963px;
  }

  .height-xl-963 {
    height: 963px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-963 {
    width: 963px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-963 {
    min-height: 963px;
  }

  .max-height-lg-963 {
    max-height: 963px !important;
  }
}
.max-width-964 {
  max-width: 964px;
}

.min-width-964 {
  min-width: 964px;
}

.min-height-964 {
  min-height: 964px;
}

.max-height-964 {
  max-height: 964px;
}

.width-964 {
  width: 964px;
}

.height-964 {
  height: 964px;
}

@media (min-width: 768px) {
  .width-md-964 {
    width: 964px;
  }
}
@media (min-width: 992px) {
  .width-lg-964 {
    width: 964px;
  }
}
@media (min-width: 1200px) {
  .width-xl-964 {
    width: 964px;
  }

  .height-xl-964 {
    height: 964px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-964 {
    width: 964px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-964 {
    min-height: 964px;
  }

  .max-height-lg-964 {
    max-height: 964px !important;
  }
}
.max-width-965 {
  max-width: 965px;
}

.min-width-965 {
  min-width: 965px;
}

.min-height-965 {
  min-height: 965px;
}

.max-height-965 {
  max-height: 965px;
}

.width-965 {
  width: 965px;
}

.height-965 {
  height: 965px;
}

@media (min-width: 768px) {
  .width-md-965 {
    width: 965px;
  }
}
@media (min-width: 992px) {
  .width-lg-965 {
    width: 965px;
  }
}
@media (min-width: 1200px) {
  .width-xl-965 {
    width: 965px;
  }

  .height-xl-965 {
    height: 965px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-965 {
    width: 965px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-965 {
    min-height: 965px;
  }

  .max-height-lg-965 {
    max-height: 965px !important;
  }
}
.max-width-966 {
  max-width: 966px;
}

.min-width-966 {
  min-width: 966px;
}

.min-height-966 {
  min-height: 966px;
}

.max-height-966 {
  max-height: 966px;
}

.width-966 {
  width: 966px;
}

.height-966 {
  height: 966px;
}

@media (min-width: 768px) {
  .width-md-966 {
    width: 966px;
  }
}
@media (min-width: 992px) {
  .width-lg-966 {
    width: 966px;
  }
}
@media (min-width: 1200px) {
  .width-xl-966 {
    width: 966px;
  }

  .height-xl-966 {
    height: 966px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-966 {
    width: 966px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-966 {
    min-height: 966px;
  }

  .max-height-lg-966 {
    max-height: 966px !important;
  }
}
.max-width-967 {
  max-width: 967px;
}

.min-width-967 {
  min-width: 967px;
}

.min-height-967 {
  min-height: 967px;
}

.max-height-967 {
  max-height: 967px;
}

.width-967 {
  width: 967px;
}

.height-967 {
  height: 967px;
}

@media (min-width: 768px) {
  .width-md-967 {
    width: 967px;
  }
}
@media (min-width: 992px) {
  .width-lg-967 {
    width: 967px;
  }
}
@media (min-width: 1200px) {
  .width-xl-967 {
    width: 967px;
  }

  .height-xl-967 {
    height: 967px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-967 {
    width: 967px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-967 {
    min-height: 967px;
  }

  .max-height-lg-967 {
    max-height: 967px !important;
  }
}
.max-width-968 {
  max-width: 968px;
}

.min-width-968 {
  min-width: 968px;
}

.min-height-968 {
  min-height: 968px;
}

.max-height-968 {
  max-height: 968px;
}

.width-968 {
  width: 968px;
}

.height-968 {
  height: 968px;
}

@media (min-width: 768px) {
  .width-md-968 {
    width: 968px;
  }
}
@media (min-width: 992px) {
  .width-lg-968 {
    width: 968px;
  }
}
@media (min-width: 1200px) {
  .width-xl-968 {
    width: 968px;
  }

  .height-xl-968 {
    height: 968px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-968 {
    width: 968px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-968 {
    min-height: 968px;
  }

  .max-height-lg-968 {
    max-height: 968px !important;
  }
}
.max-width-969 {
  max-width: 969px;
}

.min-width-969 {
  min-width: 969px;
}

.min-height-969 {
  min-height: 969px;
}

.max-height-969 {
  max-height: 969px;
}

.width-969 {
  width: 969px;
}

.height-969 {
  height: 969px;
}

@media (min-width: 768px) {
  .width-md-969 {
    width: 969px;
  }
}
@media (min-width: 992px) {
  .width-lg-969 {
    width: 969px;
  }
}
@media (min-width: 1200px) {
  .width-xl-969 {
    width: 969px;
  }

  .height-xl-969 {
    height: 969px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-969 {
    width: 969px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-969 {
    min-height: 969px;
  }

  .max-height-lg-969 {
    max-height: 969px !important;
  }
}
.max-width-970 {
  max-width: 970px;
}

.min-width-970 {
  min-width: 970px;
}

.min-height-970 {
  min-height: 970px;
}

.max-height-970 {
  max-height: 970px;
}

.width-970 {
  width: 970px;
}

.height-970 {
  height: 970px;
}

@media (min-width: 768px) {
  .width-md-970 {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .width-lg-970 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .width-xl-970 {
    width: 970px;
  }

  .height-xl-970 {
    height: 970px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-970 {
    width: 970px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-970 {
    min-height: 970px;
  }

  .max-height-lg-970 {
    max-height: 970px !important;
  }
}
.max-width-971 {
  max-width: 971px;
}

.min-width-971 {
  min-width: 971px;
}

.min-height-971 {
  min-height: 971px;
}

.max-height-971 {
  max-height: 971px;
}

.width-971 {
  width: 971px;
}

.height-971 {
  height: 971px;
}

@media (min-width: 768px) {
  .width-md-971 {
    width: 971px;
  }
}
@media (min-width: 992px) {
  .width-lg-971 {
    width: 971px;
  }
}
@media (min-width: 1200px) {
  .width-xl-971 {
    width: 971px;
  }

  .height-xl-971 {
    height: 971px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-971 {
    width: 971px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-971 {
    min-height: 971px;
  }

  .max-height-lg-971 {
    max-height: 971px !important;
  }
}
.max-width-972 {
  max-width: 972px;
}

.min-width-972 {
  min-width: 972px;
}

.min-height-972 {
  min-height: 972px;
}

.max-height-972 {
  max-height: 972px;
}

.width-972 {
  width: 972px;
}

.height-972 {
  height: 972px;
}

@media (min-width: 768px) {
  .width-md-972 {
    width: 972px;
  }
}
@media (min-width: 992px) {
  .width-lg-972 {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .width-xl-972 {
    width: 972px;
  }

  .height-xl-972 {
    height: 972px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-972 {
    width: 972px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-972 {
    min-height: 972px;
  }

  .max-height-lg-972 {
    max-height: 972px !important;
  }
}
.max-width-973 {
  max-width: 973px;
}

.min-width-973 {
  min-width: 973px;
}

.min-height-973 {
  min-height: 973px;
}

.max-height-973 {
  max-height: 973px;
}

.width-973 {
  width: 973px;
}

.height-973 {
  height: 973px;
}

@media (min-width: 768px) {
  .width-md-973 {
    width: 973px;
  }
}
@media (min-width: 992px) {
  .width-lg-973 {
    width: 973px;
  }
}
@media (min-width: 1200px) {
  .width-xl-973 {
    width: 973px;
  }

  .height-xl-973 {
    height: 973px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-973 {
    width: 973px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-973 {
    min-height: 973px;
  }

  .max-height-lg-973 {
    max-height: 973px !important;
  }
}
.max-width-974 {
  max-width: 974px;
}

.min-width-974 {
  min-width: 974px;
}

.min-height-974 {
  min-height: 974px;
}

.max-height-974 {
  max-height: 974px;
}

.width-974 {
  width: 974px;
}

.height-974 {
  height: 974px;
}

@media (min-width: 768px) {
  .width-md-974 {
    width: 974px;
  }
}
@media (min-width: 992px) {
  .width-lg-974 {
    width: 974px;
  }
}
@media (min-width: 1200px) {
  .width-xl-974 {
    width: 974px;
  }

  .height-xl-974 {
    height: 974px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-974 {
    width: 974px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-974 {
    min-height: 974px;
  }

  .max-height-lg-974 {
    max-height: 974px !important;
  }
}
.max-width-975 {
  max-width: 975px;
}

.min-width-975 {
  min-width: 975px;
}

.min-height-975 {
  min-height: 975px;
}

.max-height-975 {
  max-height: 975px;
}

.width-975 {
  width: 975px;
}

.height-975 {
  height: 975px;
}

@media (min-width: 768px) {
  .width-md-975 {
    width: 975px;
  }
}
@media (min-width: 992px) {
  .width-lg-975 {
    width: 975px;
  }
}
@media (min-width: 1200px) {
  .width-xl-975 {
    width: 975px;
  }

  .height-xl-975 {
    height: 975px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-975 {
    width: 975px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-975 {
    min-height: 975px;
  }

  .max-height-lg-975 {
    max-height: 975px !important;
  }
}
.max-width-976 {
  max-width: 976px;
}

.min-width-976 {
  min-width: 976px;
}

.min-height-976 {
  min-height: 976px;
}

.max-height-976 {
  max-height: 976px;
}

.width-976 {
  width: 976px;
}

.height-976 {
  height: 976px;
}

@media (min-width: 768px) {
  .width-md-976 {
    width: 976px;
  }
}
@media (min-width: 992px) {
  .width-lg-976 {
    width: 976px;
  }
}
@media (min-width: 1200px) {
  .width-xl-976 {
    width: 976px;
  }

  .height-xl-976 {
    height: 976px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-976 {
    width: 976px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-976 {
    min-height: 976px;
  }

  .max-height-lg-976 {
    max-height: 976px !important;
  }
}
.max-width-977 {
  max-width: 977px;
}

.min-width-977 {
  min-width: 977px;
}

.min-height-977 {
  min-height: 977px;
}

.max-height-977 {
  max-height: 977px;
}

.width-977 {
  width: 977px;
}

.height-977 {
  height: 977px;
}

@media (min-width: 768px) {
  .width-md-977 {
    width: 977px;
  }
}
@media (min-width: 992px) {
  .width-lg-977 {
    width: 977px;
  }
}
@media (min-width: 1200px) {
  .width-xl-977 {
    width: 977px;
  }

  .height-xl-977 {
    height: 977px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-977 {
    width: 977px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-977 {
    min-height: 977px;
  }

  .max-height-lg-977 {
    max-height: 977px !important;
  }
}
.max-width-978 {
  max-width: 978px;
}

.min-width-978 {
  min-width: 978px;
}

.min-height-978 {
  min-height: 978px;
}

.max-height-978 {
  max-height: 978px;
}

.width-978 {
  width: 978px;
}

.height-978 {
  height: 978px;
}

@media (min-width: 768px) {
  .width-md-978 {
    width: 978px;
  }
}
@media (min-width: 992px) {
  .width-lg-978 {
    width: 978px;
  }
}
@media (min-width: 1200px) {
  .width-xl-978 {
    width: 978px;
  }

  .height-xl-978 {
    height: 978px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-978 {
    width: 978px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-978 {
    min-height: 978px;
  }

  .max-height-lg-978 {
    max-height: 978px !important;
  }
}
.max-width-979 {
  max-width: 979px;
}

.min-width-979 {
  min-width: 979px;
}

.min-height-979 {
  min-height: 979px;
}

.max-height-979 {
  max-height: 979px;
}

.width-979 {
  width: 979px;
}

.height-979 {
  height: 979px;
}

@media (min-width: 768px) {
  .width-md-979 {
    width: 979px;
  }
}
@media (min-width: 992px) {
  .width-lg-979 {
    width: 979px;
  }
}
@media (min-width: 1200px) {
  .width-xl-979 {
    width: 979px;
  }

  .height-xl-979 {
    height: 979px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-979 {
    width: 979px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-979 {
    min-height: 979px;
  }

  .max-height-lg-979 {
    max-height: 979px !important;
  }
}
.max-width-980 {
  max-width: 980px;
}

.min-width-980 {
  min-width: 980px;
}

.min-height-980 {
  min-height: 980px;
}

.max-height-980 {
  max-height: 980px;
}

.width-980 {
  width: 980px;
}

.height-980 {
  height: 980px;
}

@media (min-width: 768px) {
  .width-md-980 {
    width: 980px;
  }
}
@media (min-width: 992px) {
  .width-lg-980 {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .width-xl-980 {
    width: 980px;
  }

  .height-xl-980 {
    height: 980px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-980 {
    width: 980px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-980 {
    min-height: 980px;
  }

  .max-height-lg-980 {
    max-height: 980px !important;
  }
}
.max-width-981 {
  max-width: 981px;
}

.min-width-981 {
  min-width: 981px;
}

.min-height-981 {
  min-height: 981px;
}

.max-height-981 {
  max-height: 981px;
}

.width-981 {
  width: 981px;
}

.height-981 {
  height: 981px;
}

@media (min-width: 768px) {
  .width-md-981 {
    width: 981px;
  }
}
@media (min-width: 992px) {
  .width-lg-981 {
    width: 981px;
  }
}
@media (min-width: 1200px) {
  .width-xl-981 {
    width: 981px;
  }

  .height-xl-981 {
    height: 981px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-981 {
    width: 981px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-981 {
    min-height: 981px;
  }

  .max-height-lg-981 {
    max-height: 981px !important;
  }
}
.max-width-982 {
  max-width: 982px;
}

.min-width-982 {
  min-width: 982px;
}

.min-height-982 {
  min-height: 982px;
}

.max-height-982 {
  max-height: 982px;
}

.width-982 {
  width: 982px;
}

.height-982 {
  height: 982px;
}

@media (min-width: 768px) {
  .width-md-982 {
    width: 982px;
  }
}
@media (min-width: 992px) {
  .width-lg-982 {
    width: 982px;
  }
}
@media (min-width: 1200px) {
  .width-xl-982 {
    width: 982px;
  }

  .height-xl-982 {
    height: 982px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-982 {
    width: 982px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-982 {
    min-height: 982px;
  }

  .max-height-lg-982 {
    max-height: 982px !important;
  }
}
.max-width-983 {
  max-width: 983px;
}

.min-width-983 {
  min-width: 983px;
}

.min-height-983 {
  min-height: 983px;
}

.max-height-983 {
  max-height: 983px;
}

.width-983 {
  width: 983px;
}

.height-983 {
  height: 983px;
}

@media (min-width: 768px) {
  .width-md-983 {
    width: 983px;
  }
}
@media (min-width: 992px) {
  .width-lg-983 {
    width: 983px;
  }
}
@media (min-width: 1200px) {
  .width-xl-983 {
    width: 983px;
  }

  .height-xl-983 {
    height: 983px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-983 {
    width: 983px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-983 {
    min-height: 983px;
  }

  .max-height-lg-983 {
    max-height: 983px !important;
  }
}
.max-width-984 {
  max-width: 984px;
}

.min-width-984 {
  min-width: 984px;
}

.min-height-984 {
  min-height: 984px;
}

.max-height-984 {
  max-height: 984px;
}

.width-984 {
  width: 984px;
}

.height-984 {
  height: 984px;
}

@media (min-width: 768px) {
  .width-md-984 {
    width: 984px;
  }
}
@media (min-width: 992px) {
  .width-lg-984 {
    width: 984px;
  }
}
@media (min-width: 1200px) {
  .width-xl-984 {
    width: 984px;
  }

  .height-xl-984 {
    height: 984px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-984 {
    width: 984px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-984 {
    min-height: 984px;
  }

  .max-height-lg-984 {
    max-height: 984px !important;
  }
}
.max-width-985 {
  max-width: 985px;
}

.min-width-985 {
  min-width: 985px;
}

.min-height-985 {
  min-height: 985px;
}

.max-height-985 {
  max-height: 985px;
}

.width-985 {
  width: 985px;
}

.height-985 {
  height: 985px;
}

@media (min-width: 768px) {
  .width-md-985 {
    width: 985px;
  }
}
@media (min-width: 992px) {
  .width-lg-985 {
    width: 985px;
  }
}
@media (min-width: 1200px) {
  .width-xl-985 {
    width: 985px;
  }

  .height-xl-985 {
    height: 985px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-985 {
    width: 985px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-985 {
    min-height: 985px;
  }

  .max-height-lg-985 {
    max-height: 985px !important;
  }
}
.max-width-986 {
  max-width: 986px;
}

.min-width-986 {
  min-width: 986px;
}

.min-height-986 {
  min-height: 986px;
}

.max-height-986 {
  max-height: 986px;
}

.width-986 {
  width: 986px;
}

.height-986 {
  height: 986px;
}

@media (min-width: 768px) {
  .width-md-986 {
    width: 986px;
  }
}
@media (min-width: 992px) {
  .width-lg-986 {
    width: 986px;
  }
}
@media (min-width: 1200px) {
  .width-xl-986 {
    width: 986px;
  }

  .height-xl-986 {
    height: 986px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-986 {
    width: 986px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-986 {
    min-height: 986px;
  }

  .max-height-lg-986 {
    max-height: 986px !important;
  }
}
.max-width-987 {
  max-width: 987px;
}

.min-width-987 {
  min-width: 987px;
}

.min-height-987 {
  min-height: 987px;
}

.max-height-987 {
  max-height: 987px;
}

.width-987 {
  width: 987px;
}

.height-987 {
  height: 987px;
}

@media (min-width: 768px) {
  .width-md-987 {
    width: 987px;
  }
}
@media (min-width: 992px) {
  .width-lg-987 {
    width: 987px;
  }
}
@media (min-width: 1200px) {
  .width-xl-987 {
    width: 987px;
  }

  .height-xl-987 {
    height: 987px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-987 {
    width: 987px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-987 {
    min-height: 987px;
  }

  .max-height-lg-987 {
    max-height: 987px !important;
  }
}
.max-width-988 {
  max-width: 988px;
}

.min-width-988 {
  min-width: 988px;
}

.min-height-988 {
  min-height: 988px;
}

.max-height-988 {
  max-height: 988px;
}

.width-988 {
  width: 988px;
}

.height-988 {
  height: 988px;
}

@media (min-width: 768px) {
  .width-md-988 {
    width: 988px;
  }
}
@media (min-width: 992px) {
  .width-lg-988 {
    width: 988px;
  }
}
@media (min-width: 1200px) {
  .width-xl-988 {
    width: 988px;
  }

  .height-xl-988 {
    height: 988px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-988 {
    width: 988px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-988 {
    min-height: 988px;
  }

  .max-height-lg-988 {
    max-height: 988px !important;
  }
}
.max-width-989 {
  max-width: 989px;
}

.min-width-989 {
  min-width: 989px;
}

.min-height-989 {
  min-height: 989px;
}

.max-height-989 {
  max-height: 989px;
}

.width-989 {
  width: 989px;
}

.height-989 {
  height: 989px;
}

@media (min-width: 768px) {
  .width-md-989 {
    width: 989px;
  }
}
@media (min-width: 992px) {
  .width-lg-989 {
    width: 989px;
  }
}
@media (min-width: 1200px) {
  .width-xl-989 {
    width: 989px;
  }

  .height-xl-989 {
    height: 989px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-989 {
    width: 989px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-989 {
    min-height: 989px;
  }

  .max-height-lg-989 {
    max-height: 989px !important;
  }
}
.max-width-990 {
  max-width: 990px;
}

.min-width-990 {
  min-width: 990px;
}

.min-height-990 {
  min-height: 990px;
}

.max-height-990 {
  max-height: 990px;
}

.width-990 {
  width: 990px;
}

.height-990 {
  height: 990px;
}

@media (min-width: 768px) {
  .width-md-990 {
    width: 990px;
  }
}
@media (min-width: 992px) {
  .width-lg-990 {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .width-xl-990 {
    width: 990px;
  }

  .height-xl-990 {
    height: 990px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-990 {
    width: 990px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-990 {
    min-height: 990px;
  }

  .max-height-lg-990 {
    max-height: 990px !important;
  }
}
.max-width-991 {
  max-width: 991px;
}

.min-width-991 {
  min-width: 991px;
}

.min-height-991 {
  min-height: 991px;
}

.max-height-991 {
  max-height: 991px;
}

.width-991 {
  width: 991px;
}

.height-991 {
  height: 991px;
}

@media (min-width: 768px) {
  .width-md-991 {
    width: 991px;
  }
}
@media (min-width: 992px) {
  .width-lg-991 {
    width: 991px;
  }
}
@media (min-width: 1200px) {
  .width-xl-991 {
    width: 991px;
  }

  .height-xl-991 {
    height: 991px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-991 {
    width: 991px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-991 {
    min-height: 991px;
  }

  .max-height-lg-991 {
    max-height: 991px !important;
  }
}
.max-width-992 {
  max-width: 992px;
}

.min-width-992 {
  min-width: 992px;
}

.min-height-992 {
  min-height: 992px;
}

.max-height-992 {
  max-height: 992px;
}

.width-992 {
  width: 992px;
}

.height-992 {
  height: 992px;
}

@media (min-width: 768px) {
  .width-md-992 {
    width: 992px;
  }
}
@media (min-width: 992px) {
  .width-lg-992 {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .width-xl-992 {
    width: 992px;
  }

  .height-xl-992 {
    height: 992px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-992 {
    width: 992px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-992 {
    min-height: 992px;
  }

  .max-height-lg-992 {
    max-height: 992px !important;
  }
}
.max-width-993 {
  max-width: 993px;
}

.min-width-993 {
  min-width: 993px;
}

.min-height-993 {
  min-height: 993px;
}

.max-height-993 {
  max-height: 993px;
}

.width-993 {
  width: 993px;
}

.height-993 {
  height: 993px;
}

@media (min-width: 768px) {
  .width-md-993 {
    width: 993px;
  }
}
@media (min-width: 992px) {
  .width-lg-993 {
    width: 993px;
  }
}
@media (min-width: 1200px) {
  .width-xl-993 {
    width: 993px;
  }

  .height-xl-993 {
    height: 993px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-993 {
    width: 993px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-993 {
    min-height: 993px;
  }

  .max-height-lg-993 {
    max-height: 993px !important;
  }
}
.max-width-994 {
  max-width: 994px;
}

.min-width-994 {
  min-width: 994px;
}

.min-height-994 {
  min-height: 994px;
}

.max-height-994 {
  max-height: 994px;
}

.width-994 {
  width: 994px;
}

.height-994 {
  height: 994px;
}

@media (min-width: 768px) {
  .width-md-994 {
    width: 994px;
  }
}
@media (min-width: 992px) {
  .width-lg-994 {
    width: 994px;
  }
}
@media (min-width: 1200px) {
  .width-xl-994 {
    width: 994px;
  }

  .height-xl-994 {
    height: 994px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-994 {
    width: 994px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-994 {
    min-height: 994px;
  }

  .max-height-lg-994 {
    max-height: 994px !important;
  }
}
.max-width-995 {
  max-width: 995px;
}

.min-width-995 {
  min-width: 995px;
}

.min-height-995 {
  min-height: 995px;
}

.max-height-995 {
  max-height: 995px;
}

.width-995 {
  width: 995px;
}

.height-995 {
  height: 995px;
}

@media (min-width: 768px) {
  .width-md-995 {
    width: 995px;
  }
}
@media (min-width: 992px) {
  .width-lg-995 {
    width: 995px;
  }
}
@media (min-width: 1200px) {
  .width-xl-995 {
    width: 995px;
  }

  .height-xl-995 {
    height: 995px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-995 {
    width: 995px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-995 {
    min-height: 995px;
  }

  .max-height-lg-995 {
    max-height: 995px !important;
  }
}
.max-width-996 {
  max-width: 996px;
}

.min-width-996 {
  min-width: 996px;
}

.min-height-996 {
  min-height: 996px;
}

.max-height-996 {
  max-height: 996px;
}

.width-996 {
  width: 996px;
}

.height-996 {
  height: 996px;
}

@media (min-width: 768px) {
  .width-md-996 {
    width: 996px;
  }
}
@media (min-width: 992px) {
  .width-lg-996 {
    width: 996px;
  }
}
@media (min-width: 1200px) {
  .width-xl-996 {
    width: 996px;
  }

  .height-xl-996 {
    height: 996px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-996 {
    width: 996px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-996 {
    min-height: 996px;
  }

  .max-height-lg-996 {
    max-height: 996px !important;
  }
}
.max-width-997 {
  max-width: 997px;
}

.min-width-997 {
  min-width: 997px;
}

.min-height-997 {
  min-height: 997px;
}

.max-height-997 {
  max-height: 997px;
}

.width-997 {
  width: 997px;
}

.height-997 {
  height: 997px;
}

@media (min-width: 768px) {
  .width-md-997 {
    width: 997px;
  }
}
@media (min-width: 992px) {
  .width-lg-997 {
    width: 997px;
  }
}
@media (min-width: 1200px) {
  .width-xl-997 {
    width: 997px;
  }

  .height-xl-997 {
    height: 997px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-997 {
    width: 997px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-997 {
    min-height: 997px;
  }

  .max-height-lg-997 {
    max-height: 997px !important;
  }
}
.max-width-998 {
  max-width: 998px;
}

.min-width-998 {
  min-width: 998px;
}

.min-height-998 {
  min-height: 998px;
}

.max-height-998 {
  max-height: 998px;
}

.width-998 {
  width: 998px;
}

.height-998 {
  height: 998px;
}

@media (min-width: 768px) {
  .width-md-998 {
    width: 998px;
  }
}
@media (min-width: 992px) {
  .width-lg-998 {
    width: 998px;
  }
}
@media (min-width: 1200px) {
  .width-xl-998 {
    width: 998px;
  }

  .height-xl-998 {
    height: 998px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-998 {
    width: 998px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-998 {
    min-height: 998px;
  }

  .max-height-lg-998 {
    max-height: 998px !important;
  }
}
.max-width-999 {
  max-width: 999px;
}

.min-width-999 {
  min-width: 999px;
}

.min-height-999 {
  min-height: 999px;
}

.max-height-999 {
  max-height: 999px;
}

.width-999 {
  width: 999px;
}

.height-999 {
  height: 999px;
}

@media (min-width: 768px) {
  .width-md-999 {
    width: 999px;
  }
}
@media (min-width: 992px) {
  .width-lg-999 {
    width: 999px;
  }
}
@media (min-width: 1200px) {
  .width-xl-999 {
    width: 999px;
  }

  .height-xl-999 {
    height: 999px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-999 {
    width: 999px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-999 {
    min-height: 999px;
  }

  .max-height-lg-999 {
    max-height: 999px !important;
  }
}
.max-width-1000 {
  max-width: 1000px;
}

.min-width-1000 {
  min-width: 1000px;
}

.min-height-1000 {
  min-height: 1000px;
}

.max-height-1000 {
  max-height: 1000px;
}

.width-1000 {
  width: 1000px;
}

.height-1000 {
  height: 1000px;
}

@media (min-width: 768px) {
  .width-md-1000 {
    width: 1000px;
  }
}
@media (min-width: 992px) {
  .width-lg-1000 {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1000 {
    width: 1000px;
  }

  .height-xl-1000 {
    height: 1000px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1000 {
    width: 1000px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1000 {
    min-height: 1000px;
  }

  .max-height-lg-1000 {
    max-height: 1000px !important;
  }
}
.max-width-1001 {
  max-width: 1001px;
}

.min-width-1001 {
  min-width: 1001px;
}

.min-height-1001 {
  min-height: 1001px;
}

.max-height-1001 {
  max-height: 1001px;
}

.width-1001 {
  width: 1001px;
}

.height-1001 {
  height: 1001px;
}

@media (min-width: 768px) {
  .width-md-1001 {
    width: 1001px;
  }
}
@media (min-width: 992px) {
  .width-lg-1001 {
    width: 1001px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1001 {
    width: 1001px;
  }

  .height-xl-1001 {
    height: 1001px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1001 {
    width: 1001px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1001 {
    min-height: 1001px;
  }

  .max-height-lg-1001 {
    max-height: 1001px !important;
  }
}
.max-width-1002 {
  max-width: 1002px;
}

.min-width-1002 {
  min-width: 1002px;
}

.min-height-1002 {
  min-height: 1002px;
}

.max-height-1002 {
  max-height: 1002px;
}

.width-1002 {
  width: 1002px;
}

.height-1002 {
  height: 1002px;
}

@media (min-width: 768px) {
  .width-md-1002 {
    width: 1002px;
  }
}
@media (min-width: 992px) {
  .width-lg-1002 {
    width: 1002px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1002 {
    width: 1002px;
  }

  .height-xl-1002 {
    height: 1002px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1002 {
    width: 1002px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1002 {
    min-height: 1002px;
  }

  .max-height-lg-1002 {
    max-height: 1002px !important;
  }
}
.max-width-1003 {
  max-width: 1003px;
}

.min-width-1003 {
  min-width: 1003px;
}

.min-height-1003 {
  min-height: 1003px;
}

.max-height-1003 {
  max-height: 1003px;
}

.width-1003 {
  width: 1003px;
}

.height-1003 {
  height: 1003px;
}

@media (min-width: 768px) {
  .width-md-1003 {
    width: 1003px;
  }
}
@media (min-width: 992px) {
  .width-lg-1003 {
    width: 1003px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1003 {
    width: 1003px;
  }

  .height-xl-1003 {
    height: 1003px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1003 {
    width: 1003px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1003 {
    min-height: 1003px;
  }

  .max-height-lg-1003 {
    max-height: 1003px !important;
  }
}
.max-width-1004 {
  max-width: 1004px;
}

.min-width-1004 {
  min-width: 1004px;
}

.min-height-1004 {
  min-height: 1004px;
}

.max-height-1004 {
  max-height: 1004px;
}

.width-1004 {
  width: 1004px;
}

.height-1004 {
  height: 1004px;
}

@media (min-width: 768px) {
  .width-md-1004 {
    width: 1004px;
  }
}
@media (min-width: 992px) {
  .width-lg-1004 {
    width: 1004px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1004 {
    width: 1004px;
  }

  .height-xl-1004 {
    height: 1004px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1004 {
    width: 1004px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1004 {
    min-height: 1004px;
  }

  .max-height-lg-1004 {
    max-height: 1004px !important;
  }
}
.max-width-1005 {
  max-width: 1005px;
}

.min-width-1005 {
  min-width: 1005px;
}

.min-height-1005 {
  min-height: 1005px;
}

.max-height-1005 {
  max-height: 1005px;
}

.width-1005 {
  width: 1005px;
}

.height-1005 {
  height: 1005px;
}

@media (min-width: 768px) {
  .width-md-1005 {
    width: 1005px;
  }
}
@media (min-width: 992px) {
  .width-lg-1005 {
    width: 1005px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1005 {
    width: 1005px;
  }

  .height-xl-1005 {
    height: 1005px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1005 {
    width: 1005px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1005 {
    min-height: 1005px;
  }

  .max-height-lg-1005 {
    max-height: 1005px !important;
  }
}
.max-width-1006 {
  max-width: 1006px;
}

.min-width-1006 {
  min-width: 1006px;
}

.min-height-1006 {
  min-height: 1006px;
}

.max-height-1006 {
  max-height: 1006px;
}

.width-1006 {
  width: 1006px;
}

.height-1006 {
  height: 1006px;
}

@media (min-width: 768px) {
  .width-md-1006 {
    width: 1006px;
  }
}
@media (min-width: 992px) {
  .width-lg-1006 {
    width: 1006px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1006 {
    width: 1006px;
  }

  .height-xl-1006 {
    height: 1006px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1006 {
    width: 1006px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1006 {
    min-height: 1006px;
  }

  .max-height-lg-1006 {
    max-height: 1006px !important;
  }
}
.max-width-1007 {
  max-width: 1007px;
}

.min-width-1007 {
  min-width: 1007px;
}

.min-height-1007 {
  min-height: 1007px;
}

.max-height-1007 {
  max-height: 1007px;
}

.width-1007 {
  width: 1007px;
}

.height-1007 {
  height: 1007px;
}

@media (min-width: 768px) {
  .width-md-1007 {
    width: 1007px;
  }
}
@media (min-width: 992px) {
  .width-lg-1007 {
    width: 1007px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1007 {
    width: 1007px;
  }

  .height-xl-1007 {
    height: 1007px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1007 {
    width: 1007px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1007 {
    min-height: 1007px;
  }

  .max-height-lg-1007 {
    max-height: 1007px !important;
  }
}
.max-width-1008 {
  max-width: 1008px;
}

.min-width-1008 {
  min-width: 1008px;
}

.min-height-1008 {
  min-height: 1008px;
}

.max-height-1008 {
  max-height: 1008px;
}

.width-1008 {
  width: 1008px;
}

.height-1008 {
  height: 1008px;
}

@media (min-width: 768px) {
  .width-md-1008 {
    width: 1008px;
  }
}
@media (min-width: 992px) {
  .width-lg-1008 {
    width: 1008px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1008 {
    width: 1008px;
  }

  .height-xl-1008 {
    height: 1008px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1008 {
    width: 1008px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1008 {
    min-height: 1008px;
  }

  .max-height-lg-1008 {
    max-height: 1008px !important;
  }
}
.max-width-1009 {
  max-width: 1009px;
}

.min-width-1009 {
  min-width: 1009px;
}

.min-height-1009 {
  min-height: 1009px;
}

.max-height-1009 {
  max-height: 1009px;
}

.width-1009 {
  width: 1009px;
}

.height-1009 {
  height: 1009px;
}

@media (min-width: 768px) {
  .width-md-1009 {
    width: 1009px;
  }
}
@media (min-width: 992px) {
  .width-lg-1009 {
    width: 1009px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1009 {
    width: 1009px;
  }

  .height-xl-1009 {
    height: 1009px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1009 {
    width: 1009px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1009 {
    min-height: 1009px;
  }

  .max-height-lg-1009 {
    max-height: 1009px !important;
  }
}
.max-width-1010 {
  max-width: 1010px;
}

.min-width-1010 {
  min-width: 1010px;
}

.min-height-1010 {
  min-height: 1010px;
}

.max-height-1010 {
  max-height: 1010px;
}

.width-1010 {
  width: 1010px;
}

.height-1010 {
  height: 1010px;
}

@media (min-width: 768px) {
  .width-md-1010 {
    width: 1010px;
  }
}
@media (min-width: 992px) {
  .width-lg-1010 {
    width: 1010px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1010 {
    width: 1010px;
  }

  .height-xl-1010 {
    height: 1010px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1010 {
    width: 1010px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1010 {
    min-height: 1010px;
  }

  .max-height-lg-1010 {
    max-height: 1010px !important;
  }
}
.max-width-1011 {
  max-width: 1011px;
}

.min-width-1011 {
  min-width: 1011px;
}

.min-height-1011 {
  min-height: 1011px;
}

.max-height-1011 {
  max-height: 1011px;
}

.width-1011 {
  width: 1011px;
}

.height-1011 {
  height: 1011px;
}

@media (min-width: 768px) {
  .width-md-1011 {
    width: 1011px;
  }
}
@media (min-width: 992px) {
  .width-lg-1011 {
    width: 1011px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1011 {
    width: 1011px;
  }

  .height-xl-1011 {
    height: 1011px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1011 {
    width: 1011px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1011 {
    min-height: 1011px;
  }

  .max-height-lg-1011 {
    max-height: 1011px !important;
  }
}
.max-width-1012 {
  max-width: 1012px;
}

.min-width-1012 {
  min-width: 1012px;
}

.min-height-1012 {
  min-height: 1012px;
}

.max-height-1012 {
  max-height: 1012px;
}

.width-1012 {
  width: 1012px;
}

.height-1012 {
  height: 1012px;
}

@media (min-width: 768px) {
  .width-md-1012 {
    width: 1012px;
  }
}
@media (min-width: 992px) {
  .width-lg-1012 {
    width: 1012px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1012 {
    width: 1012px;
  }

  .height-xl-1012 {
    height: 1012px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1012 {
    width: 1012px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1012 {
    min-height: 1012px;
  }

  .max-height-lg-1012 {
    max-height: 1012px !important;
  }
}
.max-width-1013 {
  max-width: 1013px;
}

.min-width-1013 {
  min-width: 1013px;
}

.min-height-1013 {
  min-height: 1013px;
}

.max-height-1013 {
  max-height: 1013px;
}

.width-1013 {
  width: 1013px;
}

.height-1013 {
  height: 1013px;
}

@media (min-width: 768px) {
  .width-md-1013 {
    width: 1013px;
  }
}
@media (min-width: 992px) {
  .width-lg-1013 {
    width: 1013px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1013 {
    width: 1013px;
  }

  .height-xl-1013 {
    height: 1013px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1013 {
    width: 1013px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1013 {
    min-height: 1013px;
  }

  .max-height-lg-1013 {
    max-height: 1013px !important;
  }
}
.max-width-1014 {
  max-width: 1014px;
}

.min-width-1014 {
  min-width: 1014px;
}

.min-height-1014 {
  min-height: 1014px;
}

.max-height-1014 {
  max-height: 1014px;
}

.width-1014 {
  width: 1014px;
}

.height-1014 {
  height: 1014px;
}

@media (min-width: 768px) {
  .width-md-1014 {
    width: 1014px;
  }
}
@media (min-width: 992px) {
  .width-lg-1014 {
    width: 1014px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1014 {
    width: 1014px;
  }

  .height-xl-1014 {
    height: 1014px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1014 {
    width: 1014px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1014 {
    min-height: 1014px;
  }

  .max-height-lg-1014 {
    max-height: 1014px !important;
  }
}
.max-width-1015 {
  max-width: 1015px;
}

.min-width-1015 {
  min-width: 1015px;
}

.min-height-1015 {
  min-height: 1015px;
}

.max-height-1015 {
  max-height: 1015px;
}

.width-1015 {
  width: 1015px;
}

.height-1015 {
  height: 1015px;
}

@media (min-width: 768px) {
  .width-md-1015 {
    width: 1015px;
  }
}
@media (min-width: 992px) {
  .width-lg-1015 {
    width: 1015px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1015 {
    width: 1015px;
  }

  .height-xl-1015 {
    height: 1015px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1015 {
    width: 1015px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1015 {
    min-height: 1015px;
  }

  .max-height-lg-1015 {
    max-height: 1015px !important;
  }
}
.max-width-1016 {
  max-width: 1016px;
}

.min-width-1016 {
  min-width: 1016px;
}

.min-height-1016 {
  min-height: 1016px;
}

.max-height-1016 {
  max-height: 1016px;
}

.width-1016 {
  width: 1016px;
}

.height-1016 {
  height: 1016px;
}

@media (min-width: 768px) {
  .width-md-1016 {
    width: 1016px;
  }
}
@media (min-width: 992px) {
  .width-lg-1016 {
    width: 1016px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1016 {
    width: 1016px;
  }

  .height-xl-1016 {
    height: 1016px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1016 {
    width: 1016px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1016 {
    min-height: 1016px;
  }

  .max-height-lg-1016 {
    max-height: 1016px !important;
  }
}
.max-width-1017 {
  max-width: 1017px;
}

.min-width-1017 {
  min-width: 1017px;
}

.min-height-1017 {
  min-height: 1017px;
}

.max-height-1017 {
  max-height: 1017px;
}

.width-1017 {
  width: 1017px;
}

.height-1017 {
  height: 1017px;
}

@media (min-width: 768px) {
  .width-md-1017 {
    width: 1017px;
  }
}
@media (min-width: 992px) {
  .width-lg-1017 {
    width: 1017px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1017 {
    width: 1017px;
  }

  .height-xl-1017 {
    height: 1017px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1017 {
    width: 1017px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1017 {
    min-height: 1017px;
  }

  .max-height-lg-1017 {
    max-height: 1017px !important;
  }
}
.max-width-1018 {
  max-width: 1018px;
}

.min-width-1018 {
  min-width: 1018px;
}

.min-height-1018 {
  min-height: 1018px;
}

.max-height-1018 {
  max-height: 1018px;
}

.width-1018 {
  width: 1018px;
}

.height-1018 {
  height: 1018px;
}

@media (min-width: 768px) {
  .width-md-1018 {
    width: 1018px;
  }
}
@media (min-width: 992px) {
  .width-lg-1018 {
    width: 1018px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1018 {
    width: 1018px;
  }

  .height-xl-1018 {
    height: 1018px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1018 {
    width: 1018px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1018 {
    min-height: 1018px;
  }

  .max-height-lg-1018 {
    max-height: 1018px !important;
  }
}
.max-width-1019 {
  max-width: 1019px;
}

.min-width-1019 {
  min-width: 1019px;
}

.min-height-1019 {
  min-height: 1019px;
}

.max-height-1019 {
  max-height: 1019px;
}

.width-1019 {
  width: 1019px;
}

.height-1019 {
  height: 1019px;
}

@media (min-width: 768px) {
  .width-md-1019 {
    width: 1019px;
  }
}
@media (min-width: 992px) {
  .width-lg-1019 {
    width: 1019px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1019 {
    width: 1019px;
  }

  .height-xl-1019 {
    height: 1019px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1019 {
    width: 1019px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1019 {
    min-height: 1019px;
  }

  .max-height-lg-1019 {
    max-height: 1019px !important;
  }
}
.max-width-1020 {
  max-width: 1020px;
}

.min-width-1020 {
  min-width: 1020px;
}

.min-height-1020 {
  min-height: 1020px;
}

.max-height-1020 {
  max-height: 1020px;
}

.width-1020 {
  width: 1020px;
}

.height-1020 {
  height: 1020px;
}

@media (min-width: 768px) {
  .width-md-1020 {
    width: 1020px;
  }
}
@media (min-width: 992px) {
  .width-lg-1020 {
    width: 1020px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1020 {
    width: 1020px;
  }

  .height-xl-1020 {
    height: 1020px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1020 {
    width: 1020px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1020 {
    min-height: 1020px;
  }

  .max-height-lg-1020 {
    max-height: 1020px !important;
  }
}
.max-width-1021 {
  max-width: 1021px;
}

.min-width-1021 {
  min-width: 1021px;
}

.min-height-1021 {
  min-height: 1021px;
}

.max-height-1021 {
  max-height: 1021px;
}

.width-1021 {
  width: 1021px;
}

.height-1021 {
  height: 1021px;
}

@media (min-width: 768px) {
  .width-md-1021 {
    width: 1021px;
  }
}
@media (min-width: 992px) {
  .width-lg-1021 {
    width: 1021px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1021 {
    width: 1021px;
  }

  .height-xl-1021 {
    height: 1021px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1021 {
    width: 1021px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1021 {
    min-height: 1021px;
  }

  .max-height-lg-1021 {
    max-height: 1021px !important;
  }
}
.max-width-1022 {
  max-width: 1022px;
}

.min-width-1022 {
  min-width: 1022px;
}

.min-height-1022 {
  min-height: 1022px;
}

.max-height-1022 {
  max-height: 1022px;
}

.width-1022 {
  width: 1022px;
}

.height-1022 {
  height: 1022px;
}

@media (min-width: 768px) {
  .width-md-1022 {
    width: 1022px;
  }
}
@media (min-width: 992px) {
  .width-lg-1022 {
    width: 1022px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1022 {
    width: 1022px;
  }

  .height-xl-1022 {
    height: 1022px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1022 {
    width: 1022px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1022 {
    min-height: 1022px;
  }

  .max-height-lg-1022 {
    max-height: 1022px !important;
  }
}
.max-width-1023 {
  max-width: 1023px;
}

.min-width-1023 {
  min-width: 1023px;
}

.min-height-1023 {
  min-height: 1023px;
}

.max-height-1023 {
  max-height: 1023px;
}

.width-1023 {
  width: 1023px;
}

.height-1023 {
  height: 1023px;
}

@media (min-width: 768px) {
  .width-md-1023 {
    width: 1023px;
  }
}
@media (min-width: 992px) {
  .width-lg-1023 {
    width: 1023px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1023 {
    width: 1023px;
  }

  .height-xl-1023 {
    height: 1023px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1023 {
    width: 1023px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1023 {
    min-height: 1023px;
  }

  .max-height-lg-1023 {
    max-height: 1023px !important;
  }
}
.max-width-1024 {
  max-width: 1024px;
}

.min-width-1024 {
  min-width: 1024px;
}

.min-height-1024 {
  min-height: 1024px;
}

.max-height-1024 {
  max-height: 1024px;
}

.width-1024 {
  width: 1024px;
}

.height-1024 {
  height: 1024px;
}

@media (min-width: 768px) {
  .width-md-1024 {
    width: 1024px;
  }
}
@media (min-width: 992px) {
  .width-lg-1024 {
    width: 1024px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1024 {
    width: 1024px;
  }

  .height-xl-1024 {
    height: 1024px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1024 {
    width: 1024px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1024 {
    min-height: 1024px;
  }

  .max-height-lg-1024 {
    max-height: 1024px !important;
  }
}
.max-width-1025 {
  max-width: 1025px;
}

.min-width-1025 {
  min-width: 1025px;
}

.min-height-1025 {
  min-height: 1025px;
}

.max-height-1025 {
  max-height: 1025px;
}

.width-1025 {
  width: 1025px;
}

.height-1025 {
  height: 1025px;
}

@media (min-width: 768px) {
  .width-md-1025 {
    width: 1025px;
  }
}
@media (min-width: 992px) {
  .width-lg-1025 {
    width: 1025px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1025 {
    width: 1025px;
  }

  .height-xl-1025 {
    height: 1025px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1025 {
    width: 1025px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1025 {
    min-height: 1025px;
  }

  .max-height-lg-1025 {
    max-height: 1025px !important;
  }
}
.max-width-1026 {
  max-width: 1026px;
}

.min-width-1026 {
  min-width: 1026px;
}

.min-height-1026 {
  min-height: 1026px;
}

.max-height-1026 {
  max-height: 1026px;
}

.width-1026 {
  width: 1026px;
}

.height-1026 {
  height: 1026px;
}

@media (min-width: 768px) {
  .width-md-1026 {
    width: 1026px;
  }
}
@media (min-width: 992px) {
  .width-lg-1026 {
    width: 1026px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1026 {
    width: 1026px;
  }

  .height-xl-1026 {
    height: 1026px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1026 {
    width: 1026px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1026 {
    min-height: 1026px;
  }

  .max-height-lg-1026 {
    max-height: 1026px !important;
  }
}
.max-width-1027 {
  max-width: 1027px;
}

.min-width-1027 {
  min-width: 1027px;
}

.min-height-1027 {
  min-height: 1027px;
}

.max-height-1027 {
  max-height: 1027px;
}

.width-1027 {
  width: 1027px;
}

.height-1027 {
  height: 1027px;
}

@media (min-width: 768px) {
  .width-md-1027 {
    width: 1027px;
  }
}
@media (min-width: 992px) {
  .width-lg-1027 {
    width: 1027px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1027 {
    width: 1027px;
  }

  .height-xl-1027 {
    height: 1027px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1027 {
    width: 1027px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1027 {
    min-height: 1027px;
  }

  .max-height-lg-1027 {
    max-height: 1027px !important;
  }
}
.max-width-1028 {
  max-width: 1028px;
}

.min-width-1028 {
  min-width: 1028px;
}

.min-height-1028 {
  min-height: 1028px;
}

.max-height-1028 {
  max-height: 1028px;
}

.width-1028 {
  width: 1028px;
}

.height-1028 {
  height: 1028px;
}

@media (min-width: 768px) {
  .width-md-1028 {
    width: 1028px;
  }
}
@media (min-width: 992px) {
  .width-lg-1028 {
    width: 1028px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1028 {
    width: 1028px;
  }

  .height-xl-1028 {
    height: 1028px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1028 {
    width: 1028px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1028 {
    min-height: 1028px;
  }

  .max-height-lg-1028 {
    max-height: 1028px !important;
  }
}
.max-width-1029 {
  max-width: 1029px;
}

.min-width-1029 {
  min-width: 1029px;
}

.min-height-1029 {
  min-height: 1029px;
}

.max-height-1029 {
  max-height: 1029px;
}

.width-1029 {
  width: 1029px;
}

.height-1029 {
  height: 1029px;
}

@media (min-width: 768px) {
  .width-md-1029 {
    width: 1029px;
  }
}
@media (min-width: 992px) {
  .width-lg-1029 {
    width: 1029px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1029 {
    width: 1029px;
  }

  .height-xl-1029 {
    height: 1029px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1029 {
    width: 1029px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1029 {
    min-height: 1029px;
  }

  .max-height-lg-1029 {
    max-height: 1029px !important;
  }
}
.max-width-1030 {
  max-width: 1030px;
}

.min-width-1030 {
  min-width: 1030px;
}

.min-height-1030 {
  min-height: 1030px;
}

.max-height-1030 {
  max-height: 1030px;
}

.width-1030 {
  width: 1030px;
}

.height-1030 {
  height: 1030px;
}

@media (min-width: 768px) {
  .width-md-1030 {
    width: 1030px;
  }
}
@media (min-width: 992px) {
  .width-lg-1030 {
    width: 1030px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1030 {
    width: 1030px;
  }

  .height-xl-1030 {
    height: 1030px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1030 {
    width: 1030px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1030 {
    min-height: 1030px;
  }

  .max-height-lg-1030 {
    max-height: 1030px !important;
  }
}
.max-width-1031 {
  max-width: 1031px;
}

.min-width-1031 {
  min-width: 1031px;
}

.min-height-1031 {
  min-height: 1031px;
}

.max-height-1031 {
  max-height: 1031px;
}

.width-1031 {
  width: 1031px;
}

.height-1031 {
  height: 1031px;
}

@media (min-width: 768px) {
  .width-md-1031 {
    width: 1031px;
  }
}
@media (min-width: 992px) {
  .width-lg-1031 {
    width: 1031px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1031 {
    width: 1031px;
  }

  .height-xl-1031 {
    height: 1031px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1031 {
    width: 1031px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1031 {
    min-height: 1031px;
  }

  .max-height-lg-1031 {
    max-height: 1031px !important;
  }
}
.max-width-1032 {
  max-width: 1032px;
}

.min-width-1032 {
  min-width: 1032px;
}

.min-height-1032 {
  min-height: 1032px;
}

.max-height-1032 {
  max-height: 1032px;
}

.width-1032 {
  width: 1032px;
}

.height-1032 {
  height: 1032px;
}

@media (min-width: 768px) {
  .width-md-1032 {
    width: 1032px;
  }
}
@media (min-width: 992px) {
  .width-lg-1032 {
    width: 1032px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1032 {
    width: 1032px;
  }

  .height-xl-1032 {
    height: 1032px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1032 {
    width: 1032px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1032 {
    min-height: 1032px;
  }

  .max-height-lg-1032 {
    max-height: 1032px !important;
  }
}
.max-width-1033 {
  max-width: 1033px;
}

.min-width-1033 {
  min-width: 1033px;
}

.min-height-1033 {
  min-height: 1033px;
}

.max-height-1033 {
  max-height: 1033px;
}

.width-1033 {
  width: 1033px;
}

.height-1033 {
  height: 1033px;
}

@media (min-width: 768px) {
  .width-md-1033 {
    width: 1033px;
  }
}
@media (min-width: 992px) {
  .width-lg-1033 {
    width: 1033px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1033 {
    width: 1033px;
  }

  .height-xl-1033 {
    height: 1033px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1033 {
    width: 1033px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1033 {
    min-height: 1033px;
  }

  .max-height-lg-1033 {
    max-height: 1033px !important;
  }
}
.max-width-1034 {
  max-width: 1034px;
}

.min-width-1034 {
  min-width: 1034px;
}

.min-height-1034 {
  min-height: 1034px;
}

.max-height-1034 {
  max-height: 1034px;
}

.width-1034 {
  width: 1034px;
}

.height-1034 {
  height: 1034px;
}

@media (min-width: 768px) {
  .width-md-1034 {
    width: 1034px;
  }
}
@media (min-width: 992px) {
  .width-lg-1034 {
    width: 1034px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1034 {
    width: 1034px;
  }

  .height-xl-1034 {
    height: 1034px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1034 {
    width: 1034px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1034 {
    min-height: 1034px;
  }

  .max-height-lg-1034 {
    max-height: 1034px !important;
  }
}
.max-width-1035 {
  max-width: 1035px;
}

.min-width-1035 {
  min-width: 1035px;
}

.min-height-1035 {
  min-height: 1035px;
}

.max-height-1035 {
  max-height: 1035px;
}

.width-1035 {
  width: 1035px;
}

.height-1035 {
  height: 1035px;
}

@media (min-width: 768px) {
  .width-md-1035 {
    width: 1035px;
  }
}
@media (min-width: 992px) {
  .width-lg-1035 {
    width: 1035px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1035 {
    width: 1035px;
  }

  .height-xl-1035 {
    height: 1035px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1035 {
    width: 1035px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1035 {
    min-height: 1035px;
  }

  .max-height-lg-1035 {
    max-height: 1035px !important;
  }
}
.max-width-1036 {
  max-width: 1036px;
}

.min-width-1036 {
  min-width: 1036px;
}

.min-height-1036 {
  min-height: 1036px;
}

.max-height-1036 {
  max-height: 1036px;
}

.width-1036 {
  width: 1036px;
}

.height-1036 {
  height: 1036px;
}

@media (min-width: 768px) {
  .width-md-1036 {
    width: 1036px;
  }
}
@media (min-width: 992px) {
  .width-lg-1036 {
    width: 1036px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1036 {
    width: 1036px;
  }

  .height-xl-1036 {
    height: 1036px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1036 {
    width: 1036px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1036 {
    min-height: 1036px;
  }

  .max-height-lg-1036 {
    max-height: 1036px !important;
  }
}
.max-width-1037 {
  max-width: 1037px;
}

.min-width-1037 {
  min-width: 1037px;
}

.min-height-1037 {
  min-height: 1037px;
}

.max-height-1037 {
  max-height: 1037px;
}

.width-1037 {
  width: 1037px;
}

.height-1037 {
  height: 1037px;
}

@media (min-width: 768px) {
  .width-md-1037 {
    width: 1037px;
  }
}
@media (min-width: 992px) {
  .width-lg-1037 {
    width: 1037px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1037 {
    width: 1037px;
  }

  .height-xl-1037 {
    height: 1037px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1037 {
    width: 1037px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1037 {
    min-height: 1037px;
  }

  .max-height-lg-1037 {
    max-height: 1037px !important;
  }
}
.max-width-1038 {
  max-width: 1038px;
}

.min-width-1038 {
  min-width: 1038px;
}

.min-height-1038 {
  min-height: 1038px;
}

.max-height-1038 {
  max-height: 1038px;
}

.width-1038 {
  width: 1038px;
}

.height-1038 {
  height: 1038px;
}

@media (min-width: 768px) {
  .width-md-1038 {
    width: 1038px;
  }
}
@media (min-width: 992px) {
  .width-lg-1038 {
    width: 1038px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1038 {
    width: 1038px;
  }

  .height-xl-1038 {
    height: 1038px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1038 {
    width: 1038px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1038 {
    min-height: 1038px;
  }

  .max-height-lg-1038 {
    max-height: 1038px !important;
  }
}
.max-width-1039 {
  max-width: 1039px;
}

.min-width-1039 {
  min-width: 1039px;
}

.min-height-1039 {
  min-height: 1039px;
}

.max-height-1039 {
  max-height: 1039px;
}

.width-1039 {
  width: 1039px;
}

.height-1039 {
  height: 1039px;
}

@media (min-width: 768px) {
  .width-md-1039 {
    width: 1039px;
  }
}
@media (min-width: 992px) {
  .width-lg-1039 {
    width: 1039px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1039 {
    width: 1039px;
  }

  .height-xl-1039 {
    height: 1039px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1039 {
    width: 1039px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1039 {
    min-height: 1039px;
  }

  .max-height-lg-1039 {
    max-height: 1039px !important;
  }
}
.max-width-1040 {
  max-width: 1040px;
}

.min-width-1040 {
  min-width: 1040px;
}

.min-height-1040 {
  min-height: 1040px;
}

.max-height-1040 {
  max-height: 1040px;
}

.width-1040 {
  width: 1040px;
}

.height-1040 {
  height: 1040px;
}

@media (min-width: 768px) {
  .width-md-1040 {
    width: 1040px;
  }
}
@media (min-width: 992px) {
  .width-lg-1040 {
    width: 1040px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1040 {
    width: 1040px;
  }

  .height-xl-1040 {
    height: 1040px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1040 {
    width: 1040px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1040 {
    min-height: 1040px;
  }

  .max-height-lg-1040 {
    max-height: 1040px !important;
  }
}
.max-width-1041 {
  max-width: 1041px;
}

.min-width-1041 {
  min-width: 1041px;
}

.min-height-1041 {
  min-height: 1041px;
}

.max-height-1041 {
  max-height: 1041px;
}

.width-1041 {
  width: 1041px;
}

.height-1041 {
  height: 1041px;
}

@media (min-width: 768px) {
  .width-md-1041 {
    width: 1041px;
  }
}
@media (min-width: 992px) {
  .width-lg-1041 {
    width: 1041px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1041 {
    width: 1041px;
  }

  .height-xl-1041 {
    height: 1041px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1041 {
    width: 1041px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1041 {
    min-height: 1041px;
  }

  .max-height-lg-1041 {
    max-height: 1041px !important;
  }
}
.max-width-1042 {
  max-width: 1042px;
}

.min-width-1042 {
  min-width: 1042px;
}

.min-height-1042 {
  min-height: 1042px;
}

.max-height-1042 {
  max-height: 1042px;
}

.width-1042 {
  width: 1042px;
}

.height-1042 {
  height: 1042px;
}

@media (min-width: 768px) {
  .width-md-1042 {
    width: 1042px;
  }
}
@media (min-width: 992px) {
  .width-lg-1042 {
    width: 1042px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1042 {
    width: 1042px;
  }

  .height-xl-1042 {
    height: 1042px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1042 {
    width: 1042px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1042 {
    min-height: 1042px;
  }

  .max-height-lg-1042 {
    max-height: 1042px !important;
  }
}
.max-width-1043 {
  max-width: 1043px;
}

.min-width-1043 {
  min-width: 1043px;
}

.min-height-1043 {
  min-height: 1043px;
}

.max-height-1043 {
  max-height: 1043px;
}

.width-1043 {
  width: 1043px;
}

.height-1043 {
  height: 1043px;
}

@media (min-width: 768px) {
  .width-md-1043 {
    width: 1043px;
  }
}
@media (min-width: 992px) {
  .width-lg-1043 {
    width: 1043px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1043 {
    width: 1043px;
  }

  .height-xl-1043 {
    height: 1043px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1043 {
    width: 1043px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1043 {
    min-height: 1043px;
  }

  .max-height-lg-1043 {
    max-height: 1043px !important;
  }
}
.max-width-1044 {
  max-width: 1044px;
}

.min-width-1044 {
  min-width: 1044px;
}

.min-height-1044 {
  min-height: 1044px;
}

.max-height-1044 {
  max-height: 1044px;
}

.width-1044 {
  width: 1044px;
}

.height-1044 {
  height: 1044px;
}

@media (min-width: 768px) {
  .width-md-1044 {
    width: 1044px;
  }
}
@media (min-width: 992px) {
  .width-lg-1044 {
    width: 1044px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1044 {
    width: 1044px;
  }

  .height-xl-1044 {
    height: 1044px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1044 {
    width: 1044px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1044 {
    min-height: 1044px;
  }

  .max-height-lg-1044 {
    max-height: 1044px !important;
  }
}
.max-width-1045 {
  max-width: 1045px;
}

.min-width-1045 {
  min-width: 1045px;
}

.min-height-1045 {
  min-height: 1045px;
}

.max-height-1045 {
  max-height: 1045px;
}

.width-1045 {
  width: 1045px;
}

.height-1045 {
  height: 1045px;
}

@media (min-width: 768px) {
  .width-md-1045 {
    width: 1045px;
  }
}
@media (min-width: 992px) {
  .width-lg-1045 {
    width: 1045px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1045 {
    width: 1045px;
  }

  .height-xl-1045 {
    height: 1045px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1045 {
    width: 1045px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1045 {
    min-height: 1045px;
  }

  .max-height-lg-1045 {
    max-height: 1045px !important;
  }
}
.max-width-1046 {
  max-width: 1046px;
}

.min-width-1046 {
  min-width: 1046px;
}

.min-height-1046 {
  min-height: 1046px;
}

.max-height-1046 {
  max-height: 1046px;
}

.width-1046 {
  width: 1046px;
}

.height-1046 {
  height: 1046px;
}

@media (min-width: 768px) {
  .width-md-1046 {
    width: 1046px;
  }
}
@media (min-width: 992px) {
  .width-lg-1046 {
    width: 1046px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1046 {
    width: 1046px;
  }

  .height-xl-1046 {
    height: 1046px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1046 {
    width: 1046px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1046 {
    min-height: 1046px;
  }

  .max-height-lg-1046 {
    max-height: 1046px !important;
  }
}
.max-width-1047 {
  max-width: 1047px;
}

.min-width-1047 {
  min-width: 1047px;
}

.min-height-1047 {
  min-height: 1047px;
}

.max-height-1047 {
  max-height: 1047px;
}

.width-1047 {
  width: 1047px;
}

.height-1047 {
  height: 1047px;
}

@media (min-width: 768px) {
  .width-md-1047 {
    width: 1047px;
  }
}
@media (min-width: 992px) {
  .width-lg-1047 {
    width: 1047px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1047 {
    width: 1047px;
  }

  .height-xl-1047 {
    height: 1047px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1047 {
    width: 1047px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1047 {
    min-height: 1047px;
  }

  .max-height-lg-1047 {
    max-height: 1047px !important;
  }
}
.max-width-1048 {
  max-width: 1048px;
}

.min-width-1048 {
  min-width: 1048px;
}

.min-height-1048 {
  min-height: 1048px;
}

.max-height-1048 {
  max-height: 1048px;
}

.width-1048 {
  width: 1048px;
}

.height-1048 {
  height: 1048px;
}

@media (min-width: 768px) {
  .width-md-1048 {
    width: 1048px;
  }
}
@media (min-width: 992px) {
  .width-lg-1048 {
    width: 1048px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1048 {
    width: 1048px;
  }

  .height-xl-1048 {
    height: 1048px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1048 {
    width: 1048px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1048 {
    min-height: 1048px;
  }

  .max-height-lg-1048 {
    max-height: 1048px !important;
  }
}
.max-width-1049 {
  max-width: 1049px;
}

.min-width-1049 {
  min-width: 1049px;
}

.min-height-1049 {
  min-height: 1049px;
}

.max-height-1049 {
  max-height: 1049px;
}

.width-1049 {
  width: 1049px;
}

.height-1049 {
  height: 1049px;
}

@media (min-width: 768px) {
  .width-md-1049 {
    width: 1049px;
  }
}
@media (min-width: 992px) {
  .width-lg-1049 {
    width: 1049px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1049 {
    width: 1049px;
  }

  .height-xl-1049 {
    height: 1049px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1049 {
    width: 1049px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1049 {
    min-height: 1049px;
  }

  .max-height-lg-1049 {
    max-height: 1049px !important;
  }
}
.max-width-1050 {
  max-width: 1050px;
}

.min-width-1050 {
  min-width: 1050px;
}

.min-height-1050 {
  min-height: 1050px;
}

.max-height-1050 {
  max-height: 1050px;
}

.width-1050 {
  width: 1050px;
}

.height-1050 {
  height: 1050px;
}

@media (min-width: 768px) {
  .width-md-1050 {
    width: 1050px;
  }
}
@media (min-width: 992px) {
  .width-lg-1050 {
    width: 1050px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1050 {
    width: 1050px;
  }

  .height-xl-1050 {
    height: 1050px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1050 {
    width: 1050px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1050 {
    min-height: 1050px;
  }

  .max-height-lg-1050 {
    max-height: 1050px !important;
  }
}
.max-width-1051 {
  max-width: 1051px;
}

.min-width-1051 {
  min-width: 1051px;
}

.min-height-1051 {
  min-height: 1051px;
}

.max-height-1051 {
  max-height: 1051px;
}

.width-1051 {
  width: 1051px;
}

.height-1051 {
  height: 1051px;
}

@media (min-width: 768px) {
  .width-md-1051 {
    width: 1051px;
  }
}
@media (min-width: 992px) {
  .width-lg-1051 {
    width: 1051px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1051 {
    width: 1051px;
  }

  .height-xl-1051 {
    height: 1051px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1051 {
    width: 1051px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1051 {
    min-height: 1051px;
  }

  .max-height-lg-1051 {
    max-height: 1051px !important;
  }
}
.max-width-1052 {
  max-width: 1052px;
}

.min-width-1052 {
  min-width: 1052px;
}

.min-height-1052 {
  min-height: 1052px;
}

.max-height-1052 {
  max-height: 1052px;
}

.width-1052 {
  width: 1052px;
}

.height-1052 {
  height: 1052px;
}

@media (min-width: 768px) {
  .width-md-1052 {
    width: 1052px;
  }
}
@media (min-width: 992px) {
  .width-lg-1052 {
    width: 1052px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1052 {
    width: 1052px;
  }

  .height-xl-1052 {
    height: 1052px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1052 {
    width: 1052px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1052 {
    min-height: 1052px;
  }

  .max-height-lg-1052 {
    max-height: 1052px !important;
  }
}
.max-width-1053 {
  max-width: 1053px;
}

.min-width-1053 {
  min-width: 1053px;
}

.min-height-1053 {
  min-height: 1053px;
}

.max-height-1053 {
  max-height: 1053px;
}

.width-1053 {
  width: 1053px;
}

.height-1053 {
  height: 1053px;
}

@media (min-width: 768px) {
  .width-md-1053 {
    width: 1053px;
  }
}
@media (min-width: 992px) {
  .width-lg-1053 {
    width: 1053px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1053 {
    width: 1053px;
  }

  .height-xl-1053 {
    height: 1053px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1053 {
    width: 1053px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1053 {
    min-height: 1053px;
  }

  .max-height-lg-1053 {
    max-height: 1053px !important;
  }
}
.max-width-1054 {
  max-width: 1054px;
}

.min-width-1054 {
  min-width: 1054px;
}

.min-height-1054 {
  min-height: 1054px;
}

.max-height-1054 {
  max-height: 1054px;
}

.width-1054 {
  width: 1054px;
}

.height-1054 {
  height: 1054px;
}

@media (min-width: 768px) {
  .width-md-1054 {
    width: 1054px;
  }
}
@media (min-width: 992px) {
  .width-lg-1054 {
    width: 1054px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1054 {
    width: 1054px;
  }

  .height-xl-1054 {
    height: 1054px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1054 {
    width: 1054px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1054 {
    min-height: 1054px;
  }

  .max-height-lg-1054 {
    max-height: 1054px !important;
  }
}
.max-width-1055 {
  max-width: 1055px;
}

.min-width-1055 {
  min-width: 1055px;
}

.min-height-1055 {
  min-height: 1055px;
}

.max-height-1055 {
  max-height: 1055px;
}

.width-1055 {
  width: 1055px;
}

.height-1055 {
  height: 1055px;
}

@media (min-width: 768px) {
  .width-md-1055 {
    width: 1055px;
  }
}
@media (min-width: 992px) {
  .width-lg-1055 {
    width: 1055px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1055 {
    width: 1055px;
  }

  .height-xl-1055 {
    height: 1055px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1055 {
    width: 1055px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1055 {
    min-height: 1055px;
  }

  .max-height-lg-1055 {
    max-height: 1055px !important;
  }
}
.max-width-1056 {
  max-width: 1056px;
}

.min-width-1056 {
  min-width: 1056px;
}

.min-height-1056 {
  min-height: 1056px;
}

.max-height-1056 {
  max-height: 1056px;
}

.width-1056 {
  width: 1056px;
}

.height-1056 {
  height: 1056px;
}

@media (min-width: 768px) {
  .width-md-1056 {
    width: 1056px;
  }
}
@media (min-width: 992px) {
  .width-lg-1056 {
    width: 1056px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1056 {
    width: 1056px;
  }

  .height-xl-1056 {
    height: 1056px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1056 {
    width: 1056px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1056 {
    min-height: 1056px;
  }

  .max-height-lg-1056 {
    max-height: 1056px !important;
  }
}
.max-width-1057 {
  max-width: 1057px;
}

.min-width-1057 {
  min-width: 1057px;
}

.min-height-1057 {
  min-height: 1057px;
}

.max-height-1057 {
  max-height: 1057px;
}

.width-1057 {
  width: 1057px;
}

.height-1057 {
  height: 1057px;
}

@media (min-width: 768px) {
  .width-md-1057 {
    width: 1057px;
  }
}
@media (min-width: 992px) {
  .width-lg-1057 {
    width: 1057px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1057 {
    width: 1057px;
  }

  .height-xl-1057 {
    height: 1057px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1057 {
    width: 1057px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1057 {
    min-height: 1057px;
  }

  .max-height-lg-1057 {
    max-height: 1057px !important;
  }
}
.max-width-1058 {
  max-width: 1058px;
}

.min-width-1058 {
  min-width: 1058px;
}

.min-height-1058 {
  min-height: 1058px;
}

.max-height-1058 {
  max-height: 1058px;
}

.width-1058 {
  width: 1058px;
}

.height-1058 {
  height: 1058px;
}

@media (min-width: 768px) {
  .width-md-1058 {
    width: 1058px;
  }
}
@media (min-width: 992px) {
  .width-lg-1058 {
    width: 1058px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1058 {
    width: 1058px;
  }

  .height-xl-1058 {
    height: 1058px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1058 {
    width: 1058px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1058 {
    min-height: 1058px;
  }

  .max-height-lg-1058 {
    max-height: 1058px !important;
  }
}
.max-width-1059 {
  max-width: 1059px;
}

.min-width-1059 {
  min-width: 1059px;
}

.min-height-1059 {
  min-height: 1059px;
}

.max-height-1059 {
  max-height: 1059px;
}

.width-1059 {
  width: 1059px;
}

.height-1059 {
  height: 1059px;
}

@media (min-width: 768px) {
  .width-md-1059 {
    width: 1059px;
  }
}
@media (min-width: 992px) {
  .width-lg-1059 {
    width: 1059px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1059 {
    width: 1059px;
  }

  .height-xl-1059 {
    height: 1059px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1059 {
    width: 1059px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1059 {
    min-height: 1059px;
  }

  .max-height-lg-1059 {
    max-height: 1059px !important;
  }
}
.max-width-1060 {
  max-width: 1060px;
}

.min-width-1060 {
  min-width: 1060px;
}

.min-height-1060 {
  min-height: 1060px;
}

.max-height-1060 {
  max-height: 1060px;
}

.width-1060 {
  width: 1060px;
}

.height-1060 {
  height: 1060px;
}

@media (min-width: 768px) {
  .width-md-1060 {
    width: 1060px;
  }
}
@media (min-width: 992px) {
  .width-lg-1060 {
    width: 1060px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1060 {
    width: 1060px;
  }

  .height-xl-1060 {
    height: 1060px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1060 {
    width: 1060px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1060 {
    min-height: 1060px;
  }

  .max-height-lg-1060 {
    max-height: 1060px !important;
  }
}
.max-width-1061 {
  max-width: 1061px;
}

.min-width-1061 {
  min-width: 1061px;
}

.min-height-1061 {
  min-height: 1061px;
}

.max-height-1061 {
  max-height: 1061px;
}

.width-1061 {
  width: 1061px;
}

.height-1061 {
  height: 1061px;
}

@media (min-width: 768px) {
  .width-md-1061 {
    width: 1061px;
  }
}
@media (min-width: 992px) {
  .width-lg-1061 {
    width: 1061px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1061 {
    width: 1061px;
  }

  .height-xl-1061 {
    height: 1061px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1061 {
    width: 1061px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1061 {
    min-height: 1061px;
  }

  .max-height-lg-1061 {
    max-height: 1061px !important;
  }
}
.max-width-1062 {
  max-width: 1062px;
}

.min-width-1062 {
  min-width: 1062px;
}

.min-height-1062 {
  min-height: 1062px;
}

.max-height-1062 {
  max-height: 1062px;
}

.width-1062 {
  width: 1062px;
}

.height-1062 {
  height: 1062px;
}

@media (min-width: 768px) {
  .width-md-1062 {
    width: 1062px;
  }
}
@media (min-width: 992px) {
  .width-lg-1062 {
    width: 1062px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1062 {
    width: 1062px;
  }

  .height-xl-1062 {
    height: 1062px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1062 {
    width: 1062px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1062 {
    min-height: 1062px;
  }

  .max-height-lg-1062 {
    max-height: 1062px !important;
  }
}
.max-width-1063 {
  max-width: 1063px;
}

.min-width-1063 {
  min-width: 1063px;
}

.min-height-1063 {
  min-height: 1063px;
}

.max-height-1063 {
  max-height: 1063px;
}

.width-1063 {
  width: 1063px;
}

.height-1063 {
  height: 1063px;
}

@media (min-width: 768px) {
  .width-md-1063 {
    width: 1063px;
  }
}
@media (min-width: 992px) {
  .width-lg-1063 {
    width: 1063px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1063 {
    width: 1063px;
  }

  .height-xl-1063 {
    height: 1063px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1063 {
    width: 1063px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1063 {
    min-height: 1063px;
  }

  .max-height-lg-1063 {
    max-height: 1063px !important;
  }
}
.max-width-1064 {
  max-width: 1064px;
}

.min-width-1064 {
  min-width: 1064px;
}

.min-height-1064 {
  min-height: 1064px;
}

.max-height-1064 {
  max-height: 1064px;
}

.width-1064 {
  width: 1064px;
}

.height-1064 {
  height: 1064px;
}

@media (min-width: 768px) {
  .width-md-1064 {
    width: 1064px;
  }
}
@media (min-width: 992px) {
  .width-lg-1064 {
    width: 1064px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1064 {
    width: 1064px;
  }

  .height-xl-1064 {
    height: 1064px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1064 {
    width: 1064px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1064 {
    min-height: 1064px;
  }

  .max-height-lg-1064 {
    max-height: 1064px !important;
  }
}
.max-width-1065 {
  max-width: 1065px;
}

.min-width-1065 {
  min-width: 1065px;
}

.min-height-1065 {
  min-height: 1065px;
}

.max-height-1065 {
  max-height: 1065px;
}

.width-1065 {
  width: 1065px;
}

.height-1065 {
  height: 1065px;
}

@media (min-width: 768px) {
  .width-md-1065 {
    width: 1065px;
  }
}
@media (min-width: 992px) {
  .width-lg-1065 {
    width: 1065px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1065 {
    width: 1065px;
  }

  .height-xl-1065 {
    height: 1065px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1065 {
    width: 1065px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1065 {
    min-height: 1065px;
  }

  .max-height-lg-1065 {
    max-height: 1065px !important;
  }
}
.max-width-1066 {
  max-width: 1066px;
}

.min-width-1066 {
  min-width: 1066px;
}

.min-height-1066 {
  min-height: 1066px;
}

.max-height-1066 {
  max-height: 1066px;
}

.width-1066 {
  width: 1066px;
}

.height-1066 {
  height: 1066px;
}

@media (min-width: 768px) {
  .width-md-1066 {
    width: 1066px;
  }
}
@media (min-width: 992px) {
  .width-lg-1066 {
    width: 1066px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1066 {
    width: 1066px;
  }

  .height-xl-1066 {
    height: 1066px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1066 {
    width: 1066px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1066 {
    min-height: 1066px;
  }

  .max-height-lg-1066 {
    max-height: 1066px !important;
  }
}
.max-width-1067 {
  max-width: 1067px;
}

.min-width-1067 {
  min-width: 1067px;
}

.min-height-1067 {
  min-height: 1067px;
}

.max-height-1067 {
  max-height: 1067px;
}

.width-1067 {
  width: 1067px;
}

.height-1067 {
  height: 1067px;
}

@media (min-width: 768px) {
  .width-md-1067 {
    width: 1067px;
  }
}
@media (min-width: 992px) {
  .width-lg-1067 {
    width: 1067px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1067 {
    width: 1067px;
  }

  .height-xl-1067 {
    height: 1067px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1067 {
    width: 1067px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1067 {
    min-height: 1067px;
  }

  .max-height-lg-1067 {
    max-height: 1067px !important;
  }
}
.max-width-1068 {
  max-width: 1068px;
}

.min-width-1068 {
  min-width: 1068px;
}

.min-height-1068 {
  min-height: 1068px;
}

.max-height-1068 {
  max-height: 1068px;
}

.width-1068 {
  width: 1068px;
}

.height-1068 {
  height: 1068px;
}

@media (min-width: 768px) {
  .width-md-1068 {
    width: 1068px;
  }
}
@media (min-width: 992px) {
  .width-lg-1068 {
    width: 1068px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1068 {
    width: 1068px;
  }

  .height-xl-1068 {
    height: 1068px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1068 {
    width: 1068px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1068 {
    min-height: 1068px;
  }

  .max-height-lg-1068 {
    max-height: 1068px !important;
  }
}
.max-width-1069 {
  max-width: 1069px;
}

.min-width-1069 {
  min-width: 1069px;
}

.min-height-1069 {
  min-height: 1069px;
}

.max-height-1069 {
  max-height: 1069px;
}

.width-1069 {
  width: 1069px;
}

.height-1069 {
  height: 1069px;
}

@media (min-width: 768px) {
  .width-md-1069 {
    width: 1069px;
  }
}
@media (min-width: 992px) {
  .width-lg-1069 {
    width: 1069px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1069 {
    width: 1069px;
  }

  .height-xl-1069 {
    height: 1069px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1069 {
    width: 1069px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1069 {
    min-height: 1069px;
  }

  .max-height-lg-1069 {
    max-height: 1069px !important;
  }
}
.max-width-1070 {
  max-width: 1070px;
}

.min-width-1070 {
  min-width: 1070px;
}

.min-height-1070 {
  min-height: 1070px;
}

.max-height-1070 {
  max-height: 1070px;
}

.width-1070 {
  width: 1070px;
}

.height-1070 {
  height: 1070px;
}

@media (min-width: 768px) {
  .width-md-1070 {
    width: 1070px;
  }
}
@media (min-width: 992px) {
  .width-lg-1070 {
    width: 1070px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1070 {
    width: 1070px;
  }

  .height-xl-1070 {
    height: 1070px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1070 {
    width: 1070px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1070 {
    min-height: 1070px;
  }

  .max-height-lg-1070 {
    max-height: 1070px !important;
  }
}
.max-width-1071 {
  max-width: 1071px;
}

.min-width-1071 {
  min-width: 1071px;
}

.min-height-1071 {
  min-height: 1071px;
}

.max-height-1071 {
  max-height: 1071px;
}

.width-1071 {
  width: 1071px;
}

.height-1071 {
  height: 1071px;
}

@media (min-width: 768px) {
  .width-md-1071 {
    width: 1071px;
  }
}
@media (min-width: 992px) {
  .width-lg-1071 {
    width: 1071px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1071 {
    width: 1071px;
  }

  .height-xl-1071 {
    height: 1071px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1071 {
    width: 1071px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1071 {
    min-height: 1071px;
  }

  .max-height-lg-1071 {
    max-height: 1071px !important;
  }
}
.max-width-1072 {
  max-width: 1072px;
}

.min-width-1072 {
  min-width: 1072px;
}

.min-height-1072 {
  min-height: 1072px;
}

.max-height-1072 {
  max-height: 1072px;
}

.width-1072 {
  width: 1072px;
}

.height-1072 {
  height: 1072px;
}

@media (min-width: 768px) {
  .width-md-1072 {
    width: 1072px;
  }
}
@media (min-width: 992px) {
  .width-lg-1072 {
    width: 1072px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1072 {
    width: 1072px;
  }

  .height-xl-1072 {
    height: 1072px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1072 {
    width: 1072px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1072 {
    min-height: 1072px;
  }

  .max-height-lg-1072 {
    max-height: 1072px !important;
  }
}
.max-width-1073 {
  max-width: 1073px;
}

.min-width-1073 {
  min-width: 1073px;
}

.min-height-1073 {
  min-height: 1073px;
}

.max-height-1073 {
  max-height: 1073px;
}

.width-1073 {
  width: 1073px;
}

.height-1073 {
  height: 1073px;
}

@media (min-width: 768px) {
  .width-md-1073 {
    width: 1073px;
  }
}
@media (min-width: 992px) {
  .width-lg-1073 {
    width: 1073px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1073 {
    width: 1073px;
  }

  .height-xl-1073 {
    height: 1073px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1073 {
    width: 1073px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1073 {
    min-height: 1073px;
  }

  .max-height-lg-1073 {
    max-height: 1073px !important;
  }
}
.max-width-1074 {
  max-width: 1074px;
}

.min-width-1074 {
  min-width: 1074px;
}

.min-height-1074 {
  min-height: 1074px;
}

.max-height-1074 {
  max-height: 1074px;
}

.width-1074 {
  width: 1074px;
}

.height-1074 {
  height: 1074px;
}

@media (min-width: 768px) {
  .width-md-1074 {
    width: 1074px;
  }
}
@media (min-width: 992px) {
  .width-lg-1074 {
    width: 1074px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1074 {
    width: 1074px;
  }

  .height-xl-1074 {
    height: 1074px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1074 {
    width: 1074px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1074 {
    min-height: 1074px;
  }

  .max-height-lg-1074 {
    max-height: 1074px !important;
  }
}
.max-width-1075 {
  max-width: 1075px;
}

.min-width-1075 {
  min-width: 1075px;
}

.min-height-1075 {
  min-height: 1075px;
}

.max-height-1075 {
  max-height: 1075px;
}

.width-1075 {
  width: 1075px;
}

.height-1075 {
  height: 1075px;
}

@media (min-width: 768px) {
  .width-md-1075 {
    width: 1075px;
  }
}
@media (min-width: 992px) {
  .width-lg-1075 {
    width: 1075px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1075 {
    width: 1075px;
  }

  .height-xl-1075 {
    height: 1075px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1075 {
    width: 1075px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1075 {
    min-height: 1075px;
  }

  .max-height-lg-1075 {
    max-height: 1075px !important;
  }
}
.max-width-1076 {
  max-width: 1076px;
}

.min-width-1076 {
  min-width: 1076px;
}

.min-height-1076 {
  min-height: 1076px;
}

.max-height-1076 {
  max-height: 1076px;
}

.width-1076 {
  width: 1076px;
}

.height-1076 {
  height: 1076px;
}

@media (min-width: 768px) {
  .width-md-1076 {
    width: 1076px;
  }
}
@media (min-width: 992px) {
  .width-lg-1076 {
    width: 1076px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1076 {
    width: 1076px;
  }

  .height-xl-1076 {
    height: 1076px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1076 {
    width: 1076px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1076 {
    min-height: 1076px;
  }

  .max-height-lg-1076 {
    max-height: 1076px !important;
  }
}
.max-width-1077 {
  max-width: 1077px;
}

.min-width-1077 {
  min-width: 1077px;
}

.min-height-1077 {
  min-height: 1077px;
}

.max-height-1077 {
  max-height: 1077px;
}

.width-1077 {
  width: 1077px;
}

.height-1077 {
  height: 1077px;
}

@media (min-width: 768px) {
  .width-md-1077 {
    width: 1077px;
  }
}
@media (min-width: 992px) {
  .width-lg-1077 {
    width: 1077px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1077 {
    width: 1077px;
  }

  .height-xl-1077 {
    height: 1077px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1077 {
    width: 1077px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1077 {
    min-height: 1077px;
  }

  .max-height-lg-1077 {
    max-height: 1077px !important;
  }
}
.max-width-1078 {
  max-width: 1078px;
}

.min-width-1078 {
  min-width: 1078px;
}

.min-height-1078 {
  min-height: 1078px;
}

.max-height-1078 {
  max-height: 1078px;
}

.width-1078 {
  width: 1078px;
}

.height-1078 {
  height: 1078px;
}

@media (min-width: 768px) {
  .width-md-1078 {
    width: 1078px;
  }
}
@media (min-width: 992px) {
  .width-lg-1078 {
    width: 1078px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1078 {
    width: 1078px;
  }

  .height-xl-1078 {
    height: 1078px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1078 {
    width: 1078px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1078 {
    min-height: 1078px;
  }

  .max-height-lg-1078 {
    max-height: 1078px !important;
  }
}
.max-width-1079 {
  max-width: 1079px;
}

.min-width-1079 {
  min-width: 1079px;
}

.min-height-1079 {
  min-height: 1079px;
}

.max-height-1079 {
  max-height: 1079px;
}

.width-1079 {
  width: 1079px;
}

.height-1079 {
  height: 1079px;
}

@media (min-width: 768px) {
  .width-md-1079 {
    width: 1079px;
  }
}
@media (min-width: 992px) {
  .width-lg-1079 {
    width: 1079px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1079 {
    width: 1079px;
  }

  .height-xl-1079 {
    height: 1079px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1079 {
    width: 1079px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1079 {
    min-height: 1079px;
  }

  .max-height-lg-1079 {
    max-height: 1079px !important;
  }
}
.max-width-1080 {
  max-width: 1080px;
}

.min-width-1080 {
  min-width: 1080px;
}

.min-height-1080 {
  min-height: 1080px;
}

.max-height-1080 {
  max-height: 1080px;
}

.width-1080 {
  width: 1080px;
}

.height-1080 {
  height: 1080px;
}

@media (min-width: 768px) {
  .width-md-1080 {
    width: 1080px;
  }
}
@media (min-width: 992px) {
  .width-lg-1080 {
    width: 1080px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1080 {
    width: 1080px;
  }

  .height-xl-1080 {
    height: 1080px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1080 {
    width: 1080px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1080 {
    min-height: 1080px;
  }

  .max-height-lg-1080 {
    max-height: 1080px !important;
  }
}
.max-width-1081 {
  max-width: 1081px;
}

.min-width-1081 {
  min-width: 1081px;
}

.min-height-1081 {
  min-height: 1081px;
}

.max-height-1081 {
  max-height: 1081px;
}

.width-1081 {
  width: 1081px;
}

.height-1081 {
  height: 1081px;
}

@media (min-width: 768px) {
  .width-md-1081 {
    width: 1081px;
  }
}
@media (min-width: 992px) {
  .width-lg-1081 {
    width: 1081px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1081 {
    width: 1081px;
  }

  .height-xl-1081 {
    height: 1081px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1081 {
    width: 1081px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1081 {
    min-height: 1081px;
  }

  .max-height-lg-1081 {
    max-height: 1081px !important;
  }
}
.max-width-1082 {
  max-width: 1082px;
}

.min-width-1082 {
  min-width: 1082px;
}

.min-height-1082 {
  min-height: 1082px;
}

.max-height-1082 {
  max-height: 1082px;
}

.width-1082 {
  width: 1082px;
}

.height-1082 {
  height: 1082px;
}

@media (min-width: 768px) {
  .width-md-1082 {
    width: 1082px;
  }
}
@media (min-width: 992px) {
  .width-lg-1082 {
    width: 1082px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1082 {
    width: 1082px;
  }

  .height-xl-1082 {
    height: 1082px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1082 {
    width: 1082px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1082 {
    min-height: 1082px;
  }

  .max-height-lg-1082 {
    max-height: 1082px !important;
  }
}
.max-width-1083 {
  max-width: 1083px;
}

.min-width-1083 {
  min-width: 1083px;
}

.min-height-1083 {
  min-height: 1083px;
}

.max-height-1083 {
  max-height: 1083px;
}

.width-1083 {
  width: 1083px;
}

.height-1083 {
  height: 1083px;
}

@media (min-width: 768px) {
  .width-md-1083 {
    width: 1083px;
  }
}
@media (min-width: 992px) {
  .width-lg-1083 {
    width: 1083px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1083 {
    width: 1083px;
  }

  .height-xl-1083 {
    height: 1083px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1083 {
    width: 1083px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1083 {
    min-height: 1083px;
  }

  .max-height-lg-1083 {
    max-height: 1083px !important;
  }
}
.max-width-1084 {
  max-width: 1084px;
}

.min-width-1084 {
  min-width: 1084px;
}

.min-height-1084 {
  min-height: 1084px;
}

.max-height-1084 {
  max-height: 1084px;
}

.width-1084 {
  width: 1084px;
}

.height-1084 {
  height: 1084px;
}

@media (min-width: 768px) {
  .width-md-1084 {
    width: 1084px;
  }
}
@media (min-width: 992px) {
  .width-lg-1084 {
    width: 1084px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1084 {
    width: 1084px;
  }

  .height-xl-1084 {
    height: 1084px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1084 {
    width: 1084px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1084 {
    min-height: 1084px;
  }

  .max-height-lg-1084 {
    max-height: 1084px !important;
  }
}
.max-width-1085 {
  max-width: 1085px;
}

.min-width-1085 {
  min-width: 1085px;
}

.min-height-1085 {
  min-height: 1085px;
}

.max-height-1085 {
  max-height: 1085px;
}

.width-1085 {
  width: 1085px;
}

.height-1085 {
  height: 1085px;
}

@media (min-width: 768px) {
  .width-md-1085 {
    width: 1085px;
  }
}
@media (min-width: 992px) {
  .width-lg-1085 {
    width: 1085px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1085 {
    width: 1085px;
  }

  .height-xl-1085 {
    height: 1085px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1085 {
    width: 1085px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1085 {
    min-height: 1085px;
  }

  .max-height-lg-1085 {
    max-height: 1085px !important;
  }
}
.max-width-1086 {
  max-width: 1086px;
}

.min-width-1086 {
  min-width: 1086px;
}

.min-height-1086 {
  min-height: 1086px;
}

.max-height-1086 {
  max-height: 1086px;
}

.width-1086 {
  width: 1086px;
}

.height-1086 {
  height: 1086px;
}

@media (min-width: 768px) {
  .width-md-1086 {
    width: 1086px;
  }
}
@media (min-width: 992px) {
  .width-lg-1086 {
    width: 1086px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1086 {
    width: 1086px;
  }

  .height-xl-1086 {
    height: 1086px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1086 {
    width: 1086px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1086 {
    min-height: 1086px;
  }

  .max-height-lg-1086 {
    max-height: 1086px !important;
  }
}
.max-width-1087 {
  max-width: 1087px;
}

.min-width-1087 {
  min-width: 1087px;
}

.min-height-1087 {
  min-height: 1087px;
}

.max-height-1087 {
  max-height: 1087px;
}

.width-1087 {
  width: 1087px;
}

.height-1087 {
  height: 1087px;
}

@media (min-width: 768px) {
  .width-md-1087 {
    width: 1087px;
  }
}
@media (min-width: 992px) {
  .width-lg-1087 {
    width: 1087px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1087 {
    width: 1087px;
  }

  .height-xl-1087 {
    height: 1087px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1087 {
    width: 1087px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1087 {
    min-height: 1087px;
  }

  .max-height-lg-1087 {
    max-height: 1087px !important;
  }
}
.max-width-1088 {
  max-width: 1088px;
}

.min-width-1088 {
  min-width: 1088px;
}

.min-height-1088 {
  min-height: 1088px;
}

.max-height-1088 {
  max-height: 1088px;
}

.width-1088 {
  width: 1088px;
}

.height-1088 {
  height: 1088px;
}

@media (min-width: 768px) {
  .width-md-1088 {
    width: 1088px;
  }
}
@media (min-width: 992px) {
  .width-lg-1088 {
    width: 1088px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1088 {
    width: 1088px;
  }

  .height-xl-1088 {
    height: 1088px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1088 {
    width: 1088px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1088 {
    min-height: 1088px;
  }

  .max-height-lg-1088 {
    max-height: 1088px !important;
  }
}
.max-width-1089 {
  max-width: 1089px;
}

.min-width-1089 {
  min-width: 1089px;
}

.min-height-1089 {
  min-height: 1089px;
}

.max-height-1089 {
  max-height: 1089px;
}

.width-1089 {
  width: 1089px;
}

.height-1089 {
  height: 1089px;
}

@media (min-width: 768px) {
  .width-md-1089 {
    width: 1089px;
  }
}
@media (min-width: 992px) {
  .width-lg-1089 {
    width: 1089px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1089 {
    width: 1089px;
  }

  .height-xl-1089 {
    height: 1089px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1089 {
    width: 1089px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1089 {
    min-height: 1089px;
  }

  .max-height-lg-1089 {
    max-height: 1089px !important;
  }
}
.max-width-1090 {
  max-width: 1090px;
}

.min-width-1090 {
  min-width: 1090px;
}

.min-height-1090 {
  min-height: 1090px;
}

.max-height-1090 {
  max-height: 1090px;
}

.width-1090 {
  width: 1090px;
}

.height-1090 {
  height: 1090px;
}

@media (min-width: 768px) {
  .width-md-1090 {
    width: 1090px;
  }
}
@media (min-width: 992px) {
  .width-lg-1090 {
    width: 1090px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1090 {
    width: 1090px;
  }

  .height-xl-1090 {
    height: 1090px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1090 {
    width: 1090px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1090 {
    min-height: 1090px;
  }

  .max-height-lg-1090 {
    max-height: 1090px !important;
  }
}
.max-width-1091 {
  max-width: 1091px;
}

.min-width-1091 {
  min-width: 1091px;
}

.min-height-1091 {
  min-height: 1091px;
}

.max-height-1091 {
  max-height: 1091px;
}

.width-1091 {
  width: 1091px;
}

.height-1091 {
  height: 1091px;
}

@media (min-width: 768px) {
  .width-md-1091 {
    width: 1091px;
  }
}
@media (min-width: 992px) {
  .width-lg-1091 {
    width: 1091px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1091 {
    width: 1091px;
  }

  .height-xl-1091 {
    height: 1091px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1091 {
    width: 1091px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1091 {
    min-height: 1091px;
  }

  .max-height-lg-1091 {
    max-height: 1091px !important;
  }
}
.max-width-1092 {
  max-width: 1092px;
}

.min-width-1092 {
  min-width: 1092px;
}

.min-height-1092 {
  min-height: 1092px;
}

.max-height-1092 {
  max-height: 1092px;
}

.width-1092 {
  width: 1092px;
}

.height-1092 {
  height: 1092px;
}

@media (min-width: 768px) {
  .width-md-1092 {
    width: 1092px;
  }
}
@media (min-width: 992px) {
  .width-lg-1092 {
    width: 1092px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1092 {
    width: 1092px;
  }

  .height-xl-1092 {
    height: 1092px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1092 {
    width: 1092px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1092 {
    min-height: 1092px;
  }

  .max-height-lg-1092 {
    max-height: 1092px !important;
  }
}
.max-width-1093 {
  max-width: 1093px;
}

.min-width-1093 {
  min-width: 1093px;
}

.min-height-1093 {
  min-height: 1093px;
}

.max-height-1093 {
  max-height: 1093px;
}

.width-1093 {
  width: 1093px;
}

.height-1093 {
  height: 1093px;
}

@media (min-width: 768px) {
  .width-md-1093 {
    width: 1093px;
  }
}
@media (min-width: 992px) {
  .width-lg-1093 {
    width: 1093px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1093 {
    width: 1093px;
  }

  .height-xl-1093 {
    height: 1093px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1093 {
    width: 1093px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1093 {
    min-height: 1093px;
  }

  .max-height-lg-1093 {
    max-height: 1093px !important;
  }
}
.max-width-1094 {
  max-width: 1094px;
}

.min-width-1094 {
  min-width: 1094px;
}

.min-height-1094 {
  min-height: 1094px;
}

.max-height-1094 {
  max-height: 1094px;
}

.width-1094 {
  width: 1094px;
}

.height-1094 {
  height: 1094px;
}

@media (min-width: 768px) {
  .width-md-1094 {
    width: 1094px;
  }
}
@media (min-width: 992px) {
  .width-lg-1094 {
    width: 1094px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1094 {
    width: 1094px;
  }

  .height-xl-1094 {
    height: 1094px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1094 {
    width: 1094px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1094 {
    min-height: 1094px;
  }

  .max-height-lg-1094 {
    max-height: 1094px !important;
  }
}
.max-width-1095 {
  max-width: 1095px;
}

.min-width-1095 {
  min-width: 1095px;
}

.min-height-1095 {
  min-height: 1095px;
}

.max-height-1095 {
  max-height: 1095px;
}

.width-1095 {
  width: 1095px;
}

.height-1095 {
  height: 1095px;
}

@media (min-width: 768px) {
  .width-md-1095 {
    width: 1095px;
  }
}
@media (min-width: 992px) {
  .width-lg-1095 {
    width: 1095px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1095 {
    width: 1095px;
  }

  .height-xl-1095 {
    height: 1095px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1095 {
    width: 1095px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1095 {
    min-height: 1095px;
  }

  .max-height-lg-1095 {
    max-height: 1095px !important;
  }
}
.max-width-1096 {
  max-width: 1096px;
}

.min-width-1096 {
  min-width: 1096px;
}

.min-height-1096 {
  min-height: 1096px;
}

.max-height-1096 {
  max-height: 1096px;
}

.width-1096 {
  width: 1096px;
}

.height-1096 {
  height: 1096px;
}

@media (min-width: 768px) {
  .width-md-1096 {
    width: 1096px;
  }
}
@media (min-width: 992px) {
  .width-lg-1096 {
    width: 1096px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1096 {
    width: 1096px;
  }

  .height-xl-1096 {
    height: 1096px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1096 {
    width: 1096px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1096 {
    min-height: 1096px;
  }

  .max-height-lg-1096 {
    max-height: 1096px !important;
  }
}
.max-width-1097 {
  max-width: 1097px;
}

.min-width-1097 {
  min-width: 1097px;
}

.min-height-1097 {
  min-height: 1097px;
}

.max-height-1097 {
  max-height: 1097px;
}

.width-1097 {
  width: 1097px;
}

.height-1097 {
  height: 1097px;
}

@media (min-width: 768px) {
  .width-md-1097 {
    width: 1097px;
  }
}
@media (min-width: 992px) {
  .width-lg-1097 {
    width: 1097px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1097 {
    width: 1097px;
  }

  .height-xl-1097 {
    height: 1097px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1097 {
    width: 1097px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1097 {
    min-height: 1097px;
  }

  .max-height-lg-1097 {
    max-height: 1097px !important;
  }
}
.max-width-1098 {
  max-width: 1098px;
}

.min-width-1098 {
  min-width: 1098px;
}

.min-height-1098 {
  min-height: 1098px;
}

.max-height-1098 {
  max-height: 1098px;
}

.width-1098 {
  width: 1098px;
}

.height-1098 {
  height: 1098px;
}

@media (min-width: 768px) {
  .width-md-1098 {
    width: 1098px;
  }
}
@media (min-width: 992px) {
  .width-lg-1098 {
    width: 1098px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1098 {
    width: 1098px;
  }

  .height-xl-1098 {
    height: 1098px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1098 {
    width: 1098px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1098 {
    min-height: 1098px;
  }

  .max-height-lg-1098 {
    max-height: 1098px !important;
  }
}
.max-width-1099 {
  max-width: 1099px;
}

.min-width-1099 {
  min-width: 1099px;
}

.min-height-1099 {
  min-height: 1099px;
}

.max-height-1099 {
  max-height: 1099px;
}

.width-1099 {
  width: 1099px;
}

.height-1099 {
  height: 1099px;
}

@media (min-width: 768px) {
  .width-md-1099 {
    width: 1099px;
  }
}
@media (min-width: 992px) {
  .width-lg-1099 {
    width: 1099px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1099 {
    width: 1099px;
  }

  .height-xl-1099 {
    height: 1099px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1099 {
    width: 1099px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1099 {
    min-height: 1099px;
  }

  .max-height-lg-1099 {
    max-height: 1099px !important;
  }
}
.max-width-1100 {
  max-width: 1100px;
}

.min-width-1100 {
  min-width: 1100px;
}

.min-height-1100 {
  min-height: 1100px;
}

.max-height-1100 {
  max-height: 1100px;
}

.width-1100 {
  width: 1100px;
}

.height-1100 {
  height: 1100px;
}

@media (min-width: 768px) {
  .width-md-1100 {
    width: 1100px;
  }
}
@media (min-width: 992px) {
  .width-lg-1100 {
    width: 1100px;
  }
}
@media (min-width: 1200px) {
  .width-xl-1100 {
    width: 1100px;
  }

  .height-xl-1100 {
    height: 1100px;
  }
}
@media screen and (width: 1280px) and (height: 720px) {
  .width-qa-1100 {
    width: 1100px !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-1100 {
    min-height: 1100px;
  }

  .max-height-lg-1100 {
    max-height: 1100px !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;
}

.svh-height-1 {
  height: calc(100svh - 1px);
}

.svh-height-2 {
  height: calc(100svh - 2px);
}

.svh-height-3 {
  height: calc(100svh - 3px);
}

.svh-height-4 {
  height: calc(100svh - 4px);
}

.svh-height-5 {
  height: calc(100svh - 5px);
}

.svh-height-6 {
  height: calc(100svh - 6px);
}

.svh-height-7 {
  height: calc(100svh - 7px);
}

.svh-height-8 {
  height: calc(100svh - 8px);
}

.svh-height-9 {
  height: calc(100svh - 9px);
}

.svh-height-10 {
  height: calc(100svh - 10px);
}

.svh-height-11 {
  height: calc(100svh - 11px);
}

.svh-height-12 {
  height: calc(100svh - 12px);
}

.svh-height-13 {
  height: calc(100svh - 13px);
}

.svh-height-14 {
  height: calc(100svh - 14px);
}

.svh-height-15 {
  height: calc(100svh - 15px);
}

.svh-height-16 {
  height: calc(100svh - 16px);
}

.svh-height-17 {
  height: calc(100svh - 17px);
}

.svh-height-18 {
  height: calc(100svh - 18px);
}

.svh-height-19 {
  height: calc(100svh - 19px);
}

.svh-height-20 {
  height: calc(100svh - 20px);
}

.svh-height-21 {
  height: calc(100svh - 21px);
}

.svh-height-22 {
  height: calc(100svh - 22px);
}

.svh-height-23 {
  height: calc(100svh - 23px);
}

.svh-height-24 {
  height: calc(100svh - 24px);
}

.svh-height-25 {
  height: calc(100svh - 25px);
}

.svh-height-26 {
  height: calc(100svh - 26px);
}

.svh-height-27 {
  height: calc(100svh - 27px);
}

.svh-height-28 {
  height: calc(100svh - 28px);
}

.svh-height-29 {
  height: calc(100svh - 29px);
}

.svh-height-30 {
  height: calc(100svh - 30px);
}

.svh-height-31 {
  height: calc(100svh - 31px);
}

.svh-height-32 {
  height: calc(100svh - 32px);
}

.svh-height-33 {
  height: calc(100svh - 33px);
}

.svh-height-34 {
  height: calc(100svh - 34px);
}

.svh-height-35 {
  height: calc(100svh - 35px);
}

.svh-height-36 {
  height: calc(100svh - 36px);
}

.svh-height-37 {
  height: calc(100svh - 37px);
}

.svh-height-38 {
  height: calc(100svh - 38px);
}

.svh-height-39 {
  height: calc(100svh - 39px);
}

.svh-height-40 {
  height: calc(100svh - 40px);
}

.svh-height-41 {
  height: calc(100svh - 41px);
}

.svh-height-42 {
  height: calc(100svh - 42px);
}

.svh-height-43 {
  height: calc(100svh - 43px);
}

.svh-height-44 {
  height: calc(100svh - 44px);
}

.svh-height-45 {
  height: calc(100svh - 45px);
}

.svh-height-46 {
  height: calc(100svh - 46px);
}

.svh-height-47 {
  height: calc(100svh - 47px);
}

.svh-height-48 {
  height: calc(100svh - 48px);
}

.svh-height-49 {
  height: calc(100svh - 49px);
}

.svh-height-50 {
  height: calc(100svh - 50px);
}

.svh-height-51 {
  height: calc(100svh - 51px);
}

.svh-height-52 {
  height: calc(100svh - 52px);
}

.svh-height-53 {
  height: calc(100svh - 53px);
}

.svh-height-54 {
  height: calc(100svh - 54px);
}

.svh-height-55 {
  height: calc(100svh - 55px);
}

.svh-height-56 {
  height: calc(100svh - 56px);
}

.svh-height-57 {
  height: calc(100svh - 57px);
}

.svh-height-58 {
  height: calc(100svh - 58px);
}

.svh-height-59 {
  height: calc(100svh - 59px);
}

.svh-height-60 {
  height: calc(100svh - 60px);
}

.svh-height-61 {
  height: calc(100svh - 61px);
}

.svh-height-62 {
  height: calc(100svh - 62px);
}

.svh-height-63 {
  height: calc(100svh - 63px);
}

.svh-height-64 {
  height: calc(100svh - 64px);
}

.svh-height-65 {
  height: calc(100svh - 65px);
}

.svh-height-66 {
  height: calc(100svh - 66px);
}

.svh-height-67 {
  height: calc(100svh - 67px);
}

.svh-height-68 {
  height: calc(100svh - 68px);
}

.svh-height-69 {
  height: calc(100svh - 69px);
}

.svh-height-70 {
  height: calc(100svh - 70px);
}

.svh-height-71 {
  height: calc(100svh - 71px);
}

.svh-height-72 {
  height: calc(100svh - 72px);
}

.svh-height-73 {
  height: calc(100svh - 73px);
}

.svh-height-74 {
  height: calc(100svh - 74px);
}

.svh-height-75 {
  height: calc(100svh - 75px);
}

.svh-height-76 {
  height: calc(100svh - 76px);
}

.svh-height-77 {
  height: calc(100svh - 77px);
}

.svh-height-78 {
  height: calc(100svh - 78px);
}

.svh-height-79 {
  height: calc(100svh - 79px);
}

.svh-height-80 {
  height: calc(100svh - 80px);
}

.svh-height-81 {
  height: calc(100svh - 81px);
}

.svh-height-82 {
  height: calc(100svh - 82px);
}

.svh-height-83 {
  height: calc(100svh - 83px);
}

.svh-height-84 {
  height: calc(100svh - 84px);
}

.svh-height-85 {
  height: calc(100svh - 85px);
}

.svh-height-86 {
  height: calc(100svh - 86px);
}

.svh-height-87 {
  height: calc(100svh - 87px);
}

.svh-height-88 {
  height: calc(100svh - 88px);
}

.svh-height-89 {
  height: calc(100svh - 89px);
}

.svh-height-90 {
  height: calc(100svh - 90px);
}

.svh-height-91 {
  height: calc(100svh - 91px);
}

.svh-height-92 {
  height: calc(100svh - 92px);
}

.svh-height-93 {
  height: calc(100svh - 93px);
}

.svh-height-94 {
  height: calc(100svh - 94px);
}

.svh-height-95 {
  height: calc(100svh - 95px);
}

.svh-height-96 {
  height: calc(100svh - 96px);
}

.svh-height-97 {
  height: calc(100svh - 97px);
}

.svh-height-98 {
  height: calc(100svh - 98px);
}

.svh-height-99 {
  height: calc(100svh - 99px);
}

.svh-height-100 {
  height: calc(100svh - 100px);
}

.svh-height-101 {
  height: calc(100svh - 101px);
}

.svh-height-102 {
  height: calc(100svh - 102px);
}

.svh-height-103 {
  height: calc(100svh - 103px);
}

.svh-height-104 {
  height: calc(100svh - 104px);
}

.svh-height-105 {
  height: calc(100svh - 105px);
}

.svh-height-106 {
  height: calc(100svh - 106px);
}

.svh-height-107 {
  height: calc(100svh - 107px);
}

.svh-height-108 {
  height: calc(100svh - 108px);
}

.svh-height-109 {
  height: calc(100svh - 109px);
}

.svh-height-110 {
  height: calc(100svh - 110px);
}

.svh-height-111 {
  height: calc(100svh - 111px);
}

.svh-height-112 {
  height: calc(100svh - 112px);
}

.svh-height-113 {
  height: calc(100svh - 113px);
}

.svh-height-114 {
  height: calc(100svh - 114px);
}

.svh-height-115 {
  height: calc(100svh - 115px);
}

.svh-height-116 {
  height: calc(100svh - 116px);
}

.svh-height-117 {
  height: calc(100svh - 117px);
}

.svh-height-118 {
  height: calc(100svh - 118px);
}

.svh-height-119 {
  height: calc(100svh - 119px);
}

.svh-height-120 {
  height: calc(100svh - 120px);
}

.svh-height-121 {
  height: calc(100svh - 121px);
}

.svh-height-122 {
  height: calc(100svh - 122px);
}

.svh-height-123 {
  height: calc(100svh - 123px);
}

.svh-height-124 {
  height: calc(100svh - 124px);
}

.svh-height-125 {
  height: calc(100svh - 125px);
}

.svh-height-126 {
  height: calc(100svh - 126px);
}

.svh-height-127 {
  height: calc(100svh - 127px);
}

.svh-height-128 {
  height: calc(100svh - 128px);
}

.svh-height-129 {
  height: calc(100svh - 129px);
}

.svh-height-130 {
  height: calc(100svh - 130px);
}

.svh-height-131 {
  height: calc(100svh - 131px);
}

.svh-height-132 {
  height: calc(100svh - 132px);
}

.svh-height-133 {
  height: calc(100svh - 133px);
}

.svh-height-134 {
  height: calc(100svh - 134px);
}

.svh-height-135 {
  height: calc(100svh - 135px);
}

.svh-height-136 {
  height: calc(100svh - 136px);
}

.svh-height-137 {
  height: calc(100svh - 137px);
}

.svh-height-138 {
  height: calc(100svh - 138px);
}

.svh-height-139 {
  height: calc(100svh - 139px);
}

.svh-height-140 {
  height: calc(100svh - 140px);
}

.svh-height-141 {
  height: calc(100svh - 141px);
}

.svh-height-142 {
  height: calc(100svh - 142px);
}

.svh-height-143 {
  height: calc(100svh - 143px);
}

.svh-height-144 {
  height: calc(100svh - 144px);
}

.svh-height-145 {
  height: calc(100svh - 145px);
}

.svh-height-146 {
  height: calc(100svh - 146px);
}

.svh-height-147 {
  height: calc(100svh - 147px);
}

.svh-height-148 {
  height: calc(100svh - 148px);
}

.svh-height-149 {
  height: calc(100svh - 149px);
}

.svh-height-150 {
  height: calc(100svh - 150px);
}

.svh-height-151 {
  height: calc(100svh - 151px);
}

.svh-height-152 {
  height: calc(100svh - 152px);
}

.svh-height-153 {
  height: calc(100svh - 153px);
}

.svh-height-154 {
  height: calc(100svh - 154px);
}

.svh-height-155 {
  height: calc(100svh - 155px);
}

.svh-height-156 {
  height: calc(100svh - 156px);
}

.svh-height-157 {
  height: calc(100svh - 157px);
}

.svh-height-158 {
  height: calc(100svh - 158px);
}

.svh-height-159 {
  height: calc(100svh - 159px);
}

.svh-height-160 {
  height: calc(100svh - 160px);
}

.svh-height-161 {
  height: calc(100svh - 161px);
}

.svh-height-162 {
  height: calc(100svh - 162px);
}

.svh-height-163 {
  height: calc(100svh - 163px);
}

.svh-height-164 {
  height: calc(100svh - 164px);
}

.svh-height-165 {
  height: calc(100svh - 165px);
}

.svh-height-166 {
  height: calc(100svh - 166px);
}

.svh-height-167 {
  height: calc(100svh - 167px);
}

.svh-height-168 {
  height: calc(100svh - 168px);
}

.svh-height-169 {
  height: calc(100svh - 169px);
}

.svh-height-170 {
  height: calc(100svh - 170px);
}

.svh-height-171 {
  height: calc(100svh - 171px);
}

.svh-height-172 {
  height: calc(100svh - 172px);
}

.svh-height-173 {
  height: calc(100svh - 173px);
}

.svh-height-174 {
  height: calc(100svh - 174px);
}

.svh-height-175 {
  height: calc(100svh - 175px);
}

.svh-height-176 {
  height: calc(100svh - 176px);
}

.svh-height-177 {
  height: calc(100svh - 177px);
}

.svh-height-178 {
  height: calc(100svh - 178px);
}

.svh-height-179 {
  height: calc(100svh - 179px);
}

.svh-height-180 {
  height: calc(100svh - 180px);
}

.svh-height-181 {
  height: calc(100svh - 181px);
}

.svh-height-182 {
  height: calc(100svh - 182px);
}

.svh-height-183 {
  height: calc(100svh - 183px);
}

.svh-height-184 {
  height: calc(100svh - 184px);
}

.svh-height-185 {
  height: calc(100svh - 185px);
}

.svh-height-186 {
  height: calc(100svh - 186px);
}

.svh-height-187 {
  height: calc(100svh - 187px);
}

.svh-height-188 {
  height: calc(100svh - 188px);
}

.svh-height-189 {
  height: calc(100svh - 189px);
}

.svh-height-190 {
  height: calc(100svh - 190px);
}

.svh-height-191 {
  height: calc(100svh - 191px);
}

.svh-height-192 {
  height: calc(100svh - 192px);
}

.svh-height-193 {
  height: calc(100svh - 193px);
}

.svh-height-194 {
  height: calc(100svh - 194px);
}

.svh-height-195 {
  height: calc(100svh - 195px);
}

.svh-height-196 {
  height: calc(100svh - 196px);
}

.svh-height-197 {
  height: calc(100svh - 197px);
}

.svh-height-198 {
  height: calc(100svh - 198px);
}

.svh-height-199 {
  height: calc(100svh - 199px);
}

.svh-height-200 {
  height: calc(100svh - 200px);
}

.svh-height-201 {
  height: calc(100svh - 201px);
}

.svh-height-202 {
  height: calc(100svh - 202px);
}

.svh-height-203 {
  height: calc(100svh - 203px);
}

.svh-height-204 {
  height: calc(100svh - 204px);
}

.svh-height-205 {
  height: calc(100svh - 205px);
}

.svh-height-206 {
  height: calc(100svh - 206px);
}

.svh-height-207 {
  height: calc(100svh - 207px);
}

.svh-height-208 {
  height: calc(100svh - 208px);
}

.svh-height-209 {
  height: calc(100svh - 209px);
}

.svh-height-210 {
  height: calc(100svh - 210px);
}

.svh-height-211 {
  height: calc(100svh - 211px);
}

.svh-height-212 {
  height: calc(100svh - 212px);
}

.svh-height-213 {
  height: calc(100svh - 213px);
}

.svh-height-214 {
  height: calc(100svh - 214px);
}

.svh-height-215 {
  height: calc(100svh - 215px);
}

.svh-height-216 {
  height: calc(100svh - 216px);
}

.svh-height-217 {
  height: calc(100svh - 217px);
}

.svh-height-218 {
  height: calc(100svh - 218px);
}

.svh-height-219 {
  height: calc(100svh - 219px);
}

.svh-height-220 {
  height: calc(100svh - 220px);
}

.svh-height-221 {
  height: calc(100svh - 221px);
}

.svh-height-222 {
  height: calc(100svh - 222px);
}

.svh-height-223 {
  height: calc(100svh - 223px);
}

.svh-height-224 {
  height: calc(100svh - 224px);
}

.svh-height-225 {
  height: calc(100svh - 225px);
}

.svh-height-226 {
  height: calc(100svh - 226px);
}

.svh-height-227 {
  height: calc(100svh - 227px);
}

.svh-height-228 {
  height: calc(100svh - 228px);
}

.svh-height-229 {
  height: calc(100svh - 229px);
}

.svh-height-230 {
  height: calc(100svh - 230px);
}

.svh-height-231 {
  height: calc(100svh - 231px);
}

.svh-height-232 {
  height: calc(100svh - 232px);
}

.svh-height-233 {
  height: calc(100svh - 233px);
}

.svh-height-234 {
  height: calc(100svh - 234px);
}

.svh-height-235 {
  height: calc(100svh - 235px);
}

.svh-height-236 {
  height: calc(100svh - 236px);
}

.svh-height-237 {
  height: calc(100svh - 237px);
}

.svh-height-238 {
  height: calc(100svh - 238px);
}

.svh-height-239 {
  height: calc(100svh - 239px);
}

.svh-height-240 {
  height: calc(100svh - 240px);
}

.svh-height-241 {
  height: calc(100svh - 241px);
}

.svh-height-242 {
  height: calc(100svh - 242px);
}

.svh-height-243 {
  height: calc(100svh - 243px);
}

.svh-height-244 {
  height: calc(100svh - 244px);
}

.svh-height-245 {
  height: calc(100svh - 245px);
}

.svh-height-246 {
  height: calc(100svh - 246px);
}

.svh-height-247 {
  height: calc(100svh - 247px);
}

.svh-height-248 {
  height: calc(100svh - 248px);
}

.svh-height-249 {
  height: calc(100svh - 249px);
}

.svh-height-250 {
  height: calc(100svh - 250px);
}

.svh-height-251 {
  height: calc(100svh - 251px);
}

.svh-height-252 {
  height: calc(100svh - 252px);
}

.svh-height-253 {
  height: calc(100svh - 253px);
}

.svh-height-254 {
  height: calc(100svh - 254px);
}

.svh-height-255 {
  height: calc(100svh - 255px);
}

.svh-height-256 {
  height: calc(100svh - 256px);
}

.svh-height-257 {
  height: calc(100svh - 257px);
}

.svh-height-258 {
  height: calc(100svh - 258px);
}

.svh-height-259 {
  height: calc(100svh - 259px);
}

.svh-height-260 {
  height: calc(100svh - 260px);
}

.svh-height-261 {
  height: calc(100svh - 261px);
}

.svh-height-262 {
  height: calc(100svh - 262px);
}

.svh-height-263 {
  height: calc(100svh - 263px);
}

.svh-height-264 {
  height: calc(100svh - 264px);
}

.svh-height-265 {
  height: calc(100svh - 265px);
}

.svh-height-266 {
  height: calc(100svh - 266px);
}

.svh-height-267 {
  height: calc(100svh - 267px);
}

.svh-height-268 {
  height: calc(100svh - 268px);
}

.svh-height-269 {
  height: calc(100svh - 269px);
}

.svh-height-270 {
  height: calc(100svh - 270px);
}

.svh-height-271 {
  height: calc(100svh - 271px);
}

.svh-height-272 {
  height: calc(100svh - 272px);
}

.svh-height-273 {
  height: calc(100svh - 273px);
}

.svh-height-274 {
  height: calc(100svh - 274px);
}

.svh-height-275 {
  height: calc(100svh - 275px);
}

.svh-height-276 {
  height: calc(100svh - 276px);
}

.svh-height-277 {
  height: calc(100svh - 277px);
}

.svh-height-278 {
  height: calc(100svh - 278px);
}

.svh-height-279 {
  height: calc(100svh - 279px);
}

.svh-height-280 {
  height: calc(100svh - 280px);
}

.svh-height-281 {
  height: calc(100svh - 281px);
}

.svh-height-282 {
  height: calc(100svh - 282px);
}

.svh-height-283 {
  height: calc(100svh - 283px);
}

.svh-height-284 {
  height: calc(100svh - 284px);
}

.svh-height-285 {
  height: calc(100svh - 285px);
}

.svh-height-286 {
  height: calc(100svh - 286px);
}

.svh-height-287 {
  height: calc(100svh - 287px);
}

.svh-height-288 {
  height: calc(100svh - 288px);
}

.svh-height-289 {
  height: calc(100svh - 289px);
}

.svh-height-290 {
  height: calc(100svh - 290px);
}

.svh-height-291 {
  height: calc(100svh - 291px);
}

.svh-height-292 {
  height: calc(100svh - 292px);
}

.svh-height-293 {
  height: calc(100svh - 293px);
}

.svh-height-294 {
  height: calc(100svh - 294px);
}

.svh-height-295 {
  height: calc(100svh - 295px);
}

.svh-height-296 {
  height: calc(100svh - 296px);
}

.svh-height-297 {
  height: calc(100svh - 297px);
}

.svh-height-298 {
  height: calc(100svh - 298px);
}

.svh-height-299 {
  height: calc(100svh - 299px);
}

.svh-height-300 {
  height: calc(100svh - 300px);
}

.svh-height-301 {
  height: calc(100svh - 301px);
}

.svh-height-302 {
  height: calc(100svh - 302px);
}

.svh-height-303 {
  height: calc(100svh - 303px);
}

.svh-height-304 {
  height: calc(100svh - 304px);
}

.svh-height-305 {
  height: calc(100svh - 305px);
}

.svh-height-306 {
  height: calc(100svh - 306px);
}

.svh-height-307 {
  height: calc(100svh - 307px);
}

.svh-height-308 {
  height: calc(100svh - 308px);
}

.svh-height-309 {
  height: calc(100svh - 309px);
}

.svh-height-310 {
  height: calc(100svh - 310px);
}

.svh-height-311 {
  height: calc(100svh - 311px);
}

.svh-height-312 {
  height: calc(100svh - 312px);
}

.svh-height-313 {
  height: calc(100svh - 313px);
}

.svh-height-314 {
  height: calc(100svh - 314px);
}

.svh-height-315 {
  height: calc(100svh - 315px);
}

.svh-height-316 {
  height: calc(100svh - 316px);
}

.svh-height-317 {
  height: calc(100svh - 317px);
}

.svh-height-318 {
  height: calc(100svh - 318px);
}

.svh-height-319 {
  height: calc(100svh - 319px);
}

.svh-height-320 {
  height: calc(100svh - 320px);
}

.svh-height-321 {
  height: calc(100svh - 321px);
}

.svh-height-322 {
  height: calc(100svh - 322px);
}

.svh-height-323 {
  height: calc(100svh - 323px);
}

.svh-height-324 {
  height: calc(100svh - 324px);
}

.svh-height-325 {
  height: calc(100svh - 325px);
}

.svh-height-326 {
  height: calc(100svh - 326px);
}

.svh-height-327 {
  height: calc(100svh - 327px);
}

.svh-height-328 {
  height: calc(100svh - 328px);
}

.svh-height-329 {
  height: calc(100svh - 329px);
}

.svh-height-330 {
  height: calc(100svh - 330px);
}

.svh-height-331 {
  height: calc(100svh - 331px);
}

.svh-height-332 {
  height: calc(100svh - 332px);
}

.svh-height-333 {
  height: calc(100svh - 333px);
}

.svh-height-334 {
  height: calc(100svh - 334px);
}

.svh-height-335 {
  height: calc(100svh - 335px);
}

.svh-height-336 {
  height: calc(100svh - 336px);
}

.svh-height-337 {
  height: calc(100svh - 337px);
}

.svh-height-338 {
  height: calc(100svh - 338px);
}

.svh-height-339 {
  height: calc(100svh - 339px);
}

.svh-height-340 {
  height: calc(100svh - 340px);
}

.svh-height-341 {
  height: calc(100svh - 341px);
}

.svh-height-342 {
  height: calc(100svh - 342px);
}

.svh-height-343 {
  height: calc(100svh - 343px);
}

.svh-height-344 {
  height: calc(100svh - 344px);
}

.svh-height-345 {
  height: calc(100svh - 345px);
}

.svh-height-346 {
  height: calc(100svh - 346px);
}

.svh-height-347 {
  height: calc(100svh - 347px);
}

.svh-height-348 {
  height: calc(100svh - 348px);
}

.svh-height-349 {
  height: calc(100svh - 349px);
}

.svh-height-350 {
  height: calc(100svh - 350px);
}

.svh-height-351 {
  height: calc(100svh - 351px);
}

.svh-height-352 {
  height: calc(100svh - 352px);
}

.svh-height-353 {
  height: calc(100svh - 353px);
}

.svh-height-354 {
  height: calc(100svh - 354px);
}

.svh-height-355 {
  height: calc(100svh - 355px);
}

.svh-height-356 {
  height: calc(100svh - 356px);
}

.svh-height-357 {
  height: calc(100svh - 357px);
}

.svh-height-358 {
  height: calc(100svh - 358px);
}

.svh-height-359 {
  height: calc(100svh - 359px);
}

.svh-height-360 {
  height: calc(100svh - 360px);
}

.svh-height-361 {
  height: calc(100svh - 361px);
}

.svh-height-362 {
  height: calc(100svh - 362px);
}

.svh-height-363 {
  height: calc(100svh - 363px);
}

.svh-height-364 {
  height: calc(100svh - 364px);
}

.svh-height-365 {
  height: calc(100svh - 365px);
}

.svh-height-366 {
  height: calc(100svh - 366px);
}

.svh-height-367 {
  height: calc(100svh - 367px);
}

.svh-height-368 {
  height: calc(100svh - 368px);
}

.svh-height-369 {
  height: calc(100svh - 369px);
}

.svh-height-370 {
  height: calc(100svh - 370px);
}

.svh-height-371 {
  height: calc(100svh - 371px);
}

.svh-height-372 {
  height: calc(100svh - 372px);
}

.svh-height-373 {
  height: calc(100svh - 373px);
}

.svh-height-374 {
  height: calc(100svh - 374px);
}

.svh-height-375 {
  height: calc(100svh - 375px);
}

.svh-height-376 {
  height: calc(100svh - 376px);
}

.svh-height-377 {
  height: calc(100svh - 377px);
}

.svh-height-378 {
  height: calc(100svh - 378px);
}

.svh-height-379 {
  height: calc(100svh - 379px);
}

.svh-height-380 {
  height: calc(100svh - 380px);
}

.svh-height-381 {
  height: calc(100svh - 381px);
}

.svh-height-382 {
  height: calc(100svh - 382px);
}

.svh-height-383 {
  height: calc(100svh - 383px);
}

.svh-height-384 {
  height: calc(100svh - 384px);
}

.svh-height-385 {
  height: calc(100svh - 385px);
}

.svh-height-386 {
  height: calc(100svh - 386px);
}

.svh-height-387 {
  height: calc(100svh - 387px);
}

.svh-height-388 {
  height: calc(100svh - 388px);
}

.svh-height-389 {
  height: calc(100svh - 389px);
}

.svh-height-390 {
  height: calc(100svh - 390px);
}

.svh-height-391 {
  height: calc(100svh - 391px);
}

.svh-height-392 {
  height: calc(100svh - 392px);
}

.svh-height-393 {
  height: calc(100svh - 393px);
}

.svh-height-394 {
  height: calc(100svh - 394px);
}

.svh-height-395 {
  height: calc(100svh - 395px);
}

.svh-height-396 {
  height: calc(100svh - 396px);
}

.svh-height-397 {
  height: calc(100svh - 397px);
}

.svh-height-398 {
  height: calc(100svh - 398px);
}

.svh-height-399 {
  height: calc(100svh - 399px);
}

.svh-height-400 {
  height: calc(100svh - 400px);
}

.svh-height-401 {
  height: calc(100svh - 401px);
}

.svh-height-402 {
  height: calc(100svh - 402px);
}

.svh-height-403 {
  height: calc(100svh - 403px);
}

.svh-height-404 {
  height: calc(100svh - 404px);
}

.svh-height-405 {
  height: calc(100svh - 405px);
}

.svh-height-406 {
  height: calc(100svh - 406px);
}

.svh-height-407 {
  height: calc(100svh - 407px);
}

.svh-height-408 {
  height: calc(100svh - 408px);
}

.svh-height-409 {
  height: calc(100svh - 409px);
}

.svh-height-410 {
  height: calc(100svh - 410px);
}

.svh-height-411 {
  height: calc(100svh - 411px);
}

.svh-height-412 {
  height: calc(100svh - 412px);
}

.svh-height-413 {
  height: calc(100svh - 413px);
}

.svh-height-414 {
  height: calc(100svh - 414px);
}

.svh-height-415 {
  height: calc(100svh - 415px);
}

.svh-height-416 {
  height: calc(100svh - 416px);
}

.svh-height-417 {
  height: calc(100svh - 417px);
}

.svh-height-418 {
  height: calc(100svh - 418px);
}

.svh-height-419 {
  height: calc(100svh - 419px);
}

.svh-height-420 {
  height: calc(100svh - 420px);
}

.svh-height-421 {
  height: calc(100svh - 421px);
}

.svh-height-422 {
  height: calc(100svh - 422px);
}

.svh-height-423 {
  height: calc(100svh - 423px);
}

.svh-height-424 {
  height: calc(100svh - 424px);
}

.svh-height-425 {
  height: calc(100svh - 425px);
}

.svh-height-426 {
  height: calc(100svh - 426px);
}

.svh-height-427 {
  height: calc(100svh - 427px);
}

.svh-height-428 {
  height: calc(100svh - 428px);
}

.svh-height-429 {
  height: calc(100svh - 429px);
}

.svh-height-430 {
  height: calc(100svh - 430px);
}

.svh-height-431 {
  height: calc(100svh - 431px);
}

.svh-height-432 {
  height: calc(100svh - 432px);
}

.svh-height-433 {
  height: calc(100svh - 433px);
}

.svh-height-434 {
  height: calc(100svh - 434px);
}

.svh-height-435 {
  height: calc(100svh - 435px);
}

.svh-height-436 {
  height: calc(100svh - 436px);
}

.svh-height-437 {
  height: calc(100svh - 437px);
}

.svh-height-438 {
  height: calc(100svh - 438px);
}

.svh-height-439 {
  height: calc(100svh - 439px);
}

.svh-height-440 {
  height: calc(100svh - 440px);
}

.svh-height-441 {
  height: calc(100svh - 441px);
}

.svh-height-442 {
  height: calc(100svh - 442px);
}

.svh-height-443 {
  height: calc(100svh - 443px);
}

.svh-height-444 {
  height: calc(100svh - 444px);
}

.svh-height-445 {
  height: calc(100svh - 445px);
}

.svh-height-446 {
  height: calc(100svh - 446px);
}

.svh-height-447 {
  height: calc(100svh - 447px);
}

.svh-height-448 {
  height: calc(100svh - 448px);
}

.svh-height-449 {
  height: calc(100svh - 449px);
}

.svh-height-450 {
  height: calc(100svh - 450px);
}

.svh-height-451 {
  height: calc(100svh - 451px);
}

.svh-height-452 {
  height: calc(100svh - 452px);
}

.svh-height-453 {
  height: calc(100svh - 453px);
}

.svh-height-454 {
  height: calc(100svh - 454px);
}

.svh-height-455 {
  height: calc(100svh - 455px);
}

.svh-height-456 {
  height: calc(100svh - 456px);
}

.svh-height-457 {
  height: calc(100svh - 457px);
}

.svh-height-458 {
  height: calc(100svh - 458px);
}

.svh-height-459 {
  height: calc(100svh - 459px);
}

.svh-height-460 {
  height: calc(100svh - 460px);
}

.svh-height-461 {
  height: calc(100svh - 461px);
}

.svh-height-462 {
  height: calc(100svh - 462px);
}

.svh-height-463 {
  height: calc(100svh - 463px);
}

.svh-height-464 {
  height: calc(100svh - 464px);
}

.svh-height-465 {
  height: calc(100svh - 465px);
}

.svh-height-466 {
  height: calc(100svh - 466px);
}

.svh-height-467 {
  height: calc(100svh - 467px);
}

.svh-height-468 {
  height: calc(100svh - 468px);
}

.svh-height-469 {
  height: calc(100svh - 469px);
}

.svh-height-470 {
  height: calc(100svh - 470px);
}

.svh-height-471 {
  height: calc(100svh - 471px);
}

.svh-height-472 {
  height: calc(100svh - 472px);
}

.svh-height-473 {
  height: calc(100svh - 473px);
}

.svh-height-474 {
  height: calc(100svh - 474px);
}

.svh-height-475 {
  height: calc(100svh - 475px);
}

.svh-height-476 {
  height: calc(100svh - 476px);
}

.svh-height-477 {
  height: calc(100svh - 477px);
}

.svh-height-478 {
  height: calc(100svh - 478px);
}

.svh-height-479 {
  height: calc(100svh - 479px);
}

.svh-height-480 {
  height: calc(100svh - 480px);
}

.svh-height-481 {
  height: calc(100svh - 481px);
}

.svh-height-482 {
  height: calc(100svh - 482px);
}

.svh-height-483 {
  height: calc(100svh - 483px);
}

.svh-height-484 {
  height: calc(100svh - 484px);
}

.svh-height-485 {
  height: calc(100svh - 485px);
}

.svh-height-486 {
  height: calc(100svh - 486px);
}

.svh-height-487 {
  height: calc(100svh - 487px);
}

.svh-height-488 {
  height: calc(100svh - 488px);
}

.svh-height-489 {
  height: calc(100svh - 489px);
}

.svh-height-490 {
  height: calc(100svh - 490px);
}

.svh-height-491 {
  height: calc(100svh - 491px);
}

.svh-height-492 {
  height: calc(100svh - 492px);
}

.svh-height-493 {
  height: calc(100svh - 493px);
}

.svh-height-494 {
  height: calc(100svh - 494px);
}

.svh-height-495 {
  height: calc(100svh - 495px);
}

.svh-height-496 {
  height: calc(100svh - 496px);
}

.svh-height-497 {
  height: calc(100svh - 497px);
}

.svh-height-498 {
  height: calc(100svh - 498px);
}

.svh-height-499 {
  height: calc(100svh - 499px);
}

.svh-height-500 {
  height: calc(100svh - 500px);
}

.svh-height-501 {
  height: calc(100svh - 501px);
}

.svh-height-502 {
  height: calc(100svh - 502px);
}

.svh-height-503 {
  height: calc(100svh - 503px);
}

.svh-height-504 {
  height: calc(100svh - 504px);
}

.svh-height-505 {
  height: calc(100svh - 505px);
}

.svh-height-506 {
  height: calc(100svh - 506px);
}

.svh-height-507 {
  height: calc(100svh - 507px);
}

.svh-height-508 {
  height: calc(100svh - 508px);
}

.svh-height-509 {
  height: calc(100svh - 509px);
}

.svh-height-510 {
  height: calc(100svh - 510px);
}

.svh-height-511 {
  height: calc(100svh - 511px);
}

.svh-height-512 {
  height: calc(100svh - 512px);
}

.svh-height-513 {
  height: calc(100svh - 513px);
}

.svh-height-514 {
  height: calc(100svh - 514px);
}

.svh-height-515 {
  height: calc(100svh - 515px);
}

.svh-height-516 {
  height: calc(100svh - 516px);
}

.svh-height-517 {
  height: calc(100svh - 517px);
}

.svh-height-518 {
  height: calc(100svh - 518px);
}

.svh-height-519 {
  height: calc(100svh - 519px);
}

.svh-height-520 {
  height: calc(100svh - 520px);
}

.svh-height-521 {
  height: calc(100svh - 521px);
}

.svh-height-522 {
  height: calc(100svh - 522px);
}

.svh-height-523 {
  height: calc(100svh - 523px);
}

.svh-height-524 {
  height: calc(100svh - 524px);
}

.svh-height-525 {
  height: calc(100svh - 525px);
}

.svh-height-526 {
  height: calc(100svh - 526px);
}

.svh-height-527 {
  height: calc(100svh - 527px);
}

.svh-height-528 {
  height: calc(100svh - 528px);
}

.svh-height-529 {
  height: calc(100svh - 529px);
}

.svh-height-530 {
  height: calc(100svh - 530px);
}

.svh-height-531 {
  height: calc(100svh - 531px);
}

.svh-height-532 {
  height: calc(100svh - 532px);
}

.svh-height-533 {
  height: calc(100svh - 533px);
}

.svh-height-534 {
  height: calc(100svh - 534px);
}

.svh-height-535 {
  height: calc(100svh - 535px);
}

.svh-height-536 {
  height: calc(100svh - 536px);
}

.svh-height-537 {
  height: calc(100svh - 537px);
}

.svh-height-538 {
  height: calc(100svh - 538px);
}

.svh-height-539 {
  height: calc(100svh - 539px);
}

.svh-height-540 {
  height: calc(100svh - 540px);
}

.svh-height-541 {
  height: calc(100svh - 541px);
}

.svh-height-542 {
  height: calc(100svh - 542px);
}

.svh-height-543 {
  height: calc(100svh - 543px);
}

.svh-height-544 {
  height: calc(100svh - 544px);
}

.svh-height-545 {
  height: calc(100svh - 545px);
}

.svh-height-546 {
  height: calc(100svh - 546px);
}

.svh-height-547 {
  height: calc(100svh - 547px);
}

.svh-height-548 {
  height: calc(100svh - 548px);
}

.svh-height-549 {
  height: calc(100svh - 549px);
}

.svh-height-550 {
  height: calc(100svh - 550px);
}

.svh-height-551 {
  height: calc(100svh - 551px);
}

.svh-height-552 {
  height: calc(100svh - 552px);
}

.svh-height-553 {
  height: calc(100svh - 553px);
}

.svh-height-554 {
  height: calc(100svh - 554px);
}

.svh-height-555 {
  height: calc(100svh - 555px);
}

.svh-height-556 {
  height: calc(100svh - 556px);
}

.svh-height-557 {
  height: calc(100svh - 557px);
}

.svh-height-558 {
  height: calc(100svh - 558px);
}

.svh-height-559 {
  height: calc(100svh - 559px);
}

.svh-height-560 {
  height: calc(100svh - 560px);
}

.svh-height-561 {
  height: calc(100svh - 561px);
}

.svh-height-562 {
  height: calc(100svh - 562px);
}

.svh-height-563 {
  height: calc(100svh - 563px);
}

.svh-height-564 {
  height: calc(100svh - 564px);
}

.svh-height-565 {
  height: calc(100svh - 565px);
}

.svh-height-566 {
  height: calc(100svh - 566px);
}

.svh-height-567 {
  height: calc(100svh - 567px);
}

.svh-height-568 {
  height: calc(100svh - 568px);
}

.svh-height-569 {
  height: calc(100svh - 569px);
}

.svh-height-570 {
  height: calc(100svh - 570px);
}

.svh-height-571 {
  height: calc(100svh - 571px);
}

.svh-height-572 {
  height: calc(100svh - 572px);
}

.svh-height-573 {
  height: calc(100svh - 573px);
}

.svh-height-574 {
  height: calc(100svh - 574px);
}

.svh-height-575 {
  height: calc(100svh - 575px);
}

.svh-height-576 {
  height: calc(100svh - 576px);
}

.svh-height-577 {
  height: calc(100svh - 577px);
}

.svh-height-578 {
  height: calc(100svh - 578px);
}

.svh-height-579 {
  height: calc(100svh - 579px);
}

.svh-height-580 {
  height: calc(100svh - 580px);
}

.svh-height-581 {
  height: calc(100svh - 581px);
}

.svh-height-582 {
  height: calc(100svh - 582px);
}

.svh-height-583 {
  height: calc(100svh - 583px);
}

.svh-height-584 {
  height: calc(100svh - 584px);
}

.svh-height-585 {
  height: calc(100svh - 585px);
}

.svh-height-586 {
  height: calc(100svh - 586px);
}

.svh-height-587 {
  height: calc(100svh - 587px);
}

.svh-height-588 {
  height: calc(100svh - 588px);
}

.svh-height-589 {
  height: calc(100svh - 589px);
}

.svh-height-590 {
  height: calc(100svh - 590px);
}

.svh-height-591 {
  height: calc(100svh - 591px);
}

.svh-height-592 {
  height: calc(100svh - 592px);
}

.svh-height-593 {
  height: calc(100svh - 593px);
}

.svh-height-594 {
  height: calc(100svh - 594px);
}

.svh-height-595 {
  height: calc(100svh - 595px);
}

.svh-height-596 {
  height: calc(100svh - 596px);
}

.svh-height-597 {
  height: calc(100svh - 597px);
}

.svh-height-598 {
  height: calc(100svh - 598px);
}

.svh-height-599 {
  height: calc(100svh - 599px);
}

.svh-height-600 {
  height: calc(100svh - 600px);
}

.svh-height-601 {
  height: calc(100svh - 601px);
}

.svh-height-602 {
  height: calc(100svh - 602px);
}

.svh-height-603 {
  height: calc(100svh - 603px);
}

.svh-height-604 {
  height: calc(100svh - 604px);
}

.svh-height-605 {
  height: calc(100svh - 605px);
}

.svh-height-606 {
  height: calc(100svh - 606px);
}

.svh-height-607 {
  height: calc(100svh - 607px);
}

.svh-height-608 {
  height: calc(100svh - 608px);
}

.svh-height-609 {
  height: calc(100svh - 609px);
}

.svh-height-610 {
  height: calc(100svh - 610px);
}

.svh-height-611 {
  height: calc(100svh - 611px);
}

.svh-height-612 {
  height: calc(100svh - 612px);
}

.svh-height-613 {
  height: calc(100svh - 613px);
}

.svh-height-614 {
  height: calc(100svh - 614px);
}

.svh-height-615 {
  height: calc(100svh - 615px);
}

.svh-height-616 {
  height: calc(100svh - 616px);
}

.svh-height-617 {
  height: calc(100svh - 617px);
}

.svh-height-618 {
  height: calc(100svh - 618px);
}

.svh-height-619 {
  height: calc(100svh - 619px);
}

.svh-height-620 {
  height: calc(100svh - 620px);
}

.svh-height-621 {
  height: calc(100svh - 621px);
}

.svh-height-622 {
  height: calc(100svh - 622px);
}

.svh-height-623 {
  height: calc(100svh - 623px);
}

.svh-height-624 {
  height: calc(100svh - 624px);
}

.svh-height-625 {
  height: calc(100svh - 625px);
}

.svh-height-626 {
  height: calc(100svh - 626px);
}

.svh-height-627 {
  height: calc(100svh - 627px);
}

.svh-height-628 {
  height: calc(100svh - 628px);
}

.svh-height-629 {
  height: calc(100svh - 629px);
}

.svh-height-630 {
  height: calc(100svh - 630px);
}

.svh-height-631 {
  height: calc(100svh - 631px);
}

.svh-height-632 {
  height: calc(100svh - 632px);
}

.svh-height-633 {
  height: calc(100svh - 633px);
}

.svh-height-634 {
  height: calc(100svh - 634px);
}

.svh-height-635 {
  height: calc(100svh - 635px);
}

.svh-height-636 {
  height: calc(100svh - 636px);
}

.svh-height-637 {
  height: calc(100svh - 637px);
}

.svh-height-638 {
  height: calc(100svh - 638px);
}

.svh-height-639 {
  height: calc(100svh - 639px);
}

.svh-height-640 {
  height: calc(100svh - 640px);
}

.svh-height-641 {
  height: calc(100svh - 641px);
}

.svh-height-642 {
  height: calc(100svh - 642px);
}

.svh-height-643 {
  height: calc(100svh - 643px);
}

.svh-height-644 {
  height: calc(100svh - 644px);
}

.svh-height-645 {
  height: calc(100svh - 645px);
}

.svh-height-646 {
  height: calc(100svh - 646px);
}

.svh-height-647 {
  height: calc(100svh - 647px);
}

.svh-height-648 {
  height: calc(100svh - 648px);
}

.svh-height-649 {
  height: calc(100svh - 649px);
}

.svh-height-650 {
  height: calc(100svh - 650px);
}

.svh-height-651 {
  height: calc(100svh - 651px);
}

.svh-height-652 {
  height: calc(100svh - 652px);
}

.svh-height-653 {
  height: calc(100svh - 653px);
}

.svh-height-654 {
  height: calc(100svh - 654px);
}

.svh-height-655 {
  height: calc(100svh - 655px);
}

.svh-height-656 {
  height: calc(100svh - 656px);
}

.svh-height-657 {
  height: calc(100svh - 657px);
}

.svh-height-658 {
  height: calc(100svh - 658px);
}

.svh-height-659 {
  height: calc(100svh - 659px);
}

.svh-height-660 {
  height: calc(100svh - 660px);
}

.svh-height-661 {
  height: calc(100svh - 661px);
}

.svh-height-662 {
  height: calc(100svh - 662px);
}

.svh-height-663 {
  height: calc(100svh - 663px);
}

.svh-height-664 {
  height: calc(100svh - 664px);
}

.svh-height-665 {
  height: calc(100svh - 665px);
}

.svh-height-666 {
  height: calc(100svh - 666px);
}

.svh-height-667 {
  height: calc(100svh - 667px);
}

.svh-height-668 {
  height: calc(100svh - 668px);
}

.svh-height-669 {
  height: calc(100svh - 669px);
}

.svh-height-670 {
  height: calc(100svh - 670px);
}

.svh-height-671 {
  height: calc(100svh - 671px);
}

.svh-height-672 {
  height: calc(100svh - 672px);
}

.svh-height-673 {
  height: calc(100svh - 673px);
}

.svh-height-674 {
  height: calc(100svh - 674px);
}

.svh-height-675 {
  height: calc(100svh - 675px);
}

.svh-height-676 {
  height: calc(100svh - 676px);
}

.svh-height-677 {
  height: calc(100svh - 677px);
}

.svh-height-678 {
  height: calc(100svh - 678px);
}

.svh-height-679 {
  height: calc(100svh - 679px);
}

.svh-height-680 {
  height: calc(100svh - 680px);
}

.svh-height-681 {
  height: calc(100svh - 681px);
}

.svh-height-682 {
  height: calc(100svh - 682px);
}

.svh-height-683 {
  height: calc(100svh - 683px);
}

.svh-height-684 {
  height: calc(100svh - 684px);
}

.svh-height-685 {
  height: calc(100svh - 685px);
}

.svh-height-686 {
  height: calc(100svh - 686px);
}

.svh-height-687 {
  height: calc(100svh - 687px);
}

.svh-height-688 {
  height: calc(100svh - 688px);
}

.svh-height-689 {
  height: calc(100svh - 689px);
}

.svh-height-690 {
  height: calc(100svh - 690px);
}

.svh-height-691 {
  height: calc(100svh - 691px);
}

.svh-height-692 {
  height: calc(100svh - 692px);
}

.svh-height-693 {
  height: calc(100svh - 693px);
}

.svh-height-694 {
  height: calc(100svh - 694px);
}

.svh-height-695 {
  height: calc(100svh - 695px);
}

.svh-height-696 {
  height: calc(100svh - 696px);
}

.svh-height-697 {
  height: calc(100svh - 697px);
}

.svh-height-698 {
  height: calc(100svh - 698px);
}

.svh-height-699 {
  height: calc(100svh - 699px);
}

.svh-height-700 {
  height: calc(100svh - 700px);
}

.svh-height-701 {
  height: calc(100svh - 701px);
}

.svh-height-702 {
  height: calc(100svh - 702px);
}

.svh-height-703 {
  height: calc(100svh - 703px);
}

.svh-height-704 {
  height: calc(100svh - 704px);
}

.svh-height-705 {
  height: calc(100svh - 705px);
}

.svh-height-706 {
  height: calc(100svh - 706px);
}

.svh-height-707 {
  height: calc(100svh - 707px);
}

.svh-height-708 {
  height: calc(100svh - 708px);
}

.svh-height-709 {
  height: calc(100svh - 709px);
}

.svh-height-710 {
  height: calc(100svh - 710px);
}

.svh-height-711 {
  height: calc(100svh - 711px);
}

.svh-height-712 {
  height: calc(100svh - 712px);
}

.svh-height-713 {
  height: calc(100svh - 713px);
}

.svh-height-714 {
  height: calc(100svh - 714px);
}

.svh-height-715 {
  height: calc(100svh - 715px);
}

.svh-height-716 {
  height: calc(100svh - 716px);
}

.svh-height-717 {
  height: calc(100svh - 717px);
}

.svh-height-718 {
  height: calc(100svh - 718px);
}

.svh-height-719 {
  height: calc(100svh - 719px);
}

.svh-height-720 {
  height: calc(100svh - 720px);
}

.svh-height-721 {
  height: calc(100svh - 721px);
}

.svh-height-722 {
  height: calc(100svh - 722px);
}

.svh-height-723 {
  height: calc(100svh - 723px);
}

.svh-height-724 {
  height: calc(100svh - 724px);
}

.svh-height-725 {
  height: calc(100svh - 725px);
}

.svh-height-726 {
  height: calc(100svh - 726px);
}

.svh-height-727 {
  height: calc(100svh - 727px);
}

.svh-height-728 {
  height: calc(100svh - 728px);
}

.svh-height-729 {
  height: calc(100svh - 729px);
}

.svh-height-730 {
  height: calc(100svh - 730px);
}

.svh-height-731 {
  height: calc(100svh - 731px);
}

.svh-height-732 {
  height: calc(100svh - 732px);
}

.svh-height-733 {
  height: calc(100svh - 733px);
}

.svh-height-734 {
  height: calc(100svh - 734px);
}

.svh-height-735 {
  height: calc(100svh - 735px);
}

.svh-height-736 {
  height: calc(100svh - 736px);
}

.svh-height-737 {
  height: calc(100svh - 737px);
}

.svh-height-738 {
  height: calc(100svh - 738px);
}

.svh-height-739 {
  height: calc(100svh - 739px);
}

.svh-height-740 {
  height: calc(100svh - 740px);
}

.svh-height-741 {
  height: calc(100svh - 741px);
}

.svh-height-742 {
  height: calc(100svh - 742px);
}

.svh-height-743 {
  height: calc(100svh - 743px);
}

.svh-height-744 {
  height: calc(100svh - 744px);
}

.svh-height-745 {
  height: calc(100svh - 745px);
}

.svh-height-746 {
  height: calc(100svh - 746px);
}

.svh-height-747 {
  height: calc(100svh - 747px);
}

.svh-height-748 {
  height: calc(100svh - 748px);
}

.svh-height-749 {
  height: calc(100svh - 749px);
}

.svh-height-750 {
  height: calc(100svh - 750px);
}

.svh-height-751 {
  height: calc(100svh - 751px);
}

.svh-height-752 {
  height: calc(100svh - 752px);
}

.svh-height-753 {
  height: calc(100svh - 753px);
}

.svh-height-754 {
  height: calc(100svh - 754px);
}

.svh-height-755 {
  height: calc(100svh - 755px);
}

.svh-height-756 {
  height: calc(100svh - 756px);
}

.svh-height-757 {
  height: calc(100svh - 757px);
}

.svh-height-758 {
  height: calc(100svh - 758px);
}

.svh-height-759 {
  height: calc(100svh - 759px);
}

.svh-height-760 {
  height: calc(100svh - 760px);
}

.svh-height-761 {
  height: calc(100svh - 761px);
}

.svh-height-762 {
  height: calc(100svh - 762px);
}

.svh-height-763 {
  height: calc(100svh - 763px);
}

.svh-height-764 {
  height: calc(100svh - 764px);
}

.svh-height-765 {
  height: calc(100svh - 765px);
}

.svh-height-766 {
  height: calc(100svh - 766px);
}

.svh-height-767 {
  height: calc(100svh - 767px);
}

.svh-height-768 {
  height: calc(100svh - 768px);
}

.svh-height-769 {
  height: calc(100svh - 769px);
}

.svh-height-770 {
  height: calc(100svh - 770px);
}

.svh-height-771 {
  height: calc(100svh - 771px);
}

.svh-height-772 {
  height: calc(100svh - 772px);
}

.svh-height-773 {
  height: calc(100svh - 773px);
}

.svh-height-774 {
  height: calc(100svh - 774px);
}

.svh-height-775 {
  height: calc(100svh - 775px);
}

.svh-height-776 {
  height: calc(100svh - 776px);
}

.svh-height-777 {
  height: calc(100svh - 777px);
}

.svh-height-778 {
  height: calc(100svh - 778px);
}

.svh-height-779 {
  height: calc(100svh - 779px);
}

.svh-height-780 {
  height: calc(100svh - 780px);
}

.svh-height-781 {
  height: calc(100svh - 781px);
}

.svh-height-782 {
  height: calc(100svh - 782px);
}

.svh-height-783 {
  height: calc(100svh - 783px);
}

.svh-height-784 {
  height: calc(100svh - 784px);
}

.svh-height-785 {
  height: calc(100svh - 785px);
}

.svh-height-786 {
  height: calc(100svh - 786px);
}

.svh-height-787 {
  height: calc(100svh - 787px);
}

.svh-height-788 {
  height: calc(100svh - 788px);
}

.svh-height-789 {
  height: calc(100svh - 789px);
}

.svh-height-790 {
  height: calc(100svh - 790px);
}

.svh-height-791 {
  height: calc(100svh - 791px);
}

.svh-height-792 {
  height: calc(100svh - 792px);
}

.svh-height-793 {
  height: calc(100svh - 793px);
}

.svh-height-794 {
  height: calc(100svh - 794px);
}

.svh-height-795 {
  height: calc(100svh - 795px);
}

.svh-height-796 {
  height: calc(100svh - 796px);
}

.svh-height-797 {
  height: calc(100svh - 797px);
}

.svh-height-798 {
  height: calc(100svh - 798px);
}

.svh-height-799 {
  height: calc(100svh - 799px);
}

.svh-height-800 {
  height: calc(100svh - 800px);
}

.svh-height-801 {
  height: calc(100svh - 801px);
}

.svh-height-802 {
  height: calc(100svh - 802px);
}

.svh-height-803 {
  height: calc(100svh - 803px);
}

.svh-height-804 {
  height: calc(100svh - 804px);
}

.svh-height-805 {
  height: calc(100svh - 805px);
}

.svh-height-806 {
  height: calc(100svh - 806px);
}

.svh-height-807 {
  height: calc(100svh - 807px);
}

.svh-height-808 {
  height: calc(100svh - 808px);
}

.svh-height-809 {
  height: calc(100svh - 809px);
}

.svh-height-810 {
  height: calc(100svh - 810px);
}

.svh-height-811 {
  height: calc(100svh - 811px);
}

.svh-height-812 {
  height: calc(100svh - 812px);
}

.svh-height-813 {
  height: calc(100svh - 813px);
}

.svh-height-814 {
  height: calc(100svh - 814px);
}

.svh-height-815 {
  height: calc(100svh - 815px);
}

.svh-height-816 {
  height: calc(100svh - 816px);
}

.svh-height-817 {
  height: calc(100svh - 817px);
}

.svh-height-818 {
  height: calc(100svh - 818px);
}

.svh-height-819 {
  height: calc(100svh - 819px);
}

.svh-height-820 {
  height: calc(100svh - 820px);
}

.svh-height-821 {
  height: calc(100svh - 821px);
}

.svh-height-822 {
  height: calc(100svh - 822px);
}

.svh-height-823 {
  height: calc(100svh - 823px);
}

.svh-height-824 {
  height: calc(100svh - 824px);
}

.svh-height-825 {
  height: calc(100svh - 825px);
}

.svh-height-826 {
  height: calc(100svh - 826px);
}

.svh-height-827 {
  height: calc(100svh - 827px);
}

.svh-height-828 {
  height: calc(100svh - 828px);
}

.svh-height-829 {
  height: calc(100svh - 829px);
}

.svh-height-830 {
  height: calc(100svh - 830px);
}

.svh-height-831 {
  height: calc(100svh - 831px);
}

.svh-height-832 {
  height: calc(100svh - 832px);
}

.svh-height-833 {
  height: calc(100svh - 833px);
}

.svh-height-834 {
  height: calc(100svh - 834px);
}

.svh-height-835 {
  height: calc(100svh - 835px);
}

.svh-height-836 {
  height: calc(100svh - 836px);
}

.svh-height-837 {
  height: calc(100svh - 837px);
}

.svh-height-838 {
  height: calc(100svh - 838px);
}

.svh-height-839 {
  height: calc(100svh - 839px);
}

.svh-height-840 {
  height: calc(100svh - 840px);
}

.svh-height-841 {
  height: calc(100svh - 841px);
}

.svh-height-842 {
  height: calc(100svh - 842px);
}

.svh-height-843 {
  height: calc(100svh - 843px);
}

.svh-height-844 {
  height: calc(100svh - 844px);
}

.svh-height-845 {
  height: calc(100svh - 845px);
}

.svh-height-846 {
  height: calc(100svh - 846px);
}

.svh-height-847 {
  height: calc(100svh - 847px);
}

.svh-height-848 {
  height: calc(100svh - 848px);
}

.svh-height-849 {
  height: calc(100svh - 849px);
}

.svh-height-850 {
  height: calc(100svh - 850px);
}

.svh-height-851 {
  height: calc(100svh - 851px);
}

.svh-height-852 {
  height: calc(100svh - 852px);
}

.svh-height-853 {
  height: calc(100svh - 853px);
}

.svh-height-854 {
  height: calc(100svh - 854px);
}

.svh-height-855 {
  height: calc(100svh - 855px);
}

.svh-height-856 {
  height: calc(100svh - 856px);
}

.svh-height-857 {
  height: calc(100svh - 857px);
}

.svh-height-858 {
  height: calc(100svh - 858px);
}

.svh-height-859 {
  height: calc(100svh - 859px);
}

.svh-height-860 {
  height: calc(100svh - 860px);
}

.svh-height-861 {
  height: calc(100svh - 861px);
}

.svh-height-862 {
  height: calc(100svh - 862px);
}

.svh-height-863 {
  height: calc(100svh - 863px);
}

.svh-height-864 {
  height: calc(100svh - 864px);
}

.svh-height-865 {
  height: calc(100svh - 865px);
}

.svh-height-866 {
  height: calc(100svh - 866px);
}

.svh-height-867 {
  height: calc(100svh - 867px);
}

.svh-height-868 {
  height: calc(100svh - 868px);
}

.svh-height-869 {
  height: calc(100svh - 869px);
}

.svh-height-870 {
  height: calc(100svh - 870px);
}

.svh-height-871 {
  height: calc(100svh - 871px);
}

.svh-height-872 {
  height: calc(100svh - 872px);
}

.svh-height-873 {
  height: calc(100svh - 873px);
}

.svh-height-874 {
  height: calc(100svh - 874px);
}

.svh-height-875 {
  height: calc(100svh - 875px);
}

.svh-height-876 {
  height: calc(100svh - 876px);
}

.svh-height-877 {
  height: calc(100svh - 877px);
}

.svh-height-878 {
  height: calc(100svh - 878px);
}

.svh-height-879 {
  height: calc(100svh - 879px);
}

.svh-height-880 {
  height: calc(100svh - 880px);
}

.svh-height-881 {
  height: calc(100svh - 881px);
}

.svh-height-882 {
  height: calc(100svh - 882px);
}

.svh-height-883 {
  height: calc(100svh - 883px);
}

.svh-height-884 {
  height: calc(100svh - 884px);
}

.svh-height-885 {
  height: calc(100svh - 885px);
}

.svh-height-886 {
  height: calc(100svh - 886px);
}

.svh-height-887 {
  height: calc(100svh - 887px);
}

.svh-height-888 {
  height: calc(100svh - 888px);
}

.svh-height-889 {
  height: calc(100svh - 889px);
}

.svh-height-890 {
  height: calc(100svh - 890px);
}

.svh-height-891 {
  height: calc(100svh - 891px);
}

.svh-height-892 {
  height: calc(100svh - 892px);
}

.svh-height-893 {
  height: calc(100svh - 893px);
}

.svh-height-894 {
  height: calc(100svh - 894px);
}

.svh-height-895 {
  height: calc(100svh - 895px);
}

.svh-height-896 {
  height: calc(100svh - 896px);
}

.svh-height-897 {
  height: calc(100svh - 897px);
}

.svh-height-898 {
  height: calc(100svh - 898px);
}

.svh-height-899 {
  height: calc(100svh - 899px);
}

.svh-height-900 {
  height: calc(100svh - 900px);
}

.svh-height-901 {
  height: calc(100svh - 901px);
}

.svh-height-902 {
  height: calc(100svh - 902px);
}

.svh-height-903 {
  height: calc(100svh - 903px);
}

.svh-height-904 {
  height: calc(100svh - 904px);
}

.svh-height-905 {
  height: calc(100svh - 905px);
}

.svh-height-906 {
  height: calc(100svh - 906px);
}

.svh-height-907 {
  height: calc(100svh - 907px);
}

.svh-height-908 {
  height: calc(100svh - 908px);
}

.svh-height-909 {
  height: calc(100svh - 909px);
}

.svh-height-910 {
  height: calc(100svh - 910px);
}

.svh-height-911 {
  height: calc(100svh - 911px);
}

.svh-height-912 {
  height: calc(100svh - 912px);
}

.svh-height-913 {
  height: calc(100svh - 913px);
}

.svh-height-914 {
  height: calc(100svh - 914px);
}

.svh-height-915 {
  height: calc(100svh - 915px);
}

.svh-height-916 {
  height: calc(100svh - 916px);
}

.svh-height-917 {
  height: calc(100svh - 917px);
}

.svh-height-918 {
  height: calc(100svh - 918px);
}

.svh-height-919 {
  height: calc(100svh - 919px);
}

.svh-height-920 {
  height: calc(100svh - 920px);
}

.svh-height-921 {
  height: calc(100svh - 921px);
}

.svh-height-922 {
  height: calc(100svh - 922px);
}

.svh-height-923 {
  height: calc(100svh - 923px);
}

.svh-height-924 {
  height: calc(100svh - 924px);
}

.svh-height-925 {
  height: calc(100svh - 925px);
}

.svh-height-926 {
  height: calc(100svh - 926px);
}

.svh-height-927 {
  height: calc(100svh - 927px);
}

.svh-height-928 {
  height: calc(100svh - 928px);
}

.svh-height-929 {
  height: calc(100svh - 929px);
}

.svh-height-930 {
  height: calc(100svh - 930px);
}

.svh-height-931 {
  height: calc(100svh - 931px);
}

.svh-height-932 {
  height: calc(100svh - 932px);
}

.svh-height-933 {
  height: calc(100svh - 933px);
}

.svh-height-934 {
  height: calc(100svh - 934px);
}

.svh-height-935 {
  height: calc(100svh - 935px);
}

.svh-height-936 {
  height: calc(100svh - 936px);
}

.svh-height-937 {
  height: calc(100svh - 937px);
}

.svh-height-938 {
  height: calc(100svh - 938px);
}

.svh-height-939 {
  height: calc(100svh - 939px);
}

.svh-height-940 {
  height: calc(100svh - 940px);
}

.svh-height-941 {
  height: calc(100svh - 941px);
}

.svh-height-942 {
  height: calc(100svh - 942px);
}

.svh-height-943 {
  height: calc(100svh - 943px);
}

.svh-height-944 {
  height: calc(100svh - 944px);
}

.svh-height-945 {
  height: calc(100svh - 945px);
}

.svh-height-946 {
  height: calc(100svh - 946px);
}

.svh-height-947 {
  height: calc(100svh - 947px);
}

.svh-height-948 {
  height: calc(100svh - 948px);
}

.svh-height-949 {
  height: calc(100svh - 949px);
}

.svh-height-950 {
  height: calc(100svh - 950px);
}

.svh-height-951 {
  height: calc(100svh - 951px);
}

.svh-height-952 {
  height: calc(100svh - 952px);
}

.svh-height-953 {
  height: calc(100svh - 953px);
}

.svh-height-954 {
  height: calc(100svh - 954px);
}

.svh-height-955 {
  height: calc(100svh - 955px);
}

.svh-height-956 {
  height: calc(100svh - 956px);
}

.svh-height-957 {
  height: calc(100svh - 957px);
}

.svh-height-958 {
  height: calc(100svh - 958px);
}

.svh-height-959 {
  height: calc(100svh - 959px);
}

.svh-height-960 {
  height: calc(100svh - 960px);
}

.svh-height-961 {
  height: calc(100svh - 961px);
}

.svh-height-962 {
  height: calc(100svh - 962px);
}

.svh-height-963 {
  height: calc(100svh - 963px);
}

.svh-height-964 {
  height: calc(100svh - 964px);
}

.svh-height-965 {
  height: calc(100svh - 965px);
}

.svh-height-966 {
  height: calc(100svh - 966px);
}

.svh-height-967 {
  height: calc(100svh - 967px);
}

.svh-height-968 {
  height: calc(100svh - 968px);
}

.svh-height-969 {
  height: calc(100svh - 969px);
}

.svh-height-970 {
  height: calc(100svh - 970px);
}

.svh-height-971 {
  height: calc(100svh - 971px);
}

.svh-height-972 {
  height: calc(100svh - 972px);
}

.svh-height-973 {
  height: calc(100svh - 973px);
}

.svh-height-974 {
  height: calc(100svh - 974px);
}

.svh-height-975 {
  height: calc(100svh - 975px);
}

.svh-height-976 {
  height: calc(100svh - 976px);
}

.svh-height-977 {
  height: calc(100svh - 977px);
}

.svh-height-978 {
  height: calc(100svh - 978px);
}

.svh-height-979 {
  height: calc(100svh - 979px);
}

.svh-height-980 {
  height: calc(100svh - 980px);
}

.svh-height-981 {
  height: calc(100svh - 981px);
}

.svh-height-982 {
  height: calc(100svh - 982px);
}

.svh-height-983 {
  height: calc(100svh - 983px);
}

.svh-height-984 {
  height: calc(100svh - 984px);
}

.svh-height-985 {
  height: calc(100svh - 985px);
}

.svh-height-986 {
  height: calc(100svh - 986px);
}

.svh-height-987 {
  height: calc(100svh - 987px);
}

.svh-height-988 {
  height: calc(100svh - 988px);
}

.svh-height-989 {
  height: calc(100svh - 989px);
}

.svh-height-990 {
  height: calc(100svh - 990px);
}

.svh-height-991 {
  height: calc(100svh - 991px);
}

.svh-height-992 {
  height: calc(100svh - 992px);
}

.svh-height-993 {
  height: calc(100svh - 993px);
}

.svh-height-994 {
  height: calc(100svh - 994px);
}

.svh-height-995 {
  height: calc(100svh - 995px);
}

.svh-height-996 {
  height: calc(100svh - 996px);
}

.svh-height-997 {
  height: calc(100svh - 997px);
}

.svh-height-998 {
  height: calc(100svh - 998px);
}

.svh-height-999 {
  height: calc(100svh - 999px);
}

.svh-height-1000 {
  height: calc(100svh - 1000px);
}

.svh-height-1001 {
  height: calc(100svh - 1001px);
}

.svh-height-1002 {
  height: calc(100svh - 1002px);
}

.svh-height-1003 {
  height: calc(100svh - 1003px);
}

.svh-height-1004 {
  height: calc(100svh - 1004px);
}

.svh-height-1005 {
  height: calc(100svh - 1005px);
}

.svh-height-1006 {
  height: calc(100svh - 1006px);
}

.svh-height-1007 {
  height: calc(100svh - 1007px);
}

.svh-height-1008 {
  height: calc(100svh - 1008px);
}

.svh-height-1009 {
  height: calc(100svh - 1009px);
}

.svh-height-1010 {
  height: calc(100svh - 1010px);
}

.svh-height-1011 {
  height: calc(100svh - 1011px);
}

.svh-height-1012 {
  height: calc(100svh - 1012px);
}

.svh-height-1013 {
  height: calc(100svh - 1013px);
}

.svh-height-1014 {
  height: calc(100svh - 1014px);
}

.svh-height-1015 {
  height: calc(100svh - 1015px);
}

.svh-height-1016 {
  height: calc(100svh - 1016px);
}

.svh-height-1017 {
  height: calc(100svh - 1017px);
}

.svh-height-1018 {
  height: calc(100svh - 1018px);
}

.svh-height-1019 {
  height: calc(100svh - 1019px);
}

.svh-height-1020 {
  height: calc(100svh - 1020px);
}

.svh-height-1021 {
  height: calc(100svh - 1021px);
}

.svh-height-1022 {
  height: calc(100svh - 1022px);
}

.svh-height-1023 {
  height: calc(100svh - 1023px);
}

.svh-height-1024 {
  height: calc(100svh - 1024px);
}

.svh-height-1025 {
  height: calc(100svh - 1025px);
}

.svh-height-1026 {
  height: calc(100svh - 1026px);
}

.svh-height-1027 {
  height: calc(100svh - 1027px);
}

.svh-height-1028 {
  height: calc(100svh - 1028px);
}

.svh-height-1029 {
  height: calc(100svh - 1029px);
}

.svh-height-1030 {
  height: calc(100svh - 1030px);
}

.svh-height-1031 {
  height: calc(100svh - 1031px);
}

.svh-height-1032 {
  height: calc(100svh - 1032px);
}

.svh-height-1033 {
  height: calc(100svh - 1033px);
}

.svh-height-1034 {
  height: calc(100svh - 1034px);
}

.svh-height-1035 {
  height: calc(100svh - 1035px);
}

.svh-height-1036 {
  height: calc(100svh - 1036px);
}

.svh-height-1037 {
  height: calc(100svh - 1037px);
}

.svh-height-1038 {
  height: calc(100svh - 1038px);
}

.svh-height-1039 {
  height: calc(100svh - 1039px);
}

.svh-height-1040 {
  height: calc(100svh - 1040px);
}

.svh-height-1041 {
  height: calc(100svh - 1041px);
}

.svh-height-1042 {
  height: calc(100svh - 1042px);
}

.svh-height-1043 {
  height: calc(100svh - 1043px);
}

.svh-height-1044 {
  height: calc(100svh - 1044px);
}

.svh-height-1045 {
  height: calc(100svh - 1045px);
}

.svh-height-1046 {
  height: calc(100svh - 1046px);
}

.svh-height-1047 {
  height: calc(100svh - 1047px);
}

.svh-height-1048 {
  height: calc(100svh - 1048px);
}

.svh-height-1049 {
  height: calc(100svh - 1049px);
}

.svh-height-1050 {
  height: calc(100svh - 1050px);
}

.svh-height-1051 {
  height: calc(100svh - 1051px);
}

.svh-height-1052 {
  height: calc(100svh - 1052px);
}

.svh-height-1053 {
  height: calc(100svh - 1053px);
}

.svh-height-1054 {
  height: calc(100svh - 1054px);
}

.svh-height-1055 {
  height: calc(100svh - 1055px);
}

.svh-height-1056 {
  height: calc(100svh - 1056px);
}

.svh-height-1057 {
  height: calc(100svh - 1057px);
}

.svh-height-1058 {
  height: calc(100svh - 1058px);
}

.svh-height-1059 {
  height: calc(100svh - 1059px);
}

.svh-height-1060 {
  height: calc(100svh - 1060px);
}

.svh-height-1061 {
  height: calc(100svh - 1061px);
}

.svh-height-1062 {
  height: calc(100svh - 1062px);
}

.svh-height-1063 {
  height: calc(100svh - 1063px);
}

.svh-height-1064 {
  height: calc(100svh - 1064px);
}

.svh-height-1065 {
  height: calc(100svh - 1065px);
}

.svh-height-1066 {
  height: calc(100svh - 1066px);
}

.svh-height-1067 {
  height: calc(100svh - 1067px);
}

.svh-height-1068 {
  height: calc(100svh - 1068px);
}

.svh-height-1069 {
  height: calc(100svh - 1069px);
}

.svh-height-1070 {
  height: calc(100svh - 1070px);
}

.svh-height-1071 {
  height: calc(100svh - 1071px);
}

.svh-height-1072 {
  height: calc(100svh - 1072px);
}

.svh-height-1073 {
  height: calc(100svh - 1073px);
}

.svh-height-1074 {
  height: calc(100svh - 1074px);
}

.svh-height-1075 {
  height: calc(100svh - 1075px);
}

.svh-height-1076 {
  height: calc(100svh - 1076px);
}

.svh-height-1077 {
  height: calc(100svh - 1077px);
}

.svh-height-1078 {
  height: calc(100svh - 1078px);
}

.svh-height-1079 {
  height: calc(100svh - 1079px);
}

.svh-height-1080 {
  height: calc(100svh - 1080px);
}

.svh-height-1081 {
  height: calc(100svh - 1081px);
}

.svh-height-1082 {
  height: calc(100svh - 1082px);
}

.svh-height-1083 {
  height: calc(100svh - 1083px);
}

.svh-height-1084 {
  height: calc(100svh - 1084px);
}

.svh-height-1085 {
  height: calc(100svh - 1085px);
}

.svh-height-1086 {
  height: calc(100svh - 1086px);
}

.svh-height-1087 {
  height: calc(100svh - 1087px);
}

.svh-height-1088 {
  height: calc(100svh - 1088px);
}

.svh-height-1089 {
  height: calc(100svh - 1089px);
}

.svh-height-1090 {
  height: calc(100svh - 1090px);
}

.svh-height-1091 {
  height: calc(100svh - 1091px);
}

.svh-height-1092 {
  height: calc(100svh - 1092px);
}

.svh-height-1093 {
  height: calc(100svh - 1093px);
}

.svh-height-1094 {
  height: calc(100svh - 1094px);
}

.svh-height-1095 {
  height: calc(100svh - 1095px);
}

.svh-height-1096 {
  height: calc(100svh - 1096px);
}

.svh-height-1097 {
  height: calc(100svh - 1097px);
}

.svh-height-1098 {
  height: calc(100svh - 1098px);
}

.svh-height-1099 {
  height: calc(100svh - 1099px);
}

.svh-height-1100 {
  height: calc(100svh - 1100px);
}

.svh-height-1101 {
  height: calc(100svh - 1101px);
}

.svh-height-1102 {
  height: calc(100svh - 1102px);
}

.svh-height-1103 {
  height: calc(100svh - 1103px);
}

.svh-height-1104 {
  height: calc(100svh - 1104px);
}

.svh-height-1105 {
  height: calc(100svh - 1105px);
}

.svh-height-1106 {
  height: calc(100svh - 1106px);
}

.svh-height-1107 {
  height: calc(100svh - 1107px);
}

.svh-height-1108 {
  height: calc(100svh - 1108px);
}

.svh-height-1109 {
  height: calc(100svh - 1109px);
}

.svh-height-1110 {
  height: calc(100svh - 1110px);
}

.svh-height-1111 {
  height: calc(100svh - 1111px);
}

.svh-height-1112 {
  height: calc(100svh - 1112px);
}

.svh-height-1113 {
  height: calc(100svh - 1113px);
}

.svh-height-1114 {
  height: calc(100svh - 1114px);
}

.svh-height-1115 {
  height: calc(100svh - 1115px);
}

.svh-height-1116 {
  height: calc(100svh - 1116px);
}

.svh-height-1117 {
  height: calc(100svh - 1117px);
}

.svh-height-1118 {
  height: calc(100svh - 1118px);
}

.svh-height-1119 {
  height: calc(100svh - 1119px);
}

.svh-height-1120 {
  height: calc(100svh - 1120px);
}

.svh-height-1121 {
  height: calc(100svh - 1121px);
}

.svh-height-1122 {
  height: calc(100svh - 1122px);
}

.svh-height-1123 {
  height: calc(100svh - 1123px);
}

.svh-height-1124 {
  height: calc(100svh - 1124px);
}

.svh-height-1125 {
  height: calc(100svh - 1125px);
}

.svh-height-1126 {
  height: calc(100svh - 1126px);
}

.svh-height-1127 {
  height: calc(100svh - 1127px);
}

.svh-height-1128 {
  height: calc(100svh - 1128px);
}

.svh-height-1129 {
  height: calc(100svh - 1129px);
}

.svh-height-1130 {
  height: calc(100svh - 1130px);
}

.svh-height-1131 {
  height: calc(100svh - 1131px);
}

.svh-height-1132 {
  height: calc(100svh - 1132px);
}

.svh-height-1133 {
  height: calc(100svh - 1133px);
}

.svh-height-1134 {
  height: calc(100svh - 1134px);
}

.svh-height-1135 {
  height: calc(100svh - 1135px);
}

.svh-height-1136 {
  height: calc(100svh - 1136px);
}

.svh-height-1137 {
  height: calc(100svh - 1137px);
}

.svh-height-1138 {
  height: calc(100svh - 1138px);
}

.svh-height-1139 {
  height: calc(100svh - 1139px);
}

.svh-height-1140 {
  height: calc(100svh - 1140px);
}

.svh-height-1141 {
  height: calc(100svh - 1141px);
}

.svh-height-1142 {
  height: calc(100svh - 1142px);
}

.svh-height-1143 {
  height: calc(100svh - 1143px);
}

.svh-height-1144 {
  height: calc(100svh - 1144px);
}

.svh-height-1145 {
  height: calc(100svh - 1145px);
}

.svh-height-1146 {
  height: calc(100svh - 1146px);
}

.svh-height-1147 {
  height: calc(100svh - 1147px);
}

.svh-height-1148 {
  height: calc(100svh - 1148px);
}

.svh-height-1149 {
  height: calc(100svh - 1149px);
}

.svh-height-1150 {
  height: calc(100svh - 1150px);
}

.svh-height-1151 {
  height: calc(100svh - 1151px);
}

.svh-height-1152 {
  height: calc(100svh - 1152px);
}

.svh-height-1153 {
  height: calc(100svh - 1153px);
}

.svh-height-1154 {
  height: calc(100svh - 1154px);
}

.svh-height-1155 {
  height: calc(100svh - 1155px);
}

.svh-height-1156 {
  height: calc(100svh - 1156px);
}

.svh-height-1157 {
  height: calc(100svh - 1157px);
}

.svh-height-1158 {
  height: calc(100svh - 1158px);
}

.svh-height-1159 {
  height: calc(100svh - 1159px);
}

.svh-height-1160 {
  height: calc(100svh - 1160px);
}

.svh-height-1161 {
  height: calc(100svh - 1161px);
}

.svh-height-1162 {
  height: calc(100svh - 1162px);
}

.svh-height-1163 {
  height: calc(100svh - 1163px);
}

.svh-height-1164 {
  height: calc(100svh - 1164px);
}

.svh-height-1165 {
  height: calc(100svh - 1165px);
}

.svh-height-1166 {
  height: calc(100svh - 1166px);
}

.svh-height-1167 {
  height: calc(100svh - 1167px);
}

.svh-height-1168 {
  height: calc(100svh - 1168px);
}

.svh-height-1169 {
  height: calc(100svh - 1169px);
}

.svh-height-1170 {
  height: calc(100svh - 1170px);
}

.svh-height-1171 {
  height: calc(100svh - 1171px);
}

.svh-height-1172 {
  height: calc(100svh - 1172px);
}

.svh-height-1173 {
  height: calc(100svh - 1173px);
}

.svh-height-1174 {
  height: calc(100svh - 1174px);
}

.svh-height-1175 {
  height: calc(100svh - 1175px);
}

.svh-height-1176 {
  height: calc(100svh - 1176px);
}

.svh-height-1177 {
  height: calc(100svh - 1177px);
}

.svh-height-1178 {
  height: calc(100svh - 1178px);
}

.svh-height-1179 {
  height: calc(100svh - 1179px);
}

.svh-height-1180 {
  height: calc(100svh - 1180px);
}

.svh-height-1181 {
  height: calc(100svh - 1181px);
}

.svh-height-1182 {
  height: calc(100svh - 1182px);
}

.svh-height-1183 {
  height: calc(100svh - 1183px);
}

.svh-height-1184 {
  height: calc(100svh - 1184px);
}

.svh-height-1185 {
  height: calc(100svh - 1185px);
}

.svh-height-1186 {
  height: calc(100svh - 1186px);
}

.svh-height-1187 {
  height: calc(100svh - 1187px);
}

.svh-height-1188 {
  height: calc(100svh - 1188px);
}

.svh-height-1189 {
  height: calc(100svh - 1189px);
}

.svh-height-1190 {
  height: calc(100svh - 1190px);
}

.svh-height-1191 {
  height: calc(100svh - 1191px);
}

.svh-height-1192 {
  height: calc(100svh - 1192px);
}

.svh-height-1193 {
  height: calc(100svh - 1193px);
}

.svh-height-1194 {
  height: calc(100svh - 1194px);
}

.svh-height-1195 {
  height: calc(100svh - 1195px);
}

.svh-height-1196 {
  height: calc(100svh - 1196px);
}

.svh-height-1197 {
  height: calc(100svh - 1197px);
}

.svh-height-1198 {
  height: calc(100svh - 1198px);
}

.svh-height-1199 {
  height: calc(100svh - 1199px);
}

.svh-height-1200 {
  height: calc(100svh - 1200px);
}

.svh-height-1201 {
  height: calc(100svh - 1201px);
}

.svh-height-1202 {
  height: calc(100svh - 1202px);
}

.svh-height-1203 {
  height: calc(100svh - 1203px);
}

.svh-height-1204 {
  height: calc(100svh - 1204px);
}

.svh-height-1205 {
  height: calc(100svh - 1205px);
}

.svh-height-1206 {
  height: calc(100svh - 1206px);
}

.svh-height-1207 {
  height: calc(100svh - 1207px);
}

.svh-height-1208 {
  height: calc(100svh - 1208px);
}

.svh-height-1209 {
  height: calc(100svh - 1209px);
}

.svh-height-1210 {
  height: calc(100svh - 1210px);
}

.svh-height-1211 {
  height: calc(100svh - 1211px);
}

.svh-height-1212 {
  height: calc(100svh - 1212px);
}

.svh-height-1213 {
  height: calc(100svh - 1213px);
}

.svh-height-1214 {
  height: calc(100svh - 1214px);
}

.svh-height-1215 {
  height: calc(100svh - 1215px);
}

.svh-height-1216 {
  height: calc(100svh - 1216px);
}

.svh-height-1217 {
  height: calc(100svh - 1217px);
}

.svh-height-1218 {
  height: calc(100svh - 1218px);
}

.svh-height-1219 {
  height: calc(100svh - 1219px);
}

.svh-height-1220 {
  height: calc(100svh - 1220px);
}

.svh-height-1221 {
  height: calc(100svh - 1221px);
}

.svh-height-1222 {
  height: calc(100svh - 1222px);
}

.svh-height-1223 {
  height: calc(100svh - 1223px);
}

.svh-height-1224 {
  height: calc(100svh - 1224px);
}

.svh-height-1225 {
  height: calc(100svh - 1225px);
}

.svh-height-1226 {
  height: calc(100svh - 1226px);
}

.svh-height-1227 {
  height: calc(100svh - 1227px);
}

.svh-height-1228 {
  height: calc(100svh - 1228px);
}

.svh-height-1229 {
  height: calc(100svh - 1229px);
}

.svh-height-1230 {
  height: calc(100svh - 1230px);
}

.svh-height-1231 {
  height: calc(100svh - 1231px);
}

.svh-height-1232 {
  height: calc(100svh - 1232px);
}

.svh-height-1233 {
  height: calc(100svh - 1233px);
}

.svh-height-1234 {
  height: calc(100svh - 1234px);
}

.svh-height-1235 {
  height: calc(100svh - 1235px);
}

.svh-height-1236 {
  height: calc(100svh - 1236px);
}

.svh-height-1237 {
  height: calc(100svh - 1237px);
}

.svh-height-1238 {
  height: calc(100svh - 1238px);
}

.svh-height-1239 {
  height: calc(100svh - 1239px);
}

.svh-height-1240 {
  height: calc(100svh - 1240px);
}

.svh-height-1241 {
  height: calc(100svh - 1241px);
}

.svh-height-1242 {
  height: calc(100svh - 1242px);
}

.svh-height-1243 {
  height: calc(100svh - 1243px);
}

.svh-height-1244 {
  height: calc(100svh - 1244px);
}

.svh-height-1245 {
  height: calc(100svh - 1245px);
}

.svh-height-1246 {
  height: calc(100svh - 1246px);
}

.svh-height-1247 {
  height: calc(100svh - 1247px);
}

.svh-height-1248 {
  height: calc(100svh - 1248px);
}

.svh-height-1249 {
  height: calc(100svh - 1249px);
}

.svh-height-1250 {
  height: calc(100svh - 1250px);
}

.svh-height-1251 {
  height: calc(100svh - 1251px);
}

.svh-height-1252 {
  height: calc(100svh - 1252px);
}

.svh-height-1253 {
  height: calc(100svh - 1253px);
}

.svh-height-1254 {
  height: calc(100svh - 1254px);
}

.svh-height-1255 {
  height: calc(100svh - 1255px);
}

.svh-height-1256 {
  height: calc(100svh - 1256px);
}

.svh-height-1257 {
  height: calc(100svh - 1257px);
}

.svh-height-1258 {
  height: calc(100svh - 1258px);
}

.svh-height-1259 {
  height: calc(100svh - 1259px);
}

.svh-height-1260 {
  height: calc(100svh - 1260px);
}

.svh-height-1261 {
  height: calc(100svh - 1261px);
}

.svh-height-1262 {
  height: calc(100svh - 1262px);
}

.svh-height-1263 {
  height: calc(100svh - 1263px);
}

.svh-height-1264 {
  height: calc(100svh - 1264px);
}

.svh-height-1265 {
  height: calc(100svh - 1265px);
}

.svh-height-1266 {
  height: calc(100svh - 1266px);
}

.svh-height-1267 {
  height: calc(100svh - 1267px);
}

.svh-height-1268 {
  height: calc(100svh - 1268px);
}

.svh-height-1269 {
  height: calc(100svh - 1269px);
}

.svh-height-1270 {
  height: calc(100svh - 1270px);
}

.svh-height-1271 {
  height: calc(100svh - 1271px);
}

.svh-height-1272 {
  height: calc(100svh - 1272px);
}

.svh-height-1273 {
  height: calc(100svh - 1273px);
}

.svh-height-1274 {
  height: calc(100svh - 1274px);
}

.svh-height-1275 {
  height: calc(100svh - 1275px);
}

.svh-height-1276 {
  height: calc(100svh - 1276px);
}

.svh-height-1277 {
  height: calc(100svh - 1277px);
}

.svh-height-1278 {
  height: calc(100svh - 1278px);
}

.svh-height-1279 {
  height: calc(100svh - 1279px);
}

.svh-height-1280 {
  height: calc(100svh - 1280px);
}

.svh-height-1281 {
  height: calc(100svh - 1281px);
}

.svh-height-1282 {
  height: calc(100svh - 1282px);
}

.svh-height-1283 {
  height: calc(100svh - 1283px);
}

.svh-height-1284 {
  height: calc(100svh - 1284px);
}

.svh-height-1285 {
  height: calc(100svh - 1285px);
}

.svh-height-1286 {
  height: calc(100svh - 1286px);
}

.svh-height-1287 {
  height: calc(100svh - 1287px);
}

.svh-height-1288 {
  height: calc(100svh - 1288px);
}

.svh-height-1289 {
  height: calc(100svh - 1289px);
}

.svh-height-1290 {
  height: calc(100svh - 1290px);
}

.svh-height-1291 {
  height: calc(100svh - 1291px);
}

.svh-height-1292 {
  height: calc(100svh - 1292px);
}

.svh-height-1293 {
  height: calc(100svh - 1293px);
}

.svh-height-1294 {
  height: calc(100svh - 1294px);
}

.svh-height-1295 {
  height: calc(100svh - 1295px);
}

.svh-height-1296 {
  height: calc(100svh - 1296px);
}

.svh-height-1297 {
  height: calc(100svh - 1297px);
}

.svh-height-1298 {
  height: calc(100svh - 1298px);
}

.svh-height-1299 {
  height: calc(100svh - 1299px);
}

.svh-height-1300 {
  height: calc(100svh - 1300px);
}

.svh-height-1301 {
  height: calc(100svh - 1301px);
}

.svh-height-1302 {
  height: calc(100svh - 1302px);
}

.svh-height-1303 {
  height: calc(100svh - 1303px);
}

.svh-height-1304 {
  height: calc(100svh - 1304px);
}

.svh-height-1305 {
  height: calc(100svh - 1305px);
}

.svh-height-1306 {
  height: calc(100svh - 1306px);
}

.svh-height-1307 {
  height: calc(100svh - 1307px);
}

.svh-height-1308 {
  height: calc(100svh - 1308px);
}

.svh-height-1309 {
  height: calc(100svh - 1309px);
}

.svh-height-1310 {
  height: calc(100svh - 1310px);
}

.svh-height-1311 {
  height: calc(100svh - 1311px);
}

.svh-height-1312 {
  height: calc(100svh - 1312px);
}

.svh-height-1313 {
  height: calc(100svh - 1313px);
}

.svh-height-1314 {
  height: calc(100svh - 1314px);
}

.svh-height-1315 {
  height: calc(100svh - 1315px);
}

.svh-height-1316 {
  height: calc(100svh - 1316px);
}

.svh-height-1317 {
  height: calc(100svh - 1317px);
}

.svh-height-1318 {
  height: calc(100svh - 1318px);
}

.svh-height-1319 {
  height: calc(100svh - 1319px);
}

.svh-height-1320 {
  height: calc(100svh - 1320px);
}

.svh-height-1321 {
  height: calc(100svh - 1321px);
}

.svh-height-1322 {
  height: calc(100svh - 1322px);
}

.svh-height-1323 {
  height: calc(100svh - 1323px);
}

.svh-height-1324 {
  height: calc(100svh - 1324px);
}

.svh-height-1325 {
  height: calc(100svh - 1325px);
}

.svh-height-1326 {
  height: calc(100svh - 1326px);
}

.svh-height-1327 {
  height: calc(100svh - 1327px);
}

.svh-height-1328 {
  height: calc(100svh - 1328px);
}

.svh-height-1329 {
  height: calc(100svh - 1329px);
}

.svh-height-1330 {
  height: calc(100svh - 1330px);
}

.svh-height-1331 {
  height: calc(100svh - 1331px);
}

.svh-height-1332 {
  height: calc(100svh - 1332px);
}

.svh-height-1333 {
  height: calc(100svh - 1333px);
}

.svh-height-1334 {
  height: calc(100svh - 1334px);
}

.svh-height-1335 {
  height: calc(100svh - 1335px);
}

.svh-height-1336 {
  height: calc(100svh - 1336px);
}

.svh-height-1337 {
  height: calc(100svh - 1337px);
}

.svh-height-1338 {
  height: calc(100svh - 1338px);
}

.svh-height-1339 {
  height: calc(100svh - 1339px);
}

.svh-height-1340 {
  height: calc(100svh - 1340px);
}

.svh-height-1341 {
  height: calc(100svh - 1341px);
}

.svh-height-1342 {
  height: calc(100svh - 1342px);
}

.svh-height-1343 {
  height: calc(100svh - 1343px);
}

.svh-height-1344 {
  height: calc(100svh - 1344px);
}

.svh-height-1345 {
  height: calc(100svh - 1345px);
}

.svh-height-1346 {
  height: calc(100svh - 1346px);
}

.svh-height-1347 {
  height: calc(100svh - 1347px);
}

.svh-height-1348 {
  height: calc(100svh - 1348px);
}

.svh-height-1349 {
  height: calc(100svh - 1349px);
}

.svh-height-1350 {
  height: calc(100svh - 1350px);
}

.svh-height-1351 {
  height: calc(100svh - 1351px);
}

.svh-height-1352 {
  height: calc(100svh - 1352px);
}

.svh-height-1353 {
  height: calc(100svh - 1353px);
}

.svh-height-1354 {
  height: calc(100svh - 1354px);
}

.svh-height-1355 {
  height: calc(100svh - 1355px);
}

.svh-height-1356 {
  height: calc(100svh - 1356px);
}

.svh-height-1357 {
  height: calc(100svh - 1357px);
}

.svh-height-1358 {
  height: calc(100svh - 1358px);
}

.svh-height-1359 {
  height: calc(100svh - 1359px);
}

.svh-height-1360 {
  height: calc(100svh - 1360px);
}

.svh-height-1361 {
  height: calc(100svh - 1361px);
}

.svh-height-1362 {
  height: calc(100svh - 1362px);
}

.svh-height-1363 {
  height: calc(100svh - 1363px);
}

.svh-height-1364 {
  height: calc(100svh - 1364px);
}

.svh-height-1365 {
  height: calc(100svh - 1365px);
}

.svh-height-1366 {
  height: calc(100svh - 1366px);
}

.svh-height-1367 {
  height: calc(100svh - 1367px);
}

.svh-height-1368 {
  height: calc(100svh - 1368px);
}

.svh-height-1369 {
  height: calc(100svh - 1369px);
}

.svh-height-1370 {
  height: calc(100svh - 1370px);
}

.svh-height-1371 {
  height: calc(100svh - 1371px);
}

.svh-height-1372 {
  height: calc(100svh - 1372px);
}

.svh-height-1373 {
  height: calc(100svh - 1373px);
}

.svh-height-1374 {
  height: calc(100svh - 1374px);
}

.svh-height-1375 {
  height: calc(100svh - 1375px);
}

.svh-height-1376 {
  height: calc(100svh - 1376px);
}

.svh-height-1377 {
  height: calc(100svh - 1377px);
}

.svh-height-1378 {
  height: calc(100svh - 1378px);
}

.svh-height-1379 {
  height: calc(100svh - 1379px);
}

.svh-height-1380 {
  height: calc(100svh - 1380px);
}

.svh-height-1381 {
  height: calc(100svh - 1381px);
}

.svh-height-1382 {
  height: calc(100svh - 1382px);
}

.svh-height-1383 {
  height: calc(100svh - 1383px);
}

.svh-height-1384 {
  height: calc(100svh - 1384px);
}

.svh-height-1385 {
  height: calc(100svh - 1385px);
}

.svh-height-1386 {
  height: calc(100svh - 1386px);
}

.svh-height-1387 {
  height: calc(100svh - 1387px);
}

.svh-height-1388 {
  height: calc(100svh - 1388px);
}

.svh-height-1389 {
  height: calc(100svh - 1389px);
}

.svh-height-1390 {
  height: calc(100svh - 1390px);
}

.svh-height-1391 {
  height: calc(100svh - 1391px);
}

.svh-height-1392 {
  height: calc(100svh - 1392px);
}

.svh-height-1393 {
  height: calc(100svh - 1393px);
}

.svh-height-1394 {
  height: calc(100svh - 1394px);
}

.svh-height-1395 {
  height: calc(100svh - 1395px);
}

.svh-height-1396 {
  height: calc(100svh - 1396px);
}

.svh-height-1397 {
  height: calc(100svh - 1397px);
}

.svh-height-1398 {
  height: calc(100svh - 1398px);
}

.svh-height-1399 {
  height: calc(100svh - 1399px);
}

.svh-height-1400 {
  height: calc(100svh - 1400px);
}

.svh-height-1401 {
  height: calc(100svh - 1401px);
}

.svh-height-1402 {
  height: calc(100svh - 1402px);
}

.svh-height-1403 {
  height: calc(100svh - 1403px);
}

.svh-height-1404 {
  height: calc(100svh - 1404px);
}

.svh-height-1405 {
  height: calc(100svh - 1405px);
}

.svh-height-1406 {
  height: calc(100svh - 1406px);
}

.svh-height-1407 {
  height: calc(100svh - 1407px);
}

.svh-height-1408 {
  height: calc(100svh - 1408px);
}

.svh-height-1409 {
  height: calc(100svh - 1409px);
}

.svh-height-1410 {
  height: calc(100svh - 1410px);
}

.svh-height-1411 {
  height: calc(100svh - 1411px);
}

.svh-height-1412 {
  height: calc(100svh - 1412px);
}

.svh-height-1413 {
  height: calc(100svh - 1413px);
}

.svh-height-1414 {
  height: calc(100svh - 1414px);
}

.svh-height-1415 {
  height: calc(100svh - 1415px);
}

.svh-height-1416 {
  height: calc(100svh - 1416px);
}

.svh-height-1417 {
  height: calc(100svh - 1417px);
}

.svh-height-1418 {
  height: calc(100svh - 1418px);
}

.svh-height-1419 {
  height: calc(100svh - 1419px);
}

.svh-height-1420 {
  height: calc(100svh - 1420px);
}

.svh-height-1421 {
  height: calc(100svh - 1421px);
}

.svh-height-1422 {
  height: calc(100svh - 1422px);
}

.svh-height-1423 {
  height: calc(100svh - 1423px);
}

.svh-height-1424 {
  height: calc(100svh - 1424px);
}

.svh-height-1425 {
  height: calc(100svh - 1425px);
}

.svh-height-1426 {
  height: calc(100svh - 1426px);
}

.svh-height-1427 {
  height: calc(100svh - 1427px);
}

.svh-height-1428 {
  height: calc(100svh - 1428px);
}

.svh-height-1429 {
  height: calc(100svh - 1429px);
}

.svh-height-1430 {
  height: calc(100svh - 1430px);
}

.svh-height-1431 {
  height: calc(100svh - 1431px);
}

.svh-height-1432 {
  height: calc(100svh - 1432px);
}

.svh-height-1433 {
  height: calc(100svh - 1433px);
}

.svh-height-1434 {
  height: calc(100svh - 1434px);
}

.svh-height-1435 {
  height: calc(100svh - 1435px);
}

.svh-height-1436 {
  height: calc(100svh - 1436px);
}

.svh-height-1437 {
  height: calc(100svh - 1437px);
}

.svh-height-1438 {
  height: calc(100svh - 1438px);
}

.svh-height-1439 {
  height: calc(100svh - 1439px);
}

.svh-height-1440 {
  height: calc(100svh - 1440px);
}

.svh-height-1441 {
  height: calc(100svh - 1441px);
}

.svh-height-1442 {
  height: calc(100svh - 1442px);
}

.svh-height-1443 {
  height: calc(100svh - 1443px);
}

.svh-height-1444 {
  height: calc(100svh - 1444px);
}

.svh-height-1445 {
  height: calc(100svh - 1445px);
}

.svh-height-1446 {
  height: calc(100svh - 1446px);
}

.svh-height-1447 {
  height: calc(100svh - 1447px);
}

.svh-height-1448 {
  height: calc(100svh - 1448px);
}

.svh-height-1449 {
  height: calc(100svh - 1449px);
}

.svh-height-1450 {
  height: calc(100svh - 1450px);
}

.svh-height-1451 {
  height: calc(100svh - 1451px);
}

.svh-height-1452 {
  height: calc(100svh - 1452px);
}

.svh-height-1453 {
  height: calc(100svh - 1453px);
}

.svh-height-1454 {
  height: calc(100svh - 1454px);
}

.svh-height-1455 {
  height: calc(100svh - 1455px);
}

.svh-height-1456 {
  height: calc(100svh - 1456px);
}

.svh-height-1457 {
  height: calc(100svh - 1457px);
}

.svh-height-1458 {
  height: calc(100svh - 1458px);
}

.svh-height-1459 {
  height: calc(100svh - 1459px);
}

.svh-height-1460 {
  height: calc(100svh - 1460px);
}

.svh-height-1461 {
  height: calc(100svh - 1461px);
}

.svh-height-1462 {
  height: calc(100svh - 1462px);
}

.svh-height-1463 {
  height: calc(100svh - 1463px);
}

.svh-height-1464 {
  height: calc(100svh - 1464px);
}

.svh-height-1465 {
  height: calc(100svh - 1465px);
}

.svh-height-1466 {
  height: calc(100svh - 1466px);
}

.svh-height-1467 {
  height: calc(100svh - 1467px);
}

.svh-height-1468 {
  height: calc(100svh - 1468px);
}

.svh-height-1469 {
  height: calc(100svh - 1469px);
}

.svh-height-1470 {
  height: calc(100svh - 1470px);
}

.svh-height-1471 {
  height: calc(100svh - 1471px);
}

.svh-height-1472 {
  height: calc(100svh - 1472px);
}

.svh-height-1473 {
  height: calc(100svh - 1473px);
}

.svh-height-1474 {
  height: calc(100svh - 1474px);
}

.svh-height-1475 {
  height: calc(100svh - 1475px);
}

.svh-height-1476 {
  height: calc(100svh - 1476px);
}

.svh-height-1477 {
  height: calc(100svh - 1477px);
}

.svh-height-1478 {
  height: calc(100svh - 1478px);
}

.svh-height-1479 {
  height: calc(100svh - 1479px);
}

.svh-height-1480 {
  height: calc(100svh - 1480px);
}

.svh-height-1481 {
  height: calc(100svh - 1481px);
}

.svh-height-1482 {
  height: calc(100svh - 1482px);
}

.svh-height-1483 {
  height: calc(100svh - 1483px);
}

.svh-height-1484 {
  height: calc(100svh - 1484px);
}

.svh-height-1485 {
  height: calc(100svh - 1485px);
}

.svh-height-1486 {
  height: calc(100svh - 1486px);
}

.svh-height-1487 {
  height: calc(100svh - 1487px);
}

.svh-height-1488 {
  height: calc(100svh - 1488px);
}

.svh-height-1489 {
  height: calc(100svh - 1489px);
}

.svh-height-1490 {
  height: calc(100svh - 1490px);
}

.svh-height-1491 {
  height: calc(100svh - 1491px);
}

.svh-height-1492 {
  height: calc(100svh - 1492px);
}

.svh-height-1493 {
  height: calc(100svh - 1493px);
}

.svh-height-1494 {
  height: calc(100svh - 1494px);
}

.svh-height-1495 {
  height: calc(100svh - 1495px);
}

.svh-height-1496 {
  height: calc(100svh - 1496px);
}

.svh-height-1497 {
  height: calc(100svh - 1497px);
}

.svh-height-1498 {
  height: calc(100svh - 1498px);
}

.svh-height-1499 {
  height: calc(100svh - 1499px);
}

.svh-height-1500 {
  height: calc(100svh - 1500px);
}

.svh-height-1501 {
  height: calc(100svh - 1501px);
}

.svh-height-1502 {
  height: calc(100svh - 1502px);
}

.svh-height-1503 {
  height: calc(100svh - 1503px);
}

.svh-height-1504 {
  height: calc(100svh - 1504px);
}

.svh-height-1505 {
  height: calc(100svh - 1505px);
}

.svh-height-1506 {
  height: calc(100svh - 1506px);
}

.svh-height-1507 {
  height: calc(100svh - 1507px);
}

.svh-height-1508 {
  height: calc(100svh - 1508px);
}

.svh-height-1509 {
  height: calc(100svh - 1509px);
}

.svh-height-1510 {
  height: calc(100svh - 1510px);
}

.svh-height-1511 {
  height: calc(100svh - 1511px);
}

.svh-height-1512 {
  height: calc(100svh - 1512px);
}

.svh-height-1513 {
  height: calc(100svh - 1513px);
}

.svh-height-1514 {
  height: calc(100svh - 1514px);
}

.svh-height-1515 {
  height: calc(100svh - 1515px);
}

.svh-height-1516 {
  height: calc(100svh - 1516px);
}

.svh-height-1517 {
  height: calc(100svh - 1517px);
}

.svh-height-1518 {
  height: calc(100svh - 1518px);
}

.svh-height-1519 {
  height: calc(100svh - 1519px);
}

.svh-height-1520 {
  height: calc(100svh - 1520px);
}

.svh-height-1521 {
  height: calc(100svh - 1521px);
}

.svh-height-1522 {
  height: calc(100svh - 1522px);
}

.svh-height-1523 {
  height: calc(100svh - 1523px);
}

.svh-height-1524 {
  height: calc(100svh - 1524px);
}

.svh-height-1525 {
  height: calc(100svh - 1525px);
}

.svh-height-1526 {
  height: calc(100svh - 1526px);
}

.svh-height-1527 {
  height: calc(100svh - 1527px);
}

.svh-height-1528 {
  height: calc(100svh - 1528px);
}

.svh-height-1529 {
  height: calc(100svh - 1529px);
}

.svh-height-1530 {
  height: calc(100svh - 1530px);
}

.svh-height-1531 {
  height: calc(100svh - 1531px);
}

.svh-height-1532 {
  height: calc(100svh - 1532px);
}

.svh-height-1533 {
  height: calc(100svh - 1533px);
}

.svh-height-1534 {
  height: calc(100svh - 1534px);
}

.svh-height-1535 {
  height: calc(100svh - 1535px);
}

.svh-height-1536 {
  height: calc(100svh - 1536px);
}

.svh-height-1537 {
  height: calc(100svh - 1537px);
}

.svh-height-1538 {
  height: calc(100svh - 1538px);
}

.svh-height-1539 {
  height: calc(100svh - 1539px);
}

.svh-height-1540 {
  height: calc(100svh - 1540px);
}

.svh-height-1541 {
  height: calc(100svh - 1541px);
}

.svh-height-1542 {
  height: calc(100svh - 1542px);
}

.svh-height-1543 {
  height: calc(100svh - 1543px);
}

.svh-height-1544 {
  height: calc(100svh - 1544px);
}

.svh-height-1545 {
  height: calc(100svh - 1545px);
}

.svh-height-1546 {
  height: calc(100svh - 1546px);
}

.svh-height-1547 {
  height: calc(100svh - 1547px);
}

.svh-height-1548 {
  height: calc(100svh - 1548px);
}

.svh-height-1549 {
  height: calc(100svh - 1549px);
}

.svh-height-1550 {
  height: calc(100svh - 1550px);
}

.svh-height-1551 {
  height: calc(100svh - 1551px);
}

.svh-height-1552 {
  height: calc(100svh - 1552px);
}

.svh-height-1553 {
  height: calc(100svh - 1553px);
}

.svh-height-1554 {
  height: calc(100svh - 1554px);
}

.svh-height-1555 {
  height: calc(100svh - 1555px);
}

.svh-height-1556 {
  height: calc(100svh - 1556px);
}

.svh-height-1557 {
  height: calc(100svh - 1557px);
}

.svh-height-1558 {
  height: calc(100svh - 1558px);
}

.svh-height-1559 {
  height: calc(100svh - 1559px);
}

.svh-height-1560 {
  height: calc(100svh - 1560px);
}

.svh-height-1561 {
  height: calc(100svh - 1561px);
}

.svh-height-1562 {
  height: calc(100svh - 1562px);
}

.svh-height-1563 {
  height: calc(100svh - 1563px);
}

.svh-height-1564 {
  height: calc(100svh - 1564px);
}

.svh-height-1565 {
  height: calc(100svh - 1565px);
}

.svh-height-1566 {
  height: calc(100svh - 1566px);
}

.svh-height-1567 {
  height: calc(100svh - 1567px);
}

.svh-height-1568 {
  height: calc(100svh - 1568px);
}

.svh-height-1569 {
  height: calc(100svh - 1569px);
}

.svh-height-1570 {
  height: calc(100svh - 1570px);
}

.svh-height-1571 {
  height: calc(100svh - 1571px);
}

.svh-height-1572 {
  height: calc(100svh - 1572px);
}

.svh-height-1573 {
  height: calc(100svh - 1573px);
}

.svh-height-1574 {
  height: calc(100svh - 1574px);
}

.svh-height-1575 {
  height: calc(100svh - 1575px);
}

.svh-height-1576 {
  height: calc(100svh - 1576px);
}

.svh-height-1577 {
  height: calc(100svh - 1577px);
}

.svh-height-1578 {
  height: calc(100svh - 1578px);
}

.svh-height-1579 {
  height: calc(100svh - 1579px);
}

.svh-height-1580 {
  height: calc(100svh - 1580px);
}

.svh-height-1581 {
  height: calc(100svh - 1581px);
}

.svh-height-1582 {
  height: calc(100svh - 1582px);
}

.svh-height-1583 {
  height: calc(100svh - 1583px);
}

.svh-height-1584 {
  height: calc(100svh - 1584px);
}

.svh-height-1585 {
  height: calc(100svh - 1585px);
}

.svh-height-1586 {
  height: calc(100svh - 1586px);
}

.svh-height-1587 {
  height: calc(100svh - 1587px);
}

.svh-height-1588 {
  height: calc(100svh - 1588px);
}

.svh-height-1589 {
  height: calc(100svh - 1589px);
}

.svh-height-1590 {
  height: calc(100svh - 1590px);
}

.svh-height-1591 {
  height: calc(100svh - 1591px);
}

.svh-height-1592 {
  height: calc(100svh - 1592px);
}

.svh-height-1593 {
  height: calc(100svh - 1593px);
}

.svh-height-1594 {
  height: calc(100svh - 1594px);
}

.svh-height-1595 {
  height: calc(100svh - 1595px);
}

.svh-height-1596 {
  height: calc(100svh - 1596px);
}

.svh-height-1597 {
  height: calc(100svh - 1597px);
}

.svh-height-1598 {
  height: calc(100svh - 1598px);
}

.svh-height-1599 {
  height: calc(100svh - 1599px);
}

.svh-height-1600 {
  height: calc(100svh - 1600px);
}

.svh-height-1601 {
  height: calc(100svh - 1601px);
}

.svh-height-1602 {
  height: calc(100svh - 1602px);
}

.svh-height-1603 {
  height: calc(100svh - 1603px);
}

.svh-height-1604 {
  height: calc(100svh - 1604px);
}

.svh-height-1605 {
  height: calc(100svh - 1605px);
}

.svh-height-1606 {
  height: calc(100svh - 1606px);
}

.svh-height-1607 {
  height: calc(100svh - 1607px);
}

.svh-height-1608 {
  height: calc(100svh - 1608px);
}

.svh-height-1609 {
  height: calc(100svh - 1609px);
}

.svh-height-1610 {
  height: calc(100svh - 1610px);
}

.svh-height-1611 {
  height: calc(100svh - 1611px);
}

.svh-height-1612 {
  height: calc(100svh - 1612px);
}

.svh-height-1613 {
  height: calc(100svh - 1613px);
}

.svh-height-1614 {
  height: calc(100svh - 1614px);
}

.svh-height-1615 {
  height: calc(100svh - 1615px);
}

.svh-height-1616 {
  height: calc(100svh - 1616px);
}

.svh-height-1617 {
  height: calc(100svh - 1617px);
}

.svh-height-1618 {
  height: calc(100svh - 1618px);
}

.svh-height-1619 {
  height: calc(100svh - 1619px);
}

.svh-height-1620 {
  height: calc(100svh - 1620px);
}

.svh-height-1621 {
  height: calc(100svh - 1621px);
}

.svh-height-1622 {
  height: calc(100svh - 1622px);
}

.svh-height-1623 {
  height: calc(100svh - 1623px);
}

.svh-height-1624 {
  height: calc(100svh - 1624px);
}

.svh-height-1625 {
  height: calc(100svh - 1625px);
}

.svh-height-1626 {
  height: calc(100svh - 1626px);
}

.svh-height-1627 {
  height: calc(100svh - 1627px);
}

.svh-height-1628 {
  height: calc(100svh - 1628px);
}

.svh-height-1629 {
  height: calc(100svh - 1629px);
}

.svh-height-1630 {
  height: calc(100svh - 1630px);
}

.svh-height-1631 {
  height: calc(100svh - 1631px);
}

.svh-height-1632 {
  height: calc(100svh - 1632px);
}

.svh-height-1633 {
  height: calc(100svh - 1633px);
}

.svh-height-1634 {
  height: calc(100svh - 1634px);
}

.svh-height-1635 {
  height: calc(100svh - 1635px);
}

.svh-height-1636 {
  height: calc(100svh - 1636px);
}

.svh-height-1637 {
  height: calc(100svh - 1637px);
}

.svh-height-1638 {
  height: calc(100svh - 1638px);
}

.svh-height-1639 {
  height: calc(100svh - 1639px);
}

.svh-height-1640 {
  height: calc(100svh - 1640px);
}

.svh-height-1641 {
  height: calc(100svh - 1641px);
}

.svh-height-1642 {
  height: calc(100svh - 1642px);
}

.svh-height-1643 {
  height: calc(100svh - 1643px);
}

.svh-height-1644 {
  height: calc(100svh - 1644px);
}

.svh-height-1645 {
  height: calc(100svh - 1645px);
}

.svh-height-1646 {
  height: calc(100svh - 1646px);
}

.svh-height-1647 {
  height: calc(100svh - 1647px);
}

.svh-height-1648 {
  height: calc(100svh - 1648px);
}

.svh-height-1649 {
  height: calc(100svh - 1649px);
}

.svh-height-1650 {
  height: calc(100svh - 1650px);
}

.svh-height-1651 {
  height: calc(100svh - 1651px);
}

.svh-height-1652 {
  height: calc(100svh - 1652px);
}

.svh-height-1653 {
  height: calc(100svh - 1653px);
}

.svh-height-1654 {
  height: calc(100svh - 1654px);
}

.svh-height-1655 {
  height: calc(100svh - 1655px);
}

.svh-height-1656 {
  height: calc(100svh - 1656px);
}

.svh-height-1657 {
  height: calc(100svh - 1657px);
}

.svh-height-1658 {
  height: calc(100svh - 1658px);
}

.svh-height-1659 {
  height: calc(100svh - 1659px);
}

.svh-height-1660 {
  height: calc(100svh - 1660px);
}

.svh-height-1661 {
  height: calc(100svh - 1661px);
}

.svh-height-1662 {
  height: calc(100svh - 1662px);
}

.svh-height-1663 {
  height: calc(100svh - 1663px);
}

.svh-height-1664 {
  height: calc(100svh - 1664px);
}

.svh-height-1665 {
  height: calc(100svh - 1665px);
}

.svh-height-1666 {
  height: calc(100svh - 1666px);
}

.svh-height-1667 {
  height: calc(100svh - 1667px);
}

.svh-height-1668 {
  height: calc(100svh - 1668px);
}

.svh-height-1669 {
  height: calc(100svh - 1669px);
}

.svh-height-1670 {
  height: calc(100svh - 1670px);
}

.svh-height-1671 {
  height: calc(100svh - 1671px);
}

.svh-height-1672 {
  height: calc(100svh - 1672px);
}

.svh-height-1673 {
  height: calc(100svh - 1673px);
}

.svh-height-1674 {
  height: calc(100svh - 1674px);
}

.svh-height-1675 {
  height: calc(100svh - 1675px);
}

.svh-height-1676 {
  height: calc(100svh - 1676px);
}

.svh-height-1677 {
  height: calc(100svh - 1677px);
}

.svh-height-1678 {
  height: calc(100svh - 1678px);
}

.svh-height-1679 {
  height: calc(100svh - 1679px);
}

.svh-height-1680 {
  height: calc(100svh - 1680px);
}

.svh-height-1681 {
  height: calc(100svh - 1681px);
}

.svh-height-1682 {
  height: calc(100svh - 1682px);
}

.svh-height-1683 {
  height: calc(100svh - 1683px);
}

.svh-height-1684 {
  height: calc(100svh - 1684px);
}

.svh-height-1685 {
  height: calc(100svh - 1685px);
}

.svh-height-1686 {
  height: calc(100svh - 1686px);
}

.svh-height-1687 {
  height: calc(100svh - 1687px);
}

.svh-height-1688 {
  height: calc(100svh - 1688px);
}

.svh-height-1689 {
  height: calc(100svh - 1689px);
}

.svh-height-1690 {
  height: calc(100svh - 1690px);
}

.svh-height-1691 {
  height: calc(100svh - 1691px);
}

.svh-height-1692 {
  height: calc(100svh - 1692px);
}

.svh-height-1693 {
  height: calc(100svh - 1693px);
}

.svh-height-1694 {
  height: calc(100svh - 1694px);
}

.svh-height-1695 {
  height: calc(100svh - 1695px);
}

.svh-height-1696 {
  height: calc(100svh - 1696px);
}

.svh-height-1697 {
  height: calc(100svh - 1697px);
}

.svh-height-1698 {
  height: calc(100svh - 1698px);
}

.svh-height-1699 {
  height: calc(100svh - 1699px);
}

.svh-height-1700 {
  height: calc(100svh - 1700px);
}

.svh-height-1701 {
  height: calc(100svh - 1701px);
}

.svh-height-1702 {
  height: calc(100svh - 1702px);
}

.svh-height-1703 {
  height: calc(100svh - 1703px);
}

.svh-height-1704 {
  height: calc(100svh - 1704px);
}

.svh-height-1705 {
  height: calc(100svh - 1705px);
}

.svh-height-1706 {
  height: calc(100svh - 1706px);
}

.svh-height-1707 {
  height: calc(100svh - 1707px);
}

.svh-height-1708 {
  height: calc(100svh - 1708px);
}

.svh-height-1709 {
  height: calc(100svh - 1709px);
}

.svh-height-1710 {
  height: calc(100svh - 1710px);
}

.svh-height-1711 {
  height: calc(100svh - 1711px);
}

.svh-height-1712 {
  height: calc(100svh - 1712px);
}

.svh-height-1713 {
  height: calc(100svh - 1713px);
}

.svh-height-1714 {
  height: calc(100svh - 1714px);
}

.svh-height-1715 {
  height: calc(100svh - 1715px);
}

.svh-height-1716 {
  height: calc(100svh - 1716px);
}

.svh-height-1717 {
  height: calc(100svh - 1717px);
}

.svh-height-1718 {
  height: calc(100svh - 1718px);
}

.svh-height-1719 {
  height: calc(100svh - 1719px);
}

.svh-height-1720 {
  height: calc(100svh - 1720px);
}

.svh-height-1721 {
  height: calc(100svh - 1721px);
}

.svh-height-1722 {
  height: calc(100svh - 1722px);
}

.svh-height-1723 {
  height: calc(100svh - 1723px);
}

.svh-height-1724 {
  height: calc(100svh - 1724px);
}

.svh-height-1725 {
  height: calc(100svh - 1725px);
}

.svh-height-1726 {
  height: calc(100svh - 1726px);
}

.svh-height-1727 {
  height: calc(100svh - 1727px);
}

.svh-height-1728 {
  height: calc(100svh - 1728px);
}

.svh-height-1729 {
  height: calc(100svh - 1729px);
}

.svh-height-1730 {
  height: calc(100svh - 1730px);
}

.svh-height-1731 {
  height: calc(100svh - 1731px);
}

.svh-height-1732 {
  height: calc(100svh - 1732px);
}

.svh-height-1733 {
  height: calc(100svh - 1733px);
}

.svh-height-1734 {
  height: calc(100svh - 1734px);
}

.svh-height-1735 {
  height: calc(100svh - 1735px);
}

.svh-height-1736 {
  height: calc(100svh - 1736px);
}

.svh-height-1737 {
  height: calc(100svh - 1737px);
}

.svh-height-1738 {
  height: calc(100svh - 1738px);
}

.svh-height-1739 {
  height: calc(100svh - 1739px);
}

.svh-height-1740 {
  height: calc(100svh - 1740px);
}

.svh-height-1741 {
  height: calc(100svh - 1741px);
}

.svh-height-1742 {
  height: calc(100svh - 1742px);
}

.svh-height-1743 {
  height: calc(100svh - 1743px);
}

.svh-height-1744 {
  height: calc(100svh - 1744px);
}

.svh-height-1745 {
  height: calc(100svh - 1745px);
}

.svh-height-1746 {
  height: calc(100svh - 1746px);
}

.svh-height-1747 {
  height: calc(100svh - 1747px);
}

.svh-height-1748 {
  height: calc(100svh - 1748px);
}

.svh-height-1749 {
  height: calc(100svh - 1749px);
}

.svh-height-1750 {
  height: calc(100svh - 1750px);
}

.svh-height-1751 {
  height: calc(100svh - 1751px);
}

.svh-height-1752 {
  height: calc(100svh - 1752px);
}

.svh-height-1753 {
  height: calc(100svh - 1753px);
}

.svh-height-1754 {
  height: calc(100svh - 1754px);
}

.svh-height-1755 {
  height: calc(100svh - 1755px);
}

.svh-height-1756 {
  height: calc(100svh - 1756px);
}

.svh-height-1757 {
  height: calc(100svh - 1757px);
}

.svh-height-1758 {
  height: calc(100svh - 1758px);
}

.svh-height-1759 {
  height: calc(100svh - 1759px);
}

.svh-height-1760 {
  height: calc(100svh - 1760px);
}

.svh-height-1761 {
  height: calc(100svh - 1761px);
}

.svh-height-1762 {
  height: calc(100svh - 1762px);
}

.svh-height-1763 {
  height: calc(100svh - 1763px);
}

.svh-height-1764 {
  height: calc(100svh - 1764px);
}

.svh-height-1765 {
  height: calc(100svh - 1765px);
}

.svh-height-1766 {
  height: calc(100svh - 1766px);
}

.svh-height-1767 {
  height: calc(100svh - 1767px);
}

.svh-height-1768 {
  height: calc(100svh - 1768px);
}

.svh-height-1769 {
  height: calc(100svh - 1769px);
}

.svh-height-1770 {
  height: calc(100svh - 1770px);
}

.svh-height-1771 {
  height: calc(100svh - 1771px);
}

.svh-height-1772 {
  height: calc(100svh - 1772px);
}

.svh-height-1773 {
  height: calc(100svh - 1773px);
}

.svh-height-1774 {
  height: calc(100svh - 1774px);
}

.svh-height-1775 {
  height: calc(100svh - 1775px);
}

.svh-height-1776 {
  height: calc(100svh - 1776px);
}

.svh-height-1777 {
  height: calc(100svh - 1777px);
}

.svh-height-1778 {
  height: calc(100svh - 1778px);
}

.svh-height-1779 {
  height: calc(100svh - 1779px);
}

.svh-height-1780 {
  height: calc(100svh - 1780px);
}

.svh-height-1781 {
  height: calc(100svh - 1781px);
}

.svh-height-1782 {
  height: calc(100svh - 1782px);
}

.svh-height-1783 {
  height: calc(100svh - 1783px);
}

.svh-height-1784 {
  height: calc(100svh - 1784px);
}

.svh-height-1785 {
  height: calc(100svh - 1785px);
}

.svh-height-1786 {
  height: calc(100svh - 1786px);
}

.svh-height-1787 {
  height: calc(100svh - 1787px);
}

.svh-height-1788 {
  height: calc(100svh - 1788px);
}

.svh-height-1789 {
  height: calc(100svh - 1789px);
}

.svh-height-1790 {
  height: calc(100svh - 1790px);
}

.svh-height-1791 {
  height: calc(100svh - 1791px);
}

.svh-height-1792 {
  height: calc(100svh - 1792px);
}

.svh-height-1793 {
  height: calc(100svh - 1793px);
}

.svh-height-1794 {
  height: calc(100svh - 1794px);
}

.svh-height-1795 {
  height: calc(100svh - 1795px);
}

.svh-height-1796 {
  height: calc(100svh - 1796px);
}

.svh-height-1797 {
  height: calc(100svh - 1797px);
}

.svh-height-1798 {
  height: calc(100svh - 1798px);
}

.svh-height-1799 {
  height: calc(100svh - 1799px);
}

.svh-height-1800 {
  height: calc(100svh - 1800px);
}

.svh-height-1801 {
  height: calc(100svh - 1801px);
}

.svh-height-1802 {
  height: calc(100svh - 1802px);
}

.svh-height-1803 {
  height: calc(100svh - 1803px);
}

.svh-height-1804 {
  height: calc(100svh - 1804px);
}

.svh-height-1805 {
  height: calc(100svh - 1805px);
}

.svh-height-1806 {
  height: calc(100svh - 1806px);
}

.svh-height-1807 {
  height: calc(100svh - 1807px);
}

.svh-height-1808 {
  height: calc(100svh - 1808px);
}

.svh-height-1809 {
  height: calc(100svh - 1809px);
}

.svh-height-1810 {
  height: calc(100svh - 1810px);
}

.svh-height-1811 {
  height: calc(100svh - 1811px);
}

.svh-height-1812 {
  height: calc(100svh - 1812px);
}

.svh-height-1813 {
  height: calc(100svh - 1813px);
}

.svh-height-1814 {
  height: calc(100svh - 1814px);
}

.svh-height-1815 {
  height: calc(100svh - 1815px);
}

.svh-height-1816 {
  height: calc(100svh - 1816px);
}

.svh-height-1817 {
  height: calc(100svh - 1817px);
}

.svh-height-1818 {
  height: calc(100svh - 1818px);
}

.svh-height-1819 {
  height: calc(100svh - 1819px);
}

.svh-height-1820 {
  height: calc(100svh - 1820px);
}

.svh-height-1821 {
  height: calc(100svh - 1821px);
}

.svh-height-1822 {
  height: calc(100svh - 1822px);
}

.svh-height-1823 {
  height: calc(100svh - 1823px);
}

.svh-height-1824 {
  height: calc(100svh - 1824px);
}

.svh-height-1825 {
  height: calc(100svh - 1825px);
}

.svh-height-1826 {
  height: calc(100svh - 1826px);
}

.svh-height-1827 {
  height: calc(100svh - 1827px);
}

.svh-height-1828 {
  height: calc(100svh - 1828px);
}

.svh-height-1829 {
  height: calc(100svh - 1829px);
}

.svh-height-1830 {
  height: calc(100svh - 1830px);
}

.svh-height-1831 {
  height: calc(100svh - 1831px);
}

.svh-height-1832 {
  height: calc(100svh - 1832px);
}

.svh-height-1833 {
  height: calc(100svh - 1833px);
}

.svh-height-1834 {
  height: calc(100svh - 1834px);
}

.svh-height-1835 {
  height: calc(100svh - 1835px);
}

.svh-height-1836 {
  height: calc(100svh - 1836px);
}

.svh-height-1837 {
  height: calc(100svh - 1837px);
}

.svh-height-1838 {
  height: calc(100svh - 1838px);
}

.svh-height-1839 {
  height: calc(100svh - 1839px);
}

.svh-height-1840 {
  height: calc(100svh - 1840px);
}

.svh-height-1841 {
  height: calc(100svh - 1841px);
}

.svh-height-1842 {
  height: calc(100svh - 1842px);
}

.svh-height-1843 {
  height: calc(100svh - 1843px);
}

.svh-height-1844 {
  height: calc(100svh - 1844px);
}

.svh-height-1845 {
  height: calc(100svh - 1845px);
}

.svh-height-1846 {
  height: calc(100svh - 1846px);
}

.svh-height-1847 {
  height: calc(100svh - 1847px);
}

.svh-height-1848 {
  height: calc(100svh - 1848px);
}

.svh-height-1849 {
  height: calc(100svh - 1849px);
}

.svh-height-1850 {
  height: calc(100svh - 1850px);
}

.svh-height-1851 {
  height: calc(100svh - 1851px);
}

.svh-height-1852 {
  height: calc(100svh - 1852px);
}

.svh-height-1853 {
  height: calc(100svh - 1853px);
}

.svh-height-1854 {
  height: calc(100svh - 1854px);
}

.svh-height-1855 {
  height: calc(100svh - 1855px);
}

.svh-height-1856 {
  height: calc(100svh - 1856px);
}

.svh-height-1857 {
  height: calc(100svh - 1857px);
}

.svh-height-1858 {
  height: calc(100svh - 1858px);
}

.svh-height-1859 {
  height: calc(100svh - 1859px);
}

.svh-height-1860 {
  height: calc(100svh - 1860px);
}

.svh-height-1861 {
  height: calc(100svh - 1861px);
}

.svh-height-1862 {
  height: calc(100svh - 1862px);
}

.svh-height-1863 {
  height: calc(100svh - 1863px);
}

.svh-height-1864 {
  height: calc(100svh - 1864px);
}

.svh-height-1865 {
  height: calc(100svh - 1865px);
}

.svh-height-1866 {
  height: calc(100svh - 1866px);
}

.svh-height-1867 {
  height: calc(100svh - 1867px);
}

.svh-height-1868 {
  height: calc(100svh - 1868px);
}

.svh-height-1869 {
  height: calc(100svh - 1869px);
}

.svh-height-1870 {
  height: calc(100svh - 1870px);
}

.svh-height-1871 {
  height: calc(100svh - 1871px);
}

.svh-height-1872 {
  height: calc(100svh - 1872px);
}

.svh-height-1873 {
  height: calc(100svh - 1873px);
}

.svh-height-1874 {
  height: calc(100svh - 1874px);
}

.svh-height-1875 {
  height: calc(100svh - 1875px);
}

.svh-height-1876 {
  height: calc(100svh - 1876px);
}

.svh-height-1877 {
  height: calc(100svh - 1877px);
}

.svh-height-1878 {
  height: calc(100svh - 1878px);
}

.svh-height-1879 {
  height: calc(100svh - 1879px);
}

.svh-height-1880 {
  height: calc(100svh - 1880px);
}

.svh-height-1881 {
  height: calc(100svh - 1881px);
}

.svh-height-1882 {
  height: calc(100svh - 1882px);
}

.svh-height-1883 {
  height: calc(100svh - 1883px);
}

.svh-height-1884 {
  height: calc(100svh - 1884px);
}

.svh-height-1885 {
  height: calc(100svh - 1885px);
}

.svh-height-1886 {
  height: calc(100svh - 1886px);
}

.svh-height-1887 {
  height: calc(100svh - 1887px);
}

.svh-height-1888 {
  height: calc(100svh - 1888px);
}

.svh-height-1889 {
  height: calc(100svh - 1889px);
}

.svh-height-1890 {
  height: calc(100svh - 1890px);
}

.svh-height-1891 {
  height: calc(100svh - 1891px);
}

.svh-height-1892 {
  height: calc(100svh - 1892px);
}

.svh-height-1893 {
  height: calc(100svh - 1893px);
}

.svh-height-1894 {
  height: calc(100svh - 1894px);
}

.svh-height-1895 {
  height: calc(100svh - 1895px);
}

.svh-height-1896 {
  height: calc(100svh - 1896px);
}

.svh-height-1897 {
  height: calc(100svh - 1897px);
}

.svh-height-1898 {
  height: calc(100svh - 1898px);
}

.svh-height-1899 {
  height: calc(100svh - 1899px);
}

.svh-height-1900 {
  height: calc(100svh - 1900px);
}

.svh-height-1901 {
  height: calc(100svh - 1901px);
}

.svh-height-1902 {
  height: calc(100svh - 1902px);
}

.svh-height-1903 {
  height: calc(100svh - 1903px);
}

.svh-height-1904 {
  height: calc(100svh - 1904px);
}

.svh-height-1905 {
  height: calc(100svh - 1905px);
}

.svh-height-1906 {
  height: calc(100svh - 1906px);
}

.svh-height-1907 {
  height: calc(100svh - 1907px);
}

.svh-height-1908 {
  height: calc(100svh - 1908px);
}

.svh-height-1909 {
  height: calc(100svh - 1909px);
}

.svh-height-1910 {
  height: calc(100svh - 1910px);
}

.svh-height-1911 {
  height: calc(100svh - 1911px);
}

.svh-height-1912 {
  height: calc(100svh - 1912px);
}

.svh-height-1913 {
  height: calc(100svh - 1913px);
}

.svh-height-1914 {
  height: calc(100svh - 1914px);
}

.svh-height-1915 {
  height: calc(100svh - 1915px);
}

.svh-height-1916 {
  height: calc(100svh - 1916px);
}

.svh-height-1917 {
  height: calc(100svh - 1917px);
}

.svh-height-1918 {
  height: calc(100svh - 1918px);
}

.svh-height-1919 {
  height: calc(100svh - 1919px);
}

.svh-height-1920 {
  height: calc(100svh - 1920px);
}

.svh-height-1921 {
  height: calc(100svh - 1921px);
}

.svh-height-1922 {
  height: calc(100svh - 1922px);
}

.svh-height-1923 {
  height: calc(100svh - 1923px);
}

.svh-height-1924 {
  height: calc(100svh - 1924px);
}

.svh-height-1925 {
  height: calc(100svh - 1925px);
}

.svh-height-1926 {
  height: calc(100svh - 1926px);
}

.svh-height-1927 {
  height: calc(100svh - 1927px);
}

.svh-height-1928 {
  height: calc(100svh - 1928px);
}

.svh-height-1929 {
  height: calc(100svh - 1929px);
}

.svh-height-1930 {
  height: calc(100svh - 1930px);
}

.svh-height-1931 {
  height: calc(100svh - 1931px);
}

.svh-height-1932 {
  height: calc(100svh - 1932px);
}

.svh-height-1933 {
  height: calc(100svh - 1933px);
}

.svh-height-1934 {
  height: calc(100svh - 1934px);
}

.svh-height-1935 {
  height: calc(100svh - 1935px);
}

.svh-height-1936 {
  height: calc(100svh - 1936px);
}

.svh-height-1937 {
  height: calc(100svh - 1937px);
}

.svh-height-1938 {
  height: calc(100svh - 1938px);
}

.svh-height-1939 {
  height: calc(100svh - 1939px);
}

.svh-height-1940 {
  height: calc(100svh - 1940px);
}

.svh-height-1941 {
  height: calc(100svh - 1941px);
}

.svh-height-1942 {
  height: calc(100svh - 1942px);
}

.svh-height-1943 {
  height: calc(100svh - 1943px);
}

.svh-height-1944 {
  height: calc(100svh - 1944px);
}

.svh-height-1945 {
  height: calc(100svh - 1945px);
}

.svh-height-1946 {
  height: calc(100svh - 1946px);
}

.svh-height-1947 {
  height: calc(100svh - 1947px);
}

.svh-height-1948 {
  height: calc(100svh - 1948px);
}

.svh-height-1949 {
  height: calc(100svh - 1949px);
}

.svh-height-1950 {
  height: calc(100svh - 1950px);
}

.svh-height-1951 {
  height: calc(100svh - 1951px);
}

.svh-height-1952 {
  height: calc(100svh - 1952px);
}

.svh-height-1953 {
  height: calc(100svh - 1953px);
}

.svh-height-1954 {
  height: calc(100svh - 1954px);
}

.svh-height-1955 {
  height: calc(100svh - 1955px);
}

.svh-height-1956 {
  height: calc(100svh - 1956px);
}

.svh-height-1957 {
  height: calc(100svh - 1957px);
}

.svh-height-1958 {
  height: calc(100svh - 1958px);
}

.svh-height-1959 {
  height: calc(100svh - 1959px);
}

.svh-height-1960 {
  height: calc(100svh - 1960px);
}

.svh-height-1961 {
  height: calc(100svh - 1961px);
}

.svh-height-1962 {
  height: calc(100svh - 1962px);
}

.svh-height-1963 {
  height: calc(100svh - 1963px);
}

.svh-height-1964 {
  height: calc(100svh - 1964px);
}

.svh-height-1965 {
  height: calc(100svh - 1965px);
}

.svh-height-1966 {
  height: calc(100svh - 1966px);
}

.svh-height-1967 {
  height: calc(100svh - 1967px);
}

.svh-height-1968 {
  height: calc(100svh - 1968px);
}

.svh-height-1969 {
  height: calc(100svh - 1969px);
}

.svh-height-1970 {
  height: calc(100svh - 1970px);
}

.svh-height-1971 {
  height: calc(100svh - 1971px);
}

.svh-height-1972 {
  height: calc(100svh - 1972px);
}

.svh-height-1973 {
  height: calc(100svh - 1973px);
}

.svh-height-1974 {
  height: calc(100svh - 1974px);
}

.svh-height-1975 {
  height: calc(100svh - 1975px);
}

.svh-height-1976 {
  height: calc(100svh - 1976px);
}

.svh-height-1977 {
  height: calc(100svh - 1977px);
}

.svh-height-1978 {
  height: calc(100svh - 1978px);
}

.svh-height-1979 {
  height: calc(100svh - 1979px);
}

.svh-height-1980 {
  height: calc(100svh - 1980px);
}

.svh-height-1981 {
  height: calc(100svh - 1981px);
}

.svh-height-1982 {
  height: calc(100svh - 1982px);
}

.svh-height-1983 {
  height: calc(100svh - 1983px);
}

.svh-height-1984 {
  height: calc(100svh - 1984px);
}

.svh-height-1985 {
  height: calc(100svh - 1985px);
}

.svh-height-1986 {
  height: calc(100svh - 1986px);
}

.svh-height-1987 {
  height: calc(100svh - 1987px);
}

.svh-height-1988 {
  height: calc(100svh - 1988px);
}

.svh-height-1989 {
  height: calc(100svh - 1989px);
}

.svh-height-1990 {
  height: calc(100svh - 1990px);
}

.svh-height-1991 {
  height: calc(100svh - 1991px);
}

.svh-height-1992 {
  height: calc(100svh - 1992px);
}

.svh-height-1993 {
  height: calc(100svh - 1993px);
}

.svh-height-1994 {
  height: calc(100svh - 1994px);
}

.svh-height-1995 {
  height: calc(100svh - 1995px);
}

.svh-height-1996 {
  height: calc(100svh - 1996px);
}

.svh-height-1997 {
  height: calc(100svh - 1997px);
}

.svh-height-1998 {
  height: calc(100svh - 1998px);
}

.svh-height-1999 {
  height: calc(100svh - 1999px);
}

.svh-height-2000 {
  height: calc(100svh - 2000px);
}

.svh-height-2001 {
  height: calc(100svh - 2001px);
}

.svh-height-2002 {
  height: calc(100svh - 2002px);
}

.svh-height-2003 {
  height: calc(100svh - 2003px);
}

.svh-height-2004 {
  height: calc(100svh - 2004px);
}

.svh-height-2005 {
  height: calc(100svh - 2005px);
}

.svh-height-2006 {
  height: calc(100svh - 2006px);
}

.svh-height-2007 {
  height: calc(100svh - 2007px);
}

.svh-height-2008 {
  height: calc(100svh - 2008px);
}

.svh-height-2009 {
  height: calc(100svh - 2009px);
}

.svh-height-2010 {
  height: calc(100svh - 2010px);
}

.svh-height-2011 {
  height: calc(100svh - 2011px);
}

.svh-height-2012 {
  height: calc(100svh - 2012px);
}

.svh-height-2013 {
  height: calc(100svh - 2013px);
}

.svh-height-2014 {
  height: calc(100svh - 2014px);
}

.svh-height-2015 {
  height: calc(100svh - 2015px);
}

.svh-height-2016 {
  height: calc(100svh - 2016px);
}

.svh-height-2017 {
  height: calc(100svh - 2017px);
}

.svh-height-2018 {
  height: calc(100svh - 2018px);
}

.svh-height-2019 {
  height: calc(100svh - 2019px);
}

.svh-height-2020 {
  height: calc(100svh - 2020px);
}

.svh-height-2021 {
  height: calc(100svh - 2021px);
}

.svh-height-2022 {
  height: calc(100svh - 2022px);
}

.svh-height-2023 {
  height: calc(100svh - 2023px);
}

.svh-height-2024 {
  height: calc(100svh - 2024px);
}

.svh-height-2025 {
  height: calc(100svh - 2025px);
}

.svh-height-2026 {
  height: calc(100svh - 2026px);
}

.svh-height-2027 {
  height: calc(100svh - 2027px);
}

.svh-height-2028 {
  height: calc(100svh - 2028px);
}

.svh-height-2029 {
  height: calc(100svh - 2029px);
}

.svh-height-2030 {
  height: calc(100svh - 2030px);
}

.svh-height-2031 {
  height: calc(100svh - 2031px);
}

.svh-height-2032 {
  height: calc(100svh - 2032px);
}

.svh-height-2033 {
  height: calc(100svh - 2033px);
}

.svh-height-2034 {
  height: calc(100svh - 2034px);
}

.svh-height-2035 {
  height: calc(100svh - 2035px);
}

.svh-height-2036 {
  height: calc(100svh - 2036px);
}

.svh-height-2037 {
  height: calc(100svh - 2037px);
}

.svh-height-2038 {
  height: calc(100svh - 2038px);
}

.svh-height-2039 {
  height: calc(100svh - 2039px);
}

.svh-height-2040 {
  height: calc(100svh - 2040px);
}

.svh-height-2041 {
  height: calc(100svh - 2041px);
}

.svh-height-2042 {
  height: calc(100svh - 2042px);
}

.svh-height-2043 {
  height: calc(100svh - 2043px);
}

.svh-height-2044 {
  height: calc(100svh - 2044px);
}

.svh-height-2045 {
  height: calc(100svh - 2045px);
}

.svh-height-2046 {
  height: calc(100svh - 2046px);
}

.svh-height-2047 {
  height: calc(100svh - 2047px);
}

.svh-height-2048 {
  height: calc(100svh - 2048px);
}

.svh-height-2049 {
  height: calc(100svh - 2049px);
}

.svh-height-2050 {
  height: calc(100svh - 2050px);
}

.svh-height-2051 {
  height: calc(100svh - 2051px);
}

.svh-height-2052 {
  height: calc(100svh - 2052px);
}

.svh-height-2053 {
  height: calc(100svh - 2053px);
}

.svh-height-2054 {
  height: calc(100svh - 2054px);
}

.svh-height-2055 {
  height: calc(100svh - 2055px);
}

.svh-height-2056 {
  height: calc(100svh - 2056px);
}

.svh-height-2057 {
  height: calc(100svh - 2057px);
}

.svh-height-2058 {
  height: calc(100svh - 2058px);
}

.svh-height-2059 {
  height: calc(100svh - 2059px);
}

.svh-height-2060 {
  height: calc(100svh - 2060px);
}

.svh-height-2061 {
  height: calc(100svh - 2061px);
}

.svh-height-2062 {
  height: calc(100svh - 2062px);
}

.svh-height-2063 {
  height: calc(100svh - 2063px);
}

.svh-height-2064 {
  height: calc(100svh - 2064px);
}

.svh-height-2065 {
  height: calc(100svh - 2065px);
}

.svh-height-2066 {
  height: calc(100svh - 2066px);
}

.svh-height-2067 {
  height: calc(100svh - 2067px);
}

.svh-height-2068 {
  height: calc(100svh - 2068px);
}

.svh-height-2069 {
  height: calc(100svh - 2069px);
}

.svh-height-2070 {
  height: calc(100svh - 2070px);
}

.svh-height-2071 {
  height: calc(100svh - 2071px);
}

.svh-height-2072 {
  height: calc(100svh - 2072px);
}

.svh-height-2073 {
  height: calc(100svh - 2073px);
}

.svh-height-2074 {
  height: calc(100svh - 2074px);
}

.svh-height-2075 {
  height: calc(100svh - 2075px);
}

.svh-height-2076 {
  height: calc(100svh - 2076px);
}

.svh-height-2077 {
  height: calc(100svh - 2077px);
}

.svh-height-2078 {
  height: calc(100svh - 2078px);
}

.svh-height-2079 {
  height: calc(100svh - 2079px);
}

.svh-height-2080 {
  height: calc(100svh - 2080px);
}

.svh-height-2081 {
  height: calc(100svh - 2081px);
}

.svh-height-2082 {
  height: calc(100svh - 2082px);
}

.svh-height-2083 {
  height: calc(100svh - 2083px);
}

.svh-height-2084 {
  height: calc(100svh - 2084px);
}

.svh-height-2085 {
  height: calc(100svh - 2085px);
}

.svh-height-2086 {
  height: calc(100svh - 2086px);
}

.svh-height-2087 {
  height: calc(100svh - 2087px);
}

.svh-height-2088 {
  height: calc(100svh - 2088px);
}

.svh-height-2089 {
  height: calc(100svh - 2089px);
}

.svh-height-2090 {
  height: calc(100svh - 2090px);
}

.svh-height-2091 {
  height: calc(100svh - 2091px);
}

.svh-height-2092 {
  height: calc(100svh - 2092px);
}

.svh-height-2093 {
  height: calc(100svh - 2093px);
}

.svh-height-2094 {
  height: calc(100svh - 2094px);
}

.svh-height-2095 {
  height: calc(100svh - 2095px);
}

.svh-height-2096 {
  height: calc(100svh - 2096px);
}

.svh-height-2097 {
  height: calc(100svh - 2097px);
}

.svh-height-2098 {
  height: calc(100svh - 2098px);
}

.svh-height-2099 {
  height: calc(100svh - 2099px);
}

.svh-height-2100 {
  height: calc(100svh - 2100px);
}

.svh-height-2101 {
  height: calc(100svh - 2101px);
}

.svh-height-2102 {
  height: calc(100svh - 2102px);
}

.svh-height-2103 {
  height: calc(100svh - 2103px);
}

.svh-height-2104 {
  height: calc(100svh - 2104px);
}

.svh-height-2105 {
  height: calc(100svh - 2105px);
}

.svh-height-2106 {
  height: calc(100svh - 2106px);
}

.svh-height-2107 {
  height: calc(100svh - 2107px);
}

.svh-height-2108 {
  height: calc(100svh - 2108px);
}

.svh-height-2109 {
  height: calc(100svh - 2109px);
}

.svh-height-2110 {
  height: calc(100svh - 2110px);
}

.svh-height-2111 {
  height: calc(100svh - 2111px);
}

.svh-height-2112 {
  height: calc(100svh - 2112px);
}

.svh-height-2113 {
  height: calc(100svh - 2113px);
}

.svh-height-2114 {
  height: calc(100svh - 2114px);
}

.svh-height-2115 {
  height: calc(100svh - 2115px);
}

.svh-height-2116 {
  height: calc(100svh - 2116px);
}

.svh-height-2117 {
  height: calc(100svh - 2117px);
}

.svh-height-2118 {
  height: calc(100svh - 2118px);
}

.svh-height-2119 {
  height: calc(100svh - 2119px);
}

.svh-height-2120 {
  height: calc(100svh - 2120px);
}

.svh-height-2121 {
  height: calc(100svh - 2121px);
}

.svh-height-2122 {
  height: calc(100svh - 2122px);
}

.svh-height-2123 {
  height: calc(100svh - 2123px);
}

.svh-height-2124 {
  height: calc(100svh - 2124px);
}

.svh-height-2125 {
  height: calc(100svh - 2125px);
}

.svh-height-2126 {
  height: calc(100svh - 2126px);
}

.svh-height-2127 {
  height: calc(100svh - 2127px);
}

.svh-height-2128 {
  height: calc(100svh - 2128px);
}

.svh-height-2129 {
  height: calc(100svh - 2129px);
}

.svh-height-2130 {
  height: calc(100svh - 2130px);
}

.svh-height-2131 {
  height: calc(100svh - 2131px);
}

.svh-height-2132 {
  height: calc(100svh - 2132px);
}

.svh-height-2133 {
  height: calc(100svh - 2133px);
}

.svh-height-2134 {
  height: calc(100svh - 2134px);
}

.svh-height-2135 {
  height: calc(100svh - 2135px);
}

.svh-height-2136 {
  height: calc(100svh - 2136px);
}

.svh-height-2137 {
  height: calc(100svh - 2137px);
}

.svh-height-2138 {
  height: calc(100svh - 2138px);
}

.svh-height-2139 {
  height: calc(100svh - 2139px);
}

.svh-height-2140 {
  height: calc(100svh - 2140px);
}

.svh-height-2141 {
  height: calc(100svh - 2141px);
}

.svh-height-2142 {
  height: calc(100svh - 2142px);
}

.svh-height-2143 {
  height: calc(100svh - 2143px);
}

.svh-height-2144 {
  height: calc(100svh - 2144px);
}

.svh-height-2145 {
  height: calc(100svh - 2145px);
}

.svh-height-2146 {
  height: calc(100svh - 2146px);
}

.svh-height-2147 {
  height: calc(100svh - 2147px);
}

.svh-height-2148 {
  height: calc(100svh - 2148px);
}

.svh-height-2149 {
  height: calc(100svh - 2149px);
}

.svh-height-2150 {
  height: calc(100svh - 2150px);
}

.svh-height-2151 {
  height: calc(100svh - 2151px);
}

.svh-height-2152 {
  height: calc(100svh - 2152px);
}

.svh-height-2153 {
  height: calc(100svh - 2153px);
}

.svh-height-2154 {
  height: calc(100svh - 2154px);
}

.svh-height-2155 {
  height: calc(100svh - 2155px);
}

.svh-height-2156 {
  height: calc(100svh - 2156px);
}

.svh-height-2157 {
  height: calc(100svh - 2157px);
}

.svh-height-2158 {
  height: calc(100svh - 2158px);
}

.svh-height-2159 {
  height: calc(100svh - 2159px);
}

.svh-height-2160 {
  height: calc(100svh - 2160px);
}

.svh-height-2161 {
  height: calc(100svh - 2161px);
}

.svh-height-2162 {
  height: calc(100svh - 2162px);
}

.svh-height-2163 {
  height: calc(100svh - 2163px);
}

.svh-height-2164 {
  height: calc(100svh - 2164px);
}

.svh-height-2165 {
  height: calc(100svh - 2165px);
}

.svh-height-2166 {
  height: calc(100svh - 2166px);
}

.svh-height-2167 {
  height: calc(100svh - 2167px);
}

.svh-height-2168 {
  height: calc(100svh - 2168px);
}

.svh-height-2169 {
  height: calc(100svh - 2169px);
}

.svh-height-2170 {
  height: calc(100svh - 2170px);
}

.svh-height-2171 {
  height: calc(100svh - 2171px);
}

.svh-height-2172 {
  height: calc(100svh - 2172px);
}

.svh-height-2173 {
  height: calc(100svh - 2173px);
}

.svh-height-2174 {
  height: calc(100svh - 2174px);
}

.svh-height-2175 {
  height: calc(100svh - 2175px);
}

.svh-height-2176 {
  height: calc(100svh - 2176px);
}

.svh-height-2177 {
  height: calc(100svh - 2177px);
}

.svh-height-2178 {
  height: calc(100svh - 2178px);
}

.svh-height-2179 {
  height: calc(100svh - 2179px);
}

.svh-height-2180 {
  height: calc(100svh - 2180px);
}

.svh-height-2181 {
  height: calc(100svh - 2181px);
}

.svh-height-2182 {
  height: calc(100svh - 2182px);
}

.svh-height-2183 {
  height: calc(100svh - 2183px);
}

.svh-height-2184 {
  height: calc(100svh - 2184px);
}

.svh-height-2185 {
  height: calc(100svh - 2185px);
}

.svh-height-2186 {
  height: calc(100svh - 2186px);
}

.svh-height-2187 {
  height: calc(100svh - 2187px);
}

.svh-height-2188 {
  height: calc(100svh - 2188px);
}

.svh-height-2189 {
  height: calc(100svh - 2189px);
}

.svh-height-2190 {
  height: calc(100svh - 2190px);
}

.svh-height-2191 {
  height: calc(100svh - 2191px);
}

.svh-height-2192 {
  height: calc(100svh - 2192px);
}

.svh-height-2193 {
  height: calc(100svh - 2193px);
}

.svh-height-2194 {
  height: calc(100svh - 2194px);
}

.svh-height-2195 {
  height: calc(100svh - 2195px);
}

.svh-height-2196 {
  height: calc(100svh - 2196px);
}

.svh-height-2197 {
  height: calc(100svh - 2197px);
}

.svh-height-2198 {
  height: calc(100svh - 2198px);
}

.svh-height-2199 {
  height: calc(100svh - 2199px);
}

.svh-height-2200 {
  height: calc(100svh - 2200px);
}

.svh-height-2201 {
  height: calc(100svh - 2201px);
}

.svh-height-2202 {
  height: calc(100svh - 2202px);
}

.svh-height-2203 {
  height: calc(100svh - 2203px);
}

.svh-height-2204 {
  height: calc(100svh - 2204px);
}

.svh-height-2205 {
  height: calc(100svh - 2205px);
}

.svh-height-2206 {
  height: calc(100svh - 2206px);
}

.svh-height-2207 {
  height: calc(100svh - 2207px);
}

.svh-height-2208 {
  height: calc(100svh - 2208px);
}

.svh-height-2209 {
  height: calc(100svh - 2209px);
}

.svh-height-2210 {
  height: calc(100svh - 2210px);
}

.svh-height-2211 {
  height: calc(100svh - 2211px);
}

.svh-height-2212 {
  height: calc(100svh - 2212px);
}

.svh-height-2213 {
  height: calc(100svh - 2213px);
}

.svh-height-2214 {
  height: calc(100svh - 2214px);
}

.svh-height-2215 {
  height: calc(100svh - 2215px);
}

.svh-height-2216 {
  height: calc(100svh - 2216px);
}

.svh-height-2217 {
  height: calc(100svh - 2217px);
}

.svh-height-2218 {
  height: calc(100svh - 2218px);
}

.svh-height-2219 {
  height: calc(100svh - 2219px);
}

.svh-height-2220 {
  height: calc(100svh - 2220px);
}

.svh-height-2221 {
  height: calc(100svh - 2221px);
}

.svh-height-2222 {
  height: calc(100svh - 2222px);
}

.svh-height-2223 {
  height: calc(100svh - 2223px);
}

.svh-height-2224 {
  height: calc(100svh - 2224px);
}

.svh-height-2225 {
  height: calc(100svh - 2225px);
}

.svh-height-2226 {
  height: calc(100svh - 2226px);
}

.svh-height-2227 {
  height: calc(100svh - 2227px);
}

.svh-height-2228 {
  height: calc(100svh - 2228px);
}

.svh-height-2229 {
  height: calc(100svh - 2229px);
}

.svh-height-2230 {
  height: calc(100svh - 2230px);
}

.svh-height-2231 {
  height: calc(100svh - 2231px);
}

.svh-height-2232 {
  height: calc(100svh - 2232px);
}

.svh-height-2233 {
  height: calc(100svh - 2233px);
}

.svh-height-2234 {
  height: calc(100svh - 2234px);
}

.svh-height-2235 {
  height: calc(100svh - 2235px);
}

.svh-height-2236 {
  height: calc(100svh - 2236px);
}

.svh-height-2237 {
  height: calc(100svh - 2237px);
}

.svh-height-2238 {
  height: calc(100svh - 2238px);
}

.svh-height-2239 {
  height: calc(100svh - 2239px);
}

.svh-height-2240 {
  height: calc(100svh - 2240px);
}

.svh-height-2241 {
  height: calc(100svh - 2241px);
}

.svh-height-2242 {
  height: calc(100svh - 2242px);
}

.svh-height-2243 {
  height: calc(100svh - 2243px);
}

.svh-height-2244 {
  height: calc(100svh - 2244px);
}

.svh-height-2245 {
  height: calc(100svh - 2245px);
}

.svh-height-2246 {
  height: calc(100svh - 2246px);
}

.svh-height-2247 {
  height: calc(100svh - 2247px);
}

.svh-height-2248 {
  height: calc(100svh - 2248px);
}

.svh-height-2249 {
  height: calc(100svh - 2249px);
}

.svh-height-2250 {
  height: calc(100svh - 2250px);
}

.svh-height-2251 {
  height: calc(100svh - 2251px);
}

.svh-height-2252 {
  height: calc(100svh - 2252px);
}

.svh-height-2253 {
  height: calc(100svh - 2253px);
}

.svh-height-2254 {
  height: calc(100svh - 2254px);
}

.svh-height-2255 {
  height: calc(100svh - 2255px);
}

.svh-height-2256 {
  height: calc(100svh - 2256px);
}

.svh-height-2257 {
  height: calc(100svh - 2257px);
}

.svh-height-2258 {
  height: calc(100svh - 2258px);
}

.svh-height-2259 {
  height: calc(100svh - 2259px);
}

.svh-height-2260 {
  height: calc(100svh - 2260px);
}

.svh-height-2261 {
  height: calc(100svh - 2261px);
}

.svh-height-2262 {
  height: calc(100svh - 2262px);
}

.svh-height-2263 {
  height: calc(100svh - 2263px);
}

.svh-height-2264 {
  height: calc(100svh - 2264px);
}

.svh-height-2265 {
  height: calc(100svh - 2265px);
}

.svh-height-2266 {
  height: calc(100svh - 2266px);
}

.svh-height-2267 {
  height: calc(100svh - 2267px);
}

.svh-height-2268 {
  height: calc(100svh - 2268px);
}

.svh-height-2269 {
  height: calc(100svh - 2269px);
}

.svh-height-2270 {
  height: calc(100svh - 2270px);
}

.svh-height-2271 {
  height: calc(100svh - 2271px);
}

.svh-height-2272 {
  height: calc(100svh - 2272px);
}

.svh-height-2273 {
  height: calc(100svh - 2273px);
}

.svh-height-2274 {
  height: calc(100svh - 2274px);
}

.svh-height-2275 {
  height: calc(100svh - 2275px);
}

.svh-height-2276 {
  height: calc(100svh - 2276px);
}

.svh-height-2277 {
  height: calc(100svh - 2277px);
}

.svh-height-2278 {
  height: calc(100svh - 2278px);
}

.svh-height-2279 {
  height: calc(100svh - 2279px);
}

.svh-height-2280 {
  height: calc(100svh - 2280px);
}

.svh-height-2281 {
  height: calc(100svh - 2281px);
}

.svh-height-2282 {
  height: calc(100svh - 2282px);
}

.svh-height-2283 {
  height: calc(100svh - 2283px);
}

.svh-height-2284 {
  height: calc(100svh - 2284px);
}

.svh-height-2285 {
  height: calc(100svh - 2285px);
}

.svh-height-2286 {
  height: calc(100svh - 2286px);
}

.svh-height-2287 {
  height: calc(100svh - 2287px);
}

.svh-height-2288 {
  height: calc(100svh - 2288px);
}

.svh-height-2289 {
  height: calc(100svh - 2289px);
}

.svh-height-2290 {
  height: calc(100svh - 2290px);
}

.svh-height-2291 {
  height: calc(100svh - 2291px);
}

.svh-height-2292 {
  height: calc(100svh - 2292px);
}

.svh-height-2293 {
  height: calc(100svh - 2293px);
}

.svh-height-2294 {
  height: calc(100svh - 2294px);
}

.svh-height-2295 {
  height: calc(100svh - 2295px);
}

.svh-height-2296 {
  height: calc(100svh - 2296px);
}

.svh-height-2297 {
  height: calc(100svh - 2297px);
}

.svh-height-2298 {
  height: calc(100svh - 2298px);
}

.svh-height-2299 {
  height: calc(100svh - 2299px);
}

.svh-height-2300 {
  height: calc(100svh - 2300px);
}

.svh-height-2301 {
  height: calc(100svh - 2301px);
}

.svh-height-2302 {
  height: calc(100svh - 2302px);
}

.svh-height-2303 {
  height: calc(100svh - 2303px);
}

.svh-height-2304 {
  height: calc(100svh - 2304px);
}

.svh-height-2305 {
  height: calc(100svh - 2305px);
}

.svh-height-2306 {
  height: calc(100svh - 2306px);
}

.svh-height-2307 {
  height: calc(100svh - 2307px);
}

.svh-height-2308 {
  height: calc(100svh - 2308px);
}

.svh-height-2309 {
  height: calc(100svh - 2309px);
}

.svh-height-2310 {
  height: calc(100svh - 2310px);
}

.svh-height-2311 {
  height: calc(100svh - 2311px);
}

.svh-height-2312 {
  height: calc(100svh - 2312px);
}

.svh-height-2313 {
  height: calc(100svh - 2313px);
}

.svh-height-2314 {
  height: calc(100svh - 2314px);
}

.svh-height-2315 {
  height: calc(100svh - 2315px);
}

.svh-height-2316 {
  height: calc(100svh - 2316px);
}

.svh-height-2317 {
  height: calc(100svh - 2317px);
}

.svh-height-2318 {
  height: calc(100svh - 2318px);
}

.svh-height-2319 {
  height: calc(100svh - 2319px);
}

.svh-height-2320 {
  height: calc(100svh - 2320px);
}

.svh-height-2321 {
  height: calc(100svh - 2321px);
}

.svh-height-2322 {
  height: calc(100svh - 2322px);
}

.svh-height-2323 {
  height: calc(100svh - 2323px);
}

.svh-height-2324 {
  height: calc(100svh - 2324px);
}

.svh-height-2325 {
  height: calc(100svh - 2325px);
}

.svh-height-2326 {
  height: calc(100svh - 2326px);
}

.svh-height-2327 {
  height: calc(100svh - 2327px);
}

.svh-height-2328 {
  height: calc(100svh - 2328px);
}

.svh-height-2329 {
  height: calc(100svh - 2329px);
}

.svh-height-2330 {
  height: calc(100svh - 2330px);
}

.svh-height-2331 {
  height: calc(100svh - 2331px);
}

.svh-height-2332 {
  height: calc(100svh - 2332px);
}

.svh-height-2333 {
  height: calc(100svh - 2333px);
}

.svh-height-2334 {
  height: calc(100svh - 2334px);
}

.svh-height-2335 {
  height: calc(100svh - 2335px);
}

.svh-height-2336 {
  height: calc(100svh - 2336px);
}

.svh-height-2337 {
  height: calc(100svh - 2337px);
}

.svh-height-2338 {
  height: calc(100svh - 2338px);
}

.svh-height-2339 {
  height: calc(100svh - 2339px);
}

.svh-height-2340 {
  height: calc(100svh - 2340px);
}

.svh-height-2341 {
  height: calc(100svh - 2341px);
}

.svh-height-2342 {
  height: calc(100svh - 2342px);
}

.svh-height-2343 {
  height: calc(100svh - 2343px);
}

.svh-height-2344 {
  height: calc(100svh - 2344px);
}

.svh-height-2345 {
  height: calc(100svh - 2345px);
}

.svh-height-2346 {
  height: calc(100svh - 2346px);
}

.svh-height-2347 {
  height: calc(100svh - 2347px);
}

.svh-height-2348 {
  height: calc(100svh - 2348px);
}

.svh-height-2349 {
  height: calc(100svh - 2349px);
}

.svh-height-2350 {
  height: calc(100svh - 2350px);
}

.svh-height-2351 {
  height: calc(100svh - 2351px);
}

.svh-height-2352 {
  height: calc(100svh - 2352px);
}

.svh-height-2353 {
  height: calc(100svh - 2353px);
}

.svh-height-2354 {
  height: calc(100svh - 2354px);
}

.svh-height-2355 {
  height: calc(100svh - 2355px);
}

.svh-height-2356 {
  height: calc(100svh - 2356px);
}

.svh-height-2357 {
  height: calc(100svh - 2357px);
}

.svh-height-2358 {
  height: calc(100svh - 2358px);
}

.svh-height-2359 {
  height: calc(100svh - 2359px);
}

.svh-height-2360 {
  height: calc(100svh - 2360px);
}

.svh-height-2361 {
  height: calc(100svh - 2361px);
}

.svh-height-2362 {
  height: calc(100svh - 2362px);
}

.svh-height-2363 {
  height: calc(100svh - 2363px);
}

.svh-height-2364 {
  height: calc(100svh - 2364px);
}

.svh-height-2365 {
  height: calc(100svh - 2365px);
}

.svh-height-2366 {
  height: calc(100svh - 2366px);
}

.svh-height-2367 {
  height: calc(100svh - 2367px);
}

.svh-height-2368 {
  height: calc(100svh - 2368px);
}

.svh-height-2369 {
  height: calc(100svh - 2369px);
}

.svh-height-2370 {
  height: calc(100svh - 2370px);
}

.svh-height-2371 {
  height: calc(100svh - 2371px);
}

.svh-height-2372 {
  height: calc(100svh - 2372px);
}

.svh-height-2373 {
  height: calc(100svh - 2373px);
}

.svh-height-2374 {
  height: calc(100svh - 2374px);
}

.svh-height-2375 {
  height: calc(100svh - 2375px);
}

.svh-height-2376 {
  height: calc(100svh - 2376px);
}

.svh-height-2377 {
  height: calc(100svh - 2377px);
}

.svh-height-2378 {
  height: calc(100svh - 2378px);
}

.svh-height-2379 {
  height: calc(100svh - 2379px);
}

.svh-height-2380 {
  height: calc(100svh - 2380px);
}

.svh-height-2381 {
  height: calc(100svh - 2381px);
}

.svh-height-2382 {
  height: calc(100svh - 2382px);
}

.svh-height-2383 {
  height: calc(100svh - 2383px);
}

.svh-height-2384 {
  height: calc(100svh - 2384px);
}

.svh-height-2385 {
  height: calc(100svh - 2385px);
}

.svh-height-2386 {
  height: calc(100svh - 2386px);
}

.svh-height-2387 {
  height: calc(100svh - 2387px);
}

.svh-height-2388 {
  height: calc(100svh - 2388px);
}

.svh-height-2389 {
  height: calc(100svh - 2389px);
}

.svh-height-2390 {
  height: calc(100svh - 2390px);
}

.svh-height-2391 {
  height: calc(100svh - 2391px);
}

.svh-height-2392 {
  height: calc(100svh - 2392px);
}

.svh-height-2393 {
  height: calc(100svh - 2393px);
}

.svh-height-2394 {
  height: calc(100svh - 2394px);
}

.svh-height-2395 {
  height: calc(100svh - 2395px);
}

.svh-height-2396 {
  height: calc(100svh - 2396px);
}

.svh-height-2397 {
  height: calc(100svh - 2397px);
}

.svh-height-2398 {
  height: calc(100svh - 2398px);
}

.svh-height-2399 {
  height: calc(100svh - 2399px);
}

.svh-height-2400 {
  height: calc(100svh - 2400px);
}

.svh-height-2401 {
  height: calc(100svh - 2401px);
}

.svh-height-2402 {
  height: calc(100svh - 2402px);
}

.svh-height-2403 {
  height: calc(100svh - 2403px);
}

.svh-height-2404 {
  height: calc(100svh - 2404px);
}

.svh-height-2405 {
  height: calc(100svh - 2405px);
}

.svh-height-2406 {
  height: calc(100svh - 2406px);
}

.svh-height-2407 {
  height: calc(100svh - 2407px);
}

.svh-height-2408 {
  height: calc(100svh - 2408px);
}

.svh-height-2409 {
  height: calc(100svh - 2409px);
}

.svh-height-2410 {
  height: calc(100svh - 2410px);
}

.svh-height-2411 {
  height: calc(100svh - 2411px);
}

.svh-height-2412 {
  height: calc(100svh - 2412px);
}

.svh-height-2413 {
  height: calc(100svh - 2413px);
}

.svh-height-2414 {
  height: calc(100svh - 2414px);
}

.svh-height-2415 {
  height: calc(100svh - 2415px);
}

.svh-height-2416 {
  height: calc(100svh - 2416px);
}

.svh-height-2417 {
  height: calc(100svh - 2417px);
}

.svh-height-2418 {
  height: calc(100svh - 2418px);
}

.svh-height-2419 {
  height: calc(100svh - 2419px);
}

.svh-height-2420 {
  height: calc(100svh - 2420px);
}

.svh-height-2421 {
  height: calc(100svh - 2421px);
}

.svh-height-2422 {
  height: calc(100svh - 2422px);
}

.svh-height-2423 {
  height: calc(100svh - 2423px);
}

.svh-height-2424 {
  height: calc(100svh - 2424px);
}

.svh-height-2425 {
  height: calc(100svh - 2425px);
}

.svh-height-2426 {
  height: calc(100svh - 2426px);
}

.svh-height-2427 {
  height: calc(100svh - 2427px);
}

.svh-height-2428 {
  height: calc(100svh - 2428px);
}

.svh-height-2429 {
  height: calc(100svh - 2429px);
}

.svh-height-2430 {
  height: calc(100svh - 2430px);
}

.svh-height-2431 {
  height: calc(100svh - 2431px);
}

.svh-height-2432 {
  height: calc(100svh - 2432px);
}

.svh-height-2433 {
  height: calc(100svh - 2433px);
}

.svh-height-2434 {
  height: calc(100svh - 2434px);
}

.svh-height-2435 {
  height: calc(100svh - 2435px);
}

.svh-height-2436 {
  height: calc(100svh - 2436px);
}

.svh-height-2437 {
  height: calc(100svh - 2437px);
}

.svh-height-2438 {
  height: calc(100svh - 2438px);
}

.svh-height-2439 {
  height: calc(100svh - 2439px);
}

.svh-height-2440 {
  height: calc(100svh - 2440px);
}

.svh-height-2441 {
  height: calc(100svh - 2441px);
}

.svh-height-2442 {
  height: calc(100svh - 2442px);
}

.svh-height-2443 {
  height: calc(100svh - 2443px);
}

.svh-height-2444 {
  height: calc(100svh - 2444px);
}

.svh-height-2445 {
  height: calc(100svh - 2445px);
}

.svh-height-2446 {
  height: calc(100svh - 2446px);
}

.svh-height-2447 {
  height: calc(100svh - 2447px);
}

.svh-height-2448 {
  height: calc(100svh - 2448px);
}

.svh-height-2449 {
  height: calc(100svh - 2449px);
}

.svh-height-2450 {
  height: calc(100svh - 2450px);
}

.svh-height-2451 {
  height: calc(100svh - 2451px);
}

.svh-height-2452 {
  height: calc(100svh - 2452px);
}

.svh-height-2453 {
  height: calc(100svh - 2453px);
}

.svh-height-2454 {
  height: calc(100svh - 2454px);
}

.svh-height-2455 {
  height: calc(100svh - 2455px);
}

.svh-height-2456 {
  height: calc(100svh - 2456px);
}

.svh-height-2457 {
  height: calc(100svh - 2457px);
}

.svh-height-2458 {
  height: calc(100svh - 2458px);
}

.svh-height-2459 {
  height: calc(100svh - 2459px);
}

.svh-height-2460 {
  height: calc(100svh - 2460px);
}

.svh-height-2461 {
  height: calc(100svh - 2461px);
}

.svh-height-2462 {
  height: calc(100svh - 2462px);
}

.svh-height-2463 {
  height: calc(100svh - 2463px);
}

.svh-height-2464 {
  height: calc(100svh - 2464px);
}

.svh-height-2465 {
  height: calc(100svh - 2465px);
}

.svh-height-2466 {
  height: calc(100svh - 2466px);
}

.svh-height-2467 {
  height: calc(100svh - 2467px);
}

.svh-height-2468 {
  height: calc(100svh - 2468px);
}

.svh-height-2469 {
  height: calc(100svh - 2469px);
}

.svh-height-2470 {
  height: calc(100svh - 2470px);
}

.svh-height-2471 {
  height: calc(100svh - 2471px);
}

.svh-height-2472 {
  height: calc(100svh - 2472px);
}

.svh-height-2473 {
  height: calc(100svh - 2473px);
}

.svh-height-2474 {
  height: calc(100svh - 2474px);
}

.svh-height-2475 {
  height: calc(100svh - 2475px);
}

.svh-height-2476 {
  height: calc(100svh - 2476px);
}

.svh-height-2477 {
  height: calc(100svh - 2477px);
}

.svh-height-2478 {
  height: calc(100svh - 2478px);
}

.svh-height-2479 {
  height: calc(100svh - 2479px);
}

.svh-height-2480 {
  height: calc(100svh - 2480px);
}

.svh-height-2481 {
  height: calc(100svh - 2481px);
}

.svh-height-2482 {
  height: calc(100svh - 2482px);
}

.svh-height-2483 {
  height: calc(100svh - 2483px);
}

.svh-height-2484 {
  height: calc(100svh - 2484px);
}

.svh-height-2485 {
  height: calc(100svh - 2485px);
}

.svh-height-2486 {
  height: calc(100svh - 2486px);
}

.svh-height-2487 {
  height: calc(100svh - 2487px);
}

.svh-height-2488 {
  height: calc(100svh - 2488px);
}

.svh-height-2489 {
  height: calc(100svh - 2489px);
}

.svh-height-2490 {
  height: calc(100svh - 2490px);
}

.svh-height-2491 {
  height: calc(100svh - 2491px);
}

.svh-height-2492 {
  height: calc(100svh - 2492px);
}

.svh-height-2493 {
  height: calc(100svh - 2493px);
}

.svh-height-2494 {
  height: calc(100svh - 2494px);
}

.svh-height-2495 {
  height: calc(100svh - 2495px);
}

.svh-height-2496 {
  height: calc(100svh - 2496px);
}

.svh-height-2497 {
  height: calc(100svh - 2497px);
}

.svh-height-2498 {
  height: calc(100svh - 2498px);
}

.svh-height-2499 {
  height: calc(100svh - 2499px);
}

.svh-height-2500 {
  height: calc(100svh - 2500px);
}

.svh-height-2501 {
  height: calc(100svh - 2501px);
}

.svh-height-2502 {
  height: calc(100svh - 2502px);
}

.svh-height-2503 {
  height: calc(100svh - 2503px);
}

.svh-height-2504 {
  height: calc(100svh - 2504px);
}

.svh-height-2505 {
  height: calc(100svh - 2505px);
}

.svh-height-2506 {
  height: calc(100svh - 2506px);
}

.svh-height-2507 {
  height: calc(100svh - 2507px);
}

.svh-height-2508 {
  height: calc(100svh - 2508px);
}

.svh-height-2509 {
  height: calc(100svh - 2509px);
}

.svh-height-2510 {
  height: calc(100svh - 2510px);
}

.svh-height-2511 {
  height: calc(100svh - 2511px);
}

.svh-height-2512 {
  height: calc(100svh - 2512px);
}

.svh-height-2513 {
  height: calc(100svh - 2513px);
}

.svh-height-2514 {
  height: calc(100svh - 2514px);
}

.svh-height-2515 {
  height: calc(100svh - 2515px);
}

.svh-height-2516 {
  height: calc(100svh - 2516px);
}

.svh-height-2517 {
  height: calc(100svh - 2517px);
}

.svh-height-2518 {
  height: calc(100svh - 2518px);
}

.svh-height-2519 {
  height: calc(100svh - 2519px);
}

.svh-height-2520 {
  height: calc(100svh - 2520px);
}

.svh-height-2521 {
  height: calc(100svh - 2521px);
}

.svh-height-2522 {
  height: calc(100svh - 2522px);
}

.svh-height-2523 {
  height: calc(100svh - 2523px);
}

.svh-height-2524 {
  height: calc(100svh - 2524px);
}

.svh-height-2525 {
  height: calc(100svh - 2525px);
}

.svh-height-2526 {
  height: calc(100svh - 2526px);
}

.svh-height-2527 {
  height: calc(100svh - 2527px);
}

.svh-height-2528 {
  height: calc(100svh - 2528px);
}

.svh-height-2529 {
  height: calc(100svh - 2529px);
}

.svh-height-2530 {
  height: calc(100svh - 2530px);
}

.svh-height-2531 {
  height: calc(100svh - 2531px);
}

.svh-height-2532 {
  height: calc(100svh - 2532px);
}

.svh-height-2533 {
  height: calc(100svh - 2533px);
}

.svh-height-2534 {
  height: calc(100svh - 2534px);
}

.svh-height-2535 {
  height: calc(100svh - 2535px);
}

.svh-height-2536 {
  height: calc(100svh - 2536px);
}

.svh-height-2537 {
  height: calc(100svh - 2537px);
}

.svh-height-2538 {
  height: calc(100svh - 2538px);
}

.svh-height-2539 {
  height: calc(100svh - 2539px);
}

.svh-height-2540 {
  height: calc(100svh - 2540px);
}

.svh-height-2541 {
  height: calc(100svh - 2541px);
}

.svh-height-2542 {
  height: calc(100svh - 2542px);
}

.svh-height-2543 {
  height: calc(100svh - 2543px);
}

.svh-height-2544 {
  height: calc(100svh - 2544px);
}

.svh-height-2545 {
  height: calc(100svh - 2545px);
}

.svh-height-2546 {
  height: calc(100svh - 2546px);
}

.svh-height-2547 {
  height: calc(100svh - 2547px);
}

.svh-height-2548 {
  height: calc(100svh - 2548px);
}

.svh-height-2549 {
  height: calc(100svh - 2549px);
}

.svh-height-2550 {
  height: calc(100svh - 2550px);
}

.svh-height-2551 {
  height: calc(100svh - 2551px);
}

.svh-height-2552 {
  height: calc(100svh - 2552px);
}

.svh-height-2553 {
  height: calc(100svh - 2553px);
}

.svh-height-2554 {
  height: calc(100svh - 2554px);
}

.svh-height-2555 {
  height: calc(100svh - 2555px);
}

.svh-height-2556 {
  height: calc(100svh - 2556px);
}

.svh-height-2557 {
  height: calc(100svh - 2557px);
}

.svh-height-2558 {
  height: calc(100svh - 2558px);
}

.svh-height-2559 {
  height: calc(100svh - 2559px);
}

.svh-height-2560 {
  height: calc(100svh - 2560px);
}

.svh-height-2561 {
  height: calc(100svh - 2561px);
}

.svh-height-2562 {
  height: calc(100svh - 2562px);
}

.svh-height-2563 {
  height: calc(100svh - 2563px);
}

.svh-height-2564 {
  height: calc(100svh - 2564px);
}

.svh-height-2565 {
  height: calc(100svh - 2565px);
}

.svh-height-2566 {
  height: calc(100svh - 2566px);
}

.svh-height-2567 {
  height: calc(100svh - 2567px);
}

.svh-height-2568 {
  height: calc(100svh - 2568px);
}

.svh-height-2569 {
  height: calc(100svh - 2569px);
}

.svh-height-2570 {
  height: calc(100svh - 2570px);
}

.svh-height-2571 {
  height: calc(100svh - 2571px);
}

.svh-height-2572 {
  height: calc(100svh - 2572px);
}

.svh-height-2573 {
  height: calc(100svh - 2573px);
}

.svh-height-2574 {
  height: calc(100svh - 2574px);
}

.svh-height-2575 {
  height: calc(100svh - 2575px);
}

.svh-height-2576 {
  height: calc(100svh - 2576px);
}

.svh-height-2577 {
  height: calc(100svh - 2577px);
}

.svh-height-2578 {
  height: calc(100svh - 2578px);
}

.svh-height-2579 {
  height: calc(100svh - 2579px);
}

.svh-height-2580 {
  height: calc(100svh - 2580px);
}

.svh-height-2581 {
  height: calc(100svh - 2581px);
}

.svh-height-2582 {
  height: calc(100svh - 2582px);
}

.svh-height-2583 {
  height: calc(100svh - 2583px);
}

.svh-height-2584 {
  height: calc(100svh - 2584px);
}

.svh-height-2585 {
  height: calc(100svh - 2585px);
}

.svh-height-2586 {
  height: calc(100svh - 2586px);
}

.svh-height-2587 {
  height: calc(100svh - 2587px);
}

.svh-height-2588 {
  height: calc(100svh - 2588px);
}

.svh-height-2589 {
  height: calc(100svh - 2589px);
}

.svh-height-2590 {
  height: calc(100svh - 2590px);
}

.svh-height-2591 {
  height: calc(100svh - 2591px);
}

.svh-height-2592 {
  height: calc(100svh - 2592px);
}

.svh-height-2593 {
  height: calc(100svh - 2593px);
}

.svh-height-2594 {
  height: calc(100svh - 2594px);
}

.svh-height-2595 {
  height: calc(100svh - 2595px);
}

.svh-height-2596 {
  height: calc(100svh - 2596px);
}

.svh-height-2597 {
  height: calc(100svh - 2597px);
}

.svh-height-2598 {
  height: calc(100svh - 2598px);
}

.svh-height-2599 {
  height: calc(100svh - 2599px);
}

.svh-height-2600 {
  height: calc(100svh - 2600px);
}

.svh-height-2601 {
  height: calc(100svh - 2601px);
}

.svh-height-2602 {
  height: calc(100svh - 2602px);
}

.svh-height-2603 {
  height: calc(100svh - 2603px);
}

.svh-height-2604 {
  height: calc(100svh - 2604px);
}

.svh-height-2605 {
  height: calc(100svh - 2605px);
}

.svh-height-2606 {
  height: calc(100svh - 2606px);
}

.svh-height-2607 {
  height: calc(100svh - 2607px);
}

.svh-height-2608 {
  height: calc(100svh - 2608px);
}

.svh-height-2609 {
  height: calc(100svh - 2609px);
}

.svh-height-2610 {
  height: calc(100svh - 2610px);
}

.svh-height-2611 {
  height: calc(100svh - 2611px);
}

.svh-height-2612 {
  height: calc(100svh - 2612px);
}

.svh-height-2613 {
  height: calc(100svh - 2613px);
}

.svh-height-2614 {
  height: calc(100svh - 2614px);
}

.svh-height-2615 {
  height: calc(100svh - 2615px);
}

.svh-height-2616 {
  height: calc(100svh - 2616px);
}

.svh-height-2617 {
  height: calc(100svh - 2617px);
}

.svh-height-2618 {
  height: calc(100svh - 2618px);
}

.svh-height-2619 {
  height: calc(100svh - 2619px);
}

.svh-height-2620 {
  height: calc(100svh - 2620px);
}

.svh-height-2621 {
  height: calc(100svh - 2621px);
}

.svh-height-2622 {
  height: calc(100svh - 2622px);
}

.svh-height-2623 {
  height: calc(100svh - 2623px);
}

.svh-height-2624 {
  height: calc(100svh - 2624px);
}

.svh-height-2625 {
  height: calc(100svh - 2625px);
}

.svh-height-2626 {
  height: calc(100svh - 2626px);
}

.svh-height-2627 {
  height: calc(100svh - 2627px);
}

.svh-height-2628 {
  height: calc(100svh - 2628px);
}

.svh-height-2629 {
  height: calc(100svh - 2629px);
}

.svh-height-2630 {
  height: calc(100svh - 2630px);
}

.svh-height-2631 {
  height: calc(100svh - 2631px);
}

.svh-height-2632 {
  height: calc(100svh - 2632px);
}

.svh-height-2633 {
  height: calc(100svh - 2633px);
}

.svh-height-2634 {
  height: calc(100svh - 2634px);
}

.svh-height-2635 {
  height: calc(100svh - 2635px);
}

.svh-height-2636 {
  height: calc(100svh - 2636px);
}

.svh-height-2637 {
  height: calc(100svh - 2637px);
}

.svh-height-2638 {
  height: calc(100svh - 2638px);
}

.svh-height-2639 {
  height: calc(100svh - 2639px);
}

.svh-height-2640 {
  height: calc(100svh - 2640px);
}

.svh-height-2641 {
  height: calc(100svh - 2641px);
}

.svh-height-2642 {
  height: calc(100svh - 2642px);
}

.svh-height-2643 {
  height: calc(100svh - 2643px);
}

.svh-height-2644 {
  height: calc(100svh - 2644px);
}

.svh-height-2645 {
  height: calc(100svh - 2645px);
}

.svh-height-2646 {
  height: calc(100svh - 2646px);
}

.svh-height-2647 {
  height: calc(100svh - 2647px);
}

.svh-height-2648 {
  height: calc(100svh - 2648px);
}

.svh-height-2649 {
  height: calc(100svh - 2649px);
}

.svh-height-2650 {
  height: calc(100svh - 2650px);
}

.svh-height-2651 {
  height: calc(100svh - 2651px);
}

.svh-height-2652 {
  height: calc(100svh - 2652px);
}

.svh-height-2653 {
  height: calc(100svh - 2653px);
}

.svh-height-2654 {
  height: calc(100svh - 2654px);
}

.svh-height-2655 {
  height: calc(100svh - 2655px);
}

.svh-height-2656 {
  height: calc(100svh - 2656px);
}

.svh-height-2657 {
  height: calc(100svh - 2657px);
}

.svh-height-2658 {
  height: calc(100svh - 2658px);
}

.svh-height-2659 {
  height: calc(100svh - 2659px);
}

.svh-height-2660 {
  height: calc(100svh - 2660px);
}

.svh-height-2661 {
  height: calc(100svh - 2661px);
}

.svh-height-2662 {
  height: calc(100svh - 2662px);
}

.svh-height-2663 {
  height: calc(100svh - 2663px);
}

.svh-height-2664 {
  height: calc(100svh - 2664px);
}

.svh-height-2665 {
  height: calc(100svh - 2665px);
}

.svh-height-2666 {
  height: calc(100svh - 2666px);
}

.svh-height-2667 {
  height: calc(100svh - 2667px);
}

.svh-height-2668 {
  height: calc(100svh - 2668px);
}

.svh-height-2669 {
  height: calc(100svh - 2669px);
}

.svh-height-2670 {
  height: calc(100svh - 2670px);
}

.svh-height-2671 {
  height: calc(100svh - 2671px);
}

.svh-height-2672 {
  height: calc(100svh - 2672px);
}

.svh-height-2673 {
  height: calc(100svh - 2673px);
}

.svh-height-2674 {
  height: calc(100svh - 2674px);
}

.svh-height-2675 {
  height: calc(100svh - 2675px);
}

.svh-height-2676 {
  height: calc(100svh - 2676px);
}

.svh-height-2677 {
  height: calc(100svh - 2677px);
}

.svh-height-2678 {
  height: calc(100svh - 2678px);
}

.svh-height-2679 {
  height: calc(100svh - 2679px);
}

.svh-height-2680 {
  height: calc(100svh - 2680px);
}

.svh-height-2681 {
  height: calc(100svh - 2681px);
}

.svh-height-2682 {
  height: calc(100svh - 2682px);
}

.svh-height-2683 {
  height: calc(100svh - 2683px);
}

.svh-height-2684 {
  height: calc(100svh - 2684px);
}

.svh-height-2685 {
  height: calc(100svh - 2685px);
}

.svh-height-2686 {
  height: calc(100svh - 2686px);
}

.svh-height-2687 {
  height: calc(100svh - 2687px);
}

.svh-height-2688 {
  height: calc(100svh - 2688px);
}

.svh-height-2689 {
  height: calc(100svh - 2689px);
}

.svh-height-2690 {
  height: calc(100svh - 2690px);
}

.svh-height-2691 {
  height: calc(100svh - 2691px);
}

.svh-height-2692 {
  height: calc(100svh - 2692px);
}

.svh-height-2693 {
  height: calc(100svh - 2693px);
}

.svh-height-2694 {
  height: calc(100svh - 2694px);
}

.svh-height-2695 {
  height: calc(100svh - 2695px);
}

.svh-height-2696 {
  height: calc(100svh - 2696px);
}

.svh-height-2697 {
  height: calc(100svh - 2697px);
}

.svh-height-2698 {
  height: calc(100svh - 2698px);
}

.svh-height-2699 {
  height: calc(100svh - 2699px);
}

.svh-height-2700 {
  height: calc(100svh - 2700px);
}

.svh-height-2701 {
  height: calc(100svh - 2701px);
}

.svh-height-2702 {
  height: calc(100svh - 2702px);
}

.svh-height-2703 {
  height: calc(100svh - 2703px);
}

.svh-height-2704 {
  height: calc(100svh - 2704px);
}

.svh-height-2705 {
  height: calc(100svh - 2705px);
}

.svh-height-2706 {
  height: calc(100svh - 2706px);
}

.svh-height-2707 {
  height: calc(100svh - 2707px);
}

.svh-height-2708 {
  height: calc(100svh - 2708px);
}

.svh-height-2709 {
  height: calc(100svh - 2709px);
}

.svh-height-2710 {
  height: calc(100svh - 2710px);
}

.svh-height-2711 {
  height: calc(100svh - 2711px);
}

.svh-height-2712 {
  height: calc(100svh - 2712px);
}

.svh-height-2713 {
  height: calc(100svh - 2713px);
}

.svh-height-2714 {
  height: calc(100svh - 2714px);
}

.svh-height-2715 {
  height: calc(100svh - 2715px);
}

.svh-height-2716 {
  height: calc(100svh - 2716px);
}

.svh-height-2717 {
  height: calc(100svh - 2717px);
}

.svh-height-2718 {
  height: calc(100svh - 2718px);
}

.svh-height-2719 {
  height: calc(100svh - 2719px);
}

.svh-height-2720 {
  height: calc(100svh - 2720px);
}

.svh-height-2721 {
  height: calc(100svh - 2721px);
}

.svh-height-2722 {
  height: calc(100svh - 2722px);
}

.svh-height-2723 {
  height: calc(100svh - 2723px);
}

.svh-height-2724 {
  height: calc(100svh - 2724px);
}

.svh-height-2725 {
  height: calc(100svh - 2725px);
}

.svh-height-2726 {
  height: calc(100svh - 2726px);
}

.svh-height-2727 {
  height: calc(100svh - 2727px);
}

.svh-height-2728 {
  height: calc(100svh - 2728px);
}

.svh-height-2729 {
  height: calc(100svh - 2729px);
}

.svh-height-2730 {
  height: calc(100svh - 2730px);
}

.svh-height-2731 {
  height: calc(100svh - 2731px);
}

.svh-height-2732 {
  height: calc(100svh - 2732px);
}

.svh-height-2733 {
  height: calc(100svh - 2733px);
}

.svh-height-2734 {
  height: calc(100svh - 2734px);
}

.svh-height-2735 {
  height: calc(100svh - 2735px);
}

.svh-height-2736 {
  height: calc(100svh - 2736px);
}

.svh-height-2737 {
  height: calc(100svh - 2737px);
}

.svh-height-2738 {
  height: calc(100svh - 2738px);
}

.svh-height-2739 {
  height: calc(100svh - 2739px);
}

.svh-height-2740 {
  height: calc(100svh - 2740px);
}

.svh-height-2741 {
  height: calc(100svh - 2741px);
}

.svh-height-2742 {
  height: calc(100svh - 2742px);
}

.svh-height-2743 {
  height: calc(100svh - 2743px);
}

.svh-height-2744 {
  height: calc(100svh - 2744px);
}

.svh-height-2745 {
  height: calc(100svh - 2745px);
}

.svh-height-2746 {
  height: calc(100svh - 2746px);
}

.svh-height-2747 {
  height: calc(100svh - 2747px);
}

.svh-height-2748 {
  height: calc(100svh - 2748px);
}

.svh-height-2749 {
  height: calc(100svh - 2749px);
}

.svh-height-2750 {
  height: calc(100svh - 2750px);
}

.svh-height-2751 {
  height: calc(100svh - 2751px);
}

.svh-height-2752 {
  height: calc(100svh - 2752px);
}

.svh-height-2753 {
  height: calc(100svh - 2753px);
}

.svh-height-2754 {
  height: calc(100svh - 2754px);
}

.svh-height-2755 {
  height: calc(100svh - 2755px);
}

.svh-height-2756 {
  height: calc(100svh - 2756px);
}

.svh-height-2757 {
  height: calc(100svh - 2757px);
}

.svh-height-2758 {
  height: calc(100svh - 2758px);
}

.svh-height-2759 {
  height: calc(100svh - 2759px);
}

.svh-height-2760 {
  height: calc(100svh - 2760px);
}

.svh-height-2761 {
  height: calc(100svh - 2761px);
}

.svh-height-2762 {
  height: calc(100svh - 2762px);
}

.svh-height-2763 {
  height: calc(100svh - 2763px);
}

.svh-height-2764 {
  height: calc(100svh - 2764px);
}

.svh-height-2765 {
  height: calc(100svh - 2765px);
}

.svh-height-2766 {
  height: calc(100svh - 2766px);
}

.svh-height-2767 {
  height: calc(100svh - 2767px);
}

.svh-height-2768 {
  height: calc(100svh - 2768px);
}

.svh-height-2769 {
  height: calc(100svh - 2769px);
}

.svh-height-2770 {
  height: calc(100svh - 2770px);
}

.svh-height-2771 {
  height: calc(100svh - 2771px);
}

.svh-height-2772 {
  height: calc(100svh - 2772px);
}

.svh-height-2773 {
  height: calc(100svh - 2773px);
}

.svh-height-2774 {
  height: calc(100svh - 2774px);
}

.svh-height-2775 {
  height: calc(100svh - 2775px);
}

.svh-height-2776 {
  height: calc(100svh - 2776px);
}

.svh-height-2777 {
  height: calc(100svh - 2777px);
}

.svh-height-2778 {
  height: calc(100svh - 2778px);
}

.svh-height-2779 {
  height: calc(100svh - 2779px);
}

.svh-height-2780 {
  height: calc(100svh - 2780px);
}

.svh-height-2781 {
  height: calc(100svh - 2781px);
}

.svh-height-2782 {
  height: calc(100svh - 2782px);
}

.svh-height-2783 {
  height: calc(100svh - 2783px);
}

.svh-height-2784 {
  height: calc(100svh - 2784px);
}

.svh-height-2785 {
  height: calc(100svh - 2785px);
}

.svh-height-2786 {
  height: calc(100svh - 2786px);
}

.svh-height-2787 {
  height: calc(100svh - 2787px);
}

.svh-height-2788 {
  height: calc(100svh - 2788px);
}

.svh-height-2789 {
  height: calc(100svh - 2789px);
}

.svh-height-2790 {
  height: calc(100svh - 2790px);
}

.svh-height-2791 {
  height: calc(100svh - 2791px);
}

.svh-height-2792 {
  height: calc(100svh - 2792px);
}

.svh-height-2793 {
  height: calc(100svh - 2793px);
}

.svh-height-2794 {
  height: calc(100svh - 2794px);
}

.svh-height-2795 {
  height: calc(100svh - 2795px);
}

.svh-height-2796 {
  height: calc(100svh - 2796px);
}

.svh-height-2797 {
  height: calc(100svh - 2797px);
}

.svh-height-2798 {
  height: calc(100svh - 2798px);
}

.svh-height-2799 {
  height: calc(100svh - 2799px);
}

.svh-height-2800 {
  height: calc(100svh - 2800px);
}

.svh-height-2801 {
  height: calc(100svh - 2801px);
}

.svh-height-2802 {
  height: calc(100svh - 2802px);
}

.svh-height-2803 {
  height: calc(100svh - 2803px);
}

.svh-height-2804 {
  height: calc(100svh - 2804px);
}

.svh-height-2805 {
  height: calc(100svh - 2805px);
}

.svh-height-2806 {
  height: calc(100svh - 2806px);
}

.svh-height-2807 {
  height: calc(100svh - 2807px);
}

.svh-height-2808 {
  height: calc(100svh - 2808px);
}

.svh-height-2809 {
  height: calc(100svh - 2809px);
}

.svh-height-2810 {
  height: calc(100svh - 2810px);
}

.svh-height-2811 {
  height: calc(100svh - 2811px);
}

.svh-height-2812 {
  height: calc(100svh - 2812px);
}

.svh-height-2813 {
  height: calc(100svh - 2813px);
}

.svh-height-2814 {
  height: calc(100svh - 2814px);
}

.svh-height-2815 {
  height: calc(100svh - 2815px);
}

.svh-height-2816 {
  height: calc(100svh - 2816px);
}

.svh-height-2817 {
  height: calc(100svh - 2817px);
}

.svh-height-2818 {
  height: calc(100svh - 2818px);
}

.svh-height-2819 {
  height: calc(100svh - 2819px);
}

.svh-height-2820 {
  height: calc(100svh - 2820px);
}

.svh-height-2821 {
  height: calc(100svh - 2821px);
}

.svh-height-2822 {
  height: calc(100svh - 2822px);
}

.svh-height-2823 {
  height: calc(100svh - 2823px);
}

.svh-height-2824 {
  height: calc(100svh - 2824px);
}

.svh-height-2825 {
  height: calc(100svh - 2825px);
}

.svh-height-2826 {
  height: calc(100svh - 2826px);
}

.svh-height-2827 {
  height: calc(100svh - 2827px);
}

.svh-height-2828 {
  height: calc(100svh - 2828px);
}

.svh-height-2829 {
  height: calc(100svh - 2829px);
}

.svh-height-2830 {
  height: calc(100svh - 2830px);
}

.svh-height-2831 {
  height: calc(100svh - 2831px);
}

.svh-height-2832 {
  height: calc(100svh - 2832px);
}

.svh-height-2833 {
  height: calc(100svh - 2833px);
}

.svh-height-2834 {
  height: calc(100svh - 2834px);
}

.svh-height-2835 {
  height: calc(100svh - 2835px);
}

.svh-height-2836 {
  height: calc(100svh - 2836px);
}

.svh-height-2837 {
  height: calc(100svh - 2837px);
}

.svh-height-2838 {
  height: calc(100svh - 2838px);
}

.svh-height-2839 {
  height: calc(100svh - 2839px);
}

.svh-height-2840 {
  height: calc(100svh - 2840px);
}

.svh-height-2841 {
  height: calc(100svh - 2841px);
}

.svh-height-2842 {
  height: calc(100svh - 2842px);
}

.svh-height-2843 {
  height: calc(100svh - 2843px);
}

.svh-height-2844 {
  height: calc(100svh - 2844px);
}

.svh-height-2845 {
  height: calc(100svh - 2845px);
}

.svh-height-2846 {
  height: calc(100svh - 2846px);
}

.svh-height-2847 {
  height: calc(100svh - 2847px);
}

.svh-height-2848 {
  height: calc(100svh - 2848px);
}

.svh-height-2849 {
  height: calc(100svh - 2849px);
}

.svh-height-2850 {
  height: calc(100svh - 2850px);
}

.svh-height-2851 {
  height: calc(100svh - 2851px);
}

.svh-height-2852 {
  height: calc(100svh - 2852px);
}

.svh-height-2853 {
  height: calc(100svh - 2853px);
}

.svh-height-2854 {
  height: calc(100svh - 2854px);
}

.svh-height-2855 {
  height: calc(100svh - 2855px);
}

.svh-height-2856 {
  height: calc(100svh - 2856px);
}

.svh-height-2857 {
  height: calc(100svh - 2857px);
}

.svh-height-2858 {
  height: calc(100svh - 2858px);
}

.svh-height-2859 {
  height: calc(100svh - 2859px);
}

.svh-height-2860 {
  height: calc(100svh - 2860px);
}

.svh-height-2861 {
  height: calc(100svh - 2861px);
}

.svh-height-2862 {
  height: calc(100svh - 2862px);
}

.svh-height-2863 {
  height: calc(100svh - 2863px);
}

.svh-height-2864 {
  height: calc(100svh - 2864px);
}

.svh-height-2865 {
  height: calc(100svh - 2865px);
}

.svh-height-2866 {
  height: calc(100svh - 2866px);
}

.svh-height-2867 {
  height: calc(100svh - 2867px);
}

.svh-height-2868 {
  height: calc(100svh - 2868px);
}

.svh-height-2869 {
  height: calc(100svh - 2869px);
}

.svh-height-2870 {
  height: calc(100svh - 2870px);
}

.svh-height-2871 {
  height: calc(100svh - 2871px);
}

.svh-height-2872 {
  height: calc(100svh - 2872px);
}

.svh-height-2873 {
  height: calc(100svh - 2873px);
}

.svh-height-2874 {
  height: calc(100svh - 2874px);
}

.svh-height-2875 {
  height: calc(100svh - 2875px);
}

.svh-height-2876 {
  height: calc(100svh - 2876px);
}

.svh-height-2877 {
  height: calc(100svh - 2877px);
}

.svh-height-2878 {
  height: calc(100svh - 2878px);
}

.svh-height-2879 {
  height: calc(100svh - 2879px);
}

.svh-height-2880 {
  height: calc(100svh - 2880px);
}

.svh-height-2881 {
  height: calc(100svh - 2881px);
}

.svh-height-2882 {
  height: calc(100svh - 2882px);
}

.svh-height-2883 {
  height: calc(100svh - 2883px);
}

.svh-height-2884 {
  height: calc(100svh - 2884px);
}

.svh-height-2885 {
  height: calc(100svh - 2885px);
}

.svh-height-2886 {
  height: calc(100svh - 2886px);
}

.svh-height-2887 {
  height: calc(100svh - 2887px);
}

.svh-height-2888 {
  height: calc(100svh - 2888px);
}

.svh-height-2889 {
  height: calc(100svh - 2889px);
}

.svh-height-2890 {
  height: calc(100svh - 2890px);
}

.svh-height-2891 {
  height: calc(100svh - 2891px);
}

.svh-height-2892 {
  height: calc(100svh - 2892px);
}

.svh-height-2893 {
  height: calc(100svh - 2893px);
}

.svh-height-2894 {
  height: calc(100svh - 2894px);
}

.svh-height-2895 {
  height: calc(100svh - 2895px);
}

.svh-height-2896 {
  height: calc(100svh - 2896px);
}

.svh-height-2897 {
  height: calc(100svh - 2897px);
}

.svh-height-2898 {
  height: calc(100svh - 2898px);
}

.svh-height-2899 {
  height: calc(100svh - 2899px);
}

.svh-height-2900 {
  height: calc(100svh - 2900px);
}

.svh-height-2901 {
  height: calc(100svh - 2901px);
}

.svh-height-2902 {
  height: calc(100svh - 2902px);
}

.svh-height-2903 {
  height: calc(100svh - 2903px);
}

.svh-height-2904 {
  height: calc(100svh - 2904px);
}

.svh-height-2905 {
  height: calc(100svh - 2905px);
}

.svh-height-2906 {
  height: calc(100svh - 2906px);
}

.svh-height-2907 {
  height: calc(100svh - 2907px);
}

.svh-height-2908 {
  height: calc(100svh - 2908px);
}

.svh-height-2909 {
  height: calc(100svh - 2909px);
}

.svh-height-2910 {
  height: calc(100svh - 2910px);
}

.svh-height-2911 {
  height: calc(100svh - 2911px);
}

.svh-height-2912 {
  height: calc(100svh - 2912px);
}

.svh-height-2913 {
  height: calc(100svh - 2913px);
}

.svh-height-2914 {
  height: calc(100svh - 2914px);
}

.svh-height-2915 {
  height: calc(100svh - 2915px);
}

.svh-height-2916 {
  height: calc(100svh - 2916px);
}

.svh-height-2917 {
  height: calc(100svh - 2917px);
}

.svh-height-2918 {
  height: calc(100svh - 2918px);
}

.svh-height-2919 {
  height: calc(100svh - 2919px);
}

.svh-height-2920 {
  height: calc(100svh - 2920px);
}

.svh-height-2921 {
  height: calc(100svh - 2921px);
}

.svh-height-2922 {
  height: calc(100svh - 2922px);
}

.svh-height-2923 {
  height: calc(100svh - 2923px);
}

.svh-height-2924 {
  height: calc(100svh - 2924px);
}

.svh-height-2925 {
  height: calc(100svh - 2925px);
}

.svh-height-2926 {
  height: calc(100svh - 2926px);
}

.svh-height-2927 {
  height: calc(100svh - 2927px);
}

.svh-height-2928 {
  height: calc(100svh - 2928px);
}

.svh-height-2929 {
  height: calc(100svh - 2929px);
}

.svh-height-2930 {
  height: calc(100svh - 2930px);
}

.svh-height-2931 {
  height: calc(100svh - 2931px);
}

.svh-height-2932 {
  height: calc(100svh - 2932px);
}

.svh-height-2933 {
  height: calc(100svh - 2933px);
}

.svh-height-2934 {
  height: calc(100svh - 2934px);
}

.svh-height-2935 {
  height: calc(100svh - 2935px);
}

.svh-height-2936 {
  height: calc(100svh - 2936px);
}

.svh-height-2937 {
  height: calc(100svh - 2937px);
}

.svh-height-2938 {
  height: calc(100svh - 2938px);
}

.svh-height-2939 {
  height: calc(100svh - 2939px);
}

.svh-height-2940 {
  height: calc(100svh - 2940px);
}

.svh-height-2941 {
  height: calc(100svh - 2941px);
}

.svh-height-2942 {
  height: calc(100svh - 2942px);
}

.svh-height-2943 {
  height: calc(100svh - 2943px);
}

.svh-height-2944 {
  height: calc(100svh - 2944px);
}

.svh-height-2945 {
  height: calc(100svh - 2945px);
}

.svh-height-2946 {
  height: calc(100svh - 2946px);
}

.svh-height-2947 {
  height: calc(100svh - 2947px);
}

.svh-height-2948 {
  height: calc(100svh - 2948px);
}

.svh-height-2949 {
  height: calc(100svh - 2949px);
}

.svh-height-2950 {
  height: calc(100svh - 2950px);
}

.svh-height-2951 {
  height: calc(100svh - 2951px);
}

.svh-height-2952 {
  height: calc(100svh - 2952px);
}

.svh-height-2953 {
  height: calc(100svh - 2953px);
}

.svh-height-2954 {
  height: calc(100svh - 2954px);
}

.svh-height-2955 {
  height: calc(100svh - 2955px);
}

.svh-height-2956 {
  height: calc(100svh - 2956px);
}

.svh-height-2957 {
  height: calc(100svh - 2957px);
}

.svh-height-2958 {
  height: calc(100svh - 2958px);
}

.svh-height-2959 {
  height: calc(100svh - 2959px);
}

.svh-height-2960 {
  height: calc(100svh - 2960px);
}

.svh-height-2961 {
  height: calc(100svh - 2961px);
}

.svh-height-2962 {
  height: calc(100svh - 2962px);
}

.svh-height-2963 {
  height: calc(100svh - 2963px);
}

.svh-height-2964 {
  height: calc(100svh - 2964px);
}

.svh-height-2965 {
  height: calc(100svh - 2965px);
}

.svh-height-2966 {
  height: calc(100svh - 2966px);
}

.svh-height-2967 {
  height: calc(100svh - 2967px);
}

.svh-height-2968 {
  height: calc(100svh - 2968px);
}

.svh-height-2969 {
  height: calc(100svh - 2969px);
}

.svh-height-2970 {
  height: calc(100svh - 2970px);
}

.svh-height-2971 {
  height: calc(100svh - 2971px);
}

.svh-height-2972 {
  height: calc(100svh - 2972px);
}

.svh-height-2973 {
  height: calc(100svh - 2973px);
}

.svh-height-2974 {
  height: calc(100svh - 2974px);
}

.svh-height-2975 {
  height: calc(100svh - 2975px);
}

.svh-height-2976 {
  height: calc(100svh - 2976px);
}

.svh-height-2977 {
  height: calc(100svh - 2977px);
}

.svh-height-2978 {
  height: calc(100svh - 2978px);
}

.svh-height-2979 {
  height: calc(100svh - 2979px);
}

.svh-height-2980 {
  height: calc(100svh - 2980px);
}

.svh-height-2981 {
  height: calc(100svh - 2981px);
}

.svh-height-2982 {
  height: calc(100svh - 2982px);
}

.svh-height-2983 {
  height: calc(100svh - 2983px);
}

.svh-height-2984 {
  height: calc(100svh - 2984px);
}

.svh-height-2985 {
  height: calc(100svh - 2985px);
}

.svh-height-2986 {
  height: calc(100svh - 2986px);
}

.svh-height-2987 {
  height: calc(100svh - 2987px);
}

.svh-height-2988 {
  height: calc(100svh - 2988px);
}

.svh-height-2989 {
  height: calc(100svh - 2989px);
}

.svh-height-2990 {
  height: calc(100svh - 2990px);
}

.svh-height-2991 {
  height: calc(100svh - 2991px);
}

.svh-height-2992 {
  height: calc(100svh - 2992px);
}

.svh-height-2993 {
  height: calc(100svh - 2993px);
}

.svh-height-2994 {
  height: calc(100svh - 2994px);
}

.svh-height-2995 {
  height: calc(100svh - 2995px);
}

.svh-height-2996 {
  height: calc(100svh - 2996px);
}

.svh-height-2997 {
  height: calc(100svh - 2997px);
}

.svh-height-2998 {
  height: calc(100svh - 2998px);
}

.svh-height-2999 {
  height: calc(100svh - 2999px);
}

.svh-height-3000 {
  height: calc(100svh - 3000px);
}

.svh-height-3001 {
  height: calc(100svh - 3001px);
}

.svh-height-3002 {
  height: calc(100svh - 3002px);
}

.svh-height-3003 {
  height: calc(100svh - 3003px);
}

.svh-height-3004 {
  height: calc(100svh - 3004px);
}

.svh-height-3005 {
  height: calc(100svh - 3005px);
}

.svh-height-3006 {
  height: calc(100svh - 3006px);
}

.svh-height-3007 {
  height: calc(100svh - 3007px);
}

.svh-height-3008 {
  height: calc(100svh - 3008px);
}

.svh-height-3009 {
  height: calc(100svh - 3009px);
}

.svh-height-3010 {
  height: calc(100svh - 3010px);
}

.svh-height-3011 {
  height: calc(100svh - 3011px);
}

.svh-height-3012 {
  height: calc(100svh - 3012px);
}

.svh-height-3013 {
  height: calc(100svh - 3013px);
}

.svh-height-3014 {
  height: calc(100svh - 3014px);
}

.svh-height-3015 {
  height: calc(100svh - 3015px);
}

.svh-height-3016 {
  height: calc(100svh - 3016px);
}

.svh-height-3017 {
  height: calc(100svh - 3017px);
}

.svh-height-3018 {
  height: calc(100svh - 3018px);
}

.svh-height-3019 {
  height: calc(100svh - 3019px);
}

.svh-height-3020 {
  height: calc(100svh - 3020px);
}

.svh-height-3021 {
  height: calc(100svh - 3021px);
}

.svh-height-3022 {
  height: calc(100svh - 3022px);
}

.svh-height-3023 {
  height: calc(100svh - 3023px);
}

.svh-height-3024 {
  height: calc(100svh - 3024px);
}

.svh-height-3025 {
  height: calc(100svh - 3025px);
}

.svh-height-3026 {
  height: calc(100svh - 3026px);
}

.svh-height-3027 {
  height: calc(100svh - 3027px);
}

.svh-height-3028 {
  height: calc(100svh - 3028px);
}

.svh-height-3029 {
  height: calc(100svh - 3029px);
}

.svh-height-3030 {
  height: calc(100svh - 3030px);
}

.svh-height-3031 {
  height: calc(100svh - 3031px);
}

.svh-height-3032 {
  height: calc(100svh - 3032px);
}

.svh-height-3033 {
  height: calc(100svh - 3033px);
}

.svh-height-3034 {
  height: calc(100svh - 3034px);
}

.svh-height-3035 {
  height: calc(100svh - 3035px);
}

.svh-height-3036 {
  height: calc(100svh - 3036px);
}

.svh-height-3037 {
  height: calc(100svh - 3037px);
}

.svh-height-3038 {
  height: calc(100svh - 3038px);
}

.svh-height-3039 {
  height: calc(100svh - 3039px);
}

.svh-height-3040 {
  height: calc(100svh - 3040px);
}

.svh-height-3041 {
  height: calc(100svh - 3041px);
}

.svh-height-3042 {
  height: calc(100svh - 3042px);
}

.svh-height-3043 {
  height: calc(100svh - 3043px);
}

.svh-height-3044 {
  height: calc(100svh - 3044px);
}

.svh-height-3045 {
  height: calc(100svh - 3045px);
}

.svh-height-3046 {
  height: calc(100svh - 3046px);
}

.svh-height-3047 {
  height: calc(100svh - 3047px);
}

.svh-height-3048 {
  height: calc(100svh - 3048px);
}

.svh-height-3049 {
  height: calc(100svh - 3049px);
}

.svh-height-3050 {
  height: calc(100svh - 3050px);
}

.svh-height-3051 {
  height: calc(100svh - 3051px);
}

.svh-height-3052 {
  height: calc(100svh - 3052px);
}

.svh-height-3053 {
  height: calc(100svh - 3053px);
}

.svh-height-3054 {
  height: calc(100svh - 3054px);
}

.svh-height-3055 {
  height: calc(100svh - 3055px);
}

.svh-height-3056 {
  height: calc(100svh - 3056px);
}

.svh-height-3057 {
  height: calc(100svh - 3057px);
}

.svh-height-3058 {
  height: calc(100svh - 3058px);
}

.svh-height-3059 {
  height: calc(100svh - 3059px);
}

.svh-height-3060 {
  height: calc(100svh - 3060px);
}

.svh-height-3061 {
  height: calc(100svh - 3061px);
}

.svh-height-3062 {
  height: calc(100svh - 3062px);
}

.svh-height-3063 {
  height: calc(100svh - 3063px);
}

.svh-height-3064 {
  height: calc(100svh - 3064px);
}

.svh-height-3065 {
  height: calc(100svh - 3065px);
}

.svh-height-3066 {
  height: calc(100svh - 3066px);
}

.svh-height-3067 {
  height: calc(100svh - 3067px);
}

.svh-height-3068 {
  height: calc(100svh - 3068px);
}

.svh-height-3069 {
  height: calc(100svh - 3069px);
}

.svh-height-3070 {
  height: calc(100svh - 3070px);
}

.svh-height-3071 {
  height: calc(100svh - 3071px);
}

.svh-height-3072 {
  height: calc(100svh - 3072px);
}

.svh-height-3073 {
  height: calc(100svh - 3073px);
}

.svh-height-3074 {
  height: calc(100svh - 3074px);
}

.svh-height-3075 {
  height: calc(100svh - 3075px);
}

.svh-height-3076 {
  height: calc(100svh - 3076px);
}

.svh-height-3077 {
  height: calc(100svh - 3077px);
}

.svh-height-3078 {
  height: calc(100svh - 3078px);
}

.svh-height-3079 {
  height: calc(100svh - 3079px);
}

.svh-height-3080 {
  height: calc(100svh - 3080px);
}

.svh-height-3081 {
  height: calc(100svh - 3081px);
}

.svh-height-3082 {
  height: calc(100svh - 3082px);
}

.svh-height-3083 {
  height: calc(100svh - 3083px);
}

.svh-height-3084 {
  height: calc(100svh - 3084px);
}

.svh-height-3085 {
  height: calc(100svh - 3085px);
}

.svh-height-3086 {
  height: calc(100svh - 3086px);
}

.svh-height-3087 {
  height: calc(100svh - 3087px);
}

.svh-height-3088 {
  height: calc(100svh - 3088px);
}

.svh-height-3089 {
  height: calc(100svh - 3089px);
}

.svh-height-3090 {
  height: calc(100svh - 3090px);
}

.svh-height-3091 {
  height: calc(100svh - 3091px);
}

.svh-height-3092 {
  height: calc(100svh - 3092px);
}

.svh-height-3093 {
  height: calc(100svh - 3093px);
}

.svh-height-3094 {
  height: calc(100svh - 3094px);
}

.svh-height-3095 {
  height: calc(100svh - 3095px);
}

.svh-height-3096 {
  height: calc(100svh - 3096px);
}

.svh-height-3097 {
  height: calc(100svh - 3097px);
}

.svh-height-3098 {
  height: calc(100svh - 3098px);
}

.svh-height-3099 {
  height: calc(100svh - 3099px);
}

.svh-height-3100 {
  height: calc(100svh - 3100px);
}

.svh-height-3101 {
  height: calc(100svh - 3101px);
}

.svh-height-3102 {
  height: calc(100svh - 3102px);
}

.svh-height-3103 {
  height: calc(100svh - 3103px);
}

.svh-height-3104 {
  height: calc(100svh - 3104px);
}

.svh-height-3105 {
  height: calc(100svh - 3105px);
}

.svh-height-3106 {
  height: calc(100svh - 3106px);
}

.svh-height-3107 {
  height: calc(100svh - 3107px);
}

.svh-height-3108 {
  height: calc(100svh - 3108px);
}

.svh-height-3109 {
  height: calc(100svh - 3109px);
}

.svh-height-3110 {
  height: calc(100svh - 3110px);
}

.svh-height-3111 {
  height: calc(100svh - 3111px);
}

.svh-height-3112 {
  height: calc(100svh - 3112px);
}

.svh-height-3113 {
  height: calc(100svh - 3113px);
}

.svh-height-3114 {
  height: calc(100svh - 3114px);
}

.svh-height-3115 {
  height: calc(100svh - 3115px);
}

.svh-height-3116 {
  height: calc(100svh - 3116px);
}

.svh-height-3117 {
  height: calc(100svh - 3117px);
}

.svh-height-3118 {
  height: calc(100svh - 3118px);
}

.svh-height-3119 {
  height: calc(100svh - 3119px);
}

.svh-height-3120 {
  height: calc(100svh - 3120px);
}

.svh-height-3121 {
  height: calc(100svh - 3121px);
}

.svh-height-3122 {
  height: calc(100svh - 3122px);
}

.svh-height-3123 {
  height: calc(100svh - 3123px);
}

.svh-height-3124 {
  height: calc(100svh - 3124px);
}

.svh-height-3125 {
  height: calc(100svh - 3125px);
}

.svh-height-3126 {
  height: calc(100svh - 3126px);
}

.svh-height-3127 {
  height: calc(100svh - 3127px);
}

.svh-height-3128 {
  height: calc(100svh - 3128px);
}

.svh-height-3129 {
  height: calc(100svh - 3129px);
}

.svh-height-3130 {
  height: calc(100svh - 3130px);
}

.svh-height-3131 {
  height: calc(100svh - 3131px);
}

.svh-height-3132 {
  height: calc(100svh - 3132px);
}

.svh-height-3133 {
  height: calc(100svh - 3133px);
}

.svh-height-3134 {
  height: calc(100svh - 3134px);
}

.svh-height-3135 {
  height: calc(100svh - 3135px);
}

.svh-height-3136 {
  height: calc(100svh - 3136px);
}

.svh-height-3137 {
  height: calc(100svh - 3137px);
}

.svh-height-3138 {
  height: calc(100svh - 3138px);
}

.svh-height-3139 {
  height: calc(100svh - 3139px);
}

.svh-height-3140 {
  height: calc(100svh - 3140px);
}

.svh-height-3141 {
  height: calc(100svh - 3141px);
}

.svh-height-3142 {
  height: calc(100svh - 3142px);
}

.svh-height-3143 {
  height: calc(100svh - 3143px);
}

.svh-height-3144 {
  height: calc(100svh - 3144px);
}

.svh-height-3145 {
  height: calc(100svh - 3145px);
}

.svh-height-3146 {
  height: calc(100svh - 3146px);
}

.svh-height-3147 {
  height: calc(100svh - 3147px);
}

.svh-height-3148 {
  height: calc(100svh - 3148px);
}

.svh-height-3149 {
  height: calc(100svh - 3149px);
}

.svh-height-3150 {
  height: calc(100svh - 3150px);
}

.svh-height-3151 {
  height: calc(100svh - 3151px);
}

.svh-height-3152 {
  height: calc(100svh - 3152px);
}

.svh-height-3153 {
  height: calc(100svh - 3153px);
}

.svh-height-3154 {
  height: calc(100svh - 3154px);
}

.svh-height-3155 {
  height: calc(100svh - 3155px);
}

.svh-height-3156 {
  height: calc(100svh - 3156px);
}

.svh-height-3157 {
  height: calc(100svh - 3157px);
}

.svh-height-3158 {
  height: calc(100svh - 3158px);
}

.svh-height-3159 {
  height: calc(100svh - 3159px);
}

.svh-height-3160 {
  height: calc(100svh - 3160px);
}

.svh-height-3161 {
  height: calc(100svh - 3161px);
}

.svh-height-3162 {
  height: calc(100svh - 3162px);
}

.svh-height-3163 {
  height: calc(100svh - 3163px);
}

.svh-height-3164 {
  height: calc(100svh - 3164px);
}

.svh-height-3165 {
  height: calc(100svh - 3165px);
}

.svh-height-3166 {
  height: calc(100svh - 3166px);
}

.svh-height-3167 {
  height: calc(100svh - 3167px);
}

.svh-height-3168 {
  height: calc(100svh - 3168px);
}

.svh-height-3169 {
  height: calc(100svh - 3169px);
}

.svh-height-3170 {
  height: calc(100svh - 3170px);
}

.svh-height-3171 {
  height: calc(100svh - 3171px);
}

.svh-height-3172 {
  height: calc(100svh - 3172px);
}

.svh-height-3173 {
  height: calc(100svh - 3173px);
}

.svh-height-3174 {
  height: calc(100svh - 3174px);
}

.svh-height-3175 {
  height: calc(100svh - 3175px);
}

.svh-height-3176 {
  height: calc(100svh - 3176px);
}

.svh-height-3177 {
  height: calc(100svh - 3177px);
}

.svh-height-3178 {
  height: calc(100svh - 3178px);
}

.svh-height-3179 {
  height: calc(100svh - 3179px);
}

.svh-height-3180 {
  height: calc(100svh - 3180px);
}

.svh-height-3181 {
  height: calc(100svh - 3181px);
}

.svh-height-3182 {
  height: calc(100svh - 3182px);
}

.svh-height-3183 {
  height: calc(100svh - 3183px);
}

.svh-height-3184 {
  height: calc(100svh - 3184px);
}

.svh-height-3185 {
  height: calc(100svh - 3185px);
}

.svh-height-3186 {
  height: calc(100svh - 3186px);
}

.svh-height-3187 {
  height: calc(100svh - 3187px);
}

.svh-height-3188 {
  height: calc(100svh - 3188px);
}

.svh-height-3189 {
  height: calc(100svh - 3189px);
}

.svh-height-3190 {
  height: calc(100svh - 3190px);
}

.svh-height-3191 {
  height: calc(100svh - 3191px);
}

.svh-height-3192 {
  height: calc(100svh - 3192px);
}

.svh-height-3193 {
  height: calc(100svh - 3193px);
}

.svh-height-3194 {
  height: calc(100svh - 3194px);
}

.svh-height-3195 {
  height: calc(100svh - 3195px);
}

.svh-height-3196 {
  height: calc(100svh - 3196px);
}

.svh-height-3197 {
  height: calc(100svh - 3197px);
}

.svh-height-3198 {
  height: calc(100svh - 3198px);
}

.svh-height-3199 {
  height: calc(100svh - 3199px);
}

.svh-height-3200 {
  height: calc(100svh - 3200px);
}

.svh-height-3201 {
  height: calc(100svh - 3201px);
}

.svh-height-3202 {
  height: calc(100svh - 3202px);
}

.svh-height-3203 {
  height: calc(100svh - 3203px);
}

.svh-height-3204 {
  height: calc(100svh - 3204px);
}

.svh-height-3205 {
  height: calc(100svh - 3205px);
}

.svh-height-3206 {
  height: calc(100svh - 3206px);
}

.svh-height-3207 {
  height: calc(100svh - 3207px);
}

.svh-height-3208 {
  height: calc(100svh - 3208px);
}

.svh-height-3209 {
  height: calc(100svh - 3209px);
}

.svh-height-3210 {
  height: calc(100svh - 3210px);
}

.svh-height-3211 {
  height: calc(100svh - 3211px);
}

.svh-height-3212 {
  height: calc(100svh - 3212px);
}

.svh-height-3213 {
  height: calc(100svh - 3213px);
}

.svh-height-3214 {
  height: calc(100svh - 3214px);
}

.svh-height-3215 {
  height: calc(100svh - 3215px);
}

.svh-height-3216 {
  height: calc(100svh - 3216px);
}

.svh-height-3217 {
  height: calc(100svh - 3217px);
}

.svh-height-3218 {
  height: calc(100svh - 3218px);
}

.svh-height-3219 {
  height: calc(100svh - 3219px);
}

.svh-height-3220 {
  height: calc(100svh - 3220px);
}

.svh-height-3221 {
  height: calc(100svh - 3221px);
}

.svh-height-3222 {
  height: calc(100svh - 3222px);
}

.svh-height-3223 {
  height: calc(100svh - 3223px);
}

.svh-height-3224 {
  height: calc(100svh - 3224px);
}

.svh-height-3225 {
  height: calc(100svh - 3225px);
}

.svh-height-3226 {
  height: calc(100svh - 3226px);
}

.svh-height-3227 {
  height: calc(100svh - 3227px);
}

.svh-height-3228 {
  height: calc(100svh - 3228px);
}

.svh-height-3229 {
  height: calc(100svh - 3229px);
}

.svh-height-3230 {
  height: calc(100svh - 3230px);
}

.svh-height-3231 {
  height: calc(100svh - 3231px);
}

.svh-height-3232 {
  height: calc(100svh - 3232px);
}

.svh-height-3233 {
  height: calc(100svh - 3233px);
}

.svh-height-3234 {
  height: calc(100svh - 3234px);
}

.svh-height-3235 {
  height: calc(100svh - 3235px);
}

.svh-height-3236 {
  height: calc(100svh - 3236px);
}

.svh-height-3237 {
  height: calc(100svh - 3237px);
}

.svh-height-3238 {
  height: calc(100svh - 3238px);
}

.svh-height-3239 {
  height: calc(100svh - 3239px);
}

.svh-height-3240 {
  height: calc(100svh - 3240px);
}

.svh-height-3241 {
  height: calc(100svh - 3241px);
}

.svh-height-3242 {
  height: calc(100svh - 3242px);
}

.svh-height-3243 {
  height: calc(100svh - 3243px);
}

.svh-height-3244 {
  height: calc(100svh - 3244px);
}

.svh-height-3245 {
  height: calc(100svh - 3245px);
}

.svh-height-3246 {
  height: calc(100svh - 3246px);
}

.svh-height-3247 {
  height: calc(100svh - 3247px);
}

.svh-height-3248 {
  height: calc(100svh - 3248px);
}

.svh-height-3249 {
  height: calc(100svh - 3249px);
}

.svh-height-3250 {
  height: calc(100svh - 3250px);
}

.svh-height-3251 {
  height: calc(100svh - 3251px);
}

.svh-height-3252 {
  height: calc(100svh - 3252px);
}

.svh-height-3253 {
  height: calc(100svh - 3253px);
}

.svh-height-3254 {
  height: calc(100svh - 3254px);
}

.svh-height-3255 {
  height: calc(100svh - 3255px);
}

.svh-height-3256 {
  height: calc(100svh - 3256px);
}

.svh-height-3257 {
  height: calc(100svh - 3257px);
}

.svh-height-3258 {
  height: calc(100svh - 3258px);
}

.svh-height-3259 {
  height: calc(100svh - 3259px);
}

.svh-height-3260 {
  height: calc(100svh - 3260px);
}

.svh-height-3261 {
  height: calc(100svh - 3261px);
}

.svh-height-3262 {
  height: calc(100svh - 3262px);
}

.svh-height-3263 {
  height: calc(100svh - 3263px);
}

.svh-height-3264 {
  height: calc(100svh - 3264px);
}

.svh-height-3265 {
  height: calc(100svh - 3265px);
}

.svh-height-3266 {
  height: calc(100svh - 3266px);
}

.svh-height-3267 {
  height: calc(100svh - 3267px);
}

.svh-height-3268 {
  height: calc(100svh - 3268px);
}

.svh-height-3269 {
  height: calc(100svh - 3269px);
}

.svh-height-3270 {
  height: calc(100svh - 3270px);
}

.svh-height-3271 {
  height: calc(100svh - 3271px);
}

.svh-height-3272 {
  height: calc(100svh - 3272px);
}

.svh-height-3273 {
  height: calc(100svh - 3273px);
}

.svh-height-3274 {
  height: calc(100svh - 3274px);
}

.svh-height-3275 {
  height: calc(100svh - 3275px);
}

.svh-height-3276 {
  height: calc(100svh - 3276px);
}

.svh-height-3277 {
  height: calc(100svh - 3277px);
}

.svh-height-3278 {
  height: calc(100svh - 3278px);
}

.svh-height-3279 {
  height: calc(100svh - 3279px);
}

.svh-height-3280 {
  height: calc(100svh - 3280px);
}

.svh-height-3281 {
  height: calc(100svh - 3281px);
}

.svh-height-3282 {
  height: calc(100svh - 3282px);
}

.svh-height-3283 {
  height: calc(100svh - 3283px);
}

.svh-height-3284 {
  height: calc(100svh - 3284px);
}

.svh-height-3285 {
  height: calc(100svh - 3285px);
}

.svh-height-3286 {
  height: calc(100svh - 3286px);
}

.svh-height-3287 {
  height: calc(100svh - 3287px);
}

.svh-height-3288 {
  height: calc(100svh - 3288px);
}

.svh-height-3289 {
  height: calc(100svh - 3289px);
}

.svh-height-3290 {
  height: calc(100svh - 3290px);
}

.svh-height-3291 {
  height: calc(100svh - 3291px);
}

.svh-height-3292 {
  height: calc(100svh - 3292px);
}

.svh-height-3293 {
  height: calc(100svh - 3293px);
}

.svh-height-3294 {
  height: calc(100svh - 3294px);
}

.svh-height-3295 {
  height: calc(100svh - 3295px);
}

.svh-height-3296 {
  height: calc(100svh - 3296px);
}

.svh-height-3297 {
  height: calc(100svh - 3297px);
}

.svh-height-3298 {
  height: calc(100svh - 3298px);
}

.svh-height-3299 {
  height: calc(100svh - 3299px);
}

.svh-height-3300 {
  height: calc(100svh - 3300px);
}

.svh-height-3301 {
  height: calc(100svh - 3301px);
}

.svh-height-3302 {
  height: calc(100svh - 3302px);
}

.svh-height-3303 {
  height: calc(100svh - 3303px);
}

.svh-height-3304 {
  height: calc(100svh - 3304px);
}

.svh-height-3305 {
  height: calc(100svh - 3305px);
}

.svh-height-3306 {
  height: calc(100svh - 3306px);
}

.svh-height-3307 {
  height: calc(100svh - 3307px);
}

.svh-height-3308 {
  height: calc(100svh - 3308px);
}

.svh-height-3309 {
  height: calc(100svh - 3309px);
}

.svh-height-3310 {
  height: calc(100svh - 3310px);
}

.svh-height-3311 {
  height: calc(100svh - 3311px);
}

.svh-height-3312 {
  height: calc(100svh - 3312px);
}

.svh-height-3313 {
  height: calc(100svh - 3313px);
}

.svh-height-3314 {
  height: calc(100svh - 3314px);
}

.svh-height-3315 {
  height: calc(100svh - 3315px);
}

.svh-height-3316 {
  height: calc(100svh - 3316px);
}

.svh-height-3317 {
  height: calc(100svh - 3317px);
}

.svh-height-3318 {
  height: calc(100svh - 3318px);
}

.svh-height-3319 {
  height: calc(100svh - 3319px);
}

.svh-height-3320 {
  height: calc(100svh - 3320px);
}

.svh-height-3321 {
  height: calc(100svh - 3321px);
}

.svh-height-3322 {
  height: calc(100svh - 3322px);
}

.svh-height-3323 {
  height: calc(100svh - 3323px);
}

.svh-height-3324 {
  height: calc(100svh - 3324px);
}

.svh-height-3325 {
  height: calc(100svh - 3325px);
}

.svh-height-3326 {
  height: calc(100svh - 3326px);
}

.svh-height-3327 {
  height: calc(100svh - 3327px);
}

.svh-height-3328 {
  height: calc(100svh - 3328px);
}

.svh-height-3329 {
  height: calc(100svh - 3329px);
}

.svh-height-3330 {
  height: calc(100svh - 3330px);
}

.svh-height-3331 {
  height: calc(100svh - 3331px);
}

.svh-height-3332 {
  height: calc(100svh - 3332px);
}

.svh-height-3333 {
  height: calc(100svh - 3333px);
}

.svh-height-3334 {
  height: calc(100svh - 3334px);
}

.svh-height-3335 {
  height: calc(100svh - 3335px);
}

.svh-height-3336 {
  height: calc(100svh - 3336px);
}

.svh-height-3337 {
  height: calc(100svh - 3337px);
}

.svh-height-3338 {
  height: calc(100svh - 3338px);
}

.svh-height-3339 {
  height: calc(100svh - 3339px);
}

.svh-height-3340 {
  height: calc(100svh - 3340px);
}

.svh-height-3341 {
  height: calc(100svh - 3341px);
}

.svh-height-3342 {
  height: calc(100svh - 3342px);
}

.svh-height-3343 {
  height: calc(100svh - 3343px);
}

.svh-height-3344 {
  height: calc(100svh - 3344px);
}

.svh-height-3345 {
  height: calc(100svh - 3345px);
}

.svh-height-3346 {
  height: calc(100svh - 3346px);
}

.svh-height-3347 {
  height: calc(100svh - 3347px);
}

.svh-height-3348 {
  height: calc(100svh - 3348px);
}

.svh-height-3349 {
  height: calc(100svh - 3349px);
}

.svh-height-3350 {
  height: calc(100svh - 3350px);
}

.svh-height-3351 {
  height: calc(100svh - 3351px);
}

.svh-height-3352 {
  height: calc(100svh - 3352px);
}

.svh-height-3353 {
  height: calc(100svh - 3353px);
}

.svh-height-3354 {
  height: calc(100svh - 3354px);
}

.svh-height-3355 {
  height: calc(100svh - 3355px);
}

.svh-height-3356 {
  height: calc(100svh - 3356px);
}

.svh-height-3357 {
  height: calc(100svh - 3357px);
}

.svh-height-3358 {
  height: calc(100svh - 3358px);
}

.svh-height-3359 {
  height: calc(100svh - 3359px);
}

.svh-height-3360 {
  height: calc(100svh - 3360px);
}

.svh-height-3361 {
  height: calc(100svh - 3361px);
}

.svh-height-3362 {
  height: calc(100svh - 3362px);
}

.svh-height-3363 {
  height: calc(100svh - 3363px);
}

.svh-height-3364 {
  height: calc(100svh - 3364px);
}

.svh-height-3365 {
  height: calc(100svh - 3365px);
}

.svh-height-3366 {
  height: calc(100svh - 3366px);
}

.svh-height-3367 {
  height: calc(100svh - 3367px);
}

.svh-height-3368 {
  height: calc(100svh - 3368px);
}

.svh-height-3369 {
  height: calc(100svh - 3369px);
}

.svh-height-3370 {
  height: calc(100svh - 3370px);
}

.svh-height-3371 {
  height: calc(100svh - 3371px);
}

.svh-height-3372 {
  height: calc(100svh - 3372px);
}

.svh-height-3373 {
  height: calc(100svh - 3373px);
}

.svh-height-3374 {
  height: calc(100svh - 3374px);
}

.svh-height-3375 {
  height: calc(100svh - 3375px);
}

.svh-height-3376 {
  height: calc(100svh - 3376px);
}

.svh-height-3377 {
  height: calc(100svh - 3377px);
}

.svh-height-3378 {
  height: calc(100svh - 3378px);
}

.svh-height-3379 {
  height: calc(100svh - 3379px);
}

.svh-height-3380 {
  height: calc(100svh - 3380px);
}

.svh-height-3381 {
  height: calc(100svh - 3381px);
}

.svh-height-3382 {
  height: calc(100svh - 3382px);
}

.svh-height-3383 {
  height: calc(100svh - 3383px);
}

.svh-height-3384 {
  height: calc(100svh - 3384px);
}

.svh-height-3385 {
  height: calc(100svh - 3385px);
}

.svh-height-3386 {
  height: calc(100svh - 3386px);
}

.svh-height-3387 {
  height: calc(100svh - 3387px);
}

.svh-height-3388 {
  height: calc(100svh - 3388px);
}

.svh-height-3389 {
  height: calc(100svh - 3389px);
}

.svh-height-3390 {
  height: calc(100svh - 3390px);
}

.svh-height-3391 {
  height: calc(100svh - 3391px);
}

.svh-height-3392 {
  height: calc(100svh - 3392px);
}

.svh-height-3393 {
  height: calc(100svh - 3393px);
}

.svh-height-3394 {
  height: calc(100svh - 3394px);
}

.svh-height-3395 {
  height: calc(100svh - 3395px);
}

.svh-height-3396 {
  height: calc(100svh - 3396px);
}

.svh-height-3397 {
  height: calc(100svh - 3397px);
}

.svh-height-3398 {
  height: calc(100svh - 3398px);
}

.svh-height-3399 {
  height: calc(100svh - 3399px);
}

.svh-height-3400 {
  height: calc(100svh - 3400px);
}

.svh-height-3401 {
  height: calc(100svh - 3401px);
}

.svh-height-3402 {
  height: calc(100svh - 3402px);
}

.svh-height-3403 {
  height: calc(100svh - 3403px);
}

.svh-height-3404 {
  height: calc(100svh - 3404px);
}

.svh-height-3405 {
  height: calc(100svh - 3405px);
}

.svh-height-3406 {
  height: calc(100svh - 3406px);
}

.svh-height-3407 {
  height: calc(100svh - 3407px);
}

.svh-height-3408 {
  height: calc(100svh - 3408px);
}

.svh-height-3409 {
  height: calc(100svh - 3409px);
}

.svh-height-3410 {
  height: calc(100svh - 3410px);
}

.svh-height-3411 {
  height: calc(100svh - 3411px);
}

.svh-height-3412 {
  height: calc(100svh - 3412px);
}

.svh-height-3413 {
  height: calc(100svh - 3413px);
}

.svh-height-3414 {
  height: calc(100svh - 3414px);
}

.svh-height-3415 {
  height: calc(100svh - 3415px);
}

.svh-height-3416 {
  height: calc(100svh - 3416px);
}

.svh-height-3417 {
  height: calc(100svh - 3417px);
}

.svh-height-3418 {
  height: calc(100svh - 3418px);
}

.svh-height-3419 {
  height: calc(100svh - 3419px);
}

.svh-height-3420 {
  height: calc(100svh - 3420px);
}

.svh-height-3421 {
  height: calc(100svh - 3421px);
}

.svh-height-3422 {
  height: calc(100svh - 3422px);
}

.svh-height-3423 {
  height: calc(100svh - 3423px);
}

.svh-height-3424 {
  height: calc(100svh - 3424px);
}

.svh-height-3425 {
  height: calc(100svh - 3425px);
}

.svh-height-3426 {
  height: calc(100svh - 3426px);
}

.svh-height-3427 {
  height: calc(100svh - 3427px);
}

.svh-height-3428 {
  height: calc(100svh - 3428px);
}

.svh-height-3429 {
  height: calc(100svh - 3429px);
}

.svh-height-3430 {
  height: calc(100svh - 3430px);
}

.svh-height-3431 {
  height: calc(100svh - 3431px);
}

.svh-height-3432 {
  height: calc(100svh - 3432px);
}

.svh-height-3433 {
  height: calc(100svh - 3433px);
}

.svh-height-3434 {
  height: calc(100svh - 3434px);
}

.svh-height-3435 {
  height: calc(100svh - 3435px);
}

.svh-height-3436 {
  height: calc(100svh - 3436px);
}

.svh-height-3437 {
  height: calc(100svh - 3437px);
}

.svh-height-3438 {
  height: calc(100svh - 3438px);
}

.svh-height-3439 {
  height: calc(100svh - 3439px);
}

.svh-height-3440 {
  height: calc(100svh - 3440px);
}

.svh-height-3441 {
  height: calc(100svh - 3441px);
}

.svh-height-3442 {
  height: calc(100svh - 3442px);
}

.svh-height-3443 {
  height: calc(100svh - 3443px);
}

.svh-height-3444 {
  height: calc(100svh - 3444px);
}

.svh-height-3445 {
  height: calc(100svh - 3445px);
}

.svh-height-3446 {
  height: calc(100svh - 3446px);
}

.svh-height-3447 {
  height: calc(100svh - 3447px);
}

.svh-height-3448 {
  height: calc(100svh - 3448px);
}

.svh-height-3449 {
  height: calc(100svh - 3449px);
}

.svh-height-3450 {
  height: calc(100svh - 3450px);
}

.svh-height-3451 {
  height: calc(100svh - 3451px);
}

.svh-height-3452 {
  height: calc(100svh - 3452px);
}

.svh-height-3453 {
  height: calc(100svh - 3453px);
}

.svh-height-3454 {
  height: calc(100svh - 3454px);
}

.svh-height-3455 {
  height: calc(100svh - 3455px);
}

.svh-height-3456 {
  height: calc(100svh - 3456px);
}

.svh-height-3457 {
  height: calc(100svh - 3457px);
}

.svh-height-3458 {
  height: calc(100svh - 3458px);
}

.svh-height-3459 {
  height: calc(100svh - 3459px);
}

.svh-height-3460 {
  height: calc(100svh - 3460px);
}

.svh-height-3461 {
  height: calc(100svh - 3461px);
}

.svh-height-3462 {
  height: calc(100svh - 3462px);
}

.svh-height-3463 {
  height: calc(100svh - 3463px);
}

.svh-height-3464 {
  height: calc(100svh - 3464px);
}

.svh-height-3465 {
  height: calc(100svh - 3465px);
}

.svh-height-3466 {
  height: calc(100svh - 3466px);
}

.svh-height-3467 {
  height: calc(100svh - 3467px);
}

.svh-height-3468 {
  height: calc(100svh - 3468px);
}

.svh-height-3469 {
  height: calc(100svh - 3469px);
}

.svh-height-3470 {
  height: calc(100svh - 3470px);
}

.svh-height-3471 {
  height: calc(100svh - 3471px);
}

.svh-height-3472 {
  height: calc(100svh - 3472px);
}

.svh-height-3473 {
  height: calc(100svh - 3473px);
}

.svh-height-3474 {
  height: calc(100svh - 3474px);
}

.svh-height-3475 {
  height: calc(100svh - 3475px);
}

.svh-height-3476 {
  height: calc(100svh - 3476px);
}

.svh-height-3477 {
  height: calc(100svh - 3477px);
}

.svh-height-3478 {
  height: calc(100svh - 3478px);
}

.svh-height-3479 {
  height: calc(100svh - 3479px);
}

.svh-height-3480 {
  height: calc(100svh - 3480px);
}

.svh-height-3481 {
  height: calc(100svh - 3481px);
}

.svh-height-3482 {
  height: calc(100svh - 3482px);
}

.svh-height-3483 {
  height: calc(100svh - 3483px);
}

.svh-height-3484 {
  height: calc(100svh - 3484px);
}

.svh-height-3485 {
  height: calc(100svh - 3485px);
}

.svh-height-3486 {
  height: calc(100svh - 3486px);
}

.svh-height-3487 {
  height: calc(100svh - 3487px);
}

.svh-height-3488 {
  height: calc(100svh - 3488px);
}

.svh-height-3489 {
  height: calc(100svh - 3489px);
}

.svh-height-3490 {
  height: calc(100svh - 3490px);
}

.svh-height-3491 {
  height: calc(100svh - 3491px);
}

.svh-height-3492 {
  height: calc(100svh - 3492px);
}

.svh-height-3493 {
  height: calc(100svh - 3493px);
}

.svh-height-3494 {
  height: calc(100svh - 3494px);
}

.svh-height-3495 {
  height: calc(100svh - 3495px);
}

.svh-height-3496 {
  height: calc(100svh - 3496px);
}

.svh-height-3497 {
  height: calc(100svh - 3497px);
}

.svh-height-3498 {
  height: calc(100svh - 3498px);
}

.svh-height-3499 {
  height: calc(100svh - 3499px);
}

.svh-height-3500 {
  height: calc(100svh - 3500px);
}

.svh-height-3501 {
  height: calc(100svh - 3501px);
}

.svh-height-3502 {
  height: calc(100svh - 3502px);
}

.svh-height-3503 {
  height: calc(100svh - 3503px);
}

.svh-height-3504 {
  height: calc(100svh - 3504px);
}

.svh-height-3505 {
  height: calc(100svh - 3505px);
}

.svh-height-3506 {
  height: calc(100svh - 3506px);
}

.svh-height-3507 {
  height: calc(100svh - 3507px);
}

.svh-height-3508 {
  height: calc(100svh - 3508px);
}

.svh-height-3509 {
  height: calc(100svh - 3509px);
}

.svh-height-3510 {
  height: calc(100svh - 3510px);
}

.svh-height-3511 {
  height: calc(100svh - 3511px);
}

.svh-height-3512 {
  height: calc(100svh - 3512px);
}

.svh-height-3513 {
  height: calc(100svh - 3513px);
}

.svh-height-3514 {
  height: calc(100svh - 3514px);
}

.svh-height-3515 {
  height: calc(100svh - 3515px);
}

.svh-height-3516 {
  height: calc(100svh - 3516px);
}

.svh-height-3517 {
  height: calc(100svh - 3517px);
}

.svh-height-3518 {
  height: calc(100svh - 3518px);
}

.svh-height-3519 {
  height: calc(100svh - 3519px);
}

.svh-height-3520 {
  height: calc(100svh - 3520px);
}

.svh-height-3521 {
  height: calc(100svh - 3521px);
}

.svh-height-3522 {
  height: calc(100svh - 3522px);
}

.svh-height-3523 {
  height: calc(100svh - 3523px);
}

.svh-height-3524 {
  height: calc(100svh - 3524px);
}

.svh-height-3525 {
  height: calc(100svh - 3525px);
}

.svh-height-3526 {
  height: calc(100svh - 3526px);
}

.svh-height-3527 {
  height: calc(100svh - 3527px);
}

.svh-height-3528 {
  height: calc(100svh - 3528px);
}

.svh-height-3529 {
  height: calc(100svh - 3529px);
}

.svh-height-3530 {
  height: calc(100svh - 3530px);
}

.svh-height-3531 {
  height: calc(100svh - 3531px);
}

.svh-height-3532 {
  height: calc(100svh - 3532px);
}

.svh-height-3533 {
  height: calc(100svh - 3533px);
}

.svh-height-3534 {
  height: calc(100svh - 3534px);
}

.svh-height-3535 {
  height: calc(100svh - 3535px);
}

.svh-height-3536 {
  height: calc(100svh - 3536px);
}

.svh-height-3537 {
  height: calc(100svh - 3537px);
}

.svh-height-3538 {
  height: calc(100svh - 3538px);
}

.svh-height-3539 {
  height: calc(100svh - 3539px);
}

.svh-height-3540 {
  height: calc(100svh - 3540px);
}

.svh-height-3541 {
  height: calc(100svh - 3541px);
}

.svh-height-3542 {
  height: calc(100svh - 3542px);
}

.svh-height-3543 {
  height: calc(100svh - 3543px);
}

.svh-height-3544 {
  height: calc(100svh - 3544px);
}

.svh-height-3545 {
  height: calc(100svh - 3545px);
}

.svh-height-3546 {
  height: calc(100svh - 3546px);
}

.svh-height-3547 {
  height: calc(100svh - 3547px);
}

.svh-height-3548 {
  height: calc(100svh - 3548px);
}

.svh-height-3549 {
  height: calc(100svh - 3549px);
}

.svh-height-3550 {
  height: calc(100svh - 3550px);
}

.svh-height-3551 {
  height: calc(100svh - 3551px);
}

.svh-height-3552 {
  height: calc(100svh - 3552px);
}

.svh-height-3553 {
  height: calc(100svh - 3553px);
}

.svh-height-3554 {
  height: calc(100svh - 3554px);
}

.svh-height-3555 {
  height: calc(100svh - 3555px);
}

.svh-height-3556 {
  height: calc(100svh - 3556px);
}

.svh-height-3557 {
  height: calc(100svh - 3557px);
}

.svh-height-3558 {
  height: calc(100svh - 3558px);
}

.svh-height-3559 {
  height: calc(100svh - 3559px);
}

.svh-height-3560 {
  height: calc(100svh - 3560px);
}

.svh-height-3561 {
  height: calc(100svh - 3561px);
}

.svh-height-3562 {
  height: calc(100svh - 3562px);
}

.svh-height-3563 {
  height: calc(100svh - 3563px);
}

.svh-height-3564 {
  height: calc(100svh - 3564px);
}

.svh-height-3565 {
  height: calc(100svh - 3565px);
}

.svh-height-3566 {
  height: calc(100svh - 3566px);
}

.svh-height-3567 {
  height: calc(100svh - 3567px);
}

.svh-height-3568 {
  height: calc(100svh - 3568px);
}

.svh-height-3569 {
  height: calc(100svh - 3569px);
}

.svh-height-3570 {
  height: calc(100svh - 3570px);
}

.svh-height-3571 {
  height: calc(100svh - 3571px);
}

.svh-height-3572 {
  height: calc(100svh - 3572px);
}

.svh-height-3573 {
  height: calc(100svh - 3573px);
}

.svh-height-3574 {
  height: calc(100svh - 3574px);
}

.svh-height-3575 {
  height: calc(100svh - 3575px);
}

.svh-height-3576 {
  height: calc(100svh - 3576px);
}

.svh-height-3577 {
  height: calc(100svh - 3577px);
}

.svh-height-3578 {
  height: calc(100svh - 3578px);
}

.svh-height-3579 {
  height: calc(100svh - 3579px);
}

.svh-height-3580 {
  height: calc(100svh - 3580px);
}

.svh-height-3581 {
  height: calc(100svh - 3581px);
}

.svh-height-3582 {
  height: calc(100svh - 3582px);
}

.svh-height-3583 {
  height: calc(100svh - 3583px);
}

.svh-height-3584 {
  height: calc(100svh - 3584px);
}

.svh-height-3585 {
  height: calc(100svh - 3585px);
}

.svh-height-3586 {
  height: calc(100svh - 3586px);
}

.svh-height-3587 {
  height: calc(100svh - 3587px);
}

.svh-height-3588 {
  height: calc(100svh - 3588px);
}

.svh-height-3589 {
  height: calc(100svh - 3589px);
}

.svh-height-3590 {
  height: calc(100svh - 3590px);
}

.svh-height-3591 {
  height: calc(100svh - 3591px);
}

.svh-height-3592 {
  height: calc(100svh - 3592px);
}

.svh-height-3593 {
  height: calc(100svh - 3593px);
}

.svh-height-3594 {
  height: calc(100svh - 3594px);
}

.svh-height-3595 {
  height: calc(100svh - 3595px);
}

.svh-height-3596 {
  height: calc(100svh - 3596px);
}

.svh-height-3597 {
  height: calc(100svh - 3597px);
}

.svh-height-3598 {
  height: calc(100svh - 3598px);
}

.svh-height-3599 {
  height: calc(100svh - 3599px);
}

.svh-height-3600 {
  height: calc(100svh - 3600px);
}

.svh-height-3601 {
  height: calc(100svh - 3601px);
}

.svh-height-3602 {
  height: calc(100svh - 3602px);
}

.svh-height-3603 {
  height: calc(100svh - 3603px);
}

.svh-height-3604 {
  height: calc(100svh - 3604px);
}

.svh-height-3605 {
  height: calc(100svh - 3605px);
}

.svh-height-3606 {
  height: calc(100svh - 3606px);
}

.svh-height-3607 {
  height: calc(100svh - 3607px);
}

.svh-height-3608 {
  height: calc(100svh - 3608px);
}

.svh-height-3609 {
  height: calc(100svh - 3609px);
}

.svh-height-3610 {
  height: calc(100svh - 3610px);
}

.svh-height-3611 {
  height: calc(100svh - 3611px);
}

.svh-height-3612 {
  height: calc(100svh - 3612px);
}

.svh-height-3613 {
  height: calc(100svh - 3613px);
}

.svh-height-3614 {
  height: calc(100svh - 3614px);
}

.svh-height-3615 {
  height: calc(100svh - 3615px);
}

.svh-height-3616 {
  height: calc(100svh - 3616px);
}

.svh-height-3617 {
  height: calc(100svh - 3617px);
}

.svh-height-3618 {
  height: calc(100svh - 3618px);
}

.svh-height-3619 {
  height: calc(100svh - 3619px);
}

.svh-height-3620 {
  height: calc(100svh - 3620px);
}

.svh-height-3621 {
  height: calc(100svh - 3621px);
}

.svh-height-3622 {
  height: calc(100svh - 3622px);
}

.svh-height-3623 {
  height: calc(100svh - 3623px);
}

.svh-height-3624 {
  height: calc(100svh - 3624px);
}

.svh-height-3625 {
  height: calc(100svh - 3625px);
}

.svh-height-3626 {
  height: calc(100svh - 3626px);
}

.svh-height-3627 {
  height: calc(100svh - 3627px);
}

.svh-height-3628 {
  height: calc(100svh - 3628px);
}

.svh-height-3629 {
  height: calc(100svh - 3629px);
}

.svh-height-3630 {
  height: calc(100svh - 3630px);
}

.svh-height-3631 {
  height: calc(100svh - 3631px);
}

.svh-height-3632 {
  height: calc(100svh - 3632px);
}

.svh-height-3633 {
  height: calc(100svh - 3633px);
}

.svh-height-3634 {
  height: calc(100svh - 3634px);
}

.svh-height-3635 {
  height: calc(100svh - 3635px);
}

.svh-height-3636 {
  height: calc(100svh - 3636px);
}

.svh-height-3637 {
  height: calc(100svh - 3637px);
}

.svh-height-3638 {
  height: calc(100svh - 3638px);
}

.svh-height-3639 {
  height: calc(100svh - 3639px);
}

.svh-height-3640 {
  height: calc(100svh - 3640px);
}

.svh-height-3641 {
  height: calc(100svh - 3641px);
}

.svh-height-3642 {
  height: calc(100svh - 3642px);
}

.svh-height-3643 {
  height: calc(100svh - 3643px);
}

.svh-height-3644 {
  height: calc(100svh - 3644px);
}

.svh-height-3645 {
  height: calc(100svh - 3645px);
}

.svh-height-3646 {
  height: calc(100svh - 3646px);
}

.svh-height-3647 {
  height: calc(100svh - 3647px);
}

.svh-height-3648 {
  height: calc(100svh - 3648px);
}

.svh-height-3649 {
  height: calc(100svh - 3649px);
}

.svh-height-3650 {
  height: calc(100svh - 3650px);
}

.svh-height-3651 {
  height: calc(100svh - 3651px);
}

.svh-height-3652 {
  height: calc(100svh - 3652px);
}

.svh-height-3653 {
  height: calc(100svh - 3653px);
}

.svh-height-3654 {
  height: calc(100svh - 3654px);
}

.svh-height-3655 {
  height: calc(100svh - 3655px);
}

.svh-height-3656 {
  height: calc(100svh - 3656px);
}

.svh-height-3657 {
  height: calc(100svh - 3657px);
}

.svh-height-3658 {
  height: calc(100svh - 3658px);
}

.svh-height-3659 {
  height: calc(100svh - 3659px);
}

.svh-height-3660 {
  height: calc(100svh - 3660px);
}

.svh-height-3661 {
  height: calc(100svh - 3661px);
}

.svh-height-3662 {
  height: calc(100svh - 3662px);
}

.svh-height-3663 {
  height: calc(100svh - 3663px);
}

.svh-height-3664 {
  height: calc(100svh - 3664px);
}

.svh-height-3665 {
  height: calc(100svh - 3665px);
}

.svh-height-3666 {
  height: calc(100svh - 3666px);
}

.svh-height-3667 {
  height: calc(100svh - 3667px);
}

.svh-height-3668 {
  height: calc(100svh - 3668px);
}

.svh-height-3669 {
  height: calc(100svh - 3669px);
}

.svh-height-3670 {
  height: calc(100svh - 3670px);
}

.svh-height-3671 {
  height: calc(100svh - 3671px);
}

.svh-height-3672 {
  height: calc(100svh - 3672px);
}

.svh-height-3673 {
  height: calc(100svh - 3673px);
}

.svh-height-3674 {
  height: calc(100svh - 3674px);
}

.svh-height-3675 {
  height: calc(100svh - 3675px);
}

.svh-height-3676 {
  height: calc(100svh - 3676px);
}

.svh-height-3677 {
  height: calc(100svh - 3677px);
}

.svh-height-3678 {
  height: calc(100svh - 3678px);
}

.svh-height-3679 {
  height: calc(100svh - 3679px);
}

.svh-height-3680 {
  height: calc(100svh - 3680px);
}

.svh-height-3681 {
  height: calc(100svh - 3681px);
}

.svh-height-3682 {
  height: calc(100svh - 3682px);
}

.svh-height-3683 {
  height: calc(100svh - 3683px);
}

.svh-height-3684 {
  height: calc(100svh - 3684px);
}

.svh-height-3685 {
  height: calc(100svh - 3685px);
}

.svh-height-3686 {
  height: calc(100svh - 3686px);
}

.svh-height-3687 {
  height: calc(100svh - 3687px);
}

.svh-height-3688 {
  height: calc(100svh - 3688px);
}

.svh-height-3689 {
  height: calc(100svh - 3689px);
}

.svh-height-3690 {
  height: calc(100svh - 3690px);
}

.svh-height-3691 {
  height: calc(100svh - 3691px);
}

.svh-height-3692 {
  height: calc(100svh - 3692px);
}

.svh-height-3693 {
  height: calc(100svh - 3693px);
}

.svh-height-3694 {
  height: calc(100svh - 3694px);
}

.svh-height-3695 {
  height: calc(100svh - 3695px);
}

.svh-height-3696 {
  height: calc(100svh - 3696px);
}

.svh-height-3697 {
  height: calc(100svh - 3697px);
}

.svh-height-3698 {
  height: calc(100svh - 3698px);
}

.svh-height-3699 {
  height: calc(100svh - 3699px);
}

.svh-height-3700 {
  height: calc(100svh - 3700px);
}

.svh-height-3701 {
  height: calc(100svh - 3701px);
}

.svh-height-3702 {
  height: calc(100svh - 3702px);
}

.svh-height-3703 {
  height: calc(100svh - 3703px);
}

.svh-height-3704 {
  height: calc(100svh - 3704px);
}

.svh-height-3705 {
  height: calc(100svh - 3705px);
}

.svh-height-3706 {
  height: calc(100svh - 3706px);
}

.svh-height-3707 {
  height: calc(100svh - 3707px);
}

.svh-height-3708 {
  height: calc(100svh - 3708px);
}

.svh-height-3709 {
  height: calc(100svh - 3709px);
}

.svh-height-3710 {
  height: calc(100svh - 3710px);
}

.svh-height-3711 {
  height: calc(100svh - 3711px);
}

.svh-height-3712 {
  height: calc(100svh - 3712px);
}

.svh-height-3713 {
  height: calc(100svh - 3713px);
}

.svh-height-3714 {
  height: calc(100svh - 3714px);
}

.svh-height-3715 {
  height: calc(100svh - 3715px);
}

.svh-height-3716 {
  height: calc(100svh - 3716px);
}

.svh-height-3717 {
  height: calc(100svh - 3717px);
}

.svh-height-3718 {
  height: calc(100svh - 3718px);
}

.svh-height-3719 {
  height: calc(100svh - 3719px);
}

.svh-height-3720 {
  height: calc(100svh - 3720px);
}

.svh-height-3721 {
  height: calc(100svh - 3721px);
}

.svh-height-3722 {
  height: calc(100svh - 3722px);
}

.svh-height-3723 {
  height: calc(100svh - 3723px);
}

.svh-height-3724 {
  height: calc(100svh - 3724px);
}

.svh-height-3725 {
  height: calc(100svh - 3725px);
}

.svh-height-3726 {
  height: calc(100svh - 3726px);
}

.svh-height-3727 {
  height: calc(100svh - 3727px);
}

.svh-height-3728 {
  height: calc(100svh - 3728px);
}

.svh-height-3729 {
  height: calc(100svh - 3729px);
}

.svh-height-3730 {
  height: calc(100svh - 3730px);
}

.svh-height-3731 {
  height: calc(100svh - 3731px);
}

.svh-height-3732 {
  height: calc(100svh - 3732px);
}

.svh-height-3733 {
  height: calc(100svh - 3733px);
}

.svh-height-3734 {
  height: calc(100svh - 3734px);
}

.svh-height-3735 {
  height: calc(100svh - 3735px);
}

.svh-height-3736 {
  height: calc(100svh - 3736px);
}

.svh-height-3737 {
  height: calc(100svh - 3737px);
}

.svh-height-3738 {
  height: calc(100svh - 3738px);
}

.svh-height-3739 {
  height: calc(100svh - 3739px);
}

.svh-height-3740 {
  height: calc(100svh - 3740px);
}

.svh-height-3741 {
  height: calc(100svh - 3741px);
}

.svh-height-3742 {
  height: calc(100svh - 3742px);
}

.svh-height-3743 {
  height: calc(100svh - 3743px);
}

.svh-height-3744 {
  height: calc(100svh - 3744px);
}

.svh-height-3745 {
  height: calc(100svh - 3745px);
}

.svh-height-3746 {
  height: calc(100svh - 3746px);
}

.svh-height-3747 {
  height: calc(100svh - 3747px);
}

.svh-height-3748 {
  height: calc(100svh - 3748px);
}

.svh-height-3749 {
  height: calc(100svh - 3749px);
}

.svh-height-3750 {
  height: calc(100svh - 3750px);
}

.svh-height-3751 {
  height: calc(100svh - 3751px);
}

.svh-height-3752 {
  height: calc(100svh - 3752px);
}

.svh-height-3753 {
  height: calc(100svh - 3753px);
}

.svh-height-3754 {
  height: calc(100svh - 3754px);
}

.svh-height-3755 {
  height: calc(100svh - 3755px);
}

.svh-height-3756 {
  height: calc(100svh - 3756px);
}

.svh-height-3757 {
  height: calc(100svh - 3757px);
}

.svh-height-3758 {
  height: calc(100svh - 3758px);
}

.svh-height-3759 {
  height: calc(100svh - 3759px);
}

.svh-height-3760 {
  height: calc(100svh - 3760px);
}

.svh-height-3761 {
  height: calc(100svh - 3761px);
}

.svh-height-3762 {
  height: calc(100svh - 3762px);
}

.svh-height-3763 {
  height: calc(100svh - 3763px);
}

.svh-height-3764 {
  height: calc(100svh - 3764px);
}

.svh-height-3765 {
  height: calc(100svh - 3765px);
}

.svh-height-3766 {
  height: calc(100svh - 3766px);
}

.svh-height-3767 {
  height: calc(100svh - 3767px);
}

.svh-height-3768 {
  height: calc(100svh - 3768px);
}

.svh-height-3769 {
  height: calc(100svh - 3769px);
}

.svh-height-3770 {
  height: calc(100svh - 3770px);
}

.svh-height-3771 {
  height: calc(100svh - 3771px);
}

.svh-height-3772 {
  height: calc(100svh - 3772px);
}

.svh-height-3773 {
  height: calc(100svh - 3773px);
}

.svh-height-3774 {
  height: calc(100svh - 3774px);
}

.svh-height-3775 {
  height: calc(100svh - 3775px);
}

.svh-height-3776 {
  height: calc(100svh - 3776px);
}

.svh-height-3777 {
  height: calc(100svh - 3777px);
}

.svh-height-3778 {
  height: calc(100svh - 3778px);
}

.svh-height-3779 {
  height: calc(100svh - 3779px);
}

.svh-height-3780 {
  height: calc(100svh - 3780px);
}

.svh-height-3781 {
  height: calc(100svh - 3781px);
}

.svh-height-3782 {
  height: calc(100svh - 3782px);
}

.svh-height-3783 {
  height: calc(100svh - 3783px);
}

.svh-height-3784 {
  height: calc(100svh - 3784px);
}

.svh-height-3785 {
  height: calc(100svh - 3785px);
}

.svh-height-3786 {
  height: calc(100svh - 3786px);
}

.svh-height-3787 {
  height: calc(100svh - 3787px);
}

.svh-height-3788 {
  height: calc(100svh - 3788px);
}

.svh-height-3789 {
  height: calc(100svh - 3789px);
}

.svh-height-3790 {
  height: calc(100svh - 3790px);
}

.svh-height-3791 {
  height: calc(100svh - 3791px);
}

.svh-height-3792 {
  height: calc(100svh - 3792px);
}

.svh-height-3793 {
  height: calc(100svh - 3793px);
}

.svh-height-3794 {
  height: calc(100svh - 3794px);
}

.svh-height-3795 {
  height: calc(100svh - 3795px);
}

.svh-height-3796 {
  height: calc(100svh - 3796px);
}

.svh-height-3797 {
  height: calc(100svh - 3797px);
}

.svh-height-3798 {
  height: calc(100svh - 3798px);
}

.svh-height-3799 {
  height: calc(100svh - 3799px);
}

.svh-height-3800 {
  height: calc(100svh - 3800px);
}

.svh-height-3801 {
  height: calc(100svh - 3801px);
}

.svh-height-3802 {
  height: calc(100svh - 3802px);
}

.svh-height-3803 {
  height: calc(100svh - 3803px);
}

.svh-height-3804 {
  height: calc(100svh - 3804px);
}

.svh-height-3805 {
  height: calc(100svh - 3805px);
}

.svh-height-3806 {
  height: calc(100svh - 3806px);
}

.svh-height-3807 {
  height: calc(100svh - 3807px);
}

.svh-height-3808 {
  height: calc(100svh - 3808px);
}

.svh-height-3809 {
  height: calc(100svh - 3809px);
}

.svh-height-3810 {
  height: calc(100svh - 3810px);
}

.svh-height-3811 {
  height: calc(100svh - 3811px);
}

.svh-height-3812 {
  height: calc(100svh - 3812px);
}

.svh-height-3813 {
  height: calc(100svh - 3813px);
}

.svh-height-3814 {
  height: calc(100svh - 3814px);
}

.svh-height-3815 {
  height: calc(100svh - 3815px);
}

.svh-height-3816 {
  height: calc(100svh - 3816px);
}

.svh-height-3817 {
  height: calc(100svh - 3817px);
}

.svh-height-3818 {
  height: calc(100svh - 3818px);
}

.svh-height-3819 {
  height: calc(100svh - 3819px);
}

.svh-height-3820 {
  height: calc(100svh - 3820px);
}

.svh-height-3821 {
  height: calc(100svh - 3821px);
}

.svh-height-3822 {
  height: calc(100svh - 3822px);
}

.svh-height-3823 {
  height: calc(100svh - 3823px);
}

.svh-height-3824 {
  height: calc(100svh - 3824px);
}

.svh-height-3825 {
  height: calc(100svh - 3825px);
}

.svh-height-3826 {
  height: calc(100svh - 3826px);
}

.svh-height-3827 {
  height: calc(100svh - 3827px);
}

.svh-height-3828 {
  height: calc(100svh - 3828px);
}

.svh-height-3829 {
  height: calc(100svh - 3829px);
}

.svh-height-3830 {
  height: calc(100svh - 3830px);
}

.svh-height-3831 {
  height: calc(100svh - 3831px);
}

.svh-height-3832 {
  height: calc(100svh - 3832px);
}

.svh-height-3833 {
  height: calc(100svh - 3833px);
}

.svh-height-3834 {
  height: calc(100svh - 3834px);
}

.svh-height-3835 {
  height: calc(100svh - 3835px);
}

.svh-height-3836 {
  height: calc(100svh - 3836px);
}

.svh-height-3837 {
  height: calc(100svh - 3837px);
}

.svh-height-3838 {
  height: calc(100svh - 3838px);
}

.svh-height-3839 {
  height: calc(100svh - 3839px);
}

.svh-height-3840 {
  height: calc(100svh - 3840px);
}

.svh-height-3841 {
  height: calc(100svh - 3841px);
}

.svh-height-3842 {
  height: calc(100svh - 3842px);
}

.svh-height-3843 {
  height: calc(100svh - 3843px);
}

.svh-height-3844 {
  height: calc(100svh - 3844px);
}

.svh-height-3845 {
  height: calc(100svh - 3845px);
}

.svh-height-3846 {
  height: calc(100svh - 3846px);
}

.svh-height-3847 {
  height: calc(100svh - 3847px);
}

.svh-height-3848 {
  height: calc(100svh - 3848px);
}

.svh-height-3849 {
  height: calc(100svh - 3849px);
}

.svh-height-3850 {
  height: calc(100svh - 3850px);
}

.svh-height-3851 {
  height: calc(100svh - 3851px);
}

.svh-height-3852 {
  height: calc(100svh - 3852px);
}

.svh-height-3853 {
  height: calc(100svh - 3853px);
}

.svh-height-3854 {
  height: calc(100svh - 3854px);
}

.svh-height-3855 {
  height: calc(100svh - 3855px);
}

.svh-height-3856 {
  height: calc(100svh - 3856px);
}

.svh-height-3857 {
  height: calc(100svh - 3857px);
}

.svh-height-3858 {
  height: calc(100svh - 3858px);
}

.svh-height-3859 {
  height: calc(100svh - 3859px);
}

.svh-height-3860 {
  height: calc(100svh - 3860px);
}

.svh-height-3861 {
  height: calc(100svh - 3861px);
}

.svh-height-3862 {
  height: calc(100svh - 3862px);
}

.svh-height-3863 {
  height: calc(100svh - 3863px);
}

.svh-height-3864 {
  height: calc(100svh - 3864px);
}

.svh-height-3865 {
  height: calc(100svh - 3865px);
}

.svh-height-3866 {
  height: calc(100svh - 3866px);
}

.svh-height-3867 {
  height: calc(100svh - 3867px);
}

.svh-height-3868 {
  height: calc(100svh - 3868px);
}

.svh-height-3869 {
  height: calc(100svh - 3869px);
}

.svh-height-3870 {
  height: calc(100svh - 3870px);
}

.svh-height-3871 {
  height: calc(100svh - 3871px);
}

.svh-height-3872 {
  height: calc(100svh - 3872px);
}

.svh-height-3873 {
  height: calc(100svh - 3873px);
}

.svh-height-3874 {
  height: calc(100svh - 3874px);
}

.svh-height-3875 {
  height: calc(100svh - 3875px);
}

.svh-height-3876 {
  height: calc(100svh - 3876px);
}

.svh-height-3877 {
  height: calc(100svh - 3877px);
}

.svh-height-3878 {
  height: calc(100svh - 3878px);
}

.svh-height-3879 {
  height: calc(100svh - 3879px);
}

.svh-height-3880 {
  height: calc(100svh - 3880px);
}

.svh-height-3881 {
  height: calc(100svh - 3881px);
}

.svh-height-3882 {
  height: calc(100svh - 3882px);
}

.svh-height-3883 {
  height: calc(100svh - 3883px);
}

.svh-height-3884 {
  height: calc(100svh - 3884px);
}

.svh-height-3885 {
  height: calc(100svh - 3885px);
}

.svh-height-3886 {
  height: calc(100svh - 3886px);
}

.svh-height-3887 {
  height: calc(100svh - 3887px);
}

.svh-height-3888 {
  height: calc(100svh - 3888px);
}

.svh-height-3889 {
  height: calc(100svh - 3889px);
}

.svh-height-3890 {
  height: calc(100svh - 3890px);
}

.svh-height-3891 {
  height: calc(100svh - 3891px);
}

.svh-height-3892 {
  height: calc(100svh - 3892px);
}

.svh-height-3893 {
  height: calc(100svh - 3893px);
}

.svh-height-3894 {
  height: calc(100svh - 3894px);
}

.svh-height-3895 {
  height: calc(100svh - 3895px);
}

.svh-height-3896 {
  height: calc(100svh - 3896px);
}

.svh-height-3897 {
  height: calc(100svh - 3897px);
}

.svh-height-3898 {
  height: calc(100svh - 3898px);
}

.svh-height-3899 {
  height: calc(100svh - 3899px);
}

.svh-height-3900 {
  height: calc(100svh - 3900px);
}

.svh-height-3901 {
  height: calc(100svh - 3901px);
}

.svh-height-3902 {
  height: calc(100svh - 3902px);
}

.svh-height-3903 {
  height: calc(100svh - 3903px);
}

.svh-height-3904 {
  height: calc(100svh - 3904px);
}

.svh-height-3905 {
  height: calc(100svh - 3905px);
}

.svh-height-3906 {
  height: calc(100svh - 3906px);
}

.svh-height-3907 {
  height: calc(100svh - 3907px);
}

.svh-height-3908 {
  height: calc(100svh - 3908px);
}

.svh-height-3909 {
  height: calc(100svh - 3909px);
}

.svh-height-3910 {
  height: calc(100svh - 3910px);
}

.svh-height-3911 {
  height: calc(100svh - 3911px);
}

.svh-height-3912 {
  height: calc(100svh - 3912px);
}

.svh-height-3913 {
  height: calc(100svh - 3913px);
}

.svh-height-3914 {
  height: calc(100svh - 3914px);
}

.svh-height-3915 {
  height: calc(100svh - 3915px);
}

.svh-height-3916 {
  height: calc(100svh - 3916px);
}

.svh-height-3917 {
  height: calc(100svh - 3917px);
}

.svh-height-3918 {
  height: calc(100svh - 3918px);
}

.svh-height-3919 {
  height: calc(100svh - 3919px);
}

.svh-height-3920 {
  height: calc(100svh - 3920px);
}

.svh-height-3921 {
  height: calc(100svh - 3921px);
}

.svh-height-3922 {
  height: calc(100svh - 3922px);
}

.svh-height-3923 {
  height: calc(100svh - 3923px);
}

.svh-height-3924 {
  height: calc(100svh - 3924px);
}

.svh-height-3925 {
  height: calc(100svh - 3925px);
}

.svh-height-3926 {
  height: calc(100svh - 3926px);
}

.svh-height-3927 {
  height: calc(100svh - 3927px);
}

.svh-height-3928 {
  height: calc(100svh - 3928px);
}

.svh-height-3929 {
  height: calc(100svh - 3929px);
}

.svh-height-3930 {
  height: calc(100svh - 3930px);
}

.svh-height-3931 {
  height: calc(100svh - 3931px);
}

.svh-height-3932 {
  height: calc(100svh - 3932px);
}

.svh-height-3933 {
  height: calc(100svh - 3933px);
}

.svh-height-3934 {
  height: calc(100svh - 3934px);
}

.svh-height-3935 {
  height: calc(100svh - 3935px);
}

.svh-height-3936 {
  height: calc(100svh - 3936px);
}

.svh-height-3937 {
  height: calc(100svh - 3937px);
}

.svh-height-3938 {
  height: calc(100svh - 3938px);
}

.svh-height-3939 {
  height: calc(100svh - 3939px);
}

.svh-height-3940 {
  height: calc(100svh - 3940px);
}

.svh-height-3941 {
  height: calc(100svh - 3941px);
}

.svh-height-3942 {
  height: calc(100svh - 3942px);
}

.svh-height-3943 {
  height: calc(100svh - 3943px);
}

.svh-height-3944 {
  height: calc(100svh - 3944px);
}

.svh-height-3945 {
  height: calc(100svh - 3945px);
}

.svh-height-3946 {
  height: calc(100svh - 3946px);
}

.svh-height-3947 {
  height: calc(100svh - 3947px);
}

.svh-height-3948 {
  height: calc(100svh - 3948px);
}

.svh-height-3949 {
  height: calc(100svh - 3949px);
}

.svh-height-3950 {
  height: calc(100svh - 3950px);
}

.svh-height-3951 {
  height: calc(100svh - 3951px);
}

.svh-height-3952 {
  height: calc(100svh - 3952px);
}

.svh-height-3953 {
  height: calc(100svh - 3953px);
}

.svh-height-3954 {
  height: calc(100svh - 3954px);
}

.svh-height-3955 {
  height: calc(100svh - 3955px);
}

.svh-height-3956 {
  height: calc(100svh - 3956px);
}

.svh-height-3957 {
  height: calc(100svh - 3957px);
}

.svh-height-3958 {
  height: calc(100svh - 3958px);
}

.svh-height-3959 {
  height: calc(100svh - 3959px);
}

.svh-height-3960 {
  height: calc(100svh - 3960px);
}

.svh-height-3961 {
  height: calc(100svh - 3961px);
}

.svh-height-3962 {
  height: calc(100svh - 3962px);
}

.svh-height-3963 {
  height: calc(100svh - 3963px);
}

.svh-height-3964 {
  height: calc(100svh - 3964px);
}

.svh-height-3965 {
  height: calc(100svh - 3965px);
}

.svh-height-3966 {
  height: calc(100svh - 3966px);
}

.svh-height-3967 {
  height: calc(100svh - 3967px);
}

.svh-height-3968 {
  height: calc(100svh - 3968px);
}

.svh-height-3969 {
  height: calc(100svh - 3969px);
}

.svh-height-3970 {
  height: calc(100svh - 3970px);
}

.svh-height-3971 {
  height: calc(100svh - 3971px);
}

.svh-height-3972 {
  height: calc(100svh - 3972px);
}

.svh-height-3973 {
  height: calc(100svh - 3973px);
}

.svh-height-3974 {
  height: calc(100svh - 3974px);
}

.svh-height-3975 {
  height: calc(100svh - 3975px);
}

.svh-height-3976 {
  height: calc(100svh - 3976px);
}

.svh-height-3977 {
  height: calc(100svh - 3977px);
}

.svh-height-3978 {
  height: calc(100svh - 3978px);
}

.svh-height-3979 {
  height: calc(100svh - 3979px);
}

.svh-height-3980 {
  height: calc(100svh - 3980px);
}

.svh-height-3981 {
  height: calc(100svh - 3981px);
}

.svh-height-3982 {
  height: calc(100svh - 3982px);
}

.svh-height-3983 {
  height: calc(100svh - 3983px);
}

.svh-height-3984 {
  height: calc(100svh - 3984px);
}

.svh-height-3985 {
  height: calc(100svh - 3985px);
}

.svh-height-3986 {
  height: calc(100svh - 3986px);
}

.svh-height-3987 {
  height: calc(100svh - 3987px);
}

.svh-height-3988 {
  height: calc(100svh - 3988px);
}

.svh-height-3989 {
  height: calc(100svh - 3989px);
}

.svh-height-3990 {
  height: calc(100svh - 3990px);
}

.svh-height-3991 {
  height: calc(100svh - 3991px);
}

.svh-height-3992 {
  height: calc(100svh - 3992px);
}

.svh-height-3993 {
  height: calc(100svh - 3993px);
}

.svh-height-3994 {
  height: calc(100svh - 3994px);
}

.svh-height-3995 {
  height: calc(100svh - 3995px);
}

.svh-height-3996 {
  height: calc(100svh - 3996px);
}

.svh-height-3997 {
  height: calc(100svh - 3997px);
}

.svh-height-3998 {
  height: calc(100svh - 3998px);
}

.svh-height-3999 {
  height: calc(100svh - 3999px);
}

.svh-height-4000 {
  height: calc(100svh - 4000px);
}

.svh-height-4001 {
  height: calc(100svh - 4001px);
}

.svh-height-4002 {
  height: calc(100svh - 4002px);
}

.svh-height-4003 {
  height: calc(100svh - 4003px);
}

.svh-height-4004 {
  height: calc(100svh - 4004px);
}

.svh-height-4005 {
  height: calc(100svh - 4005px);
}

.svh-height-4006 {
  height: calc(100svh - 4006px);
}

.svh-height-4007 {
  height: calc(100svh - 4007px);
}

.svh-height-4008 {
  height: calc(100svh - 4008px);
}

.svh-height-4009 {
  height: calc(100svh - 4009px);
}

.svh-height-4010 {
  height: calc(100svh - 4010px);
}

.svh-height-4011 {
  height: calc(100svh - 4011px);
}

.svh-height-4012 {
  height: calc(100svh - 4012px);
}

.svh-height-4013 {
  height: calc(100svh - 4013px);
}

.svh-height-4014 {
  height: calc(100svh - 4014px);
}

.svh-height-4015 {
  height: calc(100svh - 4015px);
}

.svh-height-4016 {
  height: calc(100svh - 4016px);
}

.svh-height-4017 {
  height: calc(100svh - 4017px);
}

.svh-height-4018 {
  height: calc(100svh - 4018px);
}

.svh-height-4019 {
  height: calc(100svh - 4019px);
}

.svh-height-4020 {
  height: calc(100svh - 4020px);
}

.svh-height-4021 {
  height: calc(100svh - 4021px);
}

.svh-height-4022 {
  height: calc(100svh - 4022px);
}

.svh-height-4023 {
  height: calc(100svh - 4023px);
}

.svh-height-4024 {
  height: calc(100svh - 4024px);
}

.svh-height-4025 {
  height: calc(100svh - 4025px);
}

.svh-height-4026 {
  height: calc(100svh - 4026px);
}

.svh-height-4027 {
  height: calc(100svh - 4027px);
}

.svh-height-4028 {
  height: calc(100svh - 4028px);
}

.svh-height-4029 {
  height: calc(100svh - 4029px);
}

.svh-height-4030 {
  height: calc(100svh - 4030px);
}

.svh-height-4031 {
  height: calc(100svh - 4031px);
}

.svh-height-4032 {
  height: calc(100svh - 4032px);
}

.svh-height-4033 {
  height: calc(100svh - 4033px);
}

.svh-height-4034 {
  height: calc(100svh - 4034px);
}

.svh-height-4035 {
  height: calc(100svh - 4035px);
}

.svh-height-4036 {
  height: calc(100svh - 4036px);
}

.svh-height-4037 {
  height: calc(100svh - 4037px);
}

.svh-height-4038 {
  height: calc(100svh - 4038px);
}

.svh-height-4039 {
  height: calc(100svh - 4039px);
}

.svh-height-4040 {
  height: calc(100svh - 4040px);
}

.svh-height-4041 {
  height: calc(100svh - 4041px);
}

.svh-height-4042 {
  height: calc(100svh - 4042px);
}

.svh-height-4043 {
  height: calc(100svh - 4043px);
}

.svh-height-4044 {
  height: calc(100svh - 4044px);
}

.svh-height-4045 {
  height: calc(100svh - 4045px);
}

.svh-height-4046 {
  height: calc(100svh - 4046px);
}

.svh-height-4047 {
  height: calc(100svh - 4047px);
}

.svh-height-4048 {
  height: calc(100svh - 4048px);
}

.svh-height-4049 {
  height: calc(100svh - 4049px);
}

.svh-height-4050 {
  height: calc(100svh - 4050px);
}

.svh-height-4051 {
  height: calc(100svh - 4051px);
}

.svh-height-4052 {
  height: calc(100svh - 4052px);
}

.svh-height-4053 {
  height: calc(100svh - 4053px);
}

.svh-height-4054 {
  height: calc(100svh - 4054px);
}

.svh-height-4055 {
  height: calc(100svh - 4055px);
}

.svh-height-4056 {
  height: calc(100svh - 4056px);
}

.svh-height-4057 {
  height: calc(100svh - 4057px);
}

.svh-height-4058 {
  height: calc(100svh - 4058px);
}

.svh-height-4059 {
  height: calc(100svh - 4059px);
}

.svh-height-4060 {
  height: calc(100svh - 4060px);
}

.svh-height-4061 {
  height: calc(100svh - 4061px);
}

.svh-height-4062 {
  height: calc(100svh - 4062px);
}

.svh-height-4063 {
  height: calc(100svh - 4063px);
}

.svh-height-4064 {
  height: calc(100svh - 4064px);
}

.svh-height-4065 {
  height: calc(100svh - 4065px);
}

.svh-height-4066 {
  height: calc(100svh - 4066px);
}

.svh-height-4067 {
  height: calc(100svh - 4067px);
}

.svh-height-4068 {
  height: calc(100svh - 4068px);
}

.svh-height-4069 {
  height: calc(100svh - 4069px);
}

.svh-height-4070 {
  height: calc(100svh - 4070px);
}

.svh-height-4071 {
  height: calc(100svh - 4071px);
}

.svh-height-4072 {
  height: calc(100svh - 4072px);
}

.svh-height-4073 {
  height: calc(100svh - 4073px);
}

.svh-height-4074 {
  height: calc(100svh - 4074px);
}

.svh-height-4075 {
  height: calc(100svh - 4075px);
}

.svh-height-4076 {
  height: calc(100svh - 4076px);
}

.svh-height-4077 {
  height: calc(100svh - 4077px);
}

.svh-height-4078 {
  height: calc(100svh - 4078px);
}

.svh-height-4079 {
  height: calc(100svh - 4079px);
}

.svh-height-4080 {
  height: calc(100svh - 4080px);
}

.svh-height-4081 {
  height: calc(100svh - 4081px);
}

.svh-height-4082 {
  height: calc(100svh - 4082px);
}

.svh-height-4083 {
  height: calc(100svh - 4083px);
}

.svh-height-4084 {
  height: calc(100svh - 4084px);
}

.svh-height-4085 {
  height: calc(100svh - 4085px);
}

.svh-height-4086 {
  height: calc(100svh - 4086px);
}

.svh-height-4087 {
  height: calc(100svh - 4087px);
}

.svh-height-4088 {
  height: calc(100svh - 4088px);
}

.svh-height-4089 {
  height: calc(100svh - 4089px);
}

.svh-height-4090 {
  height: calc(100svh - 4090px);
}

.svh-height-4091 {
  height: calc(100svh - 4091px);
}

.svh-height-4092 {
  height: calc(100svh - 4092px);
}

.svh-height-4093 {
  height: calc(100svh - 4093px);
}

.svh-height-4094 {
  height: calc(100svh - 4094px);
}

.svh-height-4095 {
  height: calc(100svh - 4095px);
}

.svh-height-4096 {
  height: calc(100svh - 4096px);
}

.svh-height-4097 {
  height: calc(100svh - 4097px);
}

.svh-height-4098 {
  height: calc(100svh - 4098px);
}

.svh-height-4099 {
  height: calc(100svh - 4099px);
}

.svh-height-4100 {
  height: calc(100svh - 4100px);
}

.svh-height-4101 {
  height: calc(100svh - 4101px);
}

.svh-height-4102 {
  height: calc(100svh - 4102px);
}

.svh-height-4103 {
  height: calc(100svh - 4103px);
}

.svh-height-4104 {
  height: calc(100svh - 4104px);
}

.svh-height-4105 {
  height: calc(100svh - 4105px);
}

.svh-height-4106 {
  height: calc(100svh - 4106px);
}

.svh-height-4107 {
  height: calc(100svh - 4107px);
}

.svh-height-4108 {
  height: calc(100svh - 4108px);
}

.svh-height-4109 {
  height: calc(100svh - 4109px);
}

.svh-height-4110 {
  height: calc(100svh - 4110px);
}

.svh-height-4111 {
  height: calc(100svh - 4111px);
}

.svh-height-4112 {
  height: calc(100svh - 4112px);
}

.svh-height-4113 {
  height: calc(100svh - 4113px);
}

.svh-height-4114 {
  height: calc(100svh - 4114px);
}

.svh-height-4115 {
  height: calc(100svh - 4115px);
}

.svh-height-4116 {
  height: calc(100svh - 4116px);
}

.svh-height-4117 {
  height: calc(100svh - 4117px);
}

.svh-height-4118 {
  height: calc(100svh - 4118px);
}

.svh-height-4119 {
  height: calc(100svh - 4119px);
}

.svh-height-4120 {
  height: calc(100svh - 4120px);
}

.svh-height-4121 {
  height: calc(100svh - 4121px);
}

.svh-height-4122 {
  height: calc(100svh - 4122px);
}

.svh-height-4123 {
  height: calc(100svh - 4123px);
}

.svh-height-4124 {
  height: calc(100svh - 4124px);
}

.svh-height-4125 {
  height: calc(100svh - 4125px);
}

.svh-height-4126 {
  height: calc(100svh - 4126px);
}

.svh-height-4127 {
  height: calc(100svh - 4127px);
}

.svh-height-4128 {
  height: calc(100svh - 4128px);
}

.svh-height-4129 {
  height: calc(100svh - 4129px);
}

.svh-height-4130 {
  height: calc(100svh - 4130px);
}

.svh-height-4131 {
  height: calc(100svh - 4131px);
}

.svh-height-4132 {
  height: calc(100svh - 4132px);
}

.svh-height-4133 {
  height: calc(100svh - 4133px);
}

.svh-height-4134 {
  height: calc(100svh - 4134px);
}

.svh-height-4135 {
  height: calc(100svh - 4135px);
}

.svh-height-4136 {
  height: calc(100svh - 4136px);
}

.svh-height-4137 {
  height: calc(100svh - 4137px);
}

.svh-height-4138 {
  height: calc(100svh - 4138px);
}

.svh-height-4139 {
  height: calc(100svh - 4139px);
}

.svh-height-4140 {
  height: calc(100svh - 4140px);
}

.svh-height-4141 {
  height: calc(100svh - 4141px);
}

.svh-height-4142 {
  height: calc(100svh - 4142px);
}

.svh-height-4143 {
  height: calc(100svh - 4143px);
}

.svh-height-4144 {
  height: calc(100svh - 4144px);
}

.svh-height-4145 {
  height: calc(100svh - 4145px);
}

.svh-height-4146 {
  height: calc(100svh - 4146px);
}

.svh-height-4147 {
  height: calc(100svh - 4147px);
}

.svh-height-4148 {
  height: calc(100svh - 4148px);
}

.svh-height-4149 {
  height: calc(100svh - 4149px);
}

.svh-height-4150 {
  height: calc(100svh - 4150px);
}

.svh-height-4151 {
  height: calc(100svh - 4151px);
}

.svh-height-4152 {
  height: calc(100svh - 4152px);
}

.svh-height-4153 {
  height: calc(100svh - 4153px);
}

.svh-height-4154 {
  height: calc(100svh - 4154px);
}

.svh-height-4155 {
  height: calc(100svh - 4155px);
}

.svh-height-4156 {
  height: calc(100svh - 4156px);
}

.svh-height-4157 {
  height: calc(100svh - 4157px);
}

.svh-height-4158 {
  height: calc(100svh - 4158px);
}

.svh-height-4159 {
  height: calc(100svh - 4159px);
}

.svh-height-4160 {
  height: calc(100svh - 4160px);
}

.svh-height-4161 {
  height: calc(100svh - 4161px);
}

.svh-height-4162 {
  height: calc(100svh - 4162px);
}

.svh-height-4163 {
  height: calc(100svh - 4163px);
}

.svh-height-4164 {
  height: calc(100svh - 4164px);
}

.svh-height-4165 {
  height: calc(100svh - 4165px);
}

.svh-height-4166 {
  height: calc(100svh - 4166px);
}

.svh-height-4167 {
  height: calc(100svh - 4167px);
}

.svh-height-4168 {
  height: calc(100svh - 4168px);
}

.svh-height-4169 {
  height: calc(100svh - 4169px);
}

.svh-height-4170 {
  height: calc(100svh - 4170px);
}

.svh-height-4171 {
  height: calc(100svh - 4171px);
}

.svh-height-4172 {
  height: calc(100svh - 4172px);
}

.svh-height-4173 {
  height: calc(100svh - 4173px);
}

.svh-height-4174 {
  height: calc(100svh - 4174px);
}

.svh-height-4175 {
  height: calc(100svh - 4175px);
}

.svh-height-4176 {
  height: calc(100svh - 4176px);
}

.svh-height-4177 {
  height: calc(100svh - 4177px);
}

.svh-height-4178 {
  height: calc(100svh - 4178px);
}

.svh-height-4179 {
  height: calc(100svh - 4179px);
}

.svh-height-4180 {
  height: calc(100svh - 4180px);
}

.svh-height-4181 {
  height: calc(100svh - 4181px);
}

.svh-height-4182 {
  height: calc(100svh - 4182px);
}

.svh-height-4183 {
  height: calc(100svh - 4183px);
}

.svh-height-4184 {
  height: calc(100svh - 4184px);
}

.svh-height-4185 {
  height: calc(100svh - 4185px);
}

.svh-height-4186 {
  height: calc(100svh - 4186px);
}

.svh-height-4187 {
  height: calc(100svh - 4187px);
}

.svh-height-4188 {
  height: calc(100svh - 4188px);
}

.svh-height-4189 {
  height: calc(100svh - 4189px);
}

.svh-height-4190 {
  height: calc(100svh - 4190px);
}

.svh-height-4191 {
  height: calc(100svh - 4191px);
}

.svh-height-4192 {
  height: calc(100svh - 4192px);
}

.svh-height-4193 {
  height: calc(100svh - 4193px);
}

.svh-height-4194 {
  height: calc(100svh - 4194px);
}

.svh-height-4195 {
  height: calc(100svh - 4195px);
}

.svh-height-4196 {
  height: calc(100svh - 4196px);
}

.svh-height-4197 {
  height: calc(100svh - 4197px);
}

.svh-height-4198 {
  height: calc(100svh - 4198px);
}

.svh-height-4199 {
  height: calc(100svh - 4199px);
}

.svh-height-4200 {
  height: calc(100svh - 4200px);
}

.svh-height-4201 {
  height: calc(100svh - 4201px);
}

.svh-height-4202 {
  height: calc(100svh - 4202px);
}

.svh-height-4203 {
  height: calc(100svh - 4203px);
}

.svh-height-4204 {
  height: calc(100svh - 4204px);
}

.svh-height-4205 {
  height: calc(100svh - 4205px);
}

.svh-height-4206 {
  height: calc(100svh - 4206px);
}

.svh-height-4207 {
  height: calc(100svh - 4207px);
}

.svh-height-4208 {
  height: calc(100svh - 4208px);
}

.svh-height-4209 {
  height: calc(100svh - 4209px);
}

.svh-height-4210 {
  height: calc(100svh - 4210px);
}

.svh-height-4211 {
  height: calc(100svh - 4211px);
}

.svh-height-4212 {
  height: calc(100svh - 4212px);
}

.svh-height-4213 {
  height: calc(100svh - 4213px);
}

.svh-height-4214 {
  height: calc(100svh - 4214px);
}

.svh-height-4215 {
  height: calc(100svh - 4215px);
}

.svh-height-4216 {
  height: calc(100svh - 4216px);
}

.svh-height-4217 {
  height: calc(100svh - 4217px);
}

.svh-height-4218 {
  height: calc(100svh - 4218px);
}

.svh-height-4219 {
  height: calc(100svh - 4219px);
}

.svh-height-4220 {
  height: calc(100svh - 4220px);
}

.svh-height-4221 {
  height: calc(100svh - 4221px);
}

.svh-height-4222 {
  height: calc(100svh - 4222px);
}

.svh-height-4223 {
  height: calc(100svh - 4223px);
}

.svh-height-4224 {
  height: calc(100svh - 4224px);
}

.svh-height-4225 {
  height: calc(100svh - 4225px);
}

.svh-height-4226 {
  height: calc(100svh - 4226px);
}

.svh-height-4227 {
  height: calc(100svh - 4227px);
}

.svh-height-4228 {
  height: calc(100svh - 4228px);
}

.svh-height-4229 {
  height: calc(100svh - 4229px);
}

.svh-height-4230 {
  height: calc(100svh - 4230px);
}

.svh-height-4231 {
  height: calc(100svh - 4231px);
}

.svh-height-4232 {
  height: calc(100svh - 4232px);
}

.svh-height-4233 {
  height: calc(100svh - 4233px);
}

.svh-height-4234 {
  height: calc(100svh - 4234px);
}

.svh-height-4235 {
  height: calc(100svh - 4235px);
}

.svh-height-4236 {
  height: calc(100svh - 4236px);
}

.svh-height-4237 {
  height: calc(100svh - 4237px);
}

.svh-height-4238 {
  height: calc(100svh - 4238px);
}

.svh-height-4239 {
  height: calc(100svh - 4239px);
}

.svh-height-4240 {
  height: calc(100svh - 4240px);
}

.svh-height-4241 {
  height: calc(100svh - 4241px);
}

.svh-height-4242 {
  height: calc(100svh - 4242px);
}

.svh-height-4243 {
  height: calc(100svh - 4243px);
}

.svh-height-4244 {
  height: calc(100svh - 4244px);
}

.svh-height-4245 {
  height: calc(100svh - 4245px);
}

.svh-height-4246 {
  height: calc(100svh - 4246px);
}

.svh-height-4247 {
  height: calc(100svh - 4247px);
}

.svh-height-4248 {
  height: calc(100svh - 4248px);
}

.svh-height-4249 {
  height: calc(100svh - 4249px);
}

.svh-height-4250 {
  height: calc(100svh - 4250px);
}

.svh-height-4251 {
  height: calc(100svh - 4251px);
}

.svh-height-4252 {
  height: calc(100svh - 4252px);
}

.svh-height-4253 {
  height: calc(100svh - 4253px);
}

.svh-height-4254 {
  height: calc(100svh - 4254px);
}

.svh-height-4255 {
  height: calc(100svh - 4255px);
}

.svh-height-4256 {
  height: calc(100svh - 4256px);
}

.svh-height-4257 {
  height: calc(100svh - 4257px);
}

.svh-height-4258 {
  height: calc(100svh - 4258px);
}

.svh-height-4259 {
  height: calc(100svh - 4259px);
}

.svh-height-4260 {
  height: calc(100svh - 4260px);
}

.svh-height-4261 {
  height: calc(100svh - 4261px);
}

.svh-height-4262 {
  height: calc(100svh - 4262px);
}

.svh-height-4263 {
  height: calc(100svh - 4263px);
}

.svh-height-4264 {
  height: calc(100svh - 4264px);
}

.svh-height-4265 {
  height: calc(100svh - 4265px);
}

.svh-height-4266 {
  height: calc(100svh - 4266px);
}

.svh-height-4267 {
  height: calc(100svh - 4267px);
}

.svh-height-4268 {
  height: calc(100svh - 4268px);
}

.svh-height-4269 {
  height: calc(100svh - 4269px);
}

.svh-height-4270 {
  height: calc(100svh - 4270px);
}

.svh-height-4271 {
  height: calc(100svh - 4271px);
}

.svh-height-4272 {
  height: calc(100svh - 4272px);
}

.svh-height-4273 {
  height: calc(100svh - 4273px);
}

.svh-height-4274 {
  height: calc(100svh - 4274px);
}

.svh-height-4275 {
  height: calc(100svh - 4275px);
}

.svh-height-4276 {
  height: calc(100svh - 4276px);
}

.svh-height-4277 {
  height: calc(100svh - 4277px);
}

.svh-height-4278 {
  height: calc(100svh - 4278px);
}

.svh-height-4279 {
  height: calc(100svh - 4279px);
}

.svh-height-4280 {
  height: calc(100svh - 4280px);
}

.svh-height-4281 {
  height: calc(100svh - 4281px);
}

.svh-height-4282 {
  height: calc(100svh - 4282px);
}

.svh-height-4283 {
  height: calc(100svh - 4283px);
}

.svh-height-4284 {
  height: calc(100svh - 4284px);
}

.svh-height-4285 {
  height: calc(100svh - 4285px);
}

.svh-height-4286 {
  height: calc(100svh - 4286px);
}

.svh-height-4287 {
  height: calc(100svh - 4287px);
}

.svh-height-4288 {
  height: calc(100svh - 4288px);
}

.svh-height-4289 {
  height: calc(100svh - 4289px);
}

.svh-height-4290 {
  height: calc(100svh - 4290px);
}

.svh-height-4291 {
  height: calc(100svh - 4291px);
}

.svh-height-4292 {
  height: calc(100svh - 4292px);
}

.svh-height-4293 {
  height: calc(100svh - 4293px);
}

.svh-height-4294 {
  height: calc(100svh - 4294px);
}

.svh-height-4295 {
  height: calc(100svh - 4295px);
}

.svh-height-4296 {
  height: calc(100svh - 4296px);
}

.svh-height-4297 {
  height: calc(100svh - 4297px);
}

.svh-height-4298 {
  height: calc(100svh - 4298px);
}

.svh-height-4299 {
  height: calc(100svh - 4299px);
}

.svh-height-4300 {
  height: calc(100svh - 4300px);
}

.svh-height-4301 {
  height: calc(100svh - 4301px);
}

.svh-height-4302 {
  height: calc(100svh - 4302px);
}

.svh-height-4303 {
  height: calc(100svh - 4303px);
}

.svh-height-4304 {
  height: calc(100svh - 4304px);
}

.svh-height-4305 {
  height: calc(100svh - 4305px);
}

.svh-height-4306 {
  height: calc(100svh - 4306px);
}

.svh-height-4307 {
  height: calc(100svh - 4307px);
}

.svh-height-4308 {
  height: calc(100svh - 4308px);
}

.svh-height-4309 {
  height: calc(100svh - 4309px);
}

.svh-height-4310 {
  height: calc(100svh - 4310px);
}

.svh-height-4311 {
  height: calc(100svh - 4311px);
}

.svh-height-4312 {
  height: calc(100svh - 4312px);
}

.svh-height-4313 {
  height: calc(100svh - 4313px);
}

.svh-height-4314 {
  height: calc(100svh - 4314px);
}

.svh-height-4315 {
  height: calc(100svh - 4315px);
}

.svh-height-4316 {
  height: calc(100svh - 4316px);
}

.svh-height-4317 {
  height: calc(100svh - 4317px);
}

.svh-height-4318 {
  height: calc(100svh - 4318px);
}

.svh-height-4319 {
  height: calc(100svh - 4319px);
}

.svh-height-4320 {
  height: calc(100svh - 4320px);
}

.svh-height-4321 {
  height: calc(100svh - 4321px);
}

.svh-height-4322 {
  height: calc(100svh - 4322px);
}

.svh-height-4323 {
  height: calc(100svh - 4323px);
}

.svh-height-4324 {
  height: calc(100svh - 4324px);
}

.svh-height-4325 {
  height: calc(100svh - 4325px);
}

.svh-height-4326 {
  height: calc(100svh - 4326px);
}

.svh-height-4327 {
  height: calc(100svh - 4327px);
}

.svh-height-4328 {
  height: calc(100svh - 4328px);
}

.svh-height-4329 {
  height: calc(100svh - 4329px);
}

.svh-height-4330 {
  height: calc(100svh - 4330px);
}

.svh-height-4331 {
  height: calc(100svh - 4331px);
}

.svh-height-4332 {
  height: calc(100svh - 4332px);
}

.svh-height-4333 {
  height: calc(100svh - 4333px);
}

.svh-height-4334 {
  height: calc(100svh - 4334px);
}

.svh-height-4335 {
  height: calc(100svh - 4335px);
}

.svh-height-4336 {
  height: calc(100svh - 4336px);
}

.svh-height-4337 {
  height: calc(100svh - 4337px);
}

.svh-height-4338 {
  height: calc(100svh - 4338px);
}

.svh-height-4339 {
  height: calc(100svh - 4339px);
}

.svh-height-4340 {
  height: calc(100svh - 4340px);
}

.svh-height-4341 {
  height: calc(100svh - 4341px);
}

.svh-height-4342 {
  height: calc(100svh - 4342px);
}

.svh-height-4343 {
  height: calc(100svh - 4343px);
}

.svh-height-4344 {
  height: calc(100svh - 4344px);
}

.svh-height-4345 {
  height: calc(100svh - 4345px);
}

.svh-height-4346 {
  height: calc(100svh - 4346px);
}

.svh-height-4347 {
  height: calc(100svh - 4347px);
}

.svh-height-4348 {
  height: calc(100svh - 4348px);
}

.svh-height-4349 {
  height: calc(100svh - 4349px);
}

.svh-height-4350 {
  height: calc(100svh - 4350px);
}

.svh-height-4351 {
  height: calc(100svh - 4351px);
}

.svh-height-4352 {
  height: calc(100svh - 4352px);
}

.svh-height-4353 {
  height: calc(100svh - 4353px);
}

.svh-height-4354 {
  height: calc(100svh - 4354px);
}

.svh-height-4355 {
  height: calc(100svh - 4355px);
}

.svh-height-4356 {
  height: calc(100svh - 4356px);
}

.svh-height-4357 {
  height: calc(100svh - 4357px);
}

.svh-height-4358 {
  height: calc(100svh - 4358px);
}

.svh-height-4359 {
  height: calc(100svh - 4359px);
}

.svh-height-4360 {
  height: calc(100svh - 4360px);
}

.svh-height-4361 {
  height: calc(100svh - 4361px);
}

.svh-height-4362 {
  height: calc(100svh - 4362px);
}

.svh-height-4363 {
  height: calc(100svh - 4363px);
}

.svh-height-4364 {
  height: calc(100svh - 4364px);
}

.svh-height-4365 {
  height: calc(100svh - 4365px);
}

.svh-height-4366 {
  height: calc(100svh - 4366px);
}

.svh-height-4367 {
  height: calc(100svh - 4367px);
}

.svh-height-4368 {
  height: calc(100svh - 4368px);
}

.svh-height-4369 {
  height: calc(100svh - 4369px);
}

.svh-height-4370 {
  height: calc(100svh - 4370px);
}

.svh-height-4371 {
  height: calc(100svh - 4371px);
}

.svh-height-4372 {
  height: calc(100svh - 4372px);
}

.svh-height-4373 {
  height: calc(100svh - 4373px);
}

.svh-height-4374 {
  height: calc(100svh - 4374px);
}

.svh-height-4375 {
  height: calc(100svh - 4375px);
}

.svh-height-4376 {
  height: calc(100svh - 4376px);
}

.svh-height-4377 {
  height: calc(100svh - 4377px);
}

.svh-height-4378 {
  height: calc(100svh - 4378px);
}

.svh-height-4379 {
  height: calc(100svh - 4379px);
}

.svh-height-4380 {
  height: calc(100svh - 4380px);
}

.svh-height-4381 {
  height: calc(100svh - 4381px);
}

.svh-height-4382 {
  height: calc(100svh - 4382px);
}

.svh-height-4383 {
  height: calc(100svh - 4383px);
}

.svh-height-4384 {
  height: calc(100svh - 4384px);
}

.svh-height-4385 {
  height: calc(100svh - 4385px);
}

.svh-height-4386 {
  height: calc(100svh - 4386px);
}

.svh-height-4387 {
  height: calc(100svh - 4387px);
}

.svh-height-4388 {
  height: calc(100svh - 4388px);
}

.svh-height-4389 {
  height: calc(100svh - 4389px);
}

.svh-height-4390 {
  height: calc(100svh - 4390px);
}

.svh-height-4391 {
  height: calc(100svh - 4391px);
}

.svh-height-4392 {
  height: calc(100svh - 4392px);
}

.svh-height-4393 {
  height: calc(100svh - 4393px);
}

.svh-height-4394 {
  height: calc(100svh - 4394px);
}

.svh-height-4395 {
  height: calc(100svh - 4395px);
}

.svh-height-4396 {
  height: calc(100svh - 4396px);
}

.svh-height-4397 {
  height: calc(100svh - 4397px);
}

.svh-height-4398 {
  height: calc(100svh - 4398px);
}

.svh-height-4399 {
  height: calc(100svh - 4399px);
}

.svh-height-4400 {
  height: calc(100svh - 4400px);
}

.svh-height-4401 {
  height: calc(100svh - 4401px);
}

.svh-height-4402 {
  height: calc(100svh - 4402px);
}

.svh-height-4403 {
  height: calc(100svh - 4403px);
}

.svh-height-4404 {
  height: calc(100svh - 4404px);
}

.svh-height-4405 {
  height: calc(100svh - 4405px);
}

.svh-height-4406 {
  height: calc(100svh - 4406px);
}

.svh-height-4407 {
  height: calc(100svh - 4407px);
}

.svh-height-4408 {
  height: calc(100svh - 4408px);
}

.svh-height-4409 {
  height: calc(100svh - 4409px);
}

.svh-height-4410 {
  height: calc(100svh - 4410px);
}

.svh-height-4411 {
  height: calc(100svh - 4411px);
}

.svh-height-4412 {
  height: calc(100svh - 4412px);
}

.svh-height-4413 {
  height: calc(100svh - 4413px);
}

.svh-height-4414 {
  height: calc(100svh - 4414px);
}

.svh-height-4415 {
  height: calc(100svh - 4415px);
}

.svh-height-4416 {
  height: calc(100svh - 4416px);
}

.svh-height-4417 {
  height: calc(100svh - 4417px);
}

.svh-height-4418 {
  height: calc(100svh - 4418px);
}

.svh-height-4419 {
  height: calc(100svh - 4419px);
}

.svh-height-4420 {
  height: calc(100svh - 4420px);
}

.svh-height-4421 {
  height: calc(100svh - 4421px);
}

.svh-height-4422 {
  height: calc(100svh - 4422px);
}

.svh-height-4423 {
  height: calc(100svh - 4423px);
}

.svh-height-4424 {
  height: calc(100svh - 4424px);
}

.svh-height-4425 {
  height: calc(100svh - 4425px);
}

.svh-height-4426 {
  height: calc(100svh - 4426px);
}

.svh-height-4427 {
  height: calc(100svh - 4427px);
}

.svh-height-4428 {
  height: calc(100svh - 4428px);
}

.svh-height-4429 {
  height: calc(100svh - 4429px);
}

.svh-height-4430 {
  height: calc(100svh - 4430px);
}

.svh-height-4431 {
  height: calc(100svh - 4431px);
}

.svh-height-4432 {
  height: calc(100svh - 4432px);
}

.svh-height-4433 {
  height: calc(100svh - 4433px);
}

.svh-height-4434 {
  height: calc(100svh - 4434px);
}

.svh-height-4435 {
  height: calc(100svh - 4435px);
}

.svh-height-4436 {
  height: calc(100svh - 4436px);
}

.svh-height-4437 {
  height: calc(100svh - 4437px);
}

.svh-height-4438 {
  height: calc(100svh - 4438px);
}

.svh-height-4439 {
  height: calc(100svh - 4439px);
}

.svh-height-4440 {
  height: calc(100svh - 4440px);
}

.svh-height-4441 {
  height: calc(100svh - 4441px);
}

.svh-height-4442 {
  height: calc(100svh - 4442px);
}

.svh-height-4443 {
  height: calc(100svh - 4443px);
}

.svh-height-4444 {
  height: calc(100svh - 4444px);
}

.svh-height-4445 {
  height: calc(100svh - 4445px);
}

.svh-height-4446 {
  height: calc(100svh - 4446px);
}

.svh-height-4447 {
  height: calc(100svh - 4447px);
}

.svh-height-4448 {
  height: calc(100svh - 4448px);
}

.svh-height-4449 {
  height: calc(100svh - 4449px);
}

.svh-height-4450 {
  height: calc(100svh - 4450px);
}

.svh-height-4451 {
  height: calc(100svh - 4451px);
}

.svh-height-4452 {
  height: calc(100svh - 4452px);
}

.svh-height-4453 {
  height: calc(100svh - 4453px);
}

.svh-height-4454 {
  height: calc(100svh - 4454px);
}

.svh-height-4455 {
  height: calc(100svh - 4455px);
}

.svh-height-4456 {
  height: calc(100svh - 4456px);
}

.svh-height-4457 {
  height: calc(100svh - 4457px);
}

.svh-height-4458 {
  height: calc(100svh - 4458px);
}

.svh-height-4459 {
  height: calc(100svh - 4459px);
}

.svh-height-4460 {
  height: calc(100svh - 4460px);
}

.svh-height-4461 {
  height: calc(100svh - 4461px);
}

.svh-height-4462 {
  height: calc(100svh - 4462px);
}

.svh-height-4463 {
  height: calc(100svh - 4463px);
}

.svh-height-4464 {
  height: calc(100svh - 4464px);
}

.svh-height-4465 {
  height: calc(100svh - 4465px);
}

.svh-height-4466 {
  height: calc(100svh - 4466px);
}

.svh-height-4467 {
  height: calc(100svh - 4467px);
}

.svh-height-4468 {
  height: calc(100svh - 4468px);
}

.svh-height-4469 {
  height: calc(100svh - 4469px);
}

.svh-height-4470 {
  height: calc(100svh - 4470px);
}

.svh-height-4471 {
  height: calc(100svh - 4471px);
}

.svh-height-4472 {
  height: calc(100svh - 4472px);
}

.svh-height-4473 {
  height: calc(100svh - 4473px);
}

.svh-height-4474 {
  height: calc(100svh - 4474px);
}

.svh-height-4475 {
  height: calc(100svh - 4475px);
}

.svh-height-4476 {
  height: calc(100svh - 4476px);
}

.svh-height-4477 {
  height: calc(100svh - 4477px);
}

.svh-height-4478 {
  height: calc(100svh - 4478px);
}

.svh-height-4479 {
  height: calc(100svh - 4479px);
}

.svh-height-4480 {
  height: calc(100svh - 4480px);
}

.svh-height-4481 {
  height: calc(100svh - 4481px);
}

.svh-height-4482 {
  height: calc(100svh - 4482px);
}

.svh-height-4483 {
  height: calc(100svh - 4483px);
}

.svh-height-4484 {
  height: calc(100svh - 4484px);
}

.svh-height-4485 {
  height: calc(100svh - 4485px);
}

.svh-height-4486 {
  height: calc(100svh - 4486px);
}

.svh-height-4487 {
  height: calc(100svh - 4487px);
}

.svh-height-4488 {
  height: calc(100svh - 4488px);
}

.svh-height-4489 {
  height: calc(100svh - 4489px);
}

.svh-height-4490 {
  height: calc(100svh - 4490px);
}

.svh-height-4491 {
  height: calc(100svh - 4491px);
}

.svh-height-4492 {
  height: calc(100svh - 4492px);
}

.svh-height-4493 {
  height: calc(100svh - 4493px);
}

.svh-height-4494 {
  height: calc(100svh - 4494px);
}

.svh-height-4495 {
  height: calc(100svh - 4495px);
}

.svh-height-4496 {
  height: calc(100svh - 4496px);
}

.svh-height-4497 {
  height: calc(100svh - 4497px);
}

.svh-height-4498 {
  height: calc(100svh - 4498px);
}

.svh-height-4499 {
  height: calc(100svh - 4499px);
}

.svh-height-4500 {
  height: calc(100svh - 4500px);
}

.svh-height-4501 {
  height: calc(100svh - 4501px);
}

.svh-height-4502 {
  height: calc(100svh - 4502px);
}

.svh-height-4503 {
  height: calc(100svh - 4503px);
}

.svh-height-4504 {
  height: calc(100svh - 4504px);
}

.svh-height-4505 {
  height: calc(100svh - 4505px);
}

.svh-height-4506 {
  height: calc(100svh - 4506px);
}

.svh-height-4507 {
  height: calc(100svh - 4507px);
}

.svh-height-4508 {
  height: calc(100svh - 4508px);
}

.svh-height-4509 {
  height: calc(100svh - 4509px);
}

.svh-height-4510 {
  height: calc(100svh - 4510px);
}

.svh-height-4511 {
  height: calc(100svh - 4511px);
}

.svh-height-4512 {
  height: calc(100svh - 4512px);
}

.svh-height-4513 {
  height: calc(100svh - 4513px);
}

.svh-height-4514 {
  height: calc(100svh - 4514px);
}

.svh-height-4515 {
  height: calc(100svh - 4515px);
}

.svh-height-4516 {
  height: calc(100svh - 4516px);
}

.svh-height-4517 {
  height: calc(100svh - 4517px);
}

.svh-height-4518 {
  height: calc(100svh - 4518px);
}

.svh-height-4519 {
  height: calc(100svh - 4519px);
}

.svh-height-4520 {
  height: calc(100svh - 4520px);
}

.svh-height-4521 {
  height: calc(100svh - 4521px);
}

.svh-height-4522 {
  height: calc(100svh - 4522px);
}

.svh-height-4523 {
  height: calc(100svh - 4523px);
}

.svh-height-4524 {
  height: calc(100svh - 4524px);
}

.svh-height-4525 {
  height: calc(100svh - 4525px);
}

.svh-height-4526 {
  height: calc(100svh - 4526px);
}

.svh-height-4527 {
  height: calc(100svh - 4527px);
}

.svh-height-4528 {
  height: calc(100svh - 4528px);
}

.svh-height-4529 {
  height: calc(100svh - 4529px);
}

.svh-height-4530 {
  height: calc(100svh - 4530px);
}

.svh-height-4531 {
  height: calc(100svh - 4531px);
}

.svh-height-4532 {
  height: calc(100svh - 4532px);
}

.svh-height-4533 {
  height: calc(100svh - 4533px);
}

.svh-height-4534 {
  height: calc(100svh - 4534px);
}

.svh-height-4535 {
  height: calc(100svh - 4535px);
}

.svh-height-4536 {
  height: calc(100svh - 4536px);
}

.svh-height-4537 {
  height: calc(100svh - 4537px);
}

.svh-height-4538 {
  height: calc(100svh - 4538px);
}

.svh-height-4539 {
  height: calc(100svh - 4539px);
}

.svh-height-4540 {
  height: calc(100svh - 4540px);
}

.svh-height-4541 {
  height: calc(100svh - 4541px);
}

.svh-height-4542 {
  height: calc(100svh - 4542px);
}

.svh-height-4543 {
  height: calc(100svh - 4543px);
}

.svh-height-4544 {
  height: calc(100svh - 4544px);
}

.svh-height-4545 {
  height: calc(100svh - 4545px);
}

.svh-height-4546 {
  height: calc(100svh - 4546px);
}

.svh-height-4547 {
  height: calc(100svh - 4547px);
}

.svh-height-4548 {
  height: calc(100svh - 4548px);
}

.svh-height-4549 {
  height: calc(100svh - 4549px);
}

.svh-height-4550 {
  height: calc(100svh - 4550px);
}

.svh-height-4551 {
  height: calc(100svh - 4551px);
}

.svh-height-4552 {
  height: calc(100svh - 4552px);
}

.svh-height-4553 {
  height: calc(100svh - 4553px);
}

.svh-height-4554 {
  height: calc(100svh - 4554px);
}

.svh-height-4555 {
  height: calc(100svh - 4555px);
}

.svh-height-4556 {
  height: calc(100svh - 4556px);
}

.svh-height-4557 {
  height: calc(100svh - 4557px);
}

.svh-height-4558 {
  height: calc(100svh - 4558px);
}

.svh-height-4559 {
  height: calc(100svh - 4559px);
}

.svh-height-4560 {
  height: calc(100svh - 4560px);
}

.svh-height-4561 {
  height: calc(100svh - 4561px);
}

.svh-height-4562 {
  height: calc(100svh - 4562px);
}

.svh-height-4563 {
  height: calc(100svh - 4563px);
}

.svh-height-4564 {
  height: calc(100svh - 4564px);
}

.svh-height-4565 {
  height: calc(100svh - 4565px);
}

.svh-height-4566 {
  height: calc(100svh - 4566px);
}

.svh-height-4567 {
  height: calc(100svh - 4567px);
}

.svh-height-4568 {
  height: calc(100svh - 4568px);
}

.svh-height-4569 {
  height: calc(100svh - 4569px);
}

.svh-height-4570 {
  height: calc(100svh - 4570px);
}

.svh-height-4571 {
  height: calc(100svh - 4571px);
}

.svh-height-4572 {
  height: calc(100svh - 4572px);
}

.svh-height-4573 {
  height: calc(100svh - 4573px);
}

.svh-height-4574 {
  height: calc(100svh - 4574px);
}

.svh-height-4575 {
  height: calc(100svh - 4575px);
}

.svh-height-4576 {
  height: calc(100svh - 4576px);
}

.svh-height-4577 {
  height: calc(100svh - 4577px);
}

.svh-height-4578 {
  height: calc(100svh - 4578px);
}

.svh-height-4579 {
  height: calc(100svh - 4579px);
}

.svh-height-4580 {
  height: calc(100svh - 4580px);
}

.svh-height-4581 {
  height: calc(100svh - 4581px);
}

.svh-height-4582 {
  height: calc(100svh - 4582px);
}

.svh-height-4583 {
  height: calc(100svh - 4583px);
}

.svh-height-4584 {
  height: calc(100svh - 4584px);
}

.svh-height-4585 {
  height: calc(100svh - 4585px);
}

.svh-height-4586 {
  height: calc(100svh - 4586px);
}

.svh-height-4587 {
  height: calc(100svh - 4587px);
}

.svh-height-4588 {
  height: calc(100svh - 4588px);
}

.svh-height-4589 {
  height: calc(100svh - 4589px);
}

.svh-height-4590 {
  height: calc(100svh - 4590px);
}

.svh-height-4591 {
  height: calc(100svh - 4591px);
}

.svh-height-4592 {
  height: calc(100svh - 4592px);
}

.svh-height-4593 {
  height: calc(100svh - 4593px);
}

.svh-height-4594 {
  height: calc(100svh - 4594px);
}

.svh-height-4595 {
  height: calc(100svh - 4595px);
}

.svh-height-4596 {
  height: calc(100svh - 4596px);
}

.svh-height-4597 {
  height: calc(100svh - 4597px);
}

.svh-height-4598 {
  height: calc(100svh - 4598px);
}

.svh-height-4599 {
  height: calc(100svh - 4599px);
}

.svh-height-4600 {
  height: calc(100svh - 4600px);
}

.svh-height-4601 {
  height: calc(100svh - 4601px);
}

.svh-height-4602 {
  height: calc(100svh - 4602px);
}

.svh-height-4603 {
  height: calc(100svh - 4603px);
}

.svh-height-4604 {
  height: calc(100svh - 4604px);
}

.svh-height-4605 {
  height: calc(100svh - 4605px);
}

.svh-height-4606 {
  height: calc(100svh - 4606px);
}

.svh-height-4607 {
  height: calc(100svh - 4607px);
}

.svh-height-4608 {
  height: calc(100svh - 4608px);
}

.svh-height-4609 {
  height: calc(100svh - 4609px);
}

.svh-height-4610 {
  height: calc(100svh - 4610px);
}

.svh-height-4611 {
  height: calc(100svh - 4611px);
}

.svh-height-4612 {
  height: calc(100svh - 4612px);
}

.svh-height-4613 {
  height: calc(100svh - 4613px);
}

.svh-height-4614 {
  height: calc(100svh - 4614px);
}

.svh-height-4615 {
  height: calc(100svh - 4615px);
}

.svh-height-4616 {
  height: calc(100svh - 4616px);
}

.svh-height-4617 {
  height: calc(100svh - 4617px);
}

.svh-height-4618 {
  height: calc(100svh - 4618px);
}

.svh-height-4619 {
  height: calc(100svh - 4619px);
}

.svh-height-4620 {
  height: calc(100svh - 4620px);
}

.svh-height-4621 {
  height: calc(100svh - 4621px);
}

.svh-height-4622 {
  height: calc(100svh - 4622px);
}

.svh-height-4623 {
  height: calc(100svh - 4623px);
}

.svh-height-4624 {
  height: calc(100svh - 4624px);
}

.svh-height-4625 {
  height: calc(100svh - 4625px);
}

.svh-height-4626 {
  height: calc(100svh - 4626px);
}

.svh-height-4627 {
  height: calc(100svh - 4627px);
}

.svh-height-4628 {
  height: calc(100svh - 4628px);
}

.svh-height-4629 {
  height: calc(100svh - 4629px);
}

.svh-height-4630 {
  height: calc(100svh - 4630px);
}

.svh-height-4631 {
  height: calc(100svh - 4631px);
}

.svh-height-4632 {
  height: calc(100svh - 4632px);
}

.svh-height-4633 {
  height: calc(100svh - 4633px);
}

.svh-height-4634 {
  height: calc(100svh - 4634px);
}

.svh-height-4635 {
  height: calc(100svh - 4635px);
}

.svh-height-4636 {
  height: calc(100svh - 4636px);
}

.svh-height-4637 {
  height: calc(100svh - 4637px);
}

.svh-height-4638 {
  height: calc(100svh - 4638px);
}

.svh-height-4639 {
  height: calc(100svh - 4639px);
}

.svh-height-4640 {
  height: calc(100svh - 4640px);
}

.svh-height-4641 {
  height: calc(100svh - 4641px);
}

.svh-height-4642 {
  height: calc(100svh - 4642px);
}

.svh-height-4643 {
  height: calc(100svh - 4643px);
}

.svh-height-4644 {
  height: calc(100svh - 4644px);
}

.svh-height-4645 {
  height: calc(100svh - 4645px);
}

.svh-height-4646 {
  height: calc(100svh - 4646px);
}

.svh-height-4647 {
  height: calc(100svh - 4647px);
}

.svh-height-4648 {
  height: calc(100svh - 4648px);
}

.svh-height-4649 {
  height: calc(100svh - 4649px);
}

.svh-height-4650 {
  height: calc(100svh - 4650px);
}

.svh-height-4651 {
  height: calc(100svh - 4651px);
}

.svh-height-4652 {
  height: calc(100svh - 4652px);
}

.svh-height-4653 {
  height: calc(100svh - 4653px);
}

.svh-height-4654 {
  height: calc(100svh - 4654px);
}

.svh-height-4655 {
  height: calc(100svh - 4655px);
}

.svh-height-4656 {
  height: calc(100svh - 4656px);
}

.svh-height-4657 {
  height: calc(100svh - 4657px);
}

.svh-height-4658 {
  height: calc(100svh - 4658px);
}

.svh-height-4659 {
  height: calc(100svh - 4659px);
}

.svh-height-4660 {
  height: calc(100svh - 4660px);
}

.svh-height-4661 {
  height: calc(100svh - 4661px);
}

.svh-height-4662 {
  height: calc(100svh - 4662px);
}

.svh-height-4663 {
  height: calc(100svh - 4663px);
}

.svh-height-4664 {
  height: calc(100svh - 4664px);
}

.svh-height-4665 {
  height: calc(100svh - 4665px);
}

.svh-height-4666 {
  height: calc(100svh - 4666px);
}

.svh-height-4667 {
  height: calc(100svh - 4667px);
}

.svh-height-4668 {
  height: calc(100svh - 4668px);
}

.svh-height-4669 {
  height: calc(100svh - 4669px);
}

.svh-height-4670 {
  height: calc(100svh - 4670px);
}

.svh-height-4671 {
  height: calc(100svh - 4671px);
}

.svh-height-4672 {
  height: calc(100svh - 4672px);
}

.svh-height-4673 {
  height: calc(100svh - 4673px);
}

.svh-height-4674 {
  height: calc(100svh - 4674px);
}

.svh-height-4675 {
  height: calc(100svh - 4675px);
}

.svh-height-4676 {
  height: calc(100svh - 4676px);
}

.svh-height-4677 {
  height: calc(100svh - 4677px);
}

.svh-height-4678 {
  height: calc(100svh - 4678px);
}

.svh-height-4679 {
  height: calc(100svh - 4679px);
}

.svh-height-4680 {
  height: calc(100svh - 4680px);
}

.svh-height-4681 {
  height: calc(100svh - 4681px);
}

.svh-height-4682 {
  height: calc(100svh - 4682px);
}

.svh-height-4683 {
  height: calc(100svh - 4683px);
}

.svh-height-4684 {
  height: calc(100svh - 4684px);
}

.svh-height-4685 {
  height: calc(100svh - 4685px);
}

.svh-height-4686 {
  height: calc(100svh - 4686px);
}

.svh-height-4687 {
  height: calc(100svh - 4687px);
}

.svh-height-4688 {
  height: calc(100svh - 4688px);
}

.svh-height-4689 {
  height: calc(100svh - 4689px);
}

.svh-height-4690 {
  height: calc(100svh - 4690px);
}

.svh-height-4691 {
  height: calc(100svh - 4691px);
}

.svh-height-4692 {
  height: calc(100svh - 4692px);
}

.svh-height-4693 {
  height: calc(100svh - 4693px);
}

.svh-height-4694 {
  height: calc(100svh - 4694px);
}

.svh-height-4695 {
  height: calc(100svh - 4695px);
}

.svh-height-4696 {
  height: calc(100svh - 4696px);
}

.svh-height-4697 {
  height: calc(100svh - 4697px);
}

.svh-height-4698 {
  height: calc(100svh - 4698px);
}

.svh-height-4699 {
  height: calc(100svh - 4699px);
}

.svh-height-4700 {
  height: calc(100svh - 4700px);
}

.svh-height-4701 {
  height: calc(100svh - 4701px);
}

.svh-height-4702 {
  height: calc(100svh - 4702px);
}

.svh-height-4703 {
  height: calc(100svh - 4703px);
}

.svh-height-4704 {
  height: calc(100svh - 4704px);
}

.svh-height-4705 {
  height: calc(100svh - 4705px);
}

.svh-height-4706 {
  height: calc(100svh - 4706px);
}

.svh-height-4707 {
  height: calc(100svh - 4707px);
}

.svh-height-4708 {
  height: calc(100svh - 4708px);
}

.svh-height-4709 {
  height: calc(100svh - 4709px);
}

.svh-height-4710 {
  height: calc(100svh - 4710px);
}

.svh-height-4711 {
  height: calc(100svh - 4711px);
}

.svh-height-4712 {
  height: calc(100svh - 4712px);
}

.svh-height-4713 {
  height: calc(100svh - 4713px);
}

.svh-height-4714 {
  height: calc(100svh - 4714px);
}

.svh-height-4715 {
  height: calc(100svh - 4715px);
}

.svh-height-4716 {
  height: calc(100svh - 4716px);
}

.svh-height-4717 {
  height: calc(100svh - 4717px);
}

.svh-height-4718 {
  height: calc(100svh - 4718px);
}

.svh-height-4719 {
  height: calc(100svh - 4719px);
}

.svh-height-4720 {
  height: calc(100svh - 4720px);
}

.svh-height-4721 {
  height: calc(100svh - 4721px);
}

.svh-height-4722 {
  height: calc(100svh - 4722px);
}

.svh-height-4723 {
  height: calc(100svh - 4723px);
}

.svh-height-4724 {
  height: calc(100svh - 4724px);
}

.svh-height-4725 {
  height: calc(100svh - 4725px);
}

.svh-height-4726 {
  height: calc(100svh - 4726px);
}

.svh-height-4727 {
  height: calc(100svh - 4727px);
}

.svh-height-4728 {
  height: calc(100svh - 4728px);
}

.svh-height-4729 {
  height: calc(100svh - 4729px);
}

.svh-height-4730 {
  height: calc(100svh - 4730px);
}

.svh-height-4731 {
  height: calc(100svh - 4731px);
}

.svh-height-4732 {
  height: calc(100svh - 4732px);
}

.svh-height-4733 {
  height: calc(100svh - 4733px);
}

.svh-height-4734 {
  height: calc(100svh - 4734px);
}

.svh-height-4735 {
  height: calc(100svh - 4735px);
}

.svh-height-4736 {
  height: calc(100svh - 4736px);
}

.svh-height-4737 {
  height: calc(100svh - 4737px);
}

.svh-height-4738 {
  height: calc(100svh - 4738px);
}

.svh-height-4739 {
  height: calc(100svh - 4739px);
}

.svh-height-4740 {
  height: calc(100svh - 4740px);
}

.svh-height-4741 {
  height: calc(100svh - 4741px);
}

.svh-height-4742 {
  height: calc(100svh - 4742px);
}

.svh-height-4743 {
  height: calc(100svh - 4743px);
}

.svh-height-4744 {
  height: calc(100svh - 4744px);
}

.svh-height-4745 {
  height: calc(100svh - 4745px);
}

.svh-height-4746 {
  height: calc(100svh - 4746px);
}

.svh-height-4747 {
  height: calc(100svh - 4747px);
}

.svh-height-4748 {
  height: calc(100svh - 4748px);
}

.svh-height-4749 {
  height: calc(100svh - 4749px);
}

.svh-height-4750 {
  height: calc(100svh - 4750px);
}

.svh-height-4751 {
  height: calc(100svh - 4751px);
}

.svh-height-4752 {
  height: calc(100svh - 4752px);
}

.svh-height-4753 {
  height: calc(100svh - 4753px);
}

.svh-height-4754 {
  height: calc(100svh - 4754px);
}

.svh-height-4755 {
  height: calc(100svh - 4755px);
}

.svh-height-4756 {
  height: calc(100svh - 4756px);
}

.svh-height-4757 {
  height: calc(100svh - 4757px);
}

.svh-height-4758 {
  height: calc(100svh - 4758px);
}

.svh-height-4759 {
  height: calc(100svh - 4759px);
}

.svh-height-4760 {
  height: calc(100svh - 4760px);
}

.svh-height-4761 {
  height: calc(100svh - 4761px);
}

.svh-height-4762 {
  height: calc(100svh - 4762px);
}

.svh-height-4763 {
  height: calc(100svh - 4763px);
}

.svh-height-4764 {
  height: calc(100svh - 4764px);
}

.svh-height-4765 {
  height: calc(100svh - 4765px);
}

.svh-height-4766 {
  height: calc(100svh - 4766px);
}

.svh-height-4767 {
  height: calc(100svh - 4767px);
}

.svh-height-4768 {
  height: calc(100svh - 4768px);
}

.svh-height-4769 {
  height: calc(100svh - 4769px);
}

.svh-height-4770 {
  height: calc(100svh - 4770px);
}

.svh-height-4771 {
  height: calc(100svh - 4771px);
}

.svh-height-4772 {
  height: calc(100svh - 4772px);
}

.svh-height-4773 {
  height: calc(100svh - 4773px);
}

.svh-height-4774 {
  height: calc(100svh - 4774px);
}

.svh-height-4775 {
  height: calc(100svh - 4775px);
}

.svh-height-4776 {
  height: calc(100svh - 4776px);
}

.svh-height-4777 {
  height: calc(100svh - 4777px);
}

.svh-height-4778 {
  height: calc(100svh - 4778px);
}

.svh-height-4779 {
  height: calc(100svh - 4779px);
}

.svh-height-4780 {
  height: calc(100svh - 4780px);
}

.svh-height-4781 {
  height: calc(100svh - 4781px);
}

.svh-height-4782 {
  height: calc(100svh - 4782px);
}

.svh-height-4783 {
  height: calc(100svh - 4783px);
}

.svh-height-4784 {
  height: calc(100svh - 4784px);
}

.svh-height-4785 {
  height: calc(100svh - 4785px);
}

.svh-height-4786 {
  height: calc(100svh - 4786px);
}

.svh-height-4787 {
  height: calc(100svh - 4787px);
}

.svh-height-4788 {
  height: calc(100svh - 4788px);
}

.svh-height-4789 {
  height: calc(100svh - 4789px);
}

.svh-height-4790 {
  height: calc(100svh - 4790px);
}

.svh-height-4791 {
  height: calc(100svh - 4791px);
}

.svh-height-4792 {
  height: calc(100svh - 4792px);
}

.svh-height-4793 {
  height: calc(100svh - 4793px);
}

.svh-height-4794 {
  height: calc(100svh - 4794px);
}

.svh-height-4795 {
  height: calc(100svh - 4795px);
}

.svh-height-4796 {
  height: calc(100svh - 4796px);
}

.svh-height-4797 {
  height: calc(100svh - 4797px);
}

.svh-height-4798 {
  height: calc(100svh - 4798px);
}

.svh-height-4799 {
  height: calc(100svh - 4799px);
}

.svh-height-4800 {
  height: calc(100svh - 4800px);
}

.svh-height-4801 {
  height: calc(100svh - 4801px);
}

.svh-height-4802 {
  height: calc(100svh - 4802px);
}

.svh-height-4803 {
  height: calc(100svh - 4803px);
}

.svh-height-4804 {
  height: calc(100svh - 4804px);
}

.svh-height-4805 {
  height: calc(100svh - 4805px);
}

.svh-height-4806 {
  height: calc(100svh - 4806px);
}

.svh-height-4807 {
  height: calc(100svh - 4807px);
}

.svh-height-4808 {
  height: calc(100svh - 4808px);
}

.svh-height-4809 {
  height: calc(100svh - 4809px);
}

.svh-height-4810 {
  height: calc(100svh - 4810px);
}

.svh-height-4811 {
  height: calc(100svh - 4811px);
}

.svh-height-4812 {
  height: calc(100svh - 4812px);
}

.svh-height-4813 {
  height: calc(100svh - 4813px);
}

.svh-height-4814 {
  height: calc(100svh - 4814px);
}

.svh-height-4815 {
  height: calc(100svh - 4815px);
}

.svh-height-4816 {
  height: calc(100svh - 4816px);
}

.svh-height-4817 {
  height: calc(100svh - 4817px);
}

.svh-height-4818 {
  height: calc(100svh - 4818px);
}

.svh-height-4819 {
  height: calc(100svh - 4819px);
}

.svh-height-4820 {
  height: calc(100svh - 4820px);
}

.svh-height-4821 {
  height: calc(100svh - 4821px);
}

.svh-height-4822 {
  height: calc(100svh - 4822px);
}

.svh-height-4823 {
  height: calc(100svh - 4823px);
}

.svh-height-4824 {
  height: calc(100svh - 4824px);
}

.svh-height-4825 {
  height: calc(100svh - 4825px);
}

.svh-height-4826 {
  height: calc(100svh - 4826px);
}

.svh-height-4827 {
  height: calc(100svh - 4827px);
}

.svh-height-4828 {
  height: calc(100svh - 4828px);
}

.svh-height-4829 {
  height: calc(100svh - 4829px);
}

.svh-height-4830 {
  height: calc(100svh - 4830px);
}

.svh-height-4831 {
  height: calc(100svh - 4831px);
}

.svh-height-4832 {
  height: calc(100svh - 4832px);
}

.svh-height-4833 {
  height: calc(100svh - 4833px);
}

.svh-height-4834 {
  height: calc(100svh - 4834px);
}

.svh-height-4835 {
  height: calc(100svh - 4835px);
}

.svh-height-4836 {
  height: calc(100svh - 4836px);
}

.svh-height-4837 {
  height: calc(100svh - 4837px);
}

.svh-height-4838 {
  height: calc(100svh - 4838px);
}

.svh-height-4839 {
  height: calc(100svh - 4839px);
}

.svh-height-4840 {
  height: calc(100svh - 4840px);
}

.svh-height-4841 {
  height: calc(100svh - 4841px);
}

.svh-height-4842 {
  height: calc(100svh - 4842px);
}

.svh-height-4843 {
  height: calc(100svh - 4843px);
}

.svh-height-4844 {
  height: calc(100svh - 4844px);
}

.svh-height-4845 {
  height: calc(100svh - 4845px);
}

.svh-height-4846 {
  height: calc(100svh - 4846px);
}

.svh-height-4847 {
  height: calc(100svh - 4847px);
}

.svh-height-4848 {
  height: calc(100svh - 4848px);
}

.svh-height-4849 {
  height: calc(100svh - 4849px);
}

.svh-height-4850 {
  height: calc(100svh - 4850px);
}

.svh-height-4851 {
  height: calc(100svh - 4851px);
}

.svh-height-4852 {
  height: calc(100svh - 4852px);
}

.svh-height-4853 {
  height: calc(100svh - 4853px);
}

.svh-height-4854 {
  height: calc(100svh - 4854px);
}

.svh-height-4855 {
  height: calc(100svh - 4855px);
}

.svh-height-4856 {
  height: calc(100svh - 4856px);
}

.svh-height-4857 {
  height: calc(100svh - 4857px);
}

.svh-height-4858 {
  height: calc(100svh - 4858px);
}

.svh-height-4859 {
  height: calc(100svh - 4859px);
}

.svh-height-4860 {
  height: calc(100svh - 4860px);
}

.svh-height-4861 {
  height: calc(100svh - 4861px);
}

.svh-height-4862 {
  height: calc(100svh - 4862px);
}

.svh-height-4863 {
  height: calc(100svh - 4863px);
}

.svh-height-4864 {
  height: calc(100svh - 4864px);
}

.svh-height-4865 {
  height: calc(100svh - 4865px);
}

.svh-height-4866 {
  height: calc(100svh - 4866px);
}

.svh-height-4867 {
  height: calc(100svh - 4867px);
}

.svh-height-4868 {
  height: calc(100svh - 4868px);
}

.svh-height-4869 {
  height: calc(100svh - 4869px);
}

.svh-height-4870 {
  height: calc(100svh - 4870px);
}

.svh-height-4871 {
  height: calc(100svh - 4871px);
}

.svh-height-4872 {
  height: calc(100svh - 4872px);
}

.svh-height-4873 {
  height: calc(100svh - 4873px);
}

.svh-height-4874 {
  height: calc(100svh - 4874px);
}

.svh-height-4875 {
  height: calc(100svh - 4875px);
}

.svh-height-4876 {
  height: calc(100svh - 4876px);
}

.svh-height-4877 {
  height: calc(100svh - 4877px);
}

.svh-height-4878 {
  height: calc(100svh - 4878px);
}

.svh-height-4879 {
  height: calc(100svh - 4879px);
}

.svh-height-4880 {
  height: calc(100svh - 4880px);
}

.svh-height-4881 {
  height: calc(100svh - 4881px);
}

.svh-height-4882 {
  height: calc(100svh - 4882px);
}

.svh-height-4883 {
  height: calc(100svh - 4883px);
}

.svh-height-4884 {
  height: calc(100svh - 4884px);
}

.svh-height-4885 {
  height: calc(100svh - 4885px);
}

.svh-height-4886 {
  height: calc(100svh - 4886px);
}

.svh-height-4887 {
  height: calc(100svh - 4887px);
}

.svh-height-4888 {
  height: calc(100svh - 4888px);
}

.svh-height-4889 {
  height: calc(100svh - 4889px);
}

.svh-height-4890 {
  height: calc(100svh - 4890px);
}

.svh-height-4891 {
  height: calc(100svh - 4891px);
}

.svh-height-4892 {
  height: calc(100svh - 4892px);
}

.svh-height-4893 {
  height: calc(100svh - 4893px);
}

.svh-height-4894 {
  height: calc(100svh - 4894px);
}

.svh-height-4895 {
  height: calc(100svh - 4895px);
}

.svh-height-4896 {
  height: calc(100svh - 4896px);
}

.svh-height-4897 {
  height: calc(100svh - 4897px);
}

.svh-height-4898 {
  height: calc(100svh - 4898px);
}

.svh-height-4899 {
  height: calc(100svh - 4899px);
}

.svh-height-4900 {
  height: calc(100svh - 4900px);
}

.svh-height-4901 {
  height: calc(100svh - 4901px);
}

.svh-height-4902 {
  height: calc(100svh - 4902px);
}

.svh-height-4903 {
  height: calc(100svh - 4903px);
}

.svh-height-4904 {
  height: calc(100svh - 4904px);
}

.svh-height-4905 {
  height: calc(100svh - 4905px);
}

.svh-height-4906 {
  height: calc(100svh - 4906px);
}

.svh-height-4907 {
  height: calc(100svh - 4907px);
}

.svh-height-4908 {
  height: calc(100svh - 4908px);
}

.svh-height-4909 {
  height: calc(100svh - 4909px);
}

.svh-height-4910 {
  height: calc(100svh - 4910px);
}

.svh-height-4911 {
  height: calc(100svh - 4911px);
}

.svh-height-4912 {
  height: calc(100svh - 4912px);
}

.svh-height-4913 {
  height: calc(100svh - 4913px);
}

.svh-height-4914 {
  height: calc(100svh - 4914px);
}

.svh-height-4915 {
  height: calc(100svh - 4915px);
}

.svh-height-4916 {
  height: calc(100svh - 4916px);
}

.svh-height-4917 {
  height: calc(100svh - 4917px);
}

.svh-height-4918 {
  height: calc(100svh - 4918px);
}

.svh-height-4919 {
  height: calc(100svh - 4919px);
}

.svh-height-4920 {
  height: calc(100svh - 4920px);
}

.svh-height-4921 {
  height: calc(100svh - 4921px);
}

.svh-height-4922 {
  height: calc(100svh - 4922px);
}

.svh-height-4923 {
  height: calc(100svh - 4923px);
}

.svh-height-4924 {
  height: calc(100svh - 4924px);
}

.svh-height-4925 {
  height: calc(100svh - 4925px);
}

.svh-height-4926 {
  height: calc(100svh - 4926px);
}

.svh-height-4927 {
  height: calc(100svh - 4927px);
}

.svh-height-4928 {
  height: calc(100svh - 4928px);
}

.svh-height-4929 {
  height: calc(100svh - 4929px);
}

.svh-height-4930 {
  height: calc(100svh - 4930px);
}

.svh-height-4931 {
  height: calc(100svh - 4931px);
}

.svh-height-4932 {
  height: calc(100svh - 4932px);
}

.svh-height-4933 {
  height: calc(100svh - 4933px);
}

.svh-height-4934 {
  height: calc(100svh - 4934px);
}

.svh-height-4935 {
  height: calc(100svh - 4935px);
}

.svh-height-4936 {
  height: calc(100svh - 4936px);
}

.svh-height-4937 {
  height: calc(100svh - 4937px);
}

.svh-height-4938 {
  height: calc(100svh - 4938px);
}

.svh-height-4939 {
  height: calc(100svh - 4939px);
}

.svh-height-4940 {
  height: calc(100svh - 4940px);
}

.svh-height-4941 {
  height: calc(100svh - 4941px);
}

.svh-height-4942 {
  height: calc(100svh - 4942px);
}

.svh-height-4943 {
  height: calc(100svh - 4943px);
}

.svh-height-4944 {
  height: calc(100svh - 4944px);
}

.svh-height-4945 {
  height: calc(100svh - 4945px);
}

.svh-height-4946 {
  height: calc(100svh - 4946px);
}

.svh-height-4947 {
  height: calc(100svh - 4947px);
}

.svh-height-4948 {
  height: calc(100svh - 4948px);
}

.svh-height-4949 {
  height: calc(100svh - 4949px);
}

.svh-height-4950 {
  height: calc(100svh - 4950px);
}

.svh-height-4951 {
  height: calc(100svh - 4951px);
}

.svh-height-4952 {
  height: calc(100svh - 4952px);
}

.svh-height-4953 {
  height: calc(100svh - 4953px);
}

.svh-height-4954 {
  height: calc(100svh - 4954px);
}

.svh-height-4955 {
  height: calc(100svh - 4955px);
}

.svh-height-4956 {
  height: calc(100svh - 4956px);
}

.svh-height-4957 {
  height: calc(100svh - 4957px);
}

.svh-height-4958 {
  height: calc(100svh - 4958px);
}

.svh-height-4959 {
  height: calc(100svh - 4959px);
}

.svh-height-4960 {
  height: calc(100svh - 4960px);
}

.svh-height-4961 {
  height: calc(100svh - 4961px);
}

.svh-height-4962 {
  height: calc(100svh - 4962px);
}

.svh-height-4963 {
  height: calc(100svh - 4963px);
}

.svh-height-4964 {
  height: calc(100svh - 4964px);
}

.svh-height-4965 {
  height: calc(100svh - 4965px);
}

.svh-height-4966 {
  height: calc(100svh - 4966px);
}

.svh-height-4967 {
  height: calc(100svh - 4967px);
}

.svh-height-4968 {
  height: calc(100svh - 4968px);
}

.svh-height-4969 {
  height: calc(100svh - 4969px);
}

.svh-height-4970 {
  height: calc(100svh - 4970px);
}

.svh-height-4971 {
  height: calc(100svh - 4971px);
}

.svh-height-4972 {
  height: calc(100svh - 4972px);
}

.svh-height-4973 {
  height: calc(100svh - 4973px);
}

.svh-height-4974 {
  height: calc(100svh - 4974px);
}

.svh-height-4975 {
  height: calc(100svh - 4975px);
}

.svh-height-4976 {
  height: calc(100svh - 4976px);
}

.svh-height-4977 {
  height: calc(100svh - 4977px);
}

.svh-height-4978 {
  height: calc(100svh - 4978px);
}

.svh-height-4979 {
  height: calc(100svh - 4979px);
}

.svh-height-4980 {
  height: calc(100svh - 4980px);
}

.svh-height-4981 {
  height: calc(100svh - 4981px);
}

.svh-height-4982 {
  height: calc(100svh - 4982px);
}

.svh-height-4983 {
  height: calc(100svh - 4983px);
}

.svh-height-4984 {
  height: calc(100svh - 4984px);
}

.svh-height-4985 {
  height: calc(100svh - 4985px);
}

.svh-height-4986 {
  height: calc(100svh - 4986px);
}

.svh-height-4987 {
  height: calc(100svh - 4987px);
}

.svh-height-4988 {
  height: calc(100svh - 4988px);
}

.svh-height-4989 {
  height: calc(100svh - 4989px);
}

.svh-height-4990 {
  height: calc(100svh - 4990px);
}

.svh-height-4991 {
  height: calc(100svh - 4991px);
}

.svh-height-4992 {
  height: calc(100svh - 4992px);
}

.svh-height-4993 {
  height: calc(100svh - 4993px);
}

.svh-height-4994 {
  height: calc(100svh - 4994px);
}

.svh-height-4995 {
  height: calc(100svh - 4995px);
}

.svh-height-4996 {
  height: calc(100svh - 4996px);
}

.svh-height-4997 {
  height: calc(100svh - 4997px);
}

.svh-height-4998 {
  height: calc(100svh - 4998px);
}

.svh-height-4999 {
  height: calc(100svh - 4999px);
}

.svh-height-5000 {
  height: calc(100svh - 5000px);
}

.opacity-1 {
  opacity: 0.01;
}

.opacity-2 {
  opacity: 0.02;
}

.opacity-3 {
  opacity: 0.03;
}

.opacity-4 {
  opacity: 0.04;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-6 {
  opacity: 0.06;
}

.opacity-7 {
  opacity: 0.07;
}

.opacity-8 {
  opacity: 0.08;
}

.opacity-9 {
  opacity: 0.09;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-11 {
  opacity: 0.11;
}

.opacity-12 {
  opacity: 0.12;
}

.opacity-13 {
  opacity: 0.13;
}

.opacity-14 {
  opacity: 0.14;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-16 {
  opacity: 0.16;
}

.opacity-17 {
  opacity: 0.17;
}

.opacity-18 {
  opacity: 0.18;
}

.opacity-19 {
  opacity: 0.19;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-21 {
  opacity: 0.21;
}

.opacity-22 {
  opacity: 0.22;
}

.opacity-23 {
  opacity: 0.23;
}

.opacity-24 {
  opacity: 0.24;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-26 {
  opacity: 0.26;
}

.opacity-27 {
  opacity: 0.27;
}

.opacity-28 {
  opacity: 0.28;
}

.opacity-29 {
  opacity: 0.29;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-31 {
  opacity: 0.31;
}

.opacity-32 {
  opacity: 0.32;
}

.opacity-33 {
  opacity: 0.33;
}

.opacity-34 {
  opacity: 0.34;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-36 {
  opacity: 0.36;
}

.opacity-37 {
  opacity: 0.37;
}

.opacity-38 {
  opacity: 0.38;
}

.opacity-39 {
  opacity: 0.39;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-41 {
  opacity: 0.41;
}

.opacity-42 {
  opacity: 0.42;
}

.opacity-43 {
  opacity: 0.43;
}

.opacity-44 {
  opacity: 0.44;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-46 {
  opacity: 0.46;
}

.opacity-47 {
  opacity: 0.47;
}

.opacity-48 {
  opacity: 0.48;
}

.opacity-49 {
  opacity: 0.49;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-51 {
  opacity: 0.51;
}

.opacity-52 {
  opacity: 0.52;
}

.opacity-53 {
  opacity: 0.53;
}

.opacity-54 {
  opacity: 0.54;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-56 {
  opacity: 0.56;
}

.opacity-57 {
  opacity: 0.57;
}

.opacity-58 {
  opacity: 0.58;
}

.opacity-59 {
  opacity: 0.59;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-61 {
  opacity: 0.61;
}

.opacity-62 {
  opacity: 0.62;
}

.opacity-63 {
  opacity: 0.63;
}

.opacity-64 {
  opacity: 0.64;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-66 {
  opacity: 0.66;
}

.opacity-67 {
  opacity: 0.67;
}

.opacity-68 {
  opacity: 0.68;
}

.opacity-69 {
  opacity: 0.69;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-71 {
  opacity: 0.71;
}

.opacity-72 {
  opacity: 0.72;
}

.opacity-73 {
  opacity: 0.73;
}

.opacity-74 {
  opacity: 0.74;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-76 {
  opacity: 0.76;
}

.opacity-77 {
  opacity: 0.77;
}

.opacity-78 {
  opacity: 0.78;
}

.opacity-79 {
  opacity: 0.79;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-81 {
  opacity: 0.81;
}

.opacity-82 {
  opacity: 0.82;
}

.opacity-83 {
  opacity: 0.83;
}

.opacity-84 {
  opacity: 0.84;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-86 {
  opacity: 0.86;
}

.opacity-87 {
  opacity: 0.87;
}

.opacity-88 {
  opacity: 0.88;
}

.opacity-89 {
  opacity: 0.89;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-91 {
  opacity: 0.91;
}

.opacity-92 {
  opacity: 0.92;
}

.opacity-93 {
  opacity: 0.93;
}

.opacity-94 {
  opacity: 0.94;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-96 {
  opacity: 0.96;
}

.opacity-97 {
  opacity: 0.97;
}

.opacity-98 {
  opacity: 0.98;
}

.opacity-99 {
  opacity: 0.99;
}

.opacity-100 {
  opacity: 1;
}

.fw-100 {
  font-weight: 100;
}

.fw-101 {
  font-weight: 101;
}

.fw-102 {
  font-weight: 102;
}

.fw-103 {
  font-weight: 103;
}

.fw-104 {
  font-weight: 104;
}

.fw-105 {
  font-weight: 105;
}

.fw-106 {
  font-weight: 106;
}

.fw-107 {
  font-weight: 107;
}

.fw-108 {
  font-weight: 108;
}

.fw-109 {
  font-weight: 109;
}

.fw-110 {
  font-weight: 110;
}

.fw-111 {
  font-weight: 111;
}

.fw-112 {
  font-weight: 112;
}

.fw-113 {
  font-weight: 113;
}

.fw-114 {
  font-weight: 114;
}

.fw-115 {
  font-weight: 115;
}

.fw-116 {
  font-weight: 116;
}

.fw-117 {
  font-weight: 117;
}

.fw-118 {
  font-weight: 118;
}

.fw-119 {
  font-weight: 119;
}

.fw-120 {
  font-weight: 120;
}

.fw-121 {
  font-weight: 121;
}

.fw-122 {
  font-weight: 122;
}

.fw-123 {
  font-weight: 123;
}

.fw-124 {
  font-weight: 124;
}

.fw-125 {
  font-weight: 125;
}

.fw-126 {
  font-weight: 126;
}

.fw-127 {
  font-weight: 127;
}

.fw-128 {
  font-weight: 128;
}

.fw-129 {
  font-weight: 129;
}

.fw-130 {
  font-weight: 130;
}

.fw-131 {
  font-weight: 131;
}

.fw-132 {
  font-weight: 132;
}

.fw-133 {
  font-weight: 133;
}

.fw-134 {
  font-weight: 134;
}

.fw-135 {
  font-weight: 135;
}

.fw-136 {
  font-weight: 136;
}

.fw-137 {
  font-weight: 137;
}

.fw-138 {
  font-weight: 138;
}

.fw-139 {
  font-weight: 139;
}

.fw-140 {
  font-weight: 140;
}

.fw-141 {
  font-weight: 141;
}

.fw-142 {
  font-weight: 142;
}

.fw-143 {
  font-weight: 143;
}

.fw-144 {
  font-weight: 144;
}

.fw-145 {
  font-weight: 145;
}

.fw-146 {
  font-weight: 146;
}

.fw-147 {
  font-weight: 147;
}

.fw-148 {
  font-weight: 148;
}

.fw-149 {
  font-weight: 149;
}

.fw-150 {
  font-weight: 150;
}

.fw-151 {
  font-weight: 151;
}

.fw-152 {
  font-weight: 152;
}

.fw-153 {
  font-weight: 153;
}

.fw-154 {
  font-weight: 154;
}

.fw-155 {
  font-weight: 155;
}

.fw-156 {
  font-weight: 156;
}

.fw-157 {
  font-weight: 157;
}

.fw-158 {
  font-weight: 158;
}

.fw-159 {
  font-weight: 159;
}

.fw-160 {
  font-weight: 160;
}

.fw-161 {
  font-weight: 161;
}

.fw-162 {
  font-weight: 162;
}

.fw-163 {
  font-weight: 163;
}

.fw-164 {
  font-weight: 164;
}

.fw-165 {
  font-weight: 165;
}

.fw-166 {
  font-weight: 166;
}

.fw-167 {
  font-weight: 167;
}

.fw-168 {
  font-weight: 168;
}

.fw-169 {
  font-weight: 169;
}

.fw-170 {
  font-weight: 170;
}

.fw-171 {
  font-weight: 171;
}

.fw-172 {
  font-weight: 172;
}

.fw-173 {
  font-weight: 173;
}

.fw-174 {
  font-weight: 174;
}

.fw-175 {
  font-weight: 175;
}

.fw-176 {
  font-weight: 176;
}

.fw-177 {
  font-weight: 177;
}

.fw-178 {
  font-weight: 178;
}

.fw-179 {
  font-weight: 179;
}

.fw-180 {
  font-weight: 180;
}

.fw-181 {
  font-weight: 181;
}

.fw-182 {
  font-weight: 182;
}

.fw-183 {
  font-weight: 183;
}

.fw-184 {
  font-weight: 184;
}

.fw-185 {
  font-weight: 185;
}

.fw-186 {
  font-weight: 186;
}

.fw-187 {
  font-weight: 187;
}

.fw-188 {
  font-weight: 188;
}

.fw-189 {
  font-weight: 189;
}

.fw-190 {
  font-weight: 190;
}

.fw-191 {
  font-weight: 191;
}

.fw-192 {
  font-weight: 192;
}

.fw-193 {
  font-weight: 193;
}

.fw-194 {
  font-weight: 194;
}

.fw-195 {
  font-weight: 195;
}

.fw-196 {
  font-weight: 196;
}

.fw-197 {
  font-weight: 197;
}

.fw-198 {
  font-weight: 198;
}

.fw-199 {
  font-weight: 199;
}

.fw-200 {
  font-weight: 200;
}

.fw-201 {
  font-weight: 201;
}

.fw-202 {
  font-weight: 202;
}

.fw-203 {
  font-weight: 203;
}

.fw-204 {
  font-weight: 204;
}

.fw-205 {
  font-weight: 205;
}

.fw-206 {
  font-weight: 206;
}

.fw-207 {
  font-weight: 207;
}

.fw-208 {
  font-weight: 208;
}

.fw-209 {
  font-weight: 209;
}

.fw-210 {
  font-weight: 210;
}

.fw-211 {
  font-weight: 211;
}

.fw-212 {
  font-weight: 212;
}

.fw-213 {
  font-weight: 213;
}

.fw-214 {
  font-weight: 214;
}

.fw-215 {
  font-weight: 215;
}

.fw-216 {
  font-weight: 216;
}

.fw-217 {
  font-weight: 217;
}

.fw-218 {
  font-weight: 218;
}

.fw-219 {
  font-weight: 219;
}

.fw-220 {
  font-weight: 220;
}

.fw-221 {
  font-weight: 221;
}

.fw-222 {
  font-weight: 222;
}

.fw-223 {
  font-weight: 223;
}

.fw-224 {
  font-weight: 224;
}

.fw-225 {
  font-weight: 225;
}

.fw-226 {
  font-weight: 226;
}

.fw-227 {
  font-weight: 227;
}

.fw-228 {
  font-weight: 228;
}

.fw-229 {
  font-weight: 229;
}

.fw-230 {
  font-weight: 230;
}

.fw-231 {
  font-weight: 231;
}

.fw-232 {
  font-weight: 232;
}

.fw-233 {
  font-weight: 233;
}

.fw-234 {
  font-weight: 234;
}

.fw-235 {
  font-weight: 235;
}

.fw-236 {
  font-weight: 236;
}

.fw-237 {
  font-weight: 237;
}

.fw-238 {
  font-weight: 238;
}

.fw-239 {
  font-weight: 239;
}

.fw-240 {
  font-weight: 240;
}

.fw-241 {
  font-weight: 241;
}

.fw-242 {
  font-weight: 242;
}

.fw-243 {
  font-weight: 243;
}

.fw-244 {
  font-weight: 244;
}

.fw-245 {
  font-weight: 245;
}

.fw-246 {
  font-weight: 246;
}

.fw-247 {
  font-weight: 247;
}

.fw-248 {
  font-weight: 248;
}

.fw-249 {
  font-weight: 249;
}

.fw-250 {
  font-weight: 250;
}

.fw-251 {
  font-weight: 251;
}

.fw-252 {
  font-weight: 252;
}

.fw-253 {
  font-weight: 253;
}

.fw-254 {
  font-weight: 254;
}

.fw-255 {
  font-weight: 255;
}

.fw-256 {
  font-weight: 256;
}

.fw-257 {
  font-weight: 257;
}

.fw-258 {
  font-weight: 258;
}

.fw-259 {
  font-weight: 259;
}

.fw-260 {
  font-weight: 260;
}

.fw-261 {
  font-weight: 261;
}

.fw-262 {
  font-weight: 262;
}

.fw-263 {
  font-weight: 263;
}

.fw-264 {
  font-weight: 264;
}

.fw-265 {
  font-weight: 265;
}

.fw-266 {
  font-weight: 266;
}

.fw-267 {
  font-weight: 267;
}

.fw-268 {
  font-weight: 268;
}

.fw-269 {
  font-weight: 269;
}

.fw-270 {
  font-weight: 270;
}

.fw-271 {
  font-weight: 271;
}

.fw-272 {
  font-weight: 272;
}

.fw-273 {
  font-weight: 273;
}

.fw-274 {
  font-weight: 274;
}

.fw-275 {
  font-weight: 275;
}

.fw-276 {
  font-weight: 276;
}

.fw-277 {
  font-weight: 277;
}

.fw-278 {
  font-weight: 278;
}

.fw-279 {
  font-weight: 279;
}

.fw-280 {
  font-weight: 280;
}

.fw-281 {
  font-weight: 281;
}

.fw-282 {
  font-weight: 282;
}

.fw-283 {
  font-weight: 283;
}

.fw-284 {
  font-weight: 284;
}

.fw-285 {
  font-weight: 285;
}

.fw-286 {
  font-weight: 286;
}

.fw-287 {
  font-weight: 287;
}

.fw-288 {
  font-weight: 288;
}

.fw-289 {
  font-weight: 289;
}

.fw-290 {
  font-weight: 290;
}

.fw-291 {
  font-weight: 291;
}

.fw-292 {
  font-weight: 292;
}

.fw-293 {
  font-weight: 293;
}

.fw-294 {
  font-weight: 294;
}

.fw-295 {
  font-weight: 295;
}

.fw-296 {
  font-weight: 296;
}

.fw-297 {
  font-weight: 297;
}

.fw-298 {
  font-weight: 298;
}

.fw-299 {
  font-weight: 299;
}

.fw-300 {
  font-weight: 300;
}

.fw-301 {
  font-weight: 301;
}

.fw-302 {
  font-weight: 302;
}

.fw-303 {
  font-weight: 303;
}

.fw-304 {
  font-weight: 304;
}

.fw-305 {
  font-weight: 305;
}

.fw-306 {
  font-weight: 306;
}

.fw-307 {
  font-weight: 307;
}

.fw-308 {
  font-weight: 308;
}

.fw-309 {
  font-weight: 309;
}

.fw-310 {
  font-weight: 310;
}

.fw-311 {
  font-weight: 311;
}

.fw-312 {
  font-weight: 312;
}

.fw-313 {
  font-weight: 313;
}

.fw-314 {
  font-weight: 314;
}

.fw-315 {
  font-weight: 315;
}

.fw-316 {
  font-weight: 316;
}

.fw-317 {
  font-weight: 317;
}

.fw-318 {
  font-weight: 318;
}

.fw-319 {
  font-weight: 319;
}

.fw-320 {
  font-weight: 320;
}

.fw-321 {
  font-weight: 321;
}

.fw-322 {
  font-weight: 322;
}

.fw-323 {
  font-weight: 323;
}

.fw-324 {
  font-weight: 324;
}

.fw-325 {
  font-weight: 325;
}

.fw-326 {
  font-weight: 326;
}

.fw-327 {
  font-weight: 327;
}

.fw-328 {
  font-weight: 328;
}

.fw-329 {
  font-weight: 329;
}

.fw-330 {
  font-weight: 330;
}

.fw-331 {
  font-weight: 331;
}

.fw-332 {
  font-weight: 332;
}

.fw-333 {
  font-weight: 333;
}

.fw-334 {
  font-weight: 334;
}

.fw-335 {
  font-weight: 335;
}

.fw-336 {
  font-weight: 336;
}

.fw-337 {
  font-weight: 337;
}

.fw-338 {
  font-weight: 338;
}

.fw-339 {
  font-weight: 339;
}

.fw-340 {
  font-weight: 340;
}

.fw-341 {
  font-weight: 341;
}

.fw-342 {
  font-weight: 342;
}

.fw-343 {
  font-weight: 343;
}

.fw-344 {
  font-weight: 344;
}

.fw-345 {
  font-weight: 345;
}

.fw-346 {
  font-weight: 346;
}

.fw-347 {
  font-weight: 347;
}

.fw-348 {
  font-weight: 348;
}

.fw-349 {
  font-weight: 349;
}

.fw-350 {
  font-weight: 350;
}

.fw-351 {
  font-weight: 351;
}

.fw-352 {
  font-weight: 352;
}

.fw-353 {
  font-weight: 353;
}

.fw-354 {
  font-weight: 354;
}

.fw-355 {
  font-weight: 355;
}

.fw-356 {
  font-weight: 356;
}

.fw-357 {
  font-weight: 357;
}

.fw-358 {
  font-weight: 358;
}

.fw-359 {
  font-weight: 359;
}

.fw-360 {
  font-weight: 360;
}

.fw-361 {
  font-weight: 361;
}

.fw-362 {
  font-weight: 362;
}

.fw-363 {
  font-weight: 363;
}

.fw-364 {
  font-weight: 364;
}

.fw-365 {
  font-weight: 365;
}

.fw-366 {
  font-weight: 366;
}

.fw-367 {
  font-weight: 367;
}

.fw-368 {
  font-weight: 368;
}

.fw-369 {
  font-weight: 369;
}

.fw-370 {
  font-weight: 370;
}

.fw-371 {
  font-weight: 371;
}

.fw-372 {
  font-weight: 372;
}

.fw-373 {
  font-weight: 373;
}

.fw-374 {
  font-weight: 374;
}

.fw-375 {
  font-weight: 375;
}

.fw-376 {
  font-weight: 376;
}

.fw-377 {
  font-weight: 377;
}

.fw-378 {
  font-weight: 378;
}

.fw-379 {
  font-weight: 379;
}

.fw-380 {
  font-weight: 380;
}

.fw-381 {
  font-weight: 381;
}

.fw-382 {
  font-weight: 382;
}

.fw-383 {
  font-weight: 383;
}

.fw-384 {
  font-weight: 384;
}

.fw-385 {
  font-weight: 385;
}

.fw-386 {
  font-weight: 386;
}

.fw-387 {
  font-weight: 387;
}

.fw-388 {
  font-weight: 388;
}

.fw-389 {
  font-weight: 389;
}

.fw-390 {
  font-weight: 390;
}

.fw-391 {
  font-weight: 391;
}

.fw-392 {
  font-weight: 392;
}

.fw-393 {
  font-weight: 393;
}

.fw-394 {
  font-weight: 394;
}

.fw-395 {
  font-weight: 395;
}

.fw-396 {
  font-weight: 396;
}

.fw-397 {
  font-weight: 397;
}

.fw-398 {
  font-weight: 398;
}

.fw-399 {
  font-weight: 399;
}

.fw-400 {
  font-weight: 400;
}

.fw-401 {
  font-weight: 401;
}

.fw-402 {
  font-weight: 402;
}

.fw-403 {
  font-weight: 403;
}

.fw-404 {
  font-weight: 404;
}

.fw-405 {
  font-weight: 405;
}

.fw-406 {
  font-weight: 406;
}

.fw-407 {
  font-weight: 407;
}

.fw-408 {
  font-weight: 408;
}

.fw-409 {
  font-weight: 409;
}

.fw-410 {
  font-weight: 410;
}

.fw-411 {
  font-weight: 411;
}

.fw-412 {
  font-weight: 412;
}

.fw-413 {
  font-weight: 413;
}

.fw-414 {
  font-weight: 414;
}

.fw-415 {
  font-weight: 415;
}

.fw-416 {
  font-weight: 416;
}

.fw-417 {
  font-weight: 417;
}

.fw-418 {
  font-weight: 418;
}

.fw-419 {
  font-weight: 419;
}

.fw-420 {
  font-weight: 420;
}

.fw-421 {
  font-weight: 421;
}

.fw-422 {
  font-weight: 422;
}

.fw-423 {
  font-weight: 423;
}

.fw-424 {
  font-weight: 424;
}

.fw-425 {
  font-weight: 425;
}

.fw-426 {
  font-weight: 426;
}

.fw-427 {
  font-weight: 427;
}

.fw-428 {
  font-weight: 428;
}

.fw-429 {
  font-weight: 429;
}

.fw-430 {
  font-weight: 430;
}

.fw-431 {
  font-weight: 431;
}

.fw-432 {
  font-weight: 432;
}

.fw-433 {
  font-weight: 433;
}

.fw-434 {
  font-weight: 434;
}

.fw-435 {
  font-weight: 435;
}

.fw-436 {
  font-weight: 436;
}

.fw-437 {
  font-weight: 437;
}

.fw-438 {
  font-weight: 438;
}

.fw-439 {
  font-weight: 439;
}

.fw-440 {
  font-weight: 440;
}

.fw-441 {
  font-weight: 441;
}

.fw-442 {
  font-weight: 442;
}

.fw-443 {
  font-weight: 443;
}

.fw-444 {
  font-weight: 444;
}

.fw-445 {
  font-weight: 445;
}

.fw-446 {
  font-weight: 446;
}

.fw-447 {
  font-weight: 447;
}

.fw-448 {
  font-weight: 448;
}

.fw-449 {
  font-weight: 449;
}

.fw-450 {
  font-weight: 450;
}

.fw-451 {
  font-weight: 451;
}

.fw-452 {
  font-weight: 452;
}

.fw-453 {
  font-weight: 453;
}

.fw-454 {
  font-weight: 454;
}

.fw-455 {
  font-weight: 455;
}

.fw-456 {
  font-weight: 456;
}

.fw-457 {
  font-weight: 457;
}

.fw-458 {
  font-weight: 458;
}

.fw-459 {
  font-weight: 459;
}

.fw-460 {
  font-weight: 460;
}

.fw-461 {
  font-weight: 461;
}

.fw-462 {
  font-weight: 462;
}

.fw-463 {
  font-weight: 463;
}

.fw-464 {
  font-weight: 464;
}

.fw-465 {
  font-weight: 465;
}

.fw-466 {
  font-weight: 466;
}

.fw-467 {
  font-weight: 467;
}

.fw-468 {
  font-weight: 468;
}

.fw-469 {
  font-weight: 469;
}

.fw-470 {
  font-weight: 470;
}

.fw-471 {
  font-weight: 471;
}

.fw-472 {
  font-weight: 472;
}

.fw-473 {
  font-weight: 473;
}

.fw-474 {
  font-weight: 474;
}

.fw-475 {
  font-weight: 475;
}

.fw-476 {
  font-weight: 476;
}

.fw-477 {
  font-weight: 477;
}

.fw-478 {
  font-weight: 478;
}

.fw-479 {
  font-weight: 479;
}

.fw-480 {
  font-weight: 480;
}

.fw-481 {
  font-weight: 481;
}

.fw-482 {
  font-weight: 482;
}

.fw-483 {
  font-weight: 483;
}

.fw-484 {
  font-weight: 484;
}

.fw-485 {
  font-weight: 485;
}

.fw-486 {
  font-weight: 486;
}

.fw-487 {
  font-weight: 487;
}

.fw-488 {
  font-weight: 488;
}

.fw-489 {
  font-weight: 489;
}

.fw-490 {
  font-weight: 490;
}

.fw-491 {
  font-weight: 491;
}

.fw-492 {
  font-weight: 492;
}

.fw-493 {
  font-weight: 493;
}

.fw-494 {
  font-weight: 494;
}

.fw-495 {
  font-weight: 495;
}

.fw-496 {
  font-weight: 496;
}

.fw-497 {
  font-weight: 497;
}

.fw-498 {
  font-weight: 498;
}

.fw-499 {
  font-weight: 499;
}

.fw-500 {
  font-weight: 500;
}

.fw-501 {
  font-weight: 501;
}

.fw-502 {
  font-weight: 502;
}

.fw-503 {
  font-weight: 503;
}

.fw-504 {
  font-weight: 504;
}

.fw-505 {
  font-weight: 505;
}

.fw-506 {
  font-weight: 506;
}

.fw-507 {
  font-weight: 507;
}

.fw-508 {
  font-weight: 508;
}

.fw-509 {
  font-weight: 509;
}

.fw-510 {
  font-weight: 510;
}

.fw-511 {
  font-weight: 511;
}

.fw-512 {
  font-weight: 512;
}

.fw-513 {
  font-weight: 513;
}

.fw-514 {
  font-weight: 514;
}

.fw-515 {
  font-weight: 515;
}

.fw-516 {
  font-weight: 516;
}

.fw-517 {
  font-weight: 517;
}

.fw-518 {
  font-weight: 518;
}

.fw-519 {
  font-weight: 519;
}

.fw-520 {
  font-weight: 520;
}

.fw-521 {
  font-weight: 521;
}

.fw-522 {
  font-weight: 522;
}

.fw-523 {
  font-weight: 523;
}

.fw-524 {
  font-weight: 524;
}

.fw-525 {
  font-weight: 525;
}

.fw-526 {
  font-weight: 526;
}

.fw-527 {
  font-weight: 527;
}

.fw-528 {
  font-weight: 528;
}

.fw-529 {
  font-weight: 529;
}

.fw-530 {
  font-weight: 530;
}

.fw-531 {
  font-weight: 531;
}

.fw-532 {
  font-weight: 532;
}

.fw-533 {
  font-weight: 533;
}

.fw-534 {
  font-weight: 534;
}

.fw-535 {
  font-weight: 535;
}

.fw-536 {
  font-weight: 536;
}

.fw-537 {
  font-weight: 537;
}

.fw-538 {
  font-weight: 538;
}

.fw-539 {
  font-weight: 539;
}

.fw-540 {
  font-weight: 540;
}

.fw-541 {
  font-weight: 541;
}

.fw-542 {
  font-weight: 542;
}

.fw-543 {
  font-weight: 543;
}

.fw-544 {
  font-weight: 544;
}

.fw-545 {
  font-weight: 545;
}

.fw-546 {
  font-weight: 546;
}

.fw-547 {
  font-weight: 547;
}

.fw-548 {
  font-weight: 548;
}

.fw-549 {
  font-weight: 549;
}

.fw-550 {
  font-weight: 550;
}

.fw-551 {
  font-weight: 551;
}

.fw-552 {
  font-weight: 552;
}

.fw-553 {
  font-weight: 553;
}

.fw-554 {
  font-weight: 554;
}

.fw-555 {
  font-weight: 555;
}

.fw-556 {
  font-weight: 556;
}

.fw-557 {
  font-weight: 557;
}

.fw-558 {
  font-weight: 558;
}

.fw-559 {
  font-weight: 559;
}

.fw-560 {
  font-weight: 560;
}

.fw-561 {
  font-weight: 561;
}

.fw-562 {
  font-weight: 562;
}

.fw-563 {
  font-weight: 563;
}

.fw-564 {
  font-weight: 564;
}

.fw-565 {
  font-weight: 565;
}

.fw-566 {
  font-weight: 566;
}

.fw-567 {
  font-weight: 567;
}

.fw-568 {
  font-weight: 568;
}

.fw-569 {
  font-weight: 569;
}

.fw-570 {
  font-weight: 570;
}

.fw-571 {
  font-weight: 571;
}

.fw-572 {
  font-weight: 572;
}

.fw-573 {
  font-weight: 573;
}

.fw-574 {
  font-weight: 574;
}

.fw-575 {
  font-weight: 575;
}

.fw-576 {
  font-weight: 576;
}

.fw-577 {
  font-weight: 577;
}

.fw-578 {
  font-weight: 578;
}

.fw-579 {
  font-weight: 579;
}

.fw-580 {
  font-weight: 580;
}

.fw-581 {
  font-weight: 581;
}

.fw-582 {
  font-weight: 582;
}

.fw-583 {
  font-weight: 583;
}

.fw-584 {
  font-weight: 584;
}

.fw-585 {
  font-weight: 585;
}

.fw-586 {
  font-weight: 586;
}

.fw-587 {
  font-weight: 587;
}

.fw-588 {
  font-weight: 588;
}

.fw-589 {
  font-weight: 589;
}

.fw-590 {
  font-weight: 590;
}

.fw-591 {
  font-weight: 591;
}

.fw-592 {
  font-weight: 592;
}

.fw-593 {
  font-weight: 593;
}

.fw-594 {
  font-weight: 594;
}

.fw-595 {
  font-weight: 595;
}

.fw-596 {
  font-weight: 596;
}

.fw-597 {
  font-weight: 597;
}

.fw-598 {
  font-weight: 598;
}

.fw-599 {
  font-weight: 599;
}

.fw-600 {
  font-weight: 600;
}

.fw-601 {
  font-weight: 601;
}

.fw-602 {
  font-weight: 602;
}

.fw-603 {
  font-weight: 603;
}

.fw-604 {
  font-weight: 604;
}

.fw-605 {
  font-weight: 605;
}

.fw-606 {
  font-weight: 606;
}

.fw-607 {
  font-weight: 607;
}

.fw-608 {
  font-weight: 608;
}

.fw-609 {
  font-weight: 609;
}

.fw-610 {
  font-weight: 610;
}

.fw-611 {
  font-weight: 611;
}

.fw-612 {
  font-weight: 612;
}

.fw-613 {
  font-weight: 613;
}

.fw-614 {
  font-weight: 614;
}

.fw-615 {
  font-weight: 615;
}

.fw-616 {
  font-weight: 616;
}

.fw-617 {
  font-weight: 617;
}

.fw-618 {
  font-weight: 618;
}

.fw-619 {
  font-weight: 619;
}

.fw-620 {
  font-weight: 620;
}

.fw-621 {
  font-weight: 621;
}

.fw-622 {
  font-weight: 622;
}

.fw-623 {
  font-weight: 623;
}

.fw-624 {
  font-weight: 624;
}

.fw-625 {
  font-weight: 625;
}

.fw-626 {
  font-weight: 626;
}

.fw-627 {
  font-weight: 627;
}

.fw-628 {
  font-weight: 628;
}

.fw-629 {
  font-weight: 629;
}

.fw-630 {
  font-weight: 630;
}

.fw-631 {
  font-weight: 631;
}

.fw-632 {
  font-weight: 632;
}

.fw-633 {
  font-weight: 633;
}

.fw-634 {
  font-weight: 634;
}

.fw-635 {
  font-weight: 635;
}

.fw-636 {
  font-weight: 636;
}

.fw-637 {
  font-weight: 637;
}

.fw-638 {
  font-weight: 638;
}

.fw-639 {
  font-weight: 639;
}

.fw-640 {
  font-weight: 640;
}

.fw-641 {
  font-weight: 641;
}

.fw-642 {
  font-weight: 642;
}

.fw-643 {
  font-weight: 643;
}

.fw-644 {
  font-weight: 644;
}

.fw-645 {
  font-weight: 645;
}

.fw-646 {
  font-weight: 646;
}

.fw-647 {
  font-weight: 647;
}

.fw-648 {
  font-weight: 648;
}

.fw-649 {
  font-weight: 649;
}

.fw-650 {
  font-weight: 650;
}

.fw-651 {
  font-weight: 651;
}

.fw-652 {
  font-weight: 652;
}

.fw-653 {
  font-weight: 653;
}

.fw-654 {
  font-weight: 654;
}

.fw-655 {
  font-weight: 655;
}

.fw-656 {
  font-weight: 656;
}

.fw-657 {
  font-weight: 657;
}

.fw-658 {
  font-weight: 658;
}

.fw-659 {
  font-weight: 659;
}

.fw-660 {
  font-weight: 660;
}

.fw-661 {
  font-weight: 661;
}

.fw-662 {
  font-weight: 662;
}

.fw-663 {
  font-weight: 663;
}

.fw-664 {
  font-weight: 664;
}

.fw-665 {
  font-weight: 665;
}

.fw-666 {
  font-weight: 666;
}

.fw-667 {
  font-weight: 667;
}

.fw-668 {
  font-weight: 668;
}

.fw-669 {
  font-weight: 669;
}

.fw-670 {
  font-weight: 670;
}

.fw-671 {
  font-weight: 671;
}

.fw-672 {
  font-weight: 672;
}

.fw-673 {
  font-weight: 673;
}

.fw-674 {
  font-weight: 674;
}

.fw-675 {
  font-weight: 675;
}

.fw-676 {
  font-weight: 676;
}

.fw-677 {
  font-weight: 677;
}

.fw-678 {
  font-weight: 678;
}

.fw-679 {
  font-weight: 679;
}

.fw-680 {
  font-weight: 680;
}

.fw-681 {
  font-weight: 681;
}

.fw-682 {
  font-weight: 682;
}

.fw-683 {
  font-weight: 683;
}

.fw-684 {
  font-weight: 684;
}

.fw-685 {
  font-weight: 685;
}

.fw-686 {
  font-weight: 686;
}

.fw-687 {
  font-weight: 687;
}

.fw-688 {
  font-weight: 688;
}

.fw-689 {
  font-weight: 689;
}

.fw-690 {
  font-weight: 690;
}

.fw-691 {
  font-weight: 691;
}

.fw-692 {
  font-weight: 692;
}

.fw-693 {
  font-weight: 693;
}

.fw-694 {
  font-weight: 694;
}

.fw-695 {
  font-weight: 695;
}

.fw-696 {
  font-weight: 696;
}

.fw-697 {
  font-weight: 697;
}

.fw-698 {
  font-weight: 698;
}

.fw-699 {
  font-weight: 699;
}

.fw-700 {
  font-weight: 700;
}

.fw-701 {
  font-weight: 701;
}

.fw-702 {
  font-weight: 702;
}

.fw-703 {
  font-weight: 703;
}

.fw-704 {
  font-weight: 704;
}

.fw-705 {
  font-weight: 705;
}

.fw-706 {
  font-weight: 706;
}

.fw-707 {
  font-weight: 707;
}

.fw-708 {
  font-weight: 708;
}

.fw-709 {
  font-weight: 709;
}

.fw-710 {
  font-weight: 710;
}

.fw-711 {
  font-weight: 711;
}

.fw-712 {
  font-weight: 712;
}

.fw-713 {
  font-weight: 713;
}

.fw-714 {
  font-weight: 714;
}

.fw-715 {
  font-weight: 715;
}

.fw-716 {
  font-weight: 716;
}

.fw-717 {
  font-weight: 717;
}

.fw-718 {
  font-weight: 718;
}

.fw-719 {
  font-weight: 719;
}

.fw-720 {
  font-weight: 720;
}

.fw-721 {
  font-weight: 721;
}

.fw-722 {
  font-weight: 722;
}

.fw-723 {
  font-weight: 723;
}

.fw-724 {
  font-weight: 724;
}

.fw-725 {
  font-weight: 725;
}

.fw-726 {
  font-weight: 726;
}

.fw-727 {
  font-weight: 727;
}

.fw-728 {
  font-weight: 728;
}

.fw-729 {
  font-weight: 729;
}

.fw-730 {
  font-weight: 730;
}

.fw-731 {
  font-weight: 731;
}

.fw-732 {
  font-weight: 732;
}

.fw-733 {
  font-weight: 733;
}

.fw-734 {
  font-weight: 734;
}

.fw-735 {
  font-weight: 735;
}

.fw-736 {
  font-weight: 736;
}

.fw-737 {
  font-weight: 737;
}

.fw-738 {
  font-weight: 738;
}

.fw-739 {
  font-weight: 739;
}

.fw-740 {
  font-weight: 740;
}

.fw-741 {
  font-weight: 741;
}

.fw-742 {
  font-weight: 742;
}

.fw-743 {
  font-weight: 743;
}

.fw-744 {
  font-weight: 744;
}

.fw-745 {
  font-weight: 745;
}

.fw-746 {
  font-weight: 746;
}

.fw-747 {
  font-weight: 747;
}

.fw-748 {
  font-weight: 748;
}

.fw-749 {
  font-weight: 749;
}

.fw-750 {
  font-weight: 750;
}

.fw-751 {
  font-weight: 751;
}

.fw-752 {
  font-weight: 752;
}

.fw-753 {
  font-weight: 753;
}

.fw-754 {
  font-weight: 754;
}

.fw-755 {
  font-weight: 755;
}

.fw-756 {
  font-weight: 756;
}

.fw-757 {
  font-weight: 757;
}

.fw-758 {
  font-weight: 758;
}

.fw-759 {
  font-weight: 759;
}

.fw-760 {
  font-weight: 760;
}

.fw-761 {
  font-weight: 761;
}

.fw-762 {
  font-weight: 762;
}

.fw-763 {
  font-weight: 763;
}

.fw-764 {
  font-weight: 764;
}

.fw-765 {
  font-weight: 765;
}

.fw-766 {
  font-weight: 766;
}

.fw-767 {
  font-weight: 767;
}

.fw-768 {
  font-weight: 768;
}

.fw-769 {
  font-weight: 769;
}

.fw-770 {
  font-weight: 770;
}

.fw-771 {
  font-weight: 771;
}

.fw-772 {
  font-weight: 772;
}

.fw-773 {
  font-weight: 773;
}

.fw-774 {
  font-weight: 774;
}

.fw-775 {
  font-weight: 775;
}

.fw-776 {
  font-weight: 776;
}

.fw-777 {
  font-weight: 777;
}

.fw-778 {
  font-weight: 778;
}

.fw-779 {
  font-weight: 779;
}

.fw-780 {
  font-weight: 780;
}

.fw-781 {
  font-weight: 781;
}

.fw-782 {
  font-weight: 782;
}

.fw-783 {
  font-weight: 783;
}

.fw-784 {
  font-weight: 784;
}

.fw-785 {
  font-weight: 785;
}

.fw-786 {
  font-weight: 786;
}

.fw-787 {
  font-weight: 787;
}

.fw-788 {
  font-weight: 788;
}

.fw-789 {
  font-weight: 789;
}

.fw-790 {
  font-weight: 790;
}

.fw-791 {
  font-weight: 791;
}

.fw-792 {
  font-weight: 792;
}

.fw-793 {
  font-weight: 793;
}

.fw-794 {
  font-weight: 794;
}

.fw-795 {
  font-weight: 795;
}

.fw-796 {
  font-weight: 796;
}

.fw-797 {
  font-weight: 797;
}

.fw-798 {
  font-weight: 798;
}

.fw-799 {
  font-weight: 799;
}

.fw-800 {
  font-weight: 800;
}

.fw-801 {
  font-weight: 801;
}

.fw-802 {
  font-weight: 802;
}

.fw-803 {
  font-weight: 803;
}

.fw-804 {
  font-weight: 804;
}

.fw-805 {
  font-weight: 805;
}

.fw-806 {
  font-weight: 806;
}

.fw-807 {
  font-weight: 807;
}

.fw-808 {
  font-weight: 808;
}

.fw-809 {
  font-weight: 809;
}

.fw-810 {
  font-weight: 810;
}

.fw-811 {
  font-weight: 811;
}

.fw-812 {
  font-weight: 812;
}

.fw-813 {
  font-weight: 813;
}

.fw-814 {
  font-weight: 814;
}

.fw-815 {
  font-weight: 815;
}

.fw-816 {
  font-weight: 816;
}

.fw-817 {
  font-weight: 817;
}

.fw-818 {
  font-weight: 818;
}

.fw-819 {
  font-weight: 819;
}

.fw-820 {
  font-weight: 820;
}

.fw-821 {
  font-weight: 821;
}

.fw-822 {
  font-weight: 822;
}

.fw-823 {
  font-weight: 823;
}

.fw-824 {
  font-weight: 824;
}

.fw-825 {
  font-weight: 825;
}

.fw-826 {
  font-weight: 826;
}

.fw-827 {
  font-weight: 827;
}

.fw-828 {
  font-weight: 828;
}

.fw-829 {
  font-weight: 829;
}

.fw-830 {
  font-weight: 830;
}

.fw-831 {
  font-weight: 831;
}

.fw-832 {
  font-weight: 832;
}

.fw-833 {
  font-weight: 833;
}

.fw-834 {
  font-weight: 834;
}

.fw-835 {
  font-weight: 835;
}

.fw-836 {
  font-weight: 836;
}

.fw-837 {
  font-weight: 837;
}

.fw-838 {
  font-weight: 838;
}

.fw-839 {
  font-weight: 839;
}

.fw-840 {
  font-weight: 840;
}

.fw-841 {
  font-weight: 841;
}

.fw-842 {
  font-weight: 842;
}

.fw-843 {
  font-weight: 843;
}

.fw-844 {
  font-weight: 844;
}

.fw-845 {
  font-weight: 845;
}

.fw-846 {
  font-weight: 846;
}

.fw-847 {
  font-weight: 847;
}

.fw-848 {
  font-weight: 848;
}

.fw-849 {
  font-weight: 849;
}

.fw-850 {
  font-weight: 850;
}

.fw-851 {
  font-weight: 851;
}

.fw-852 {
  font-weight: 852;
}

.fw-853 {
  font-weight: 853;
}

.fw-854 {
  font-weight: 854;
}

.fw-855 {
  font-weight: 855;
}

.fw-856 {
  font-weight: 856;
}

.fw-857 {
  font-weight: 857;
}

.fw-858 {
  font-weight: 858;
}

.fw-859 {
  font-weight: 859;
}

.fw-860 {
  font-weight: 860;
}

.fw-861 {
  font-weight: 861;
}

.fw-862 {
  font-weight: 862;
}

.fw-863 {
  font-weight: 863;
}

.fw-864 {
  font-weight: 864;
}

.fw-865 {
  font-weight: 865;
}

.fw-866 {
  font-weight: 866;
}

.fw-867 {
  font-weight: 867;
}

.fw-868 {
  font-weight: 868;
}

.fw-869 {
  font-weight: 869;
}

.fw-870 {
  font-weight: 870;
}

.fw-871 {
  font-weight: 871;
}

.fw-872 {
  font-weight: 872;
}

.fw-873 {
  font-weight: 873;
}

.fw-874 {
  font-weight: 874;
}

.fw-875 {
  font-weight: 875;
}

.fw-876 {
  font-weight: 876;
}

.fw-877 {
  font-weight: 877;
}

.fw-878 {
  font-weight: 878;
}

.fw-879 {
  font-weight: 879;
}

.fw-880 {
  font-weight: 880;
}

.fw-881 {
  font-weight: 881;
}

.fw-882 {
  font-weight: 882;
}

.fw-883 {
  font-weight: 883;
}

.fw-884 {
  font-weight: 884;
}

.fw-885 {
  font-weight: 885;
}

.fw-886 {
  font-weight: 886;
}

.fw-887 {
  font-weight: 887;
}

.fw-888 {
  font-weight: 888;
}

.fw-889 {
  font-weight: 889;
}

.fw-890 {
  font-weight: 890;
}

.fw-891 {
  font-weight: 891;
}

.fw-892 {
  font-weight: 892;
}

.fw-893 {
  font-weight: 893;
}

.fw-894 {
  font-weight: 894;
}

.fw-895 {
  font-weight: 895;
}

.fw-896 {
  font-weight: 896;
}

.fw-897 {
  font-weight: 897;
}

.fw-898 {
  font-weight: 898;
}

.fw-899 {
  font-weight: 899;
}

.fw-900 {
  font-weight: 900;
}

.fs-8 {
  font-size: 8px !important;
}

.m-8 {
  margin: 8px !important;
}

.mx-8 {
  margin-inline: 8px !important;
}

.my-8 {
  margin-block: 8px !important;
}

.ms-8 {
  margin-left: 8px !important;
}

.me-8 {
  margin-right: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.p-8 {
  padding: 8px !important;
}

.px-8 {
  padding-inline: 8px !important;
}

.py-8 {
  padding-block: 8px !important;
}

.ps-8 {
  padding-left: 8px !important;
}

.pe-8 {
  padding-right: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

@media (min-width: 720px) {
  .fs-md-8 {
    font-size: 8px !important;
  }

  .m-md-8 {
    margin: 8px !important;
  }

  .mx-md-8 {
    margin-inline: 8px !important;
  }

  .my-md-8 {
    margin-block: 8px !important;
  }

  .ms-md-8 {
    margin-left: 8px !important;
  }

  .me-md-8 {
    margin-right: 8px !important;
  }

  .mb-md-8 {
    margin-bottom: 8px !important;
  }

  .mt-md-8 {
    margin-top: 8px !important;
  }

  .p-md-8 {
    padding: 8px !important;
  }

  .px-md-8 {
    padding-inline: 8px !important;
  }

  .py-md-8 {
    padding-block: 8px !important;
  }

  .ps-md-8 {
    padding-left: 8px !important;
  }

  .pe-md-8 {
    padding-right: 8px !important;
  }

  .pb-md-8 {
    padding-bottom: 8px !important;
  }

  .pt-md-8 {
    padding-top: 8px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-8 {
    font-size: 8px !important;
  }

  .m-lg-8 {
    margin: 8px !important;
  }

  .mx-lg-8 {
    margin-inline: 8px !important;
  }

  .my-lg-8 {
    margin-block: 8px !important;
  }

  .ms-lg-8 {
    margin-left: 8px !important;
  }

  .me-lg-8 {
    margin-right: 8px !important;
  }

  .mb-lg-8 {
    margin-bottom: 8px !important;
  }

  .mt-lg-8 {
    margin-top: 8px !important;
  }

  .p-lg-8 {
    padding: 8px !important;
  }

  .px-lg-8 {
    padding-inline: 8px !important;
  }

  .py-lg-8 {
    padding-block: 8px !important;
  }

  .ps-lg-8 {
    padding-left: 8px !important;
  }

  .pe-lg-8 {
    padding-right: 8px !important;
  }

  .pb-lg-8 {
    padding-bottom: 8px !important;
  }

  .pt-lg-8 {
    padding-top: 8px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-8 {
    font-size: 8px !important;
  }

  .m-xl-8 {
    margin: 8px !important;
  }

  .mx-xl-8 {
    margin-inline: 8px !important;
  }

  .my-xl-8 {
    margin-block: 8px !important;
  }

  .ms-xl-8 {
    margin-left: 8px !important;
  }

  .me-xl-8 {
    margin-right: 8px !important;
  }

  .mb-xl-8 {
    margin-bottom: 8px !important;
  }

  .mt-xl-8 {
    margin-top: 8px !important;
  }

  .p-xl-8 {
    padding: 8px !important;
  }

  .px-xl-8 {
    padding-inline: 8px !important;
  }

  .py-xl-8 {
    padding-block: 8px !important;
  }

  .ps-xl-8 {
    padding-left: 8px !important;
  }

  .pe-xl-8 {
    padding-right: 8px !important;
  }

  .pb-xl-8 {
    padding-bottom: 8px !important;
  }

  .pt-xl-8 {
    padding-top: 8px !important;
  }
}
.fs-9 {
  font-size: 9px !important;
}

.m-9 {
  margin: 9px !important;
}

.mx-9 {
  margin-inline: 9px !important;
}

.my-9 {
  margin-block: 9px !important;
}

.ms-9 {
  margin-left: 9px !important;
}

.me-9 {
  margin-right: 9px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.p-9 {
  padding: 9px !important;
}

.px-9 {
  padding-inline: 9px !important;
}

.py-9 {
  padding-block: 9px !important;
}

.ps-9 {
  padding-left: 9px !important;
}

.pe-9 {
  padding-right: 9px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

@media (min-width: 720px) {
  .fs-md-9 {
    font-size: 9px !important;
  }

  .m-md-9 {
    margin: 9px !important;
  }

  .mx-md-9 {
    margin-inline: 9px !important;
  }

  .my-md-9 {
    margin-block: 9px !important;
  }

  .ms-md-9 {
    margin-left: 9px !important;
  }

  .me-md-9 {
    margin-right: 9px !important;
  }

  .mb-md-9 {
    margin-bottom: 9px !important;
  }

  .mt-md-9 {
    margin-top: 9px !important;
  }

  .p-md-9 {
    padding: 9px !important;
  }

  .px-md-9 {
    padding-inline: 9px !important;
  }

  .py-md-9 {
    padding-block: 9px !important;
  }

  .ps-md-9 {
    padding-left: 9px !important;
  }

  .pe-md-9 {
    padding-right: 9px !important;
  }

  .pb-md-9 {
    padding-bottom: 9px !important;
  }

  .pt-md-9 {
    padding-top: 9px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-9 {
    font-size: 9px !important;
  }

  .m-lg-9 {
    margin: 9px !important;
  }

  .mx-lg-9 {
    margin-inline: 9px !important;
  }

  .my-lg-9 {
    margin-block: 9px !important;
  }

  .ms-lg-9 {
    margin-left: 9px !important;
  }

  .me-lg-9 {
    margin-right: 9px !important;
  }

  .mb-lg-9 {
    margin-bottom: 9px !important;
  }

  .mt-lg-9 {
    margin-top: 9px !important;
  }

  .p-lg-9 {
    padding: 9px !important;
  }

  .px-lg-9 {
    padding-inline: 9px !important;
  }

  .py-lg-9 {
    padding-block: 9px !important;
  }

  .ps-lg-9 {
    padding-left: 9px !important;
  }

  .pe-lg-9 {
    padding-right: 9px !important;
  }

  .pb-lg-9 {
    padding-bottom: 9px !important;
  }

  .pt-lg-9 {
    padding-top: 9px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-9 {
    font-size: 9px !important;
  }

  .m-xl-9 {
    margin: 9px !important;
  }

  .mx-xl-9 {
    margin-inline: 9px !important;
  }

  .my-xl-9 {
    margin-block: 9px !important;
  }

  .ms-xl-9 {
    margin-left: 9px !important;
  }

  .me-xl-9 {
    margin-right: 9px !important;
  }

  .mb-xl-9 {
    margin-bottom: 9px !important;
  }

  .mt-xl-9 {
    margin-top: 9px !important;
  }

  .p-xl-9 {
    padding: 9px !important;
  }

  .px-xl-9 {
    padding-inline: 9px !important;
  }

  .py-xl-9 {
    padding-block: 9px !important;
  }

  .ps-xl-9 {
    padding-left: 9px !important;
  }

  .pe-xl-9 {
    padding-right: 9px !important;
  }

  .pb-xl-9 {
    padding-bottom: 9px !important;
  }

  .pt-xl-9 {
    padding-top: 9px !important;
  }
}
.fs-10 {
  font-size: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.mx-10 {
  margin-inline: 10px !important;
}

.my-10 {
  margin-block: 10px !important;
}

.ms-10 {
  margin-left: 10px !important;
}

.me-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.px-10 {
  padding-inline: 10px !important;
}

.py-10 {
  padding-block: 10px !important;
}

.ps-10 {
  padding-left: 10px !important;
}

.pe-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

@media (min-width: 720px) {
  .fs-md-10 {
    font-size: 10px !important;
  }

  .m-md-10 {
    margin: 10px !important;
  }

  .mx-md-10 {
    margin-inline: 10px !important;
  }

  .my-md-10 {
    margin-block: 10px !important;
  }

  .ms-md-10 {
    margin-left: 10px !important;
  }

  .me-md-10 {
    margin-right: 10px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .px-md-10 {
    padding-inline: 10px !important;
  }

  .py-md-10 {
    padding-block: 10px !important;
  }

  .ps-md-10 {
    padding-left: 10px !important;
  }

  .pe-md-10 {
    padding-right: 10px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-10 {
    font-size: 10px !important;
  }

  .m-lg-10 {
    margin: 10px !important;
  }

  .mx-lg-10 {
    margin-inline: 10px !important;
  }

  .my-lg-10 {
    margin-block: 10px !important;
  }

  .ms-lg-10 {
    margin-left: 10px !important;
  }

  .me-lg-10 {
    margin-right: 10px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .p-lg-10 {
    padding: 10px !important;
  }

  .px-lg-10 {
    padding-inline: 10px !important;
  }

  .py-lg-10 {
    padding-block: 10px !important;
  }

  .ps-lg-10 {
    padding-left: 10px !important;
  }

  .pe-lg-10 {
    padding-right: 10px !important;
  }

  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pt-lg-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-10 {
    font-size: 10px !important;
  }

  .m-xl-10 {
    margin: 10px !important;
  }

  .mx-xl-10 {
    margin-inline: 10px !important;
  }

  .my-xl-10 {
    margin-block: 10px !important;
  }

  .ms-xl-10 {
    margin-left: 10px !important;
  }

  .me-xl-10 {
    margin-right: 10px !important;
  }

  .mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .p-xl-10 {
    padding: 10px !important;
  }

  .px-xl-10 {
    padding-inline: 10px !important;
  }

  .py-xl-10 {
    padding-block: 10px !important;
  }

  .ps-xl-10 {
    padding-left: 10px !important;
  }

  .pe-xl-10 {
    padding-right: 10px !important;
  }

  .pb-xl-10 {
    padding-bottom: 10px !important;
  }

  .pt-xl-10 {
    padding-top: 10px !important;
  }
}
.fs-11 {
  font-size: 11px !important;
}

.m-11 {
  margin: 11px !important;
}

.mx-11 {
  margin-inline: 11px !important;
}

.my-11 {
  margin-block: 11px !important;
}

.ms-11 {
  margin-left: 11px !important;
}

.me-11 {
  margin-right: 11px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.p-11 {
  padding: 11px !important;
}

.px-11 {
  padding-inline: 11px !important;
}

.py-11 {
  padding-block: 11px !important;
}

.ps-11 {
  padding-left: 11px !important;
}

.pe-11 {
  padding-right: 11px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

@media (min-width: 720px) {
  .fs-md-11 {
    font-size: 11px !important;
  }

  .m-md-11 {
    margin: 11px !important;
  }

  .mx-md-11 {
    margin-inline: 11px !important;
  }

  .my-md-11 {
    margin-block: 11px !important;
  }

  .ms-md-11 {
    margin-left: 11px !important;
  }

  .me-md-11 {
    margin-right: 11px !important;
  }

  .mb-md-11 {
    margin-bottom: 11px !important;
  }

  .mt-md-11 {
    margin-top: 11px !important;
  }

  .p-md-11 {
    padding: 11px !important;
  }

  .px-md-11 {
    padding-inline: 11px !important;
  }

  .py-md-11 {
    padding-block: 11px !important;
  }

  .ps-md-11 {
    padding-left: 11px !important;
  }

  .pe-md-11 {
    padding-right: 11px !important;
  }

  .pb-md-11 {
    padding-bottom: 11px !important;
  }

  .pt-md-11 {
    padding-top: 11px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-11 {
    font-size: 11px !important;
  }

  .m-lg-11 {
    margin: 11px !important;
  }

  .mx-lg-11 {
    margin-inline: 11px !important;
  }

  .my-lg-11 {
    margin-block: 11px !important;
  }

  .ms-lg-11 {
    margin-left: 11px !important;
  }

  .me-lg-11 {
    margin-right: 11px !important;
  }

  .mb-lg-11 {
    margin-bottom: 11px !important;
  }

  .mt-lg-11 {
    margin-top: 11px !important;
  }

  .p-lg-11 {
    padding: 11px !important;
  }

  .px-lg-11 {
    padding-inline: 11px !important;
  }

  .py-lg-11 {
    padding-block: 11px !important;
  }

  .ps-lg-11 {
    padding-left: 11px !important;
  }

  .pe-lg-11 {
    padding-right: 11px !important;
  }

  .pb-lg-11 {
    padding-bottom: 11px !important;
  }

  .pt-lg-11 {
    padding-top: 11px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-11 {
    font-size: 11px !important;
  }

  .m-xl-11 {
    margin: 11px !important;
  }

  .mx-xl-11 {
    margin-inline: 11px !important;
  }

  .my-xl-11 {
    margin-block: 11px !important;
  }

  .ms-xl-11 {
    margin-left: 11px !important;
  }

  .me-xl-11 {
    margin-right: 11px !important;
  }

  .mb-xl-11 {
    margin-bottom: 11px !important;
  }

  .mt-xl-11 {
    margin-top: 11px !important;
  }

  .p-xl-11 {
    padding: 11px !important;
  }

  .px-xl-11 {
    padding-inline: 11px !important;
  }

  .py-xl-11 {
    padding-block: 11px !important;
  }

  .ps-xl-11 {
    padding-left: 11px !important;
  }

  .pe-xl-11 {
    padding-right: 11px !important;
  }

  .pb-xl-11 {
    padding-bottom: 11px !important;
  }

  .pt-xl-11 {
    padding-top: 11px !important;
  }
}
.fs-12 {
  font-size: 12px !important;
}

.m-12 {
  margin: 12px !important;
}

.mx-12 {
  margin-inline: 12px !important;
}

.my-12 {
  margin-block: 12px !important;
}

.ms-12 {
  margin-left: 12px !important;
}

.me-12 {
  margin-right: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.p-12 {
  padding: 12px !important;
}

.px-12 {
  padding-inline: 12px !important;
}

.py-12 {
  padding-block: 12px !important;
}

.ps-12 {
  padding-left: 12px !important;
}

.pe-12 {
  padding-right: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

@media (min-width: 720px) {
  .fs-md-12 {
    font-size: 12px !important;
  }

  .m-md-12 {
    margin: 12px !important;
  }

  .mx-md-12 {
    margin-inline: 12px !important;
  }

  .my-md-12 {
    margin-block: 12px !important;
  }

  .ms-md-12 {
    margin-left: 12px !important;
  }

  .me-md-12 {
    margin-right: 12px !important;
  }

  .mb-md-12 {
    margin-bottom: 12px !important;
  }

  .mt-md-12 {
    margin-top: 12px !important;
  }

  .p-md-12 {
    padding: 12px !important;
  }

  .px-md-12 {
    padding-inline: 12px !important;
  }

  .py-md-12 {
    padding-block: 12px !important;
  }

  .ps-md-12 {
    padding-left: 12px !important;
  }

  .pe-md-12 {
    padding-right: 12px !important;
  }

  .pb-md-12 {
    padding-bottom: 12px !important;
  }

  .pt-md-12 {
    padding-top: 12px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-12 {
    font-size: 12px !important;
  }

  .m-lg-12 {
    margin: 12px !important;
  }

  .mx-lg-12 {
    margin-inline: 12px !important;
  }

  .my-lg-12 {
    margin-block: 12px !important;
  }

  .ms-lg-12 {
    margin-left: 12px !important;
  }

  .me-lg-12 {
    margin-right: 12px !important;
  }

  .mb-lg-12 {
    margin-bottom: 12px !important;
  }

  .mt-lg-12 {
    margin-top: 12px !important;
  }

  .p-lg-12 {
    padding: 12px !important;
  }

  .px-lg-12 {
    padding-inline: 12px !important;
  }

  .py-lg-12 {
    padding-block: 12px !important;
  }

  .ps-lg-12 {
    padding-left: 12px !important;
  }

  .pe-lg-12 {
    padding-right: 12px !important;
  }

  .pb-lg-12 {
    padding-bottom: 12px !important;
  }

  .pt-lg-12 {
    padding-top: 12px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-12 {
    font-size: 12px !important;
  }

  .m-xl-12 {
    margin: 12px !important;
  }

  .mx-xl-12 {
    margin-inline: 12px !important;
  }

  .my-xl-12 {
    margin-block: 12px !important;
  }

  .ms-xl-12 {
    margin-left: 12px !important;
  }

  .me-xl-12 {
    margin-right: 12px !important;
  }

  .mb-xl-12 {
    margin-bottom: 12px !important;
  }

  .mt-xl-12 {
    margin-top: 12px !important;
  }

  .p-xl-12 {
    padding: 12px !important;
  }

  .px-xl-12 {
    padding-inline: 12px !important;
  }

  .py-xl-12 {
    padding-block: 12px !important;
  }

  .ps-xl-12 {
    padding-left: 12px !important;
  }

  .pe-xl-12 {
    padding-right: 12px !important;
  }

  .pb-xl-12 {
    padding-bottom: 12px !important;
  }

  .pt-xl-12 {
    padding-top: 12px !important;
  }
}
.fs-13 {
  font-size: 13px !important;
}

.m-13 {
  margin: 13px !important;
}

.mx-13 {
  margin-inline: 13px !important;
}

.my-13 {
  margin-block: 13px !important;
}

.ms-13 {
  margin-left: 13px !important;
}

.me-13 {
  margin-right: 13px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.p-13 {
  padding: 13px !important;
}

.px-13 {
  padding-inline: 13px !important;
}

.py-13 {
  padding-block: 13px !important;
}

.ps-13 {
  padding-left: 13px !important;
}

.pe-13 {
  padding-right: 13px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

@media (min-width: 720px) {
  .fs-md-13 {
    font-size: 13px !important;
  }

  .m-md-13 {
    margin: 13px !important;
  }

  .mx-md-13 {
    margin-inline: 13px !important;
  }

  .my-md-13 {
    margin-block: 13px !important;
  }

  .ms-md-13 {
    margin-left: 13px !important;
  }

  .me-md-13 {
    margin-right: 13px !important;
  }

  .mb-md-13 {
    margin-bottom: 13px !important;
  }

  .mt-md-13 {
    margin-top: 13px !important;
  }

  .p-md-13 {
    padding: 13px !important;
  }

  .px-md-13 {
    padding-inline: 13px !important;
  }

  .py-md-13 {
    padding-block: 13px !important;
  }

  .ps-md-13 {
    padding-left: 13px !important;
  }

  .pe-md-13 {
    padding-right: 13px !important;
  }

  .pb-md-13 {
    padding-bottom: 13px !important;
  }

  .pt-md-13 {
    padding-top: 13px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-13 {
    font-size: 13px !important;
  }

  .m-lg-13 {
    margin: 13px !important;
  }

  .mx-lg-13 {
    margin-inline: 13px !important;
  }

  .my-lg-13 {
    margin-block: 13px !important;
  }

  .ms-lg-13 {
    margin-left: 13px !important;
  }

  .me-lg-13 {
    margin-right: 13px !important;
  }

  .mb-lg-13 {
    margin-bottom: 13px !important;
  }

  .mt-lg-13 {
    margin-top: 13px !important;
  }

  .p-lg-13 {
    padding: 13px !important;
  }

  .px-lg-13 {
    padding-inline: 13px !important;
  }

  .py-lg-13 {
    padding-block: 13px !important;
  }

  .ps-lg-13 {
    padding-left: 13px !important;
  }

  .pe-lg-13 {
    padding-right: 13px !important;
  }

  .pb-lg-13 {
    padding-bottom: 13px !important;
  }

  .pt-lg-13 {
    padding-top: 13px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-13 {
    font-size: 13px !important;
  }

  .m-xl-13 {
    margin: 13px !important;
  }

  .mx-xl-13 {
    margin-inline: 13px !important;
  }

  .my-xl-13 {
    margin-block: 13px !important;
  }

  .ms-xl-13 {
    margin-left: 13px !important;
  }

  .me-xl-13 {
    margin-right: 13px !important;
  }

  .mb-xl-13 {
    margin-bottom: 13px !important;
  }

  .mt-xl-13 {
    margin-top: 13px !important;
  }

  .p-xl-13 {
    padding: 13px !important;
  }

  .px-xl-13 {
    padding-inline: 13px !important;
  }

  .py-xl-13 {
    padding-block: 13px !important;
  }

  .ps-xl-13 {
    padding-left: 13px !important;
  }

  .pe-xl-13 {
    padding-right: 13px !important;
  }

  .pb-xl-13 {
    padding-bottom: 13px !important;
  }

  .pt-xl-13 {
    padding-top: 13px !important;
  }
}
.fs-14 {
  font-size: 14px !important;
}

.m-14 {
  margin: 14px !important;
}

.mx-14 {
  margin-inline: 14px !important;
}

.my-14 {
  margin-block: 14px !important;
}

.ms-14 {
  margin-left: 14px !important;
}

.me-14 {
  margin-right: 14px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.p-14 {
  padding: 14px !important;
}

.px-14 {
  padding-inline: 14px !important;
}

.py-14 {
  padding-block: 14px !important;
}

.ps-14 {
  padding-left: 14px !important;
}

.pe-14 {
  padding-right: 14px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

@media (min-width: 720px) {
  .fs-md-14 {
    font-size: 14px !important;
  }

  .m-md-14 {
    margin: 14px !important;
  }

  .mx-md-14 {
    margin-inline: 14px !important;
  }

  .my-md-14 {
    margin-block: 14px !important;
  }

  .ms-md-14 {
    margin-left: 14px !important;
  }

  .me-md-14 {
    margin-right: 14px !important;
  }

  .mb-md-14 {
    margin-bottom: 14px !important;
  }

  .mt-md-14 {
    margin-top: 14px !important;
  }

  .p-md-14 {
    padding: 14px !important;
  }

  .px-md-14 {
    padding-inline: 14px !important;
  }

  .py-md-14 {
    padding-block: 14px !important;
  }

  .ps-md-14 {
    padding-left: 14px !important;
  }

  .pe-md-14 {
    padding-right: 14px !important;
  }

  .pb-md-14 {
    padding-bottom: 14px !important;
  }

  .pt-md-14 {
    padding-top: 14px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-14 {
    font-size: 14px !important;
  }

  .m-lg-14 {
    margin: 14px !important;
  }

  .mx-lg-14 {
    margin-inline: 14px !important;
  }

  .my-lg-14 {
    margin-block: 14px !important;
  }

  .ms-lg-14 {
    margin-left: 14px !important;
  }

  .me-lg-14 {
    margin-right: 14px !important;
  }

  .mb-lg-14 {
    margin-bottom: 14px !important;
  }

  .mt-lg-14 {
    margin-top: 14px !important;
  }

  .p-lg-14 {
    padding: 14px !important;
  }

  .px-lg-14 {
    padding-inline: 14px !important;
  }

  .py-lg-14 {
    padding-block: 14px !important;
  }

  .ps-lg-14 {
    padding-left: 14px !important;
  }

  .pe-lg-14 {
    padding-right: 14px !important;
  }

  .pb-lg-14 {
    padding-bottom: 14px !important;
  }

  .pt-lg-14 {
    padding-top: 14px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-14 {
    font-size: 14px !important;
  }

  .m-xl-14 {
    margin: 14px !important;
  }

  .mx-xl-14 {
    margin-inline: 14px !important;
  }

  .my-xl-14 {
    margin-block: 14px !important;
  }

  .ms-xl-14 {
    margin-left: 14px !important;
  }

  .me-xl-14 {
    margin-right: 14px !important;
  }

  .mb-xl-14 {
    margin-bottom: 14px !important;
  }

  .mt-xl-14 {
    margin-top: 14px !important;
  }

  .p-xl-14 {
    padding: 14px !important;
  }

  .px-xl-14 {
    padding-inline: 14px !important;
  }

  .py-xl-14 {
    padding-block: 14px !important;
  }

  .ps-xl-14 {
    padding-left: 14px !important;
  }

  .pe-xl-14 {
    padding-right: 14px !important;
  }

  .pb-xl-14 {
    padding-bottom: 14px !important;
  }

  .pt-xl-14 {
    padding-top: 14px !important;
  }
}
.fs-15 {
  font-size: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.mx-15 {
  margin-inline: 15px !important;
}

.my-15 {
  margin-block: 15px !important;
}

.ms-15 {
  margin-left: 15px !important;
}

.me-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.px-15 {
  padding-inline: 15px !important;
}

.py-15 {
  padding-block: 15px !important;
}

.ps-15 {
  padding-left: 15px !important;
}

.pe-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

@media (min-width: 720px) {
  .fs-md-15 {
    font-size: 15px !important;
  }

  .m-md-15 {
    margin: 15px !important;
  }

  .mx-md-15 {
    margin-inline: 15px !important;
  }

  .my-md-15 {
    margin-block: 15px !important;
  }

  .ms-md-15 {
    margin-left: 15px !important;
  }

  .me-md-15 {
    margin-right: 15px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .px-md-15 {
    padding-inline: 15px !important;
  }

  .py-md-15 {
    padding-block: 15px !important;
  }

  .ps-md-15 {
    padding-left: 15px !important;
  }

  .pe-md-15 {
    padding-right: 15px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-15 {
    font-size: 15px !important;
  }

  .m-lg-15 {
    margin: 15px !important;
  }

  .mx-lg-15 {
    margin-inline: 15px !important;
  }

  .my-lg-15 {
    margin-block: 15px !important;
  }

  .ms-lg-15 {
    margin-left: 15px !important;
  }

  .me-lg-15 {
    margin-right: 15px !important;
  }

  .mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .px-lg-15 {
    padding-inline: 15px !important;
  }

  .py-lg-15 {
    padding-block: 15px !important;
  }

  .ps-lg-15 {
    padding-left: 15px !important;
  }

  .pe-lg-15 {
    padding-right: 15px !important;
  }

  .pb-lg-15 {
    padding-bottom: 15px !important;
  }

  .pt-lg-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-15 {
    font-size: 15px !important;
  }

  .m-xl-15 {
    margin: 15px !important;
  }

  .mx-xl-15 {
    margin-inline: 15px !important;
  }

  .my-xl-15 {
    margin-block: 15px !important;
  }

  .ms-xl-15 {
    margin-left: 15px !important;
  }

  .me-xl-15 {
    margin-right: 15px !important;
  }

  .mb-xl-15 {
    margin-bottom: 15px !important;
  }

  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .p-xl-15 {
    padding: 15px !important;
  }

  .px-xl-15 {
    padding-inline: 15px !important;
  }

  .py-xl-15 {
    padding-block: 15px !important;
  }

  .ps-xl-15 {
    padding-left: 15px !important;
  }

  .pe-xl-15 {
    padding-right: 15px !important;
  }

  .pb-xl-15 {
    padding-bottom: 15px !important;
  }

  .pt-xl-15 {
    padding-top: 15px !important;
  }
}
.fs-16 {
  font-size: 16px !important;
}

.m-16 {
  margin: 16px !important;
}

.mx-16 {
  margin-inline: 16px !important;
}

.my-16 {
  margin-block: 16px !important;
}

.ms-16 {
  margin-left: 16px !important;
}

.me-16 {
  margin-right: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.p-16 {
  padding: 16px !important;
}

.px-16 {
  padding-inline: 16px !important;
}

.py-16 {
  padding-block: 16px !important;
}

.ps-16 {
  padding-left: 16px !important;
}

.pe-16 {
  padding-right: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

@media (min-width: 720px) {
  .fs-md-16 {
    font-size: 16px !important;
  }

  .m-md-16 {
    margin: 16px !important;
  }

  .mx-md-16 {
    margin-inline: 16px !important;
  }

  .my-md-16 {
    margin-block: 16px !important;
  }

  .ms-md-16 {
    margin-left: 16px !important;
  }

  .me-md-16 {
    margin-right: 16px !important;
  }

  .mb-md-16 {
    margin-bottom: 16px !important;
  }

  .mt-md-16 {
    margin-top: 16px !important;
  }

  .p-md-16 {
    padding: 16px !important;
  }

  .px-md-16 {
    padding-inline: 16px !important;
  }

  .py-md-16 {
    padding-block: 16px !important;
  }

  .ps-md-16 {
    padding-left: 16px !important;
  }

  .pe-md-16 {
    padding-right: 16px !important;
  }

  .pb-md-16 {
    padding-bottom: 16px !important;
  }

  .pt-md-16 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-16 {
    font-size: 16px !important;
  }

  .m-lg-16 {
    margin: 16px !important;
  }

  .mx-lg-16 {
    margin-inline: 16px !important;
  }

  .my-lg-16 {
    margin-block: 16px !important;
  }

  .ms-lg-16 {
    margin-left: 16px !important;
  }

  .me-lg-16 {
    margin-right: 16px !important;
  }

  .mb-lg-16 {
    margin-bottom: 16px !important;
  }

  .mt-lg-16 {
    margin-top: 16px !important;
  }

  .p-lg-16 {
    padding: 16px !important;
  }

  .px-lg-16 {
    padding-inline: 16px !important;
  }

  .py-lg-16 {
    padding-block: 16px !important;
  }

  .ps-lg-16 {
    padding-left: 16px !important;
  }

  .pe-lg-16 {
    padding-right: 16px !important;
  }

  .pb-lg-16 {
    padding-bottom: 16px !important;
  }

  .pt-lg-16 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-16 {
    font-size: 16px !important;
  }

  .m-xl-16 {
    margin: 16px !important;
  }

  .mx-xl-16 {
    margin-inline: 16px !important;
  }

  .my-xl-16 {
    margin-block: 16px !important;
  }

  .ms-xl-16 {
    margin-left: 16px !important;
  }

  .me-xl-16 {
    margin-right: 16px !important;
  }

  .mb-xl-16 {
    margin-bottom: 16px !important;
  }

  .mt-xl-16 {
    margin-top: 16px !important;
  }

  .p-xl-16 {
    padding: 16px !important;
  }

  .px-xl-16 {
    padding-inline: 16px !important;
  }

  .py-xl-16 {
    padding-block: 16px !important;
  }

  .ps-xl-16 {
    padding-left: 16px !important;
  }

  .pe-xl-16 {
    padding-right: 16px !important;
  }

  .pb-xl-16 {
    padding-bottom: 16px !important;
  }

  .pt-xl-16 {
    padding-top: 16px !important;
  }
}
.fs-17 {
  font-size: 17px !important;
}

.m-17 {
  margin: 17px !important;
}

.mx-17 {
  margin-inline: 17px !important;
}

.my-17 {
  margin-block: 17px !important;
}

.ms-17 {
  margin-left: 17px !important;
}

.me-17 {
  margin-right: 17px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.p-17 {
  padding: 17px !important;
}

.px-17 {
  padding-inline: 17px !important;
}

.py-17 {
  padding-block: 17px !important;
}

.ps-17 {
  padding-left: 17px !important;
}

.pe-17 {
  padding-right: 17px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

@media (min-width: 720px) {
  .fs-md-17 {
    font-size: 17px !important;
  }

  .m-md-17 {
    margin: 17px !important;
  }

  .mx-md-17 {
    margin-inline: 17px !important;
  }

  .my-md-17 {
    margin-block: 17px !important;
  }

  .ms-md-17 {
    margin-left: 17px !important;
  }

  .me-md-17 {
    margin-right: 17px !important;
  }

  .mb-md-17 {
    margin-bottom: 17px !important;
  }

  .mt-md-17 {
    margin-top: 17px !important;
  }

  .p-md-17 {
    padding: 17px !important;
  }

  .px-md-17 {
    padding-inline: 17px !important;
  }

  .py-md-17 {
    padding-block: 17px !important;
  }

  .ps-md-17 {
    padding-left: 17px !important;
  }

  .pe-md-17 {
    padding-right: 17px !important;
  }

  .pb-md-17 {
    padding-bottom: 17px !important;
  }

  .pt-md-17 {
    padding-top: 17px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-17 {
    font-size: 17px !important;
  }

  .m-lg-17 {
    margin: 17px !important;
  }

  .mx-lg-17 {
    margin-inline: 17px !important;
  }

  .my-lg-17 {
    margin-block: 17px !important;
  }

  .ms-lg-17 {
    margin-left: 17px !important;
  }

  .me-lg-17 {
    margin-right: 17px !important;
  }

  .mb-lg-17 {
    margin-bottom: 17px !important;
  }

  .mt-lg-17 {
    margin-top: 17px !important;
  }

  .p-lg-17 {
    padding: 17px !important;
  }

  .px-lg-17 {
    padding-inline: 17px !important;
  }

  .py-lg-17 {
    padding-block: 17px !important;
  }

  .ps-lg-17 {
    padding-left: 17px !important;
  }

  .pe-lg-17 {
    padding-right: 17px !important;
  }

  .pb-lg-17 {
    padding-bottom: 17px !important;
  }

  .pt-lg-17 {
    padding-top: 17px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-17 {
    font-size: 17px !important;
  }

  .m-xl-17 {
    margin: 17px !important;
  }

  .mx-xl-17 {
    margin-inline: 17px !important;
  }

  .my-xl-17 {
    margin-block: 17px !important;
  }

  .ms-xl-17 {
    margin-left: 17px !important;
  }

  .me-xl-17 {
    margin-right: 17px !important;
  }

  .mb-xl-17 {
    margin-bottom: 17px !important;
  }

  .mt-xl-17 {
    margin-top: 17px !important;
  }

  .p-xl-17 {
    padding: 17px !important;
  }

  .px-xl-17 {
    padding-inline: 17px !important;
  }

  .py-xl-17 {
    padding-block: 17px !important;
  }

  .ps-xl-17 {
    padding-left: 17px !important;
  }

  .pe-xl-17 {
    padding-right: 17px !important;
  }

  .pb-xl-17 {
    padding-bottom: 17px !important;
  }

  .pt-xl-17 {
    padding-top: 17px !important;
  }
}
.fs-18 {
  font-size: 18px !important;
}

.m-18 {
  margin: 18px !important;
}

.mx-18 {
  margin-inline: 18px !important;
}

.my-18 {
  margin-block: 18px !important;
}

.ms-18 {
  margin-left: 18px !important;
}

.me-18 {
  margin-right: 18px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.p-18 {
  padding: 18px !important;
}

.px-18 {
  padding-inline: 18px !important;
}

.py-18 {
  padding-block: 18px !important;
}

.ps-18 {
  padding-left: 18px !important;
}

.pe-18 {
  padding-right: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

@media (min-width: 720px) {
  .fs-md-18 {
    font-size: 18px !important;
  }

  .m-md-18 {
    margin: 18px !important;
  }

  .mx-md-18 {
    margin-inline: 18px !important;
  }

  .my-md-18 {
    margin-block: 18px !important;
  }

  .ms-md-18 {
    margin-left: 18px !important;
  }

  .me-md-18 {
    margin-right: 18px !important;
  }

  .mb-md-18 {
    margin-bottom: 18px !important;
  }

  .mt-md-18 {
    margin-top: 18px !important;
  }

  .p-md-18 {
    padding: 18px !important;
  }

  .px-md-18 {
    padding-inline: 18px !important;
  }

  .py-md-18 {
    padding-block: 18px !important;
  }

  .ps-md-18 {
    padding-left: 18px !important;
  }

  .pe-md-18 {
    padding-right: 18px !important;
  }

  .pb-md-18 {
    padding-bottom: 18px !important;
  }

  .pt-md-18 {
    padding-top: 18px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-18 {
    font-size: 18px !important;
  }

  .m-lg-18 {
    margin: 18px !important;
  }

  .mx-lg-18 {
    margin-inline: 18px !important;
  }

  .my-lg-18 {
    margin-block: 18px !important;
  }

  .ms-lg-18 {
    margin-left: 18px !important;
  }

  .me-lg-18 {
    margin-right: 18px !important;
  }

  .mb-lg-18 {
    margin-bottom: 18px !important;
  }

  .mt-lg-18 {
    margin-top: 18px !important;
  }

  .p-lg-18 {
    padding: 18px !important;
  }

  .px-lg-18 {
    padding-inline: 18px !important;
  }

  .py-lg-18 {
    padding-block: 18px !important;
  }

  .ps-lg-18 {
    padding-left: 18px !important;
  }

  .pe-lg-18 {
    padding-right: 18px !important;
  }

  .pb-lg-18 {
    padding-bottom: 18px !important;
  }

  .pt-lg-18 {
    padding-top: 18px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-18 {
    font-size: 18px !important;
  }

  .m-xl-18 {
    margin: 18px !important;
  }

  .mx-xl-18 {
    margin-inline: 18px !important;
  }

  .my-xl-18 {
    margin-block: 18px !important;
  }

  .ms-xl-18 {
    margin-left: 18px !important;
  }

  .me-xl-18 {
    margin-right: 18px !important;
  }

  .mb-xl-18 {
    margin-bottom: 18px !important;
  }

  .mt-xl-18 {
    margin-top: 18px !important;
  }

  .p-xl-18 {
    padding: 18px !important;
  }

  .px-xl-18 {
    padding-inline: 18px !important;
  }

  .py-xl-18 {
    padding-block: 18px !important;
  }

  .ps-xl-18 {
    padding-left: 18px !important;
  }

  .pe-xl-18 {
    padding-right: 18px !important;
  }

  .pb-xl-18 {
    padding-bottom: 18px !important;
  }

  .pt-xl-18 {
    padding-top: 18px !important;
  }
}
.fs-19 {
  font-size: 19px !important;
}

.m-19 {
  margin: 19px !important;
}

.mx-19 {
  margin-inline: 19px !important;
}

.my-19 {
  margin-block: 19px !important;
}

.ms-19 {
  margin-left: 19px !important;
}

.me-19 {
  margin-right: 19px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.p-19 {
  padding: 19px !important;
}

.px-19 {
  padding-inline: 19px !important;
}

.py-19 {
  padding-block: 19px !important;
}

.ps-19 {
  padding-left: 19px !important;
}

.pe-19 {
  padding-right: 19px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

@media (min-width: 720px) {
  .fs-md-19 {
    font-size: 19px !important;
  }

  .m-md-19 {
    margin: 19px !important;
  }

  .mx-md-19 {
    margin-inline: 19px !important;
  }

  .my-md-19 {
    margin-block: 19px !important;
  }

  .ms-md-19 {
    margin-left: 19px !important;
  }

  .me-md-19 {
    margin-right: 19px !important;
  }

  .mb-md-19 {
    margin-bottom: 19px !important;
  }

  .mt-md-19 {
    margin-top: 19px !important;
  }

  .p-md-19 {
    padding: 19px !important;
  }

  .px-md-19 {
    padding-inline: 19px !important;
  }

  .py-md-19 {
    padding-block: 19px !important;
  }

  .ps-md-19 {
    padding-left: 19px !important;
  }

  .pe-md-19 {
    padding-right: 19px !important;
  }

  .pb-md-19 {
    padding-bottom: 19px !important;
  }

  .pt-md-19 {
    padding-top: 19px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-19 {
    font-size: 19px !important;
  }

  .m-lg-19 {
    margin: 19px !important;
  }

  .mx-lg-19 {
    margin-inline: 19px !important;
  }

  .my-lg-19 {
    margin-block: 19px !important;
  }

  .ms-lg-19 {
    margin-left: 19px !important;
  }

  .me-lg-19 {
    margin-right: 19px !important;
  }

  .mb-lg-19 {
    margin-bottom: 19px !important;
  }

  .mt-lg-19 {
    margin-top: 19px !important;
  }

  .p-lg-19 {
    padding: 19px !important;
  }

  .px-lg-19 {
    padding-inline: 19px !important;
  }

  .py-lg-19 {
    padding-block: 19px !important;
  }

  .ps-lg-19 {
    padding-left: 19px !important;
  }

  .pe-lg-19 {
    padding-right: 19px !important;
  }

  .pb-lg-19 {
    padding-bottom: 19px !important;
  }

  .pt-lg-19 {
    padding-top: 19px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-19 {
    font-size: 19px !important;
  }

  .m-xl-19 {
    margin: 19px !important;
  }

  .mx-xl-19 {
    margin-inline: 19px !important;
  }

  .my-xl-19 {
    margin-block: 19px !important;
  }

  .ms-xl-19 {
    margin-left: 19px !important;
  }

  .me-xl-19 {
    margin-right: 19px !important;
  }

  .mb-xl-19 {
    margin-bottom: 19px !important;
  }

  .mt-xl-19 {
    margin-top: 19px !important;
  }

  .p-xl-19 {
    padding: 19px !important;
  }

  .px-xl-19 {
    padding-inline: 19px !important;
  }

  .py-xl-19 {
    padding-block: 19px !important;
  }

  .ps-xl-19 {
    padding-left: 19px !important;
  }

  .pe-xl-19 {
    padding-right: 19px !important;
  }

  .pb-xl-19 {
    padding-bottom: 19px !important;
  }

  .pt-xl-19 {
    padding-top: 19px !important;
  }
}
.fs-20 {
  font-size: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.mx-20 {
  margin-inline: 20px !important;
}

.my-20 {
  margin-block: 20px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.me-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.px-20 {
  padding-inline: 20px !important;
}

.py-20 {
  padding-block: 20px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.pe-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

@media (min-width: 720px) {
  .fs-md-20 {
    font-size: 20px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .mx-md-20 {
    margin-inline: 20px !important;
  }

  .my-md-20 {
    margin-block: 20px !important;
  }

  .ms-md-20 {
    margin-left: 20px !important;
  }

  .me-md-20 {
    margin-right: 20px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .px-md-20 {
    padding-inline: 20px !important;
  }

  .py-md-20 {
    padding-block: 20px !important;
  }

  .ps-md-20 {
    padding-left: 20px !important;
  }

  .pe-md-20 {
    padding-right: 20px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-20 {
    font-size: 20px !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .mx-lg-20 {
    margin-inline: 20px !important;
  }

  .my-lg-20 {
    margin-block: 20px !important;
  }

  .ms-lg-20 {
    margin-left: 20px !important;
  }

  .me-lg-20 {
    margin-right: 20px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .px-lg-20 {
    padding-inline: 20px !important;
  }

  .py-lg-20 {
    padding-block: 20px !important;
  }

  .ps-lg-20 {
    padding-left: 20px !important;
  }

  .pe-lg-20 {
    padding-right: 20px !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .pt-lg-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-20 {
    font-size: 20px !important;
  }

  .m-xl-20 {
    margin: 20px !important;
  }

  .mx-xl-20 {
    margin-inline: 20px !important;
  }

  .my-xl-20 {
    margin-block: 20px !important;
  }

  .ms-xl-20 {
    margin-left: 20px !important;
  }

  .me-xl-20 {
    margin-right: 20px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .px-xl-20 {
    padding-inline: 20px !important;
  }

  .py-xl-20 {
    padding-block: 20px !important;
  }

  .ps-xl-20 {
    padding-left: 20px !important;
  }

  .pe-xl-20 {
    padding-right: 20px !important;
  }

  .pb-xl-20 {
    padding-bottom: 20px !important;
  }

  .pt-xl-20 {
    padding-top: 20px !important;
  }
}
.fs-21 {
  font-size: 21px !important;
}

.m-21 {
  margin: 21px !important;
}

.mx-21 {
  margin-inline: 21px !important;
}

.my-21 {
  margin-block: 21px !important;
}

.ms-21 {
  margin-left: 21px !important;
}

.me-21 {
  margin-right: 21px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.p-21 {
  padding: 21px !important;
}

.px-21 {
  padding-inline: 21px !important;
}

.py-21 {
  padding-block: 21px !important;
}

.ps-21 {
  padding-left: 21px !important;
}

.pe-21 {
  padding-right: 21px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

@media (min-width: 720px) {
  .fs-md-21 {
    font-size: 21px !important;
  }

  .m-md-21 {
    margin: 21px !important;
  }

  .mx-md-21 {
    margin-inline: 21px !important;
  }

  .my-md-21 {
    margin-block: 21px !important;
  }

  .ms-md-21 {
    margin-left: 21px !important;
  }

  .me-md-21 {
    margin-right: 21px !important;
  }

  .mb-md-21 {
    margin-bottom: 21px !important;
  }

  .mt-md-21 {
    margin-top: 21px !important;
  }

  .p-md-21 {
    padding: 21px !important;
  }

  .px-md-21 {
    padding-inline: 21px !important;
  }

  .py-md-21 {
    padding-block: 21px !important;
  }

  .ps-md-21 {
    padding-left: 21px !important;
  }

  .pe-md-21 {
    padding-right: 21px !important;
  }

  .pb-md-21 {
    padding-bottom: 21px !important;
  }

  .pt-md-21 {
    padding-top: 21px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-21 {
    font-size: 21px !important;
  }

  .m-lg-21 {
    margin: 21px !important;
  }

  .mx-lg-21 {
    margin-inline: 21px !important;
  }

  .my-lg-21 {
    margin-block: 21px !important;
  }

  .ms-lg-21 {
    margin-left: 21px !important;
  }

  .me-lg-21 {
    margin-right: 21px !important;
  }

  .mb-lg-21 {
    margin-bottom: 21px !important;
  }

  .mt-lg-21 {
    margin-top: 21px !important;
  }

  .p-lg-21 {
    padding: 21px !important;
  }

  .px-lg-21 {
    padding-inline: 21px !important;
  }

  .py-lg-21 {
    padding-block: 21px !important;
  }

  .ps-lg-21 {
    padding-left: 21px !important;
  }

  .pe-lg-21 {
    padding-right: 21px !important;
  }

  .pb-lg-21 {
    padding-bottom: 21px !important;
  }

  .pt-lg-21 {
    padding-top: 21px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-21 {
    font-size: 21px !important;
  }

  .m-xl-21 {
    margin: 21px !important;
  }

  .mx-xl-21 {
    margin-inline: 21px !important;
  }

  .my-xl-21 {
    margin-block: 21px !important;
  }

  .ms-xl-21 {
    margin-left: 21px !important;
  }

  .me-xl-21 {
    margin-right: 21px !important;
  }

  .mb-xl-21 {
    margin-bottom: 21px !important;
  }

  .mt-xl-21 {
    margin-top: 21px !important;
  }

  .p-xl-21 {
    padding: 21px !important;
  }

  .px-xl-21 {
    padding-inline: 21px !important;
  }

  .py-xl-21 {
    padding-block: 21px !important;
  }

  .ps-xl-21 {
    padding-left: 21px !important;
  }

  .pe-xl-21 {
    padding-right: 21px !important;
  }

  .pb-xl-21 {
    padding-bottom: 21px !important;
  }

  .pt-xl-21 {
    padding-top: 21px !important;
  }
}
.fs-22 {
  font-size: 22px !important;
}

.m-22 {
  margin: 22px !important;
}

.mx-22 {
  margin-inline: 22px !important;
}

.my-22 {
  margin-block: 22px !important;
}

.ms-22 {
  margin-left: 22px !important;
}

.me-22 {
  margin-right: 22px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.p-22 {
  padding: 22px !important;
}

.px-22 {
  padding-inline: 22px !important;
}

.py-22 {
  padding-block: 22px !important;
}

.ps-22 {
  padding-left: 22px !important;
}

.pe-22 {
  padding-right: 22px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

@media (min-width: 720px) {
  .fs-md-22 {
    font-size: 22px !important;
  }

  .m-md-22 {
    margin: 22px !important;
  }

  .mx-md-22 {
    margin-inline: 22px !important;
  }

  .my-md-22 {
    margin-block: 22px !important;
  }

  .ms-md-22 {
    margin-left: 22px !important;
  }

  .me-md-22 {
    margin-right: 22px !important;
  }

  .mb-md-22 {
    margin-bottom: 22px !important;
  }

  .mt-md-22 {
    margin-top: 22px !important;
  }

  .p-md-22 {
    padding: 22px !important;
  }

  .px-md-22 {
    padding-inline: 22px !important;
  }

  .py-md-22 {
    padding-block: 22px !important;
  }

  .ps-md-22 {
    padding-left: 22px !important;
  }

  .pe-md-22 {
    padding-right: 22px !important;
  }

  .pb-md-22 {
    padding-bottom: 22px !important;
  }

  .pt-md-22 {
    padding-top: 22px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-22 {
    font-size: 22px !important;
  }

  .m-lg-22 {
    margin: 22px !important;
  }

  .mx-lg-22 {
    margin-inline: 22px !important;
  }

  .my-lg-22 {
    margin-block: 22px !important;
  }

  .ms-lg-22 {
    margin-left: 22px !important;
  }

  .me-lg-22 {
    margin-right: 22px !important;
  }

  .mb-lg-22 {
    margin-bottom: 22px !important;
  }

  .mt-lg-22 {
    margin-top: 22px !important;
  }

  .p-lg-22 {
    padding: 22px !important;
  }

  .px-lg-22 {
    padding-inline: 22px !important;
  }

  .py-lg-22 {
    padding-block: 22px !important;
  }

  .ps-lg-22 {
    padding-left: 22px !important;
  }

  .pe-lg-22 {
    padding-right: 22px !important;
  }

  .pb-lg-22 {
    padding-bottom: 22px !important;
  }

  .pt-lg-22 {
    padding-top: 22px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-22 {
    font-size: 22px !important;
  }

  .m-xl-22 {
    margin: 22px !important;
  }

  .mx-xl-22 {
    margin-inline: 22px !important;
  }

  .my-xl-22 {
    margin-block: 22px !important;
  }

  .ms-xl-22 {
    margin-left: 22px !important;
  }

  .me-xl-22 {
    margin-right: 22px !important;
  }

  .mb-xl-22 {
    margin-bottom: 22px !important;
  }

  .mt-xl-22 {
    margin-top: 22px !important;
  }

  .p-xl-22 {
    padding: 22px !important;
  }

  .px-xl-22 {
    padding-inline: 22px !important;
  }

  .py-xl-22 {
    padding-block: 22px !important;
  }

  .ps-xl-22 {
    padding-left: 22px !important;
  }

  .pe-xl-22 {
    padding-right: 22px !important;
  }

  .pb-xl-22 {
    padding-bottom: 22px !important;
  }

  .pt-xl-22 {
    padding-top: 22px !important;
  }
}
.fs-23 {
  font-size: 23px !important;
}

.m-23 {
  margin: 23px !important;
}

.mx-23 {
  margin-inline: 23px !important;
}

.my-23 {
  margin-block: 23px !important;
}

.ms-23 {
  margin-left: 23px !important;
}

.me-23 {
  margin-right: 23px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.p-23 {
  padding: 23px !important;
}

.px-23 {
  padding-inline: 23px !important;
}

.py-23 {
  padding-block: 23px !important;
}

.ps-23 {
  padding-left: 23px !important;
}

.pe-23 {
  padding-right: 23px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

@media (min-width: 720px) {
  .fs-md-23 {
    font-size: 23px !important;
  }

  .m-md-23 {
    margin: 23px !important;
  }

  .mx-md-23 {
    margin-inline: 23px !important;
  }

  .my-md-23 {
    margin-block: 23px !important;
  }

  .ms-md-23 {
    margin-left: 23px !important;
  }

  .me-md-23 {
    margin-right: 23px !important;
  }

  .mb-md-23 {
    margin-bottom: 23px !important;
  }

  .mt-md-23 {
    margin-top: 23px !important;
  }

  .p-md-23 {
    padding: 23px !important;
  }

  .px-md-23 {
    padding-inline: 23px !important;
  }

  .py-md-23 {
    padding-block: 23px !important;
  }

  .ps-md-23 {
    padding-left: 23px !important;
  }

  .pe-md-23 {
    padding-right: 23px !important;
  }

  .pb-md-23 {
    padding-bottom: 23px !important;
  }

  .pt-md-23 {
    padding-top: 23px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-23 {
    font-size: 23px !important;
  }

  .m-lg-23 {
    margin: 23px !important;
  }

  .mx-lg-23 {
    margin-inline: 23px !important;
  }

  .my-lg-23 {
    margin-block: 23px !important;
  }

  .ms-lg-23 {
    margin-left: 23px !important;
  }

  .me-lg-23 {
    margin-right: 23px !important;
  }

  .mb-lg-23 {
    margin-bottom: 23px !important;
  }

  .mt-lg-23 {
    margin-top: 23px !important;
  }

  .p-lg-23 {
    padding: 23px !important;
  }

  .px-lg-23 {
    padding-inline: 23px !important;
  }

  .py-lg-23 {
    padding-block: 23px !important;
  }

  .ps-lg-23 {
    padding-left: 23px !important;
  }

  .pe-lg-23 {
    padding-right: 23px !important;
  }

  .pb-lg-23 {
    padding-bottom: 23px !important;
  }

  .pt-lg-23 {
    padding-top: 23px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-23 {
    font-size: 23px !important;
  }

  .m-xl-23 {
    margin: 23px !important;
  }

  .mx-xl-23 {
    margin-inline: 23px !important;
  }

  .my-xl-23 {
    margin-block: 23px !important;
  }

  .ms-xl-23 {
    margin-left: 23px !important;
  }

  .me-xl-23 {
    margin-right: 23px !important;
  }

  .mb-xl-23 {
    margin-bottom: 23px !important;
  }

  .mt-xl-23 {
    margin-top: 23px !important;
  }

  .p-xl-23 {
    padding: 23px !important;
  }

  .px-xl-23 {
    padding-inline: 23px !important;
  }

  .py-xl-23 {
    padding-block: 23px !important;
  }

  .ps-xl-23 {
    padding-left: 23px !important;
  }

  .pe-xl-23 {
    padding-right: 23px !important;
  }

  .pb-xl-23 {
    padding-bottom: 23px !important;
  }

  .pt-xl-23 {
    padding-top: 23px !important;
  }
}
.fs-24 {
  font-size: 24px !important;
}

.m-24 {
  margin: 24px !important;
}

.mx-24 {
  margin-inline: 24px !important;
}

.my-24 {
  margin-block: 24px !important;
}

.ms-24 {
  margin-left: 24px !important;
}

.me-24 {
  margin-right: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.p-24 {
  padding: 24px !important;
}

.px-24 {
  padding-inline: 24px !important;
}

.py-24 {
  padding-block: 24px !important;
}

.ps-24 {
  padding-left: 24px !important;
}

.pe-24 {
  padding-right: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

@media (min-width: 720px) {
  .fs-md-24 {
    font-size: 24px !important;
  }

  .m-md-24 {
    margin: 24px !important;
  }

  .mx-md-24 {
    margin-inline: 24px !important;
  }

  .my-md-24 {
    margin-block: 24px !important;
  }

  .ms-md-24 {
    margin-left: 24px !important;
  }

  .me-md-24 {
    margin-right: 24px !important;
  }

  .mb-md-24 {
    margin-bottom: 24px !important;
  }

  .mt-md-24 {
    margin-top: 24px !important;
  }

  .p-md-24 {
    padding: 24px !important;
  }

  .px-md-24 {
    padding-inline: 24px !important;
  }

  .py-md-24 {
    padding-block: 24px !important;
  }

  .ps-md-24 {
    padding-left: 24px !important;
  }

  .pe-md-24 {
    padding-right: 24px !important;
  }

  .pb-md-24 {
    padding-bottom: 24px !important;
  }

  .pt-md-24 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-24 {
    font-size: 24px !important;
  }

  .m-lg-24 {
    margin: 24px !important;
  }

  .mx-lg-24 {
    margin-inline: 24px !important;
  }

  .my-lg-24 {
    margin-block: 24px !important;
  }

  .ms-lg-24 {
    margin-left: 24px !important;
  }

  .me-lg-24 {
    margin-right: 24px !important;
  }

  .mb-lg-24 {
    margin-bottom: 24px !important;
  }

  .mt-lg-24 {
    margin-top: 24px !important;
  }

  .p-lg-24 {
    padding: 24px !important;
  }

  .px-lg-24 {
    padding-inline: 24px !important;
  }

  .py-lg-24 {
    padding-block: 24px !important;
  }

  .ps-lg-24 {
    padding-left: 24px !important;
  }

  .pe-lg-24 {
    padding-right: 24px !important;
  }

  .pb-lg-24 {
    padding-bottom: 24px !important;
  }

  .pt-lg-24 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-24 {
    font-size: 24px !important;
  }

  .m-xl-24 {
    margin: 24px !important;
  }

  .mx-xl-24 {
    margin-inline: 24px !important;
  }

  .my-xl-24 {
    margin-block: 24px !important;
  }

  .ms-xl-24 {
    margin-left: 24px !important;
  }

  .me-xl-24 {
    margin-right: 24px !important;
  }

  .mb-xl-24 {
    margin-bottom: 24px !important;
  }

  .mt-xl-24 {
    margin-top: 24px !important;
  }

  .p-xl-24 {
    padding: 24px !important;
  }

  .px-xl-24 {
    padding-inline: 24px !important;
  }

  .py-xl-24 {
    padding-block: 24px !important;
  }

  .ps-xl-24 {
    padding-left: 24px !important;
  }

  .pe-xl-24 {
    padding-right: 24px !important;
  }

  .pb-xl-24 {
    padding-bottom: 24px !important;
  }

  .pt-xl-24 {
    padding-top: 24px !important;
  }
}
.fs-25 {
  font-size: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.mx-25 {
  margin-inline: 25px !important;
}

.my-25 {
  margin-block: 25px !important;
}

.ms-25 {
  margin-left: 25px !important;
}

.me-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.px-25 {
  padding-inline: 25px !important;
}

.py-25 {
  padding-block: 25px !important;
}

.ps-25 {
  padding-left: 25px !important;
}

.pe-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

@media (min-width: 720px) {
  .fs-md-25 {
    font-size: 25px !important;
  }

  .m-md-25 {
    margin: 25px !important;
  }

  .mx-md-25 {
    margin-inline: 25px !important;
  }

  .my-md-25 {
    margin-block: 25px !important;
  }

  .ms-md-25 {
    margin-left: 25px !important;
  }

  .me-md-25 {
    margin-right: 25px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .p-md-25 {
    padding: 25px !important;
  }

  .px-md-25 {
    padding-inline: 25px !important;
  }

  .py-md-25 {
    padding-block: 25px !important;
  }

  .ps-md-25 {
    padding-left: 25px !important;
  }

  .pe-md-25 {
    padding-right: 25px !important;
  }

  .pb-md-25 {
    padding-bottom: 25px !important;
  }

  .pt-md-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-25 {
    font-size: 25px !important;
  }

  .m-lg-25 {
    margin: 25px !important;
  }

  .mx-lg-25 {
    margin-inline: 25px !important;
  }

  .my-lg-25 {
    margin-block: 25px !important;
  }

  .ms-lg-25 {
    margin-left: 25px !important;
  }

  .me-lg-25 {
    margin-right: 25px !important;
  }

  .mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .mt-lg-25 {
    margin-top: 25px !important;
  }

  .p-lg-25 {
    padding: 25px !important;
  }

  .px-lg-25 {
    padding-inline: 25px !important;
  }

  .py-lg-25 {
    padding-block: 25px !important;
  }

  .ps-lg-25 {
    padding-left: 25px !important;
  }

  .pe-lg-25 {
    padding-right: 25px !important;
  }

  .pb-lg-25 {
    padding-bottom: 25px !important;
  }

  .pt-lg-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-25 {
    font-size: 25px !important;
  }

  .m-xl-25 {
    margin: 25px !important;
  }

  .mx-xl-25 {
    margin-inline: 25px !important;
  }

  .my-xl-25 {
    margin-block: 25px !important;
  }

  .ms-xl-25 {
    margin-left: 25px !important;
  }

  .me-xl-25 {
    margin-right: 25px !important;
  }

  .mb-xl-25 {
    margin-bottom: 25px !important;
  }

  .mt-xl-25 {
    margin-top: 25px !important;
  }

  .p-xl-25 {
    padding: 25px !important;
  }

  .px-xl-25 {
    padding-inline: 25px !important;
  }

  .py-xl-25 {
    padding-block: 25px !important;
  }

  .ps-xl-25 {
    padding-left: 25px !important;
  }

  .pe-xl-25 {
    padding-right: 25px !important;
  }

  .pb-xl-25 {
    padding-bottom: 25px !important;
  }

  .pt-xl-25 {
    padding-top: 25px !important;
  }
}
.fs-26 {
  font-size: 26px !important;
}

.m-26 {
  margin: 26px !important;
}

.mx-26 {
  margin-inline: 26px !important;
}

.my-26 {
  margin-block: 26px !important;
}

.ms-26 {
  margin-left: 26px !important;
}

.me-26 {
  margin-right: 26px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.p-26 {
  padding: 26px !important;
}

.px-26 {
  padding-inline: 26px !important;
}

.py-26 {
  padding-block: 26px !important;
}

.ps-26 {
  padding-left: 26px !important;
}

.pe-26 {
  padding-right: 26px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

@media (min-width: 720px) {
  .fs-md-26 {
    font-size: 26px !important;
  }

  .m-md-26 {
    margin: 26px !important;
  }

  .mx-md-26 {
    margin-inline: 26px !important;
  }

  .my-md-26 {
    margin-block: 26px !important;
  }

  .ms-md-26 {
    margin-left: 26px !important;
  }

  .me-md-26 {
    margin-right: 26px !important;
  }

  .mb-md-26 {
    margin-bottom: 26px !important;
  }

  .mt-md-26 {
    margin-top: 26px !important;
  }

  .p-md-26 {
    padding: 26px !important;
  }

  .px-md-26 {
    padding-inline: 26px !important;
  }

  .py-md-26 {
    padding-block: 26px !important;
  }

  .ps-md-26 {
    padding-left: 26px !important;
  }

  .pe-md-26 {
    padding-right: 26px !important;
  }

  .pb-md-26 {
    padding-bottom: 26px !important;
  }

  .pt-md-26 {
    padding-top: 26px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-26 {
    font-size: 26px !important;
  }

  .m-lg-26 {
    margin: 26px !important;
  }

  .mx-lg-26 {
    margin-inline: 26px !important;
  }

  .my-lg-26 {
    margin-block: 26px !important;
  }

  .ms-lg-26 {
    margin-left: 26px !important;
  }

  .me-lg-26 {
    margin-right: 26px !important;
  }

  .mb-lg-26 {
    margin-bottom: 26px !important;
  }

  .mt-lg-26 {
    margin-top: 26px !important;
  }

  .p-lg-26 {
    padding: 26px !important;
  }

  .px-lg-26 {
    padding-inline: 26px !important;
  }

  .py-lg-26 {
    padding-block: 26px !important;
  }

  .ps-lg-26 {
    padding-left: 26px !important;
  }

  .pe-lg-26 {
    padding-right: 26px !important;
  }

  .pb-lg-26 {
    padding-bottom: 26px !important;
  }

  .pt-lg-26 {
    padding-top: 26px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-26 {
    font-size: 26px !important;
  }

  .m-xl-26 {
    margin: 26px !important;
  }

  .mx-xl-26 {
    margin-inline: 26px !important;
  }

  .my-xl-26 {
    margin-block: 26px !important;
  }

  .ms-xl-26 {
    margin-left: 26px !important;
  }

  .me-xl-26 {
    margin-right: 26px !important;
  }

  .mb-xl-26 {
    margin-bottom: 26px !important;
  }

  .mt-xl-26 {
    margin-top: 26px !important;
  }

  .p-xl-26 {
    padding: 26px !important;
  }

  .px-xl-26 {
    padding-inline: 26px !important;
  }

  .py-xl-26 {
    padding-block: 26px !important;
  }

  .ps-xl-26 {
    padding-left: 26px !important;
  }

  .pe-xl-26 {
    padding-right: 26px !important;
  }

  .pb-xl-26 {
    padding-bottom: 26px !important;
  }

  .pt-xl-26 {
    padding-top: 26px !important;
  }
}
.fs-27 {
  font-size: 27px !important;
}

.m-27 {
  margin: 27px !important;
}

.mx-27 {
  margin-inline: 27px !important;
}

.my-27 {
  margin-block: 27px !important;
}

.ms-27 {
  margin-left: 27px !important;
}

.me-27 {
  margin-right: 27px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.p-27 {
  padding: 27px !important;
}

.px-27 {
  padding-inline: 27px !important;
}

.py-27 {
  padding-block: 27px !important;
}

.ps-27 {
  padding-left: 27px !important;
}

.pe-27 {
  padding-right: 27px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

@media (min-width: 720px) {
  .fs-md-27 {
    font-size: 27px !important;
  }

  .m-md-27 {
    margin: 27px !important;
  }

  .mx-md-27 {
    margin-inline: 27px !important;
  }

  .my-md-27 {
    margin-block: 27px !important;
  }

  .ms-md-27 {
    margin-left: 27px !important;
  }

  .me-md-27 {
    margin-right: 27px !important;
  }

  .mb-md-27 {
    margin-bottom: 27px !important;
  }

  .mt-md-27 {
    margin-top: 27px !important;
  }

  .p-md-27 {
    padding: 27px !important;
  }

  .px-md-27 {
    padding-inline: 27px !important;
  }

  .py-md-27 {
    padding-block: 27px !important;
  }

  .ps-md-27 {
    padding-left: 27px !important;
  }

  .pe-md-27 {
    padding-right: 27px !important;
  }

  .pb-md-27 {
    padding-bottom: 27px !important;
  }

  .pt-md-27 {
    padding-top: 27px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-27 {
    font-size: 27px !important;
  }

  .m-lg-27 {
    margin: 27px !important;
  }

  .mx-lg-27 {
    margin-inline: 27px !important;
  }

  .my-lg-27 {
    margin-block: 27px !important;
  }

  .ms-lg-27 {
    margin-left: 27px !important;
  }

  .me-lg-27 {
    margin-right: 27px !important;
  }

  .mb-lg-27 {
    margin-bottom: 27px !important;
  }

  .mt-lg-27 {
    margin-top: 27px !important;
  }

  .p-lg-27 {
    padding: 27px !important;
  }

  .px-lg-27 {
    padding-inline: 27px !important;
  }

  .py-lg-27 {
    padding-block: 27px !important;
  }

  .ps-lg-27 {
    padding-left: 27px !important;
  }

  .pe-lg-27 {
    padding-right: 27px !important;
  }

  .pb-lg-27 {
    padding-bottom: 27px !important;
  }

  .pt-lg-27 {
    padding-top: 27px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-27 {
    font-size: 27px !important;
  }

  .m-xl-27 {
    margin: 27px !important;
  }

  .mx-xl-27 {
    margin-inline: 27px !important;
  }

  .my-xl-27 {
    margin-block: 27px !important;
  }

  .ms-xl-27 {
    margin-left: 27px !important;
  }

  .me-xl-27 {
    margin-right: 27px !important;
  }

  .mb-xl-27 {
    margin-bottom: 27px !important;
  }

  .mt-xl-27 {
    margin-top: 27px !important;
  }

  .p-xl-27 {
    padding: 27px !important;
  }

  .px-xl-27 {
    padding-inline: 27px !important;
  }

  .py-xl-27 {
    padding-block: 27px !important;
  }

  .ps-xl-27 {
    padding-left: 27px !important;
  }

  .pe-xl-27 {
    padding-right: 27px !important;
  }

  .pb-xl-27 {
    padding-bottom: 27px !important;
  }

  .pt-xl-27 {
    padding-top: 27px !important;
  }
}
.fs-28 {
  font-size: 28px !important;
}

.m-28 {
  margin: 28px !important;
}

.mx-28 {
  margin-inline: 28px !important;
}

.my-28 {
  margin-block: 28px !important;
}

.ms-28 {
  margin-left: 28px !important;
}

.me-28 {
  margin-right: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.p-28 {
  padding: 28px !important;
}

.px-28 {
  padding-inline: 28px !important;
}

.py-28 {
  padding-block: 28px !important;
}

.ps-28 {
  padding-left: 28px !important;
}

.pe-28 {
  padding-right: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

@media (min-width: 720px) {
  .fs-md-28 {
    font-size: 28px !important;
  }

  .m-md-28 {
    margin: 28px !important;
  }

  .mx-md-28 {
    margin-inline: 28px !important;
  }

  .my-md-28 {
    margin-block: 28px !important;
  }

  .ms-md-28 {
    margin-left: 28px !important;
  }

  .me-md-28 {
    margin-right: 28px !important;
  }

  .mb-md-28 {
    margin-bottom: 28px !important;
  }

  .mt-md-28 {
    margin-top: 28px !important;
  }

  .p-md-28 {
    padding: 28px !important;
  }

  .px-md-28 {
    padding-inline: 28px !important;
  }

  .py-md-28 {
    padding-block: 28px !important;
  }

  .ps-md-28 {
    padding-left: 28px !important;
  }

  .pe-md-28 {
    padding-right: 28px !important;
  }

  .pb-md-28 {
    padding-bottom: 28px !important;
  }

  .pt-md-28 {
    padding-top: 28px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-28 {
    font-size: 28px !important;
  }

  .m-lg-28 {
    margin: 28px !important;
  }

  .mx-lg-28 {
    margin-inline: 28px !important;
  }

  .my-lg-28 {
    margin-block: 28px !important;
  }

  .ms-lg-28 {
    margin-left: 28px !important;
  }

  .me-lg-28 {
    margin-right: 28px !important;
  }

  .mb-lg-28 {
    margin-bottom: 28px !important;
  }

  .mt-lg-28 {
    margin-top: 28px !important;
  }

  .p-lg-28 {
    padding: 28px !important;
  }

  .px-lg-28 {
    padding-inline: 28px !important;
  }

  .py-lg-28 {
    padding-block: 28px !important;
  }

  .ps-lg-28 {
    padding-left: 28px !important;
  }

  .pe-lg-28 {
    padding-right: 28px !important;
  }

  .pb-lg-28 {
    padding-bottom: 28px !important;
  }

  .pt-lg-28 {
    padding-top: 28px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-28 {
    font-size: 28px !important;
  }

  .m-xl-28 {
    margin: 28px !important;
  }

  .mx-xl-28 {
    margin-inline: 28px !important;
  }

  .my-xl-28 {
    margin-block: 28px !important;
  }

  .ms-xl-28 {
    margin-left: 28px !important;
  }

  .me-xl-28 {
    margin-right: 28px !important;
  }

  .mb-xl-28 {
    margin-bottom: 28px !important;
  }

  .mt-xl-28 {
    margin-top: 28px !important;
  }

  .p-xl-28 {
    padding: 28px !important;
  }

  .px-xl-28 {
    padding-inline: 28px !important;
  }

  .py-xl-28 {
    padding-block: 28px !important;
  }

  .ps-xl-28 {
    padding-left: 28px !important;
  }

  .pe-xl-28 {
    padding-right: 28px !important;
  }

  .pb-xl-28 {
    padding-bottom: 28px !important;
  }

  .pt-xl-28 {
    padding-top: 28px !important;
  }
}
.fs-29 {
  font-size: 29px !important;
}

.m-29 {
  margin: 29px !important;
}

.mx-29 {
  margin-inline: 29px !important;
}

.my-29 {
  margin-block: 29px !important;
}

.ms-29 {
  margin-left: 29px !important;
}

.me-29 {
  margin-right: 29px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.p-29 {
  padding: 29px !important;
}

.px-29 {
  padding-inline: 29px !important;
}

.py-29 {
  padding-block: 29px !important;
}

.ps-29 {
  padding-left: 29px !important;
}

.pe-29 {
  padding-right: 29px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

@media (min-width: 720px) {
  .fs-md-29 {
    font-size: 29px !important;
  }

  .m-md-29 {
    margin: 29px !important;
  }

  .mx-md-29 {
    margin-inline: 29px !important;
  }

  .my-md-29 {
    margin-block: 29px !important;
  }

  .ms-md-29 {
    margin-left: 29px !important;
  }

  .me-md-29 {
    margin-right: 29px !important;
  }

  .mb-md-29 {
    margin-bottom: 29px !important;
  }

  .mt-md-29 {
    margin-top: 29px !important;
  }

  .p-md-29 {
    padding: 29px !important;
  }

  .px-md-29 {
    padding-inline: 29px !important;
  }

  .py-md-29 {
    padding-block: 29px !important;
  }

  .ps-md-29 {
    padding-left: 29px !important;
  }

  .pe-md-29 {
    padding-right: 29px !important;
  }

  .pb-md-29 {
    padding-bottom: 29px !important;
  }

  .pt-md-29 {
    padding-top: 29px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-29 {
    font-size: 29px !important;
  }

  .m-lg-29 {
    margin: 29px !important;
  }

  .mx-lg-29 {
    margin-inline: 29px !important;
  }

  .my-lg-29 {
    margin-block: 29px !important;
  }

  .ms-lg-29 {
    margin-left: 29px !important;
  }

  .me-lg-29 {
    margin-right: 29px !important;
  }

  .mb-lg-29 {
    margin-bottom: 29px !important;
  }

  .mt-lg-29 {
    margin-top: 29px !important;
  }

  .p-lg-29 {
    padding: 29px !important;
  }

  .px-lg-29 {
    padding-inline: 29px !important;
  }

  .py-lg-29 {
    padding-block: 29px !important;
  }

  .ps-lg-29 {
    padding-left: 29px !important;
  }

  .pe-lg-29 {
    padding-right: 29px !important;
  }

  .pb-lg-29 {
    padding-bottom: 29px !important;
  }

  .pt-lg-29 {
    padding-top: 29px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-29 {
    font-size: 29px !important;
  }

  .m-xl-29 {
    margin: 29px !important;
  }

  .mx-xl-29 {
    margin-inline: 29px !important;
  }

  .my-xl-29 {
    margin-block: 29px !important;
  }

  .ms-xl-29 {
    margin-left: 29px !important;
  }

  .me-xl-29 {
    margin-right: 29px !important;
  }

  .mb-xl-29 {
    margin-bottom: 29px !important;
  }

  .mt-xl-29 {
    margin-top: 29px !important;
  }

  .p-xl-29 {
    padding: 29px !important;
  }

  .px-xl-29 {
    padding-inline: 29px !important;
  }

  .py-xl-29 {
    padding-block: 29px !important;
  }

  .ps-xl-29 {
    padding-left: 29px !important;
  }

  .pe-xl-29 {
    padding-right: 29px !important;
  }

  .pb-xl-29 {
    padding-bottom: 29px !important;
  }

  .pt-xl-29 {
    padding-top: 29px !important;
  }
}
.fs-30 {
  font-size: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.mx-30 {
  margin-inline: 30px !important;
}

.my-30 {
  margin-block: 30px !important;
}

.ms-30 {
  margin-left: 30px !important;
}

.me-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.px-30 {
  padding-inline: 30px !important;
}

.py-30 {
  padding-block: 30px !important;
}

.ps-30 {
  padding-left: 30px !important;
}

.pe-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

@media (min-width: 720px) {
  .fs-md-30 {
    font-size: 30px !important;
  }

  .m-md-30 {
    margin: 30px !important;
  }

  .mx-md-30 {
    margin-inline: 30px !important;
  }

  .my-md-30 {
    margin-block: 30px !important;
  }

  .ms-md-30 {
    margin-left: 30px !important;
  }

  .me-md-30 {
    margin-right: 30px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .px-md-30 {
    padding-inline: 30px !important;
  }

  .py-md-30 {
    padding-block: 30px !important;
  }

  .ps-md-30 {
    padding-left: 30px !important;
  }

  .pe-md-30 {
    padding-right: 30px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-30 {
    font-size: 30px !important;
  }

  .m-lg-30 {
    margin: 30px !important;
  }

  .mx-lg-30 {
    margin-inline: 30px !important;
  }

  .my-lg-30 {
    margin-block: 30px !important;
  }

  .ms-lg-30 {
    margin-left: 30px !important;
  }

  .me-lg-30 {
    margin-right: 30px !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .p-lg-30 {
    padding: 30px !important;
  }

  .px-lg-30 {
    padding-inline: 30px !important;
  }

  .py-lg-30 {
    padding-block: 30px !important;
  }

  .ps-lg-30 {
    padding-left: 30px !important;
  }

  .pe-lg-30 {
    padding-right: 30px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pt-lg-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-30 {
    font-size: 30px !important;
  }

  .m-xl-30 {
    margin: 30px !important;
  }

  .mx-xl-30 {
    margin-inline: 30px !important;
  }

  .my-xl-30 {
    margin-block: 30px !important;
  }

  .ms-xl-30 {
    margin-left: 30px !important;
  }

  .me-xl-30 {
    margin-right: 30px !important;
  }

  .mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .p-xl-30 {
    padding: 30px !important;
  }

  .px-xl-30 {
    padding-inline: 30px !important;
  }

  .py-xl-30 {
    padding-block: 30px !important;
  }

  .ps-xl-30 {
    padding-left: 30px !important;
  }

  .pe-xl-30 {
    padding-right: 30px !important;
  }

  .pb-xl-30 {
    padding-bottom: 30px !important;
  }

  .pt-xl-30 {
    padding-top: 30px !important;
  }
}
.fs-31 {
  font-size: 31px !important;
}

.m-31 {
  margin: 31px !important;
}

.mx-31 {
  margin-inline: 31px !important;
}

.my-31 {
  margin-block: 31px !important;
}

.ms-31 {
  margin-left: 31px !important;
}

.me-31 {
  margin-right: 31px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.p-31 {
  padding: 31px !important;
}

.px-31 {
  padding-inline: 31px !important;
}

.py-31 {
  padding-block: 31px !important;
}

.ps-31 {
  padding-left: 31px !important;
}

.pe-31 {
  padding-right: 31px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.pt-31 {
  padding-top: 31px !important;
}

@media (min-width: 720px) {
  .fs-md-31 {
    font-size: 31px !important;
  }

  .m-md-31 {
    margin: 31px !important;
  }

  .mx-md-31 {
    margin-inline: 31px !important;
  }

  .my-md-31 {
    margin-block: 31px !important;
  }

  .ms-md-31 {
    margin-left: 31px !important;
  }

  .me-md-31 {
    margin-right: 31px !important;
  }

  .mb-md-31 {
    margin-bottom: 31px !important;
  }

  .mt-md-31 {
    margin-top: 31px !important;
  }

  .p-md-31 {
    padding: 31px !important;
  }

  .px-md-31 {
    padding-inline: 31px !important;
  }

  .py-md-31 {
    padding-block: 31px !important;
  }

  .ps-md-31 {
    padding-left: 31px !important;
  }

  .pe-md-31 {
    padding-right: 31px !important;
  }

  .pb-md-31 {
    padding-bottom: 31px !important;
  }

  .pt-md-31 {
    padding-top: 31px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-31 {
    font-size: 31px !important;
  }

  .m-lg-31 {
    margin: 31px !important;
  }

  .mx-lg-31 {
    margin-inline: 31px !important;
  }

  .my-lg-31 {
    margin-block: 31px !important;
  }

  .ms-lg-31 {
    margin-left: 31px !important;
  }

  .me-lg-31 {
    margin-right: 31px !important;
  }

  .mb-lg-31 {
    margin-bottom: 31px !important;
  }

  .mt-lg-31 {
    margin-top: 31px !important;
  }

  .p-lg-31 {
    padding: 31px !important;
  }

  .px-lg-31 {
    padding-inline: 31px !important;
  }

  .py-lg-31 {
    padding-block: 31px !important;
  }

  .ps-lg-31 {
    padding-left: 31px !important;
  }

  .pe-lg-31 {
    padding-right: 31px !important;
  }

  .pb-lg-31 {
    padding-bottom: 31px !important;
  }

  .pt-lg-31 {
    padding-top: 31px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-31 {
    font-size: 31px !important;
  }

  .m-xl-31 {
    margin: 31px !important;
  }

  .mx-xl-31 {
    margin-inline: 31px !important;
  }

  .my-xl-31 {
    margin-block: 31px !important;
  }

  .ms-xl-31 {
    margin-left: 31px !important;
  }

  .me-xl-31 {
    margin-right: 31px !important;
  }

  .mb-xl-31 {
    margin-bottom: 31px !important;
  }

  .mt-xl-31 {
    margin-top: 31px !important;
  }

  .p-xl-31 {
    padding: 31px !important;
  }

  .px-xl-31 {
    padding-inline: 31px !important;
  }

  .py-xl-31 {
    padding-block: 31px !important;
  }

  .ps-xl-31 {
    padding-left: 31px !important;
  }

  .pe-xl-31 {
    padding-right: 31px !important;
  }

  .pb-xl-31 {
    padding-bottom: 31px !important;
  }

  .pt-xl-31 {
    padding-top: 31px !important;
  }
}
.fs-32 {
  font-size: 32px !important;
}

.m-32 {
  margin: 32px !important;
}

.mx-32 {
  margin-inline: 32px !important;
}

.my-32 {
  margin-block: 32px !important;
}

.ms-32 {
  margin-left: 32px !important;
}

.me-32 {
  margin-right: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.p-32 {
  padding: 32px !important;
}

.px-32 {
  padding-inline: 32px !important;
}

.py-32 {
  padding-block: 32px !important;
}

.ps-32 {
  padding-left: 32px !important;
}

.pe-32 {
  padding-right: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

@media (min-width: 720px) {
  .fs-md-32 {
    font-size: 32px !important;
  }

  .m-md-32 {
    margin: 32px !important;
  }

  .mx-md-32 {
    margin-inline: 32px !important;
  }

  .my-md-32 {
    margin-block: 32px !important;
  }

  .ms-md-32 {
    margin-left: 32px !important;
  }

  .me-md-32 {
    margin-right: 32px !important;
  }

  .mb-md-32 {
    margin-bottom: 32px !important;
  }

  .mt-md-32 {
    margin-top: 32px !important;
  }

  .p-md-32 {
    padding: 32px !important;
  }

  .px-md-32 {
    padding-inline: 32px !important;
  }

  .py-md-32 {
    padding-block: 32px !important;
  }

  .ps-md-32 {
    padding-left: 32px !important;
  }

  .pe-md-32 {
    padding-right: 32px !important;
  }

  .pb-md-32 {
    padding-bottom: 32px !important;
  }

  .pt-md-32 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-32 {
    font-size: 32px !important;
  }

  .m-lg-32 {
    margin: 32px !important;
  }

  .mx-lg-32 {
    margin-inline: 32px !important;
  }

  .my-lg-32 {
    margin-block: 32px !important;
  }

  .ms-lg-32 {
    margin-left: 32px !important;
  }

  .me-lg-32 {
    margin-right: 32px !important;
  }

  .mb-lg-32 {
    margin-bottom: 32px !important;
  }

  .mt-lg-32 {
    margin-top: 32px !important;
  }

  .p-lg-32 {
    padding: 32px !important;
  }

  .px-lg-32 {
    padding-inline: 32px !important;
  }

  .py-lg-32 {
    padding-block: 32px !important;
  }

  .ps-lg-32 {
    padding-left: 32px !important;
  }

  .pe-lg-32 {
    padding-right: 32px !important;
  }

  .pb-lg-32 {
    padding-bottom: 32px !important;
  }

  .pt-lg-32 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-32 {
    font-size: 32px !important;
  }

  .m-xl-32 {
    margin: 32px !important;
  }

  .mx-xl-32 {
    margin-inline: 32px !important;
  }

  .my-xl-32 {
    margin-block: 32px !important;
  }

  .ms-xl-32 {
    margin-left: 32px !important;
  }

  .me-xl-32 {
    margin-right: 32px !important;
  }

  .mb-xl-32 {
    margin-bottom: 32px !important;
  }

  .mt-xl-32 {
    margin-top: 32px !important;
  }

  .p-xl-32 {
    padding: 32px !important;
  }

  .px-xl-32 {
    padding-inline: 32px !important;
  }

  .py-xl-32 {
    padding-block: 32px !important;
  }

  .ps-xl-32 {
    padding-left: 32px !important;
  }

  .pe-xl-32 {
    padding-right: 32px !important;
  }

  .pb-xl-32 {
    padding-bottom: 32px !important;
  }

  .pt-xl-32 {
    padding-top: 32px !important;
  }
}
.fs-33 {
  font-size: 33px !important;
}

.m-33 {
  margin: 33px !important;
}

.mx-33 {
  margin-inline: 33px !important;
}

.my-33 {
  margin-block: 33px !important;
}

.ms-33 {
  margin-left: 33px !important;
}

.me-33 {
  margin-right: 33px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.p-33 {
  padding: 33px !important;
}

.px-33 {
  padding-inline: 33px !important;
}

.py-33 {
  padding-block: 33px !important;
}

.ps-33 {
  padding-left: 33px !important;
}

.pe-33 {
  padding-right: 33px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

@media (min-width: 720px) {
  .fs-md-33 {
    font-size: 33px !important;
  }

  .m-md-33 {
    margin: 33px !important;
  }

  .mx-md-33 {
    margin-inline: 33px !important;
  }

  .my-md-33 {
    margin-block: 33px !important;
  }

  .ms-md-33 {
    margin-left: 33px !important;
  }

  .me-md-33 {
    margin-right: 33px !important;
  }

  .mb-md-33 {
    margin-bottom: 33px !important;
  }

  .mt-md-33 {
    margin-top: 33px !important;
  }

  .p-md-33 {
    padding: 33px !important;
  }

  .px-md-33 {
    padding-inline: 33px !important;
  }

  .py-md-33 {
    padding-block: 33px !important;
  }

  .ps-md-33 {
    padding-left: 33px !important;
  }

  .pe-md-33 {
    padding-right: 33px !important;
  }

  .pb-md-33 {
    padding-bottom: 33px !important;
  }

  .pt-md-33 {
    padding-top: 33px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-33 {
    font-size: 33px !important;
  }

  .m-lg-33 {
    margin: 33px !important;
  }

  .mx-lg-33 {
    margin-inline: 33px !important;
  }

  .my-lg-33 {
    margin-block: 33px !important;
  }

  .ms-lg-33 {
    margin-left: 33px !important;
  }

  .me-lg-33 {
    margin-right: 33px !important;
  }

  .mb-lg-33 {
    margin-bottom: 33px !important;
  }

  .mt-lg-33 {
    margin-top: 33px !important;
  }

  .p-lg-33 {
    padding: 33px !important;
  }

  .px-lg-33 {
    padding-inline: 33px !important;
  }

  .py-lg-33 {
    padding-block: 33px !important;
  }

  .ps-lg-33 {
    padding-left: 33px !important;
  }

  .pe-lg-33 {
    padding-right: 33px !important;
  }

  .pb-lg-33 {
    padding-bottom: 33px !important;
  }

  .pt-lg-33 {
    padding-top: 33px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-33 {
    font-size: 33px !important;
  }

  .m-xl-33 {
    margin: 33px !important;
  }

  .mx-xl-33 {
    margin-inline: 33px !important;
  }

  .my-xl-33 {
    margin-block: 33px !important;
  }

  .ms-xl-33 {
    margin-left: 33px !important;
  }

  .me-xl-33 {
    margin-right: 33px !important;
  }

  .mb-xl-33 {
    margin-bottom: 33px !important;
  }

  .mt-xl-33 {
    margin-top: 33px !important;
  }

  .p-xl-33 {
    padding: 33px !important;
  }

  .px-xl-33 {
    padding-inline: 33px !important;
  }

  .py-xl-33 {
    padding-block: 33px !important;
  }

  .ps-xl-33 {
    padding-left: 33px !important;
  }

  .pe-xl-33 {
    padding-right: 33px !important;
  }

  .pb-xl-33 {
    padding-bottom: 33px !important;
  }

  .pt-xl-33 {
    padding-top: 33px !important;
  }
}
.fs-34 {
  font-size: 34px !important;
}

.m-34 {
  margin: 34px !important;
}

.mx-34 {
  margin-inline: 34px !important;
}

.my-34 {
  margin-block: 34px !important;
}

.ms-34 {
  margin-left: 34px !important;
}

.me-34 {
  margin-right: 34px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.p-34 {
  padding: 34px !important;
}

.px-34 {
  padding-inline: 34px !important;
}

.py-34 {
  padding-block: 34px !important;
}

.ps-34 {
  padding-left: 34px !important;
}

.pe-34 {
  padding-right: 34px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

@media (min-width: 720px) {
  .fs-md-34 {
    font-size: 34px !important;
  }

  .m-md-34 {
    margin: 34px !important;
  }

  .mx-md-34 {
    margin-inline: 34px !important;
  }

  .my-md-34 {
    margin-block: 34px !important;
  }

  .ms-md-34 {
    margin-left: 34px !important;
  }

  .me-md-34 {
    margin-right: 34px !important;
  }

  .mb-md-34 {
    margin-bottom: 34px !important;
  }

  .mt-md-34 {
    margin-top: 34px !important;
  }

  .p-md-34 {
    padding: 34px !important;
  }

  .px-md-34 {
    padding-inline: 34px !important;
  }

  .py-md-34 {
    padding-block: 34px !important;
  }

  .ps-md-34 {
    padding-left: 34px !important;
  }

  .pe-md-34 {
    padding-right: 34px !important;
  }

  .pb-md-34 {
    padding-bottom: 34px !important;
  }

  .pt-md-34 {
    padding-top: 34px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-34 {
    font-size: 34px !important;
  }

  .m-lg-34 {
    margin: 34px !important;
  }

  .mx-lg-34 {
    margin-inline: 34px !important;
  }

  .my-lg-34 {
    margin-block: 34px !important;
  }

  .ms-lg-34 {
    margin-left: 34px !important;
  }

  .me-lg-34 {
    margin-right: 34px !important;
  }

  .mb-lg-34 {
    margin-bottom: 34px !important;
  }

  .mt-lg-34 {
    margin-top: 34px !important;
  }

  .p-lg-34 {
    padding: 34px !important;
  }

  .px-lg-34 {
    padding-inline: 34px !important;
  }

  .py-lg-34 {
    padding-block: 34px !important;
  }

  .ps-lg-34 {
    padding-left: 34px !important;
  }

  .pe-lg-34 {
    padding-right: 34px !important;
  }

  .pb-lg-34 {
    padding-bottom: 34px !important;
  }

  .pt-lg-34 {
    padding-top: 34px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-34 {
    font-size: 34px !important;
  }

  .m-xl-34 {
    margin: 34px !important;
  }

  .mx-xl-34 {
    margin-inline: 34px !important;
  }

  .my-xl-34 {
    margin-block: 34px !important;
  }

  .ms-xl-34 {
    margin-left: 34px !important;
  }

  .me-xl-34 {
    margin-right: 34px !important;
  }

  .mb-xl-34 {
    margin-bottom: 34px !important;
  }

  .mt-xl-34 {
    margin-top: 34px !important;
  }

  .p-xl-34 {
    padding: 34px !important;
  }

  .px-xl-34 {
    padding-inline: 34px !important;
  }

  .py-xl-34 {
    padding-block: 34px !important;
  }

  .ps-xl-34 {
    padding-left: 34px !important;
  }

  .pe-xl-34 {
    padding-right: 34px !important;
  }

  .pb-xl-34 {
    padding-bottom: 34px !important;
  }

  .pt-xl-34 {
    padding-top: 34px !important;
  }
}
.fs-35 {
  font-size: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.mx-35 {
  margin-inline: 35px !important;
}

.my-35 {
  margin-block: 35px !important;
}

.ms-35 {
  margin-left: 35px !important;
}

.me-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.px-35 {
  padding-inline: 35px !important;
}

.py-35 {
  padding-block: 35px !important;
}

.ps-35 {
  padding-left: 35px !important;
}

.pe-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

@media (min-width: 720px) {
  .fs-md-35 {
    font-size: 35px !important;
  }

  .m-md-35 {
    margin: 35px !important;
  }

  .mx-md-35 {
    margin-inline: 35px !important;
  }

  .my-md-35 {
    margin-block: 35px !important;
  }

  .ms-md-35 {
    margin-left: 35px !important;
  }

  .me-md-35 {
    margin-right: 35px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .p-md-35 {
    padding: 35px !important;
  }

  .px-md-35 {
    padding-inline: 35px !important;
  }

  .py-md-35 {
    padding-block: 35px !important;
  }

  .ps-md-35 {
    padding-left: 35px !important;
  }

  .pe-md-35 {
    padding-right: 35px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px !important;
  }

  .pt-md-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-35 {
    font-size: 35px !important;
  }

  .m-lg-35 {
    margin: 35px !important;
  }

  .mx-lg-35 {
    margin-inline: 35px !important;
  }

  .my-lg-35 {
    margin-block: 35px !important;
  }

  .ms-lg-35 {
    margin-left: 35px !important;
  }

  .me-lg-35 {
    margin-right: 35px !important;
  }

  .mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .mt-lg-35 {
    margin-top: 35px !important;
  }

  .p-lg-35 {
    padding: 35px !important;
  }

  .px-lg-35 {
    padding-inline: 35px !important;
  }

  .py-lg-35 {
    padding-block: 35px !important;
  }

  .ps-lg-35 {
    padding-left: 35px !important;
  }

  .pe-lg-35 {
    padding-right: 35px !important;
  }

  .pb-lg-35 {
    padding-bottom: 35px !important;
  }

  .pt-lg-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-35 {
    font-size: 35px !important;
  }

  .m-xl-35 {
    margin: 35px !important;
  }

  .mx-xl-35 {
    margin-inline: 35px !important;
  }

  .my-xl-35 {
    margin-block: 35px !important;
  }

  .ms-xl-35 {
    margin-left: 35px !important;
  }

  .me-xl-35 {
    margin-right: 35px !important;
  }

  .mb-xl-35 {
    margin-bottom: 35px !important;
  }

  .mt-xl-35 {
    margin-top: 35px !important;
  }

  .p-xl-35 {
    padding: 35px !important;
  }

  .px-xl-35 {
    padding-inline: 35px !important;
  }

  .py-xl-35 {
    padding-block: 35px !important;
  }

  .ps-xl-35 {
    padding-left: 35px !important;
  }

  .pe-xl-35 {
    padding-right: 35px !important;
  }

  .pb-xl-35 {
    padding-bottom: 35px !important;
  }

  .pt-xl-35 {
    padding-top: 35px !important;
  }
}
.fs-36 {
  font-size: 36px !important;
}

.m-36 {
  margin: 36px !important;
}

.mx-36 {
  margin-inline: 36px !important;
}

.my-36 {
  margin-block: 36px !important;
}

.ms-36 {
  margin-left: 36px !important;
}

.me-36 {
  margin-right: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.p-36 {
  padding: 36px !important;
}

.px-36 {
  padding-inline: 36px !important;
}

.py-36 {
  padding-block: 36px !important;
}

.ps-36 {
  padding-left: 36px !important;
}

.pe-36 {
  padding-right: 36px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

@media (min-width: 720px) {
  .fs-md-36 {
    font-size: 36px !important;
  }

  .m-md-36 {
    margin: 36px !important;
  }

  .mx-md-36 {
    margin-inline: 36px !important;
  }

  .my-md-36 {
    margin-block: 36px !important;
  }

  .ms-md-36 {
    margin-left: 36px !important;
  }

  .me-md-36 {
    margin-right: 36px !important;
  }

  .mb-md-36 {
    margin-bottom: 36px !important;
  }

  .mt-md-36 {
    margin-top: 36px !important;
  }

  .p-md-36 {
    padding: 36px !important;
  }

  .px-md-36 {
    padding-inline: 36px !important;
  }

  .py-md-36 {
    padding-block: 36px !important;
  }

  .ps-md-36 {
    padding-left: 36px !important;
  }

  .pe-md-36 {
    padding-right: 36px !important;
  }

  .pb-md-36 {
    padding-bottom: 36px !important;
  }

  .pt-md-36 {
    padding-top: 36px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-36 {
    font-size: 36px !important;
  }

  .m-lg-36 {
    margin: 36px !important;
  }

  .mx-lg-36 {
    margin-inline: 36px !important;
  }

  .my-lg-36 {
    margin-block: 36px !important;
  }

  .ms-lg-36 {
    margin-left: 36px !important;
  }

  .me-lg-36 {
    margin-right: 36px !important;
  }

  .mb-lg-36 {
    margin-bottom: 36px !important;
  }

  .mt-lg-36 {
    margin-top: 36px !important;
  }

  .p-lg-36 {
    padding: 36px !important;
  }

  .px-lg-36 {
    padding-inline: 36px !important;
  }

  .py-lg-36 {
    padding-block: 36px !important;
  }

  .ps-lg-36 {
    padding-left: 36px !important;
  }

  .pe-lg-36 {
    padding-right: 36px !important;
  }

  .pb-lg-36 {
    padding-bottom: 36px !important;
  }

  .pt-lg-36 {
    padding-top: 36px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-36 {
    font-size: 36px !important;
  }

  .m-xl-36 {
    margin: 36px !important;
  }

  .mx-xl-36 {
    margin-inline: 36px !important;
  }

  .my-xl-36 {
    margin-block: 36px !important;
  }

  .ms-xl-36 {
    margin-left: 36px !important;
  }

  .me-xl-36 {
    margin-right: 36px !important;
  }

  .mb-xl-36 {
    margin-bottom: 36px !important;
  }

  .mt-xl-36 {
    margin-top: 36px !important;
  }

  .p-xl-36 {
    padding: 36px !important;
  }

  .px-xl-36 {
    padding-inline: 36px !important;
  }

  .py-xl-36 {
    padding-block: 36px !important;
  }

  .ps-xl-36 {
    padding-left: 36px !important;
  }

  .pe-xl-36 {
    padding-right: 36px !important;
  }

  .pb-xl-36 {
    padding-bottom: 36px !important;
  }

  .pt-xl-36 {
    padding-top: 36px !important;
  }
}
.fs-37 {
  font-size: 37px !important;
}

.m-37 {
  margin: 37px !important;
}

.mx-37 {
  margin-inline: 37px !important;
}

.my-37 {
  margin-block: 37px !important;
}

.ms-37 {
  margin-left: 37px !important;
}

.me-37 {
  margin-right: 37px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.p-37 {
  padding: 37px !important;
}

.px-37 {
  padding-inline: 37px !important;
}

.py-37 {
  padding-block: 37px !important;
}

.ps-37 {
  padding-left: 37px !important;
}

.pe-37 {
  padding-right: 37px !important;
}

.pb-37 {
  padding-bottom: 37px !important;
}

.pt-37 {
  padding-top: 37px !important;
}

@media (min-width: 720px) {
  .fs-md-37 {
    font-size: 37px !important;
  }

  .m-md-37 {
    margin: 37px !important;
  }

  .mx-md-37 {
    margin-inline: 37px !important;
  }

  .my-md-37 {
    margin-block: 37px !important;
  }

  .ms-md-37 {
    margin-left: 37px !important;
  }

  .me-md-37 {
    margin-right: 37px !important;
  }

  .mb-md-37 {
    margin-bottom: 37px !important;
  }

  .mt-md-37 {
    margin-top: 37px !important;
  }

  .p-md-37 {
    padding: 37px !important;
  }

  .px-md-37 {
    padding-inline: 37px !important;
  }

  .py-md-37 {
    padding-block: 37px !important;
  }

  .ps-md-37 {
    padding-left: 37px !important;
  }

  .pe-md-37 {
    padding-right: 37px !important;
  }

  .pb-md-37 {
    padding-bottom: 37px !important;
  }

  .pt-md-37 {
    padding-top: 37px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-37 {
    font-size: 37px !important;
  }

  .m-lg-37 {
    margin: 37px !important;
  }

  .mx-lg-37 {
    margin-inline: 37px !important;
  }

  .my-lg-37 {
    margin-block: 37px !important;
  }

  .ms-lg-37 {
    margin-left: 37px !important;
  }

  .me-lg-37 {
    margin-right: 37px !important;
  }

  .mb-lg-37 {
    margin-bottom: 37px !important;
  }

  .mt-lg-37 {
    margin-top: 37px !important;
  }

  .p-lg-37 {
    padding: 37px !important;
  }

  .px-lg-37 {
    padding-inline: 37px !important;
  }

  .py-lg-37 {
    padding-block: 37px !important;
  }

  .ps-lg-37 {
    padding-left: 37px !important;
  }

  .pe-lg-37 {
    padding-right: 37px !important;
  }

  .pb-lg-37 {
    padding-bottom: 37px !important;
  }

  .pt-lg-37 {
    padding-top: 37px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-37 {
    font-size: 37px !important;
  }

  .m-xl-37 {
    margin: 37px !important;
  }

  .mx-xl-37 {
    margin-inline: 37px !important;
  }

  .my-xl-37 {
    margin-block: 37px !important;
  }

  .ms-xl-37 {
    margin-left: 37px !important;
  }

  .me-xl-37 {
    margin-right: 37px !important;
  }

  .mb-xl-37 {
    margin-bottom: 37px !important;
  }

  .mt-xl-37 {
    margin-top: 37px !important;
  }

  .p-xl-37 {
    padding: 37px !important;
  }

  .px-xl-37 {
    padding-inline: 37px !important;
  }

  .py-xl-37 {
    padding-block: 37px !important;
  }

  .ps-xl-37 {
    padding-left: 37px !important;
  }

  .pe-xl-37 {
    padding-right: 37px !important;
  }

  .pb-xl-37 {
    padding-bottom: 37px !important;
  }

  .pt-xl-37 {
    padding-top: 37px !important;
  }
}
.fs-38 {
  font-size: 38px !important;
}

.m-38 {
  margin: 38px !important;
}

.mx-38 {
  margin-inline: 38px !important;
}

.my-38 {
  margin-block: 38px !important;
}

.ms-38 {
  margin-left: 38px !important;
}

.me-38 {
  margin-right: 38px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.p-38 {
  padding: 38px !important;
}

.px-38 {
  padding-inline: 38px !important;
}

.py-38 {
  padding-block: 38px !important;
}

.ps-38 {
  padding-left: 38px !important;
}

.pe-38 {
  padding-right: 38px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

@media (min-width: 720px) {
  .fs-md-38 {
    font-size: 38px !important;
  }

  .m-md-38 {
    margin: 38px !important;
  }

  .mx-md-38 {
    margin-inline: 38px !important;
  }

  .my-md-38 {
    margin-block: 38px !important;
  }

  .ms-md-38 {
    margin-left: 38px !important;
  }

  .me-md-38 {
    margin-right: 38px !important;
  }

  .mb-md-38 {
    margin-bottom: 38px !important;
  }

  .mt-md-38 {
    margin-top: 38px !important;
  }

  .p-md-38 {
    padding: 38px !important;
  }

  .px-md-38 {
    padding-inline: 38px !important;
  }

  .py-md-38 {
    padding-block: 38px !important;
  }

  .ps-md-38 {
    padding-left: 38px !important;
  }

  .pe-md-38 {
    padding-right: 38px !important;
  }

  .pb-md-38 {
    padding-bottom: 38px !important;
  }

  .pt-md-38 {
    padding-top: 38px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-38 {
    font-size: 38px !important;
  }

  .m-lg-38 {
    margin: 38px !important;
  }

  .mx-lg-38 {
    margin-inline: 38px !important;
  }

  .my-lg-38 {
    margin-block: 38px !important;
  }

  .ms-lg-38 {
    margin-left: 38px !important;
  }

  .me-lg-38 {
    margin-right: 38px !important;
  }

  .mb-lg-38 {
    margin-bottom: 38px !important;
  }

  .mt-lg-38 {
    margin-top: 38px !important;
  }

  .p-lg-38 {
    padding: 38px !important;
  }

  .px-lg-38 {
    padding-inline: 38px !important;
  }

  .py-lg-38 {
    padding-block: 38px !important;
  }

  .ps-lg-38 {
    padding-left: 38px !important;
  }

  .pe-lg-38 {
    padding-right: 38px !important;
  }

  .pb-lg-38 {
    padding-bottom: 38px !important;
  }

  .pt-lg-38 {
    padding-top: 38px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-38 {
    font-size: 38px !important;
  }

  .m-xl-38 {
    margin: 38px !important;
  }

  .mx-xl-38 {
    margin-inline: 38px !important;
  }

  .my-xl-38 {
    margin-block: 38px !important;
  }

  .ms-xl-38 {
    margin-left: 38px !important;
  }

  .me-xl-38 {
    margin-right: 38px !important;
  }

  .mb-xl-38 {
    margin-bottom: 38px !important;
  }

  .mt-xl-38 {
    margin-top: 38px !important;
  }

  .p-xl-38 {
    padding: 38px !important;
  }

  .px-xl-38 {
    padding-inline: 38px !important;
  }

  .py-xl-38 {
    padding-block: 38px !important;
  }

  .ps-xl-38 {
    padding-left: 38px !important;
  }

  .pe-xl-38 {
    padding-right: 38px !important;
  }

  .pb-xl-38 {
    padding-bottom: 38px !important;
  }

  .pt-xl-38 {
    padding-top: 38px !important;
  }
}
.fs-39 {
  font-size: 39px !important;
}

.m-39 {
  margin: 39px !important;
}

.mx-39 {
  margin-inline: 39px !important;
}

.my-39 {
  margin-block: 39px !important;
}

.ms-39 {
  margin-left: 39px !important;
}

.me-39 {
  margin-right: 39px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mt-39 {
  margin-top: 39px !important;
}

.p-39 {
  padding: 39px !important;
}

.px-39 {
  padding-inline: 39px !important;
}

.py-39 {
  padding-block: 39px !important;
}

.ps-39 {
  padding-left: 39px !important;
}

.pe-39 {
  padding-right: 39px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.pt-39 {
  padding-top: 39px !important;
}

@media (min-width: 720px) {
  .fs-md-39 {
    font-size: 39px !important;
  }

  .m-md-39 {
    margin: 39px !important;
  }

  .mx-md-39 {
    margin-inline: 39px !important;
  }

  .my-md-39 {
    margin-block: 39px !important;
  }

  .ms-md-39 {
    margin-left: 39px !important;
  }

  .me-md-39 {
    margin-right: 39px !important;
  }

  .mb-md-39 {
    margin-bottom: 39px !important;
  }

  .mt-md-39 {
    margin-top: 39px !important;
  }

  .p-md-39 {
    padding: 39px !important;
  }

  .px-md-39 {
    padding-inline: 39px !important;
  }

  .py-md-39 {
    padding-block: 39px !important;
  }

  .ps-md-39 {
    padding-left: 39px !important;
  }

  .pe-md-39 {
    padding-right: 39px !important;
  }

  .pb-md-39 {
    padding-bottom: 39px !important;
  }

  .pt-md-39 {
    padding-top: 39px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-39 {
    font-size: 39px !important;
  }

  .m-lg-39 {
    margin: 39px !important;
  }

  .mx-lg-39 {
    margin-inline: 39px !important;
  }

  .my-lg-39 {
    margin-block: 39px !important;
  }

  .ms-lg-39 {
    margin-left: 39px !important;
  }

  .me-lg-39 {
    margin-right: 39px !important;
  }

  .mb-lg-39 {
    margin-bottom: 39px !important;
  }

  .mt-lg-39 {
    margin-top: 39px !important;
  }

  .p-lg-39 {
    padding: 39px !important;
  }

  .px-lg-39 {
    padding-inline: 39px !important;
  }

  .py-lg-39 {
    padding-block: 39px !important;
  }

  .ps-lg-39 {
    padding-left: 39px !important;
  }

  .pe-lg-39 {
    padding-right: 39px !important;
  }

  .pb-lg-39 {
    padding-bottom: 39px !important;
  }

  .pt-lg-39 {
    padding-top: 39px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-39 {
    font-size: 39px !important;
  }

  .m-xl-39 {
    margin: 39px !important;
  }

  .mx-xl-39 {
    margin-inline: 39px !important;
  }

  .my-xl-39 {
    margin-block: 39px !important;
  }

  .ms-xl-39 {
    margin-left: 39px !important;
  }

  .me-xl-39 {
    margin-right: 39px !important;
  }

  .mb-xl-39 {
    margin-bottom: 39px !important;
  }

  .mt-xl-39 {
    margin-top: 39px !important;
  }

  .p-xl-39 {
    padding: 39px !important;
  }

  .px-xl-39 {
    padding-inline: 39px !important;
  }

  .py-xl-39 {
    padding-block: 39px !important;
  }

  .ps-xl-39 {
    padding-left: 39px !important;
  }

  .pe-xl-39 {
    padding-right: 39px !important;
  }

  .pb-xl-39 {
    padding-bottom: 39px !important;
  }

  .pt-xl-39 {
    padding-top: 39px !important;
  }
}
.fs-40 {
  font-size: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.mx-40 {
  margin-inline: 40px !important;
}

.my-40 {
  margin-block: 40px !important;
}

.ms-40 {
  margin-left: 40px !important;
}

.me-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.px-40 {
  padding-inline: 40px !important;
}

.py-40 {
  padding-block: 40px !important;
}

.ps-40 {
  padding-left: 40px !important;
}

.pe-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

@media (min-width: 720px) {
  .fs-md-40 {
    font-size: 40px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .mx-md-40 {
    margin-inline: 40px !important;
  }

  .my-md-40 {
    margin-block: 40px !important;
  }

  .ms-md-40 {
    margin-left: 40px !important;
  }

  .me-md-40 {
    margin-right: 40px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .px-md-40 {
    padding-inline: 40px !important;
  }

  .py-md-40 {
    padding-block: 40px !important;
  }

  .ps-md-40 {
    padding-left: 40px !important;
  }

  .pe-md-40 {
    padding-right: 40px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-40 {
    font-size: 40px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .mx-lg-40 {
    margin-inline: 40px !important;
  }

  .my-lg-40 {
    margin-block: 40px !important;
  }

  .ms-lg-40 {
    margin-left: 40px !important;
  }

  .me-lg-40 {
    margin-right: 40px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .px-lg-40 {
    padding-inline: 40px !important;
  }

  .py-lg-40 {
    padding-block: 40px !important;
  }

  .ps-lg-40 {
    padding-left: 40px !important;
  }

  .pe-lg-40 {
    padding-right: 40px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-40 {
    font-size: 40px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .mx-xl-40 {
    margin-inline: 40px !important;
  }

  .my-xl-40 {
    margin-block: 40px !important;
  }

  .ms-xl-40 {
    margin-left: 40px !important;
  }

  .me-xl-40 {
    margin-right: 40px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .px-xl-40 {
    padding-inline: 40px !important;
  }

  .py-xl-40 {
    padding-block: 40px !important;
  }

  .ps-xl-40 {
    padding-left: 40px !important;
  }

  .pe-xl-40 {
    padding-right: 40px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .pt-xl-40 {
    padding-top: 40px !important;
  }
}
.fs-41 {
  font-size: 41px !important;
}

.m-41 {
  margin: 41px !important;
}

.mx-41 {
  margin-inline: 41px !important;
}

.my-41 {
  margin-block: 41px !important;
}

.ms-41 {
  margin-left: 41px !important;
}

.me-41 {
  margin-right: 41px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.mt-41 {
  margin-top: 41px !important;
}

.p-41 {
  padding: 41px !important;
}

.px-41 {
  padding-inline: 41px !important;
}

.py-41 {
  padding-block: 41px !important;
}

.ps-41 {
  padding-left: 41px !important;
}

.pe-41 {
  padding-right: 41px !important;
}

.pb-41 {
  padding-bottom: 41px !important;
}

.pt-41 {
  padding-top: 41px !important;
}

@media (min-width: 720px) {
  .fs-md-41 {
    font-size: 41px !important;
  }

  .m-md-41 {
    margin: 41px !important;
  }

  .mx-md-41 {
    margin-inline: 41px !important;
  }

  .my-md-41 {
    margin-block: 41px !important;
  }

  .ms-md-41 {
    margin-left: 41px !important;
  }

  .me-md-41 {
    margin-right: 41px !important;
  }

  .mb-md-41 {
    margin-bottom: 41px !important;
  }

  .mt-md-41 {
    margin-top: 41px !important;
  }

  .p-md-41 {
    padding: 41px !important;
  }

  .px-md-41 {
    padding-inline: 41px !important;
  }

  .py-md-41 {
    padding-block: 41px !important;
  }

  .ps-md-41 {
    padding-left: 41px !important;
  }

  .pe-md-41 {
    padding-right: 41px !important;
  }

  .pb-md-41 {
    padding-bottom: 41px !important;
  }

  .pt-md-41 {
    padding-top: 41px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-41 {
    font-size: 41px !important;
  }

  .m-lg-41 {
    margin: 41px !important;
  }

  .mx-lg-41 {
    margin-inline: 41px !important;
  }

  .my-lg-41 {
    margin-block: 41px !important;
  }

  .ms-lg-41 {
    margin-left: 41px !important;
  }

  .me-lg-41 {
    margin-right: 41px !important;
  }

  .mb-lg-41 {
    margin-bottom: 41px !important;
  }

  .mt-lg-41 {
    margin-top: 41px !important;
  }

  .p-lg-41 {
    padding: 41px !important;
  }

  .px-lg-41 {
    padding-inline: 41px !important;
  }

  .py-lg-41 {
    padding-block: 41px !important;
  }

  .ps-lg-41 {
    padding-left: 41px !important;
  }

  .pe-lg-41 {
    padding-right: 41px !important;
  }

  .pb-lg-41 {
    padding-bottom: 41px !important;
  }

  .pt-lg-41 {
    padding-top: 41px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-41 {
    font-size: 41px !important;
  }

  .m-xl-41 {
    margin: 41px !important;
  }

  .mx-xl-41 {
    margin-inline: 41px !important;
  }

  .my-xl-41 {
    margin-block: 41px !important;
  }

  .ms-xl-41 {
    margin-left: 41px !important;
  }

  .me-xl-41 {
    margin-right: 41px !important;
  }

  .mb-xl-41 {
    margin-bottom: 41px !important;
  }

  .mt-xl-41 {
    margin-top: 41px !important;
  }

  .p-xl-41 {
    padding: 41px !important;
  }

  .px-xl-41 {
    padding-inline: 41px !important;
  }

  .py-xl-41 {
    padding-block: 41px !important;
  }

  .ps-xl-41 {
    padding-left: 41px !important;
  }

  .pe-xl-41 {
    padding-right: 41px !important;
  }

  .pb-xl-41 {
    padding-bottom: 41px !important;
  }

  .pt-xl-41 {
    padding-top: 41px !important;
  }
}
.fs-42 {
  font-size: 42px !important;
}

.m-42 {
  margin: 42px !important;
}

.mx-42 {
  margin-inline: 42px !important;
}

.my-42 {
  margin-block: 42px !important;
}

.ms-42 {
  margin-left: 42px !important;
}

.me-42 {
  margin-right: 42px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.p-42 {
  padding: 42px !important;
}

.px-42 {
  padding-inline: 42px !important;
}

.py-42 {
  padding-block: 42px !important;
}

.ps-42 {
  padding-left: 42px !important;
}

.pe-42 {
  padding-right: 42px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

@media (min-width: 720px) {
  .fs-md-42 {
    font-size: 42px !important;
  }

  .m-md-42 {
    margin: 42px !important;
  }

  .mx-md-42 {
    margin-inline: 42px !important;
  }

  .my-md-42 {
    margin-block: 42px !important;
  }

  .ms-md-42 {
    margin-left: 42px !important;
  }

  .me-md-42 {
    margin-right: 42px !important;
  }

  .mb-md-42 {
    margin-bottom: 42px !important;
  }

  .mt-md-42 {
    margin-top: 42px !important;
  }

  .p-md-42 {
    padding: 42px !important;
  }

  .px-md-42 {
    padding-inline: 42px !important;
  }

  .py-md-42 {
    padding-block: 42px !important;
  }

  .ps-md-42 {
    padding-left: 42px !important;
  }

  .pe-md-42 {
    padding-right: 42px !important;
  }

  .pb-md-42 {
    padding-bottom: 42px !important;
  }

  .pt-md-42 {
    padding-top: 42px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-42 {
    font-size: 42px !important;
  }

  .m-lg-42 {
    margin: 42px !important;
  }

  .mx-lg-42 {
    margin-inline: 42px !important;
  }

  .my-lg-42 {
    margin-block: 42px !important;
  }

  .ms-lg-42 {
    margin-left: 42px !important;
  }

  .me-lg-42 {
    margin-right: 42px !important;
  }

  .mb-lg-42 {
    margin-bottom: 42px !important;
  }

  .mt-lg-42 {
    margin-top: 42px !important;
  }

  .p-lg-42 {
    padding: 42px !important;
  }

  .px-lg-42 {
    padding-inline: 42px !important;
  }

  .py-lg-42 {
    padding-block: 42px !important;
  }

  .ps-lg-42 {
    padding-left: 42px !important;
  }

  .pe-lg-42 {
    padding-right: 42px !important;
  }

  .pb-lg-42 {
    padding-bottom: 42px !important;
  }

  .pt-lg-42 {
    padding-top: 42px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-42 {
    font-size: 42px !important;
  }

  .m-xl-42 {
    margin: 42px !important;
  }

  .mx-xl-42 {
    margin-inline: 42px !important;
  }

  .my-xl-42 {
    margin-block: 42px !important;
  }

  .ms-xl-42 {
    margin-left: 42px !important;
  }

  .me-xl-42 {
    margin-right: 42px !important;
  }

  .mb-xl-42 {
    margin-bottom: 42px !important;
  }

  .mt-xl-42 {
    margin-top: 42px !important;
  }

  .p-xl-42 {
    padding: 42px !important;
  }

  .px-xl-42 {
    padding-inline: 42px !important;
  }

  .py-xl-42 {
    padding-block: 42px !important;
  }

  .ps-xl-42 {
    padding-left: 42px !important;
  }

  .pe-xl-42 {
    padding-right: 42px !important;
  }

  .pb-xl-42 {
    padding-bottom: 42px !important;
  }

  .pt-xl-42 {
    padding-top: 42px !important;
  }
}
.fs-43 {
  font-size: 43px !important;
}

.m-43 {
  margin: 43px !important;
}

.mx-43 {
  margin-inline: 43px !important;
}

.my-43 {
  margin-block: 43px !important;
}

.ms-43 {
  margin-left: 43px !important;
}

.me-43 {
  margin-right: 43px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.mt-43 {
  margin-top: 43px !important;
}

.p-43 {
  padding: 43px !important;
}

.px-43 {
  padding-inline: 43px !important;
}

.py-43 {
  padding-block: 43px !important;
}

.ps-43 {
  padding-left: 43px !important;
}

.pe-43 {
  padding-right: 43px !important;
}

.pb-43 {
  padding-bottom: 43px !important;
}

.pt-43 {
  padding-top: 43px !important;
}

@media (min-width: 720px) {
  .fs-md-43 {
    font-size: 43px !important;
  }

  .m-md-43 {
    margin: 43px !important;
  }

  .mx-md-43 {
    margin-inline: 43px !important;
  }

  .my-md-43 {
    margin-block: 43px !important;
  }

  .ms-md-43 {
    margin-left: 43px !important;
  }

  .me-md-43 {
    margin-right: 43px !important;
  }

  .mb-md-43 {
    margin-bottom: 43px !important;
  }

  .mt-md-43 {
    margin-top: 43px !important;
  }

  .p-md-43 {
    padding: 43px !important;
  }

  .px-md-43 {
    padding-inline: 43px !important;
  }

  .py-md-43 {
    padding-block: 43px !important;
  }

  .ps-md-43 {
    padding-left: 43px !important;
  }

  .pe-md-43 {
    padding-right: 43px !important;
  }

  .pb-md-43 {
    padding-bottom: 43px !important;
  }

  .pt-md-43 {
    padding-top: 43px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-43 {
    font-size: 43px !important;
  }

  .m-lg-43 {
    margin: 43px !important;
  }

  .mx-lg-43 {
    margin-inline: 43px !important;
  }

  .my-lg-43 {
    margin-block: 43px !important;
  }

  .ms-lg-43 {
    margin-left: 43px !important;
  }

  .me-lg-43 {
    margin-right: 43px !important;
  }

  .mb-lg-43 {
    margin-bottom: 43px !important;
  }

  .mt-lg-43 {
    margin-top: 43px !important;
  }

  .p-lg-43 {
    padding: 43px !important;
  }

  .px-lg-43 {
    padding-inline: 43px !important;
  }

  .py-lg-43 {
    padding-block: 43px !important;
  }

  .ps-lg-43 {
    padding-left: 43px !important;
  }

  .pe-lg-43 {
    padding-right: 43px !important;
  }

  .pb-lg-43 {
    padding-bottom: 43px !important;
  }

  .pt-lg-43 {
    padding-top: 43px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-43 {
    font-size: 43px !important;
  }

  .m-xl-43 {
    margin: 43px !important;
  }

  .mx-xl-43 {
    margin-inline: 43px !important;
  }

  .my-xl-43 {
    margin-block: 43px !important;
  }

  .ms-xl-43 {
    margin-left: 43px !important;
  }

  .me-xl-43 {
    margin-right: 43px !important;
  }

  .mb-xl-43 {
    margin-bottom: 43px !important;
  }

  .mt-xl-43 {
    margin-top: 43px !important;
  }

  .p-xl-43 {
    padding: 43px !important;
  }

  .px-xl-43 {
    padding-inline: 43px !important;
  }

  .py-xl-43 {
    padding-block: 43px !important;
  }

  .ps-xl-43 {
    padding-left: 43px !important;
  }

  .pe-xl-43 {
    padding-right: 43px !important;
  }

  .pb-xl-43 {
    padding-bottom: 43px !important;
  }

  .pt-xl-43 {
    padding-top: 43px !important;
  }
}
.fs-44 {
  font-size: 44px !important;
}

.m-44 {
  margin: 44px !important;
}

.mx-44 {
  margin-inline: 44px !important;
}

.my-44 {
  margin-block: 44px !important;
}

.ms-44 {
  margin-left: 44px !important;
}

.me-44 {
  margin-right: 44px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.p-44 {
  padding: 44px !important;
}

.px-44 {
  padding-inline: 44px !important;
}

.py-44 {
  padding-block: 44px !important;
}

.ps-44 {
  padding-left: 44px !important;
}

.pe-44 {
  padding-right: 44px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

@media (min-width: 720px) {
  .fs-md-44 {
    font-size: 44px !important;
  }

  .m-md-44 {
    margin: 44px !important;
  }

  .mx-md-44 {
    margin-inline: 44px !important;
  }

  .my-md-44 {
    margin-block: 44px !important;
  }

  .ms-md-44 {
    margin-left: 44px !important;
  }

  .me-md-44 {
    margin-right: 44px !important;
  }

  .mb-md-44 {
    margin-bottom: 44px !important;
  }

  .mt-md-44 {
    margin-top: 44px !important;
  }

  .p-md-44 {
    padding: 44px !important;
  }

  .px-md-44 {
    padding-inline: 44px !important;
  }

  .py-md-44 {
    padding-block: 44px !important;
  }

  .ps-md-44 {
    padding-left: 44px !important;
  }

  .pe-md-44 {
    padding-right: 44px !important;
  }

  .pb-md-44 {
    padding-bottom: 44px !important;
  }

  .pt-md-44 {
    padding-top: 44px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-44 {
    font-size: 44px !important;
  }

  .m-lg-44 {
    margin: 44px !important;
  }

  .mx-lg-44 {
    margin-inline: 44px !important;
  }

  .my-lg-44 {
    margin-block: 44px !important;
  }

  .ms-lg-44 {
    margin-left: 44px !important;
  }

  .me-lg-44 {
    margin-right: 44px !important;
  }

  .mb-lg-44 {
    margin-bottom: 44px !important;
  }

  .mt-lg-44 {
    margin-top: 44px !important;
  }

  .p-lg-44 {
    padding: 44px !important;
  }

  .px-lg-44 {
    padding-inline: 44px !important;
  }

  .py-lg-44 {
    padding-block: 44px !important;
  }

  .ps-lg-44 {
    padding-left: 44px !important;
  }

  .pe-lg-44 {
    padding-right: 44px !important;
  }

  .pb-lg-44 {
    padding-bottom: 44px !important;
  }

  .pt-lg-44 {
    padding-top: 44px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-44 {
    font-size: 44px !important;
  }

  .m-xl-44 {
    margin: 44px !important;
  }

  .mx-xl-44 {
    margin-inline: 44px !important;
  }

  .my-xl-44 {
    margin-block: 44px !important;
  }

  .ms-xl-44 {
    margin-left: 44px !important;
  }

  .me-xl-44 {
    margin-right: 44px !important;
  }

  .mb-xl-44 {
    margin-bottom: 44px !important;
  }

  .mt-xl-44 {
    margin-top: 44px !important;
  }

  .p-xl-44 {
    padding: 44px !important;
  }

  .px-xl-44 {
    padding-inline: 44px !important;
  }

  .py-xl-44 {
    padding-block: 44px !important;
  }

  .ps-xl-44 {
    padding-left: 44px !important;
  }

  .pe-xl-44 {
    padding-right: 44px !important;
  }

  .pb-xl-44 {
    padding-bottom: 44px !important;
  }

  .pt-xl-44 {
    padding-top: 44px !important;
  }
}
.fs-45 {
  font-size: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.mx-45 {
  margin-inline: 45px !important;
}

.my-45 {
  margin-block: 45px !important;
}

.ms-45 {
  margin-left: 45px !important;
}

.me-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.px-45 {
  padding-inline: 45px !important;
}

.py-45 {
  padding-block: 45px !important;
}

.ps-45 {
  padding-left: 45px !important;
}

.pe-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

@media (min-width: 720px) {
  .fs-md-45 {
    font-size: 45px !important;
  }

  .m-md-45 {
    margin: 45px !important;
  }

  .mx-md-45 {
    margin-inline: 45px !important;
  }

  .my-md-45 {
    margin-block: 45px !important;
  }

  .ms-md-45 {
    margin-left: 45px !important;
  }

  .me-md-45 {
    margin-right: 45px !important;
  }

  .mb-md-45 {
    margin-bottom: 45px !important;
  }

  .mt-md-45 {
    margin-top: 45px !important;
  }

  .p-md-45 {
    padding: 45px !important;
  }

  .px-md-45 {
    padding-inline: 45px !important;
  }

  .py-md-45 {
    padding-block: 45px !important;
  }

  .ps-md-45 {
    padding-left: 45px !important;
  }

  .pe-md-45 {
    padding-right: 45px !important;
  }

  .pb-md-45 {
    padding-bottom: 45px !important;
  }

  .pt-md-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-45 {
    font-size: 45px !important;
  }

  .m-lg-45 {
    margin: 45px !important;
  }

  .mx-lg-45 {
    margin-inline: 45px !important;
  }

  .my-lg-45 {
    margin-block: 45px !important;
  }

  .ms-lg-45 {
    margin-left: 45px !important;
  }

  .me-lg-45 {
    margin-right: 45px !important;
  }

  .mb-lg-45 {
    margin-bottom: 45px !important;
  }

  .mt-lg-45 {
    margin-top: 45px !important;
  }

  .p-lg-45 {
    padding: 45px !important;
  }

  .px-lg-45 {
    padding-inline: 45px !important;
  }

  .py-lg-45 {
    padding-block: 45px !important;
  }

  .ps-lg-45 {
    padding-left: 45px !important;
  }

  .pe-lg-45 {
    padding-right: 45px !important;
  }

  .pb-lg-45 {
    padding-bottom: 45px !important;
  }

  .pt-lg-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-45 {
    font-size: 45px !important;
  }

  .m-xl-45 {
    margin: 45px !important;
  }

  .mx-xl-45 {
    margin-inline: 45px !important;
  }

  .my-xl-45 {
    margin-block: 45px !important;
  }

  .ms-xl-45 {
    margin-left: 45px !important;
  }

  .me-xl-45 {
    margin-right: 45px !important;
  }

  .mb-xl-45 {
    margin-bottom: 45px !important;
  }

  .mt-xl-45 {
    margin-top: 45px !important;
  }

  .p-xl-45 {
    padding: 45px !important;
  }

  .px-xl-45 {
    padding-inline: 45px !important;
  }

  .py-xl-45 {
    padding-block: 45px !important;
  }

  .ps-xl-45 {
    padding-left: 45px !important;
  }

  .pe-xl-45 {
    padding-right: 45px !important;
  }

  .pb-xl-45 {
    padding-bottom: 45px !important;
  }

  .pt-xl-45 {
    padding-top: 45px !important;
  }
}
.fs-46 {
  font-size: 46px !important;
}

.m-46 {
  margin: 46px !important;
}

.mx-46 {
  margin-inline: 46px !important;
}

.my-46 {
  margin-block: 46px !important;
}

.ms-46 {
  margin-left: 46px !important;
}

.me-46 {
  margin-right: 46px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.mt-46 {
  margin-top: 46px !important;
}

.p-46 {
  padding: 46px !important;
}

.px-46 {
  padding-inline: 46px !important;
}

.py-46 {
  padding-block: 46px !important;
}

.ps-46 {
  padding-left: 46px !important;
}

.pe-46 {
  padding-right: 46px !important;
}

.pb-46 {
  padding-bottom: 46px !important;
}

.pt-46 {
  padding-top: 46px !important;
}

@media (min-width: 720px) {
  .fs-md-46 {
    font-size: 46px !important;
  }

  .m-md-46 {
    margin: 46px !important;
  }

  .mx-md-46 {
    margin-inline: 46px !important;
  }

  .my-md-46 {
    margin-block: 46px !important;
  }

  .ms-md-46 {
    margin-left: 46px !important;
  }

  .me-md-46 {
    margin-right: 46px !important;
  }

  .mb-md-46 {
    margin-bottom: 46px !important;
  }

  .mt-md-46 {
    margin-top: 46px !important;
  }

  .p-md-46 {
    padding: 46px !important;
  }

  .px-md-46 {
    padding-inline: 46px !important;
  }

  .py-md-46 {
    padding-block: 46px !important;
  }

  .ps-md-46 {
    padding-left: 46px !important;
  }

  .pe-md-46 {
    padding-right: 46px !important;
  }

  .pb-md-46 {
    padding-bottom: 46px !important;
  }

  .pt-md-46 {
    padding-top: 46px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-46 {
    font-size: 46px !important;
  }

  .m-lg-46 {
    margin: 46px !important;
  }

  .mx-lg-46 {
    margin-inline: 46px !important;
  }

  .my-lg-46 {
    margin-block: 46px !important;
  }

  .ms-lg-46 {
    margin-left: 46px !important;
  }

  .me-lg-46 {
    margin-right: 46px !important;
  }

  .mb-lg-46 {
    margin-bottom: 46px !important;
  }

  .mt-lg-46 {
    margin-top: 46px !important;
  }

  .p-lg-46 {
    padding: 46px !important;
  }

  .px-lg-46 {
    padding-inline: 46px !important;
  }

  .py-lg-46 {
    padding-block: 46px !important;
  }

  .ps-lg-46 {
    padding-left: 46px !important;
  }

  .pe-lg-46 {
    padding-right: 46px !important;
  }

  .pb-lg-46 {
    padding-bottom: 46px !important;
  }

  .pt-lg-46 {
    padding-top: 46px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-46 {
    font-size: 46px !important;
  }

  .m-xl-46 {
    margin: 46px !important;
  }

  .mx-xl-46 {
    margin-inline: 46px !important;
  }

  .my-xl-46 {
    margin-block: 46px !important;
  }

  .ms-xl-46 {
    margin-left: 46px !important;
  }

  .me-xl-46 {
    margin-right: 46px !important;
  }

  .mb-xl-46 {
    margin-bottom: 46px !important;
  }

  .mt-xl-46 {
    margin-top: 46px !important;
  }

  .p-xl-46 {
    padding: 46px !important;
  }

  .px-xl-46 {
    padding-inline: 46px !important;
  }

  .py-xl-46 {
    padding-block: 46px !important;
  }

  .ps-xl-46 {
    padding-left: 46px !important;
  }

  .pe-xl-46 {
    padding-right: 46px !important;
  }

  .pb-xl-46 {
    padding-bottom: 46px !important;
  }

  .pt-xl-46 {
    padding-top: 46px !important;
  }
}
.fs-47 {
  font-size: 47px !important;
}

.m-47 {
  margin: 47px !important;
}

.mx-47 {
  margin-inline: 47px !important;
}

.my-47 {
  margin-block: 47px !important;
}

.ms-47 {
  margin-left: 47px !important;
}

.me-47 {
  margin-right: 47px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.mt-47 {
  margin-top: 47px !important;
}

.p-47 {
  padding: 47px !important;
}

.px-47 {
  padding-inline: 47px !important;
}

.py-47 {
  padding-block: 47px !important;
}

.ps-47 {
  padding-left: 47px !important;
}

.pe-47 {
  padding-right: 47px !important;
}

.pb-47 {
  padding-bottom: 47px !important;
}

.pt-47 {
  padding-top: 47px !important;
}

@media (min-width: 720px) {
  .fs-md-47 {
    font-size: 47px !important;
  }

  .m-md-47 {
    margin: 47px !important;
  }

  .mx-md-47 {
    margin-inline: 47px !important;
  }

  .my-md-47 {
    margin-block: 47px !important;
  }

  .ms-md-47 {
    margin-left: 47px !important;
  }

  .me-md-47 {
    margin-right: 47px !important;
  }

  .mb-md-47 {
    margin-bottom: 47px !important;
  }

  .mt-md-47 {
    margin-top: 47px !important;
  }

  .p-md-47 {
    padding: 47px !important;
  }

  .px-md-47 {
    padding-inline: 47px !important;
  }

  .py-md-47 {
    padding-block: 47px !important;
  }

  .ps-md-47 {
    padding-left: 47px !important;
  }

  .pe-md-47 {
    padding-right: 47px !important;
  }

  .pb-md-47 {
    padding-bottom: 47px !important;
  }

  .pt-md-47 {
    padding-top: 47px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-47 {
    font-size: 47px !important;
  }

  .m-lg-47 {
    margin: 47px !important;
  }

  .mx-lg-47 {
    margin-inline: 47px !important;
  }

  .my-lg-47 {
    margin-block: 47px !important;
  }

  .ms-lg-47 {
    margin-left: 47px !important;
  }

  .me-lg-47 {
    margin-right: 47px !important;
  }

  .mb-lg-47 {
    margin-bottom: 47px !important;
  }

  .mt-lg-47 {
    margin-top: 47px !important;
  }

  .p-lg-47 {
    padding: 47px !important;
  }

  .px-lg-47 {
    padding-inline: 47px !important;
  }

  .py-lg-47 {
    padding-block: 47px !important;
  }

  .ps-lg-47 {
    padding-left: 47px !important;
  }

  .pe-lg-47 {
    padding-right: 47px !important;
  }

  .pb-lg-47 {
    padding-bottom: 47px !important;
  }

  .pt-lg-47 {
    padding-top: 47px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-47 {
    font-size: 47px !important;
  }

  .m-xl-47 {
    margin: 47px !important;
  }

  .mx-xl-47 {
    margin-inline: 47px !important;
  }

  .my-xl-47 {
    margin-block: 47px !important;
  }

  .ms-xl-47 {
    margin-left: 47px !important;
  }

  .me-xl-47 {
    margin-right: 47px !important;
  }

  .mb-xl-47 {
    margin-bottom: 47px !important;
  }

  .mt-xl-47 {
    margin-top: 47px !important;
  }

  .p-xl-47 {
    padding: 47px !important;
  }

  .px-xl-47 {
    padding-inline: 47px !important;
  }

  .py-xl-47 {
    padding-block: 47px !important;
  }

  .ps-xl-47 {
    padding-left: 47px !important;
  }

  .pe-xl-47 {
    padding-right: 47px !important;
  }

  .pb-xl-47 {
    padding-bottom: 47px !important;
  }

  .pt-xl-47 {
    padding-top: 47px !important;
  }
}
.fs-48 {
  font-size: 48px !important;
}

.m-48 {
  margin: 48px !important;
}

.mx-48 {
  margin-inline: 48px !important;
}

.my-48 {
  margin-block: 48px !important;
}

.ms-48 {
  margin-left: 48px !important;
}

.me-48 {
  margin-right: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.p-48 {
  padding: 48px !important;
}

.px-48 {
  padding-inline: 48px !important;
}

.py-48 {
  padding-block: 48px !important;
}

.ps-48 {
  padding-left: 48px !important;
}

.pe-48 {
  padding-right: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

@media (min-width: 720px) {
  .fs-md-48 {
    font-size: 48px !important;
  }

  .m-md-48 {
    margin: 48px !important;
  }

  .mx-md-48 {
    margin-inline: 48px !important;
  }

  .my-md-48 {
    margin-block: 48px !important;
  }

  .ms-md-48 {
    margin-left: 48px !important;
  }

  .me-md-48 {
    margin-right: 48px !important;
  }

  .mb-md-48 {
    margin-bottom: 48px !important;
  }

  .mt-md-48 {
    margin-top: 48px !important;
  }

  .p-md-48 {
    padding: 48px !important;
  }

  .px-md-48 {
    padding-inline: 48px !important;
  }

  .py-md-48 {
    padding-block: 48px !important;
  }

  .ps-md-48 {
    padding-left: 48px !important;
  }

  .pe-md-48 {
    padding-right: 48px !important;
  }

  .pb-md-48 {
    padding-bottom: 48px !important;
  }

  .pt-md-48 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-48 {
    font-size: 48px !important;
  }

  .m-lg-48 {
    margin: 48px !important;
  }

  .mx-lg-48 {
    margin-inline: 48px !important;
  }

  .my-lg-48 {
    margin-block: 48px !important;
  }

  .ms-lg-48 {
    margin-left: 48px !important;
  }

  .me-lg-48 {
    margin-right: 48px !important;
  }

  .mb-lg-48 {
    margin-bottom: 48px !important;
  }

  .mt-lg-48 {
    margin-top: 48px !important;
  }

  .p-lg-48 {
    padding: 48px !important;
  }

  .px-lg-48 {
    padding-inline: 48px !important;
  }

  .py-lg-48 {
    padding-block: 48px !important;
  }

  .ps-lg-48 {
    padding-left: 48px !important;
  }

  .pe-lg-48 {
    padding-right: 48px !important;
  }

  .pb-lg-48 {
    padding-bottom: 48px !important;
  }

  .pt-lg-48 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-48 {
    font-size: 48px !important;
  }

  .m-xl-48 {
    margin: 48px !important;
  }

  .mx-xl-48 {
    margin-inline: 48px !important;
  }

  .my-xl-48 {
    margin-block: 48px !important;
  }

  .ms-xl-48 {
    margin-left: 48px !important;
  }

  .me-xl-48 {
    margin-right: 48px !important;
  }

  .mb-xl-48 {
    margin-bottom: 48px !important;
  }

  .mt-xl-48 {
    margin-top: 48px !important;
  }

  .p-xl-48 {
    padding: 48px !important;
  }

  .px-xl-48 {
    padding-inline: 48px !important;
  }

  .py-xl-48 {
    padding-block: 48px !important;
  }

  .ps-xl-48 {
    padding-left: 48px !important;
  }

  .pe-xl-48 {
    padding-right: 48px !important;
  }

  .pb-xl-48 {
    padding-bottom: 48px !important;
  }

  .pt-xl-48 {
    padding-top: 48px !important;
  }
}
.fs-49 {
  font-size: 49px !important;
}

.m-49 {
  margin: 49px !important;
}

.mx-49 {
  margin-inline: 49px !important;
}

.my-49 {
  margin-block: 49px !important;
}

.ms-49 {
  margin-left: 49px !important;
}

.me-49 {
  margin-right: 49px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.mt-49 {
  margin-top: 49px !important;
}

.p-49 {
  padding: 49px !important;
}

.px-49 {
  padding-inline: 49px !important;
}

.py-49 {
  padding-block: 49px !important;
}

.ps-49 {
  padding-left: 49px !important;
}

.pe-49 {
  padding-right: 49px !important;
}

.pb-49 {
  padding-bottom: 49px !important;
}

.pt-49 {
  padding-top: 49px !important;
}

@media (min-width: 720px) {
  .fs-md-49 {
    font-size: 49px !important;
  }

  .m-md-49 {
    margin: 49px !important;
  }

  .mx-md-49 {
    margin-inline: 49px !important;
  }

  .my-md-49 {
    margin-block: 49px !important;
  }

  .ms-md-49 {
    margin-left: 49px !important;
  }

  .me-md-49 {
    margin-right: 49px !important;
  }

  .mb-md-49 {
    margin-bottom: 49px !important;
  }

  .mt-md-49 {
    margin-top: 49px !important;
  }

  .p-md-49 {
    padding: 49px !important;
  }

  .px-md-49 {
    padding-inline: 49px !important;
  }

  .py-md-49 {
    padding-block: 49px !important;
  }

  .ps-md-49 {
    padding-left: 49px !important;
  }

  .pe-md-49 {
    padding-right: 49px !important;
  }

  .pb-md-49 {
    padding-bottom: 49px !important;
  }

  .pt-md-49 {
    padding-top: 49px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-49 {
    font-size: 49px !important;
  }

  .m-lg-49 {
    margin: 49px !important;
  }

  .mx-lg-49 {
    margin-inline: 49px !important;
  }

  .my-lg-49 {
    margin-block: 49px !important;
  }

  .ms-lg-49 {
    margin-left: 49px !important;
  }

  .me-lg-49 {
    margin-right: 49px !important;
  }

  .mb-lg-49 {
    margin-bottom: 49px !important;
  }

  .mt-lg-49 {
    margin-top: 49px !important;
  }

  .p-lg-49 {
    padding: 49px !important;
  }

  .px-lg-49 {
    padding-inline: 49px !important;
  }

  .py-lg-49 {
    padding-block: 49px !important;
  }

  .ps-lg-49 {
    padding-left: 49px !important;
  }

  .pe-lg-49 {
    padding-right: 49px !important;
  }

  .pb-lg-49 {
    padding-bottom: 49px !important;
  }

  .pt-lg-49 {
    padding-top: 49px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-49 {
    font-size: 49px !important;
  }

  .m-xl-49 {
    margin: 49px !important;
  }

  .mx-xl-49 {
    margin-inline: 49px !important;
  }

  .my-xl-49 {
    margin-block: 49px !important;
  }

  .ms-xl-49 {
    margin-left: 49px !important;
  }

  .me-xl-49 {
    margin-right: 49px !important;
  }

  .mb-xl-49 {
    margin-bottom: 49px !important;
  }

  .mt-xl-49 {
    margin-top: 49px !important;
  }

  .p-xl-49 {
    padding: 49px !important;
  }

  .px-xl-49 {
    padding-inline: 49px !important;
  }

  .py-xl-49 {
    padding-block: 49px !important;
  }

  .ps-xl-49 {
    padding-left: 49px !important;
  }

  .pe-xl-49 {
    padding-right: 49px !important;
  }

  .pb-xl-49 {
    padding-bottom: 49px !important;
  }

  .pt-xl-49 {
    padding-top: 49px !important;
  }
}
.fs-50 {
  font-size: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.mx-50 {
  margin-inline: 50px !important;
}

.my-50 {
  margin-block: 50px !important;
}

.ms-50 {
  margin-left: 50px !important;
}

.me-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.px-50 {
  padding-inline: 50px !important;
}

.py-50 {
  padding-block: 50px !important;
}

.ps-50 {
  padding-left: 50px !important;
}

.pe-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

@media (min-width: 720px) {
  .fs-md-50 {
    font-size: 50px !important;
  }

  .m-md-50 {
    margin: 50px !important;
  }

  .mx-md-50 {
    margin-inline: 50px !important;
  }

  .my-md-50 {
    margin-block: 50px !important;
  }

  .ms-md-50 {
    margin-left: 50px !important;
  }

  .me-md-50 {
    margin-right: 50px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .px-md-50 {
    padding-inline: 50px !important;
  }

  .py-md-50 {
    padding-block: 50px !important;
  }

  .ps-md-50 {
    padding-left: 50px !important;
  }

  .pe-md-50 {
    padding-right: 50px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-50 {
    font-size: 50px !important;
  }

  .m-lg-50 {
    margin: 50px !important;
  }

  .mx-lg-50 {
    margin-inline: 50px !important;
  }

  .my-lg-50 {
    margin-block: 50px !important;
  }

  .ms-lg-50 {
    margin-left: 50px !important;
  }

  .me-lg-50 {
    margin-right: 50px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .p-lg-50 {
    padding: 50px !important;
  }

  .px-lg-50 {
    padding-inline: 50px !important;
  }

  .py-lg-50 {
    padding-block: 50px !important;
  }

  .ps-lg-50 {
    padding-left: 50px !important;
  }

  .pe-lg-50 {
    padding-right: 50px !important;
  }

  .pb-lg-50 {
    padding-bottom: 50px !important;
  }

  .pt-lg-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-50 {
    font-size: 50px !important;
  }

  .m-xl-50 {
    margin: 50px !important;
  }

  .mx-xl-50 {
    margin-inline: 50px !important;
  }

  .my-xl-50 {
    margin-block: 50px !important;
  }

  .ms-xl-50 {
    margin-left: 50px !important;
  }

  .me-xl-50 {
    margin-right: 50px !important;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .p-xl-50 {
    padding: 50px !important;
  }

  .px-xl-50 {
    padding-inline: 50px !important;
  }

  .py-xl-50 {
    padding-block: 50px !important;
  }

  .ps-xl-50 {
    padding-left: 50px !important;
  }

  .pe-xl-50 {
    padding-right: 50px !important;
  }

  .pb-xl-50 {
    padding-bottom: 50px !important;
  }

  .pt-xl-50 {
    padding-top: 50px !important;
  }
}
.fs-51 {
  font-size: 51px !important;
}

.m-51 {
  margin: 51px !important;
}

.mx-51 {
  margin-inline: 51px !important;
}

.my-51 {
  margin-block: 51px !important;
}

.ms-51 {
  margin-left: 51px !important;
}

.me-51 {
  margin-right: 51px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.mt-51 {
  margin-top: 51px !important;
}

.p-51 {
  padding: 51px !important;
}

.px-51 {
  padding-inline: 51px !important;
}

.py-51 {
  padding-block: 51px !important;
}

.ps-51 {
  padding-left: 51px !important;
}

.pe-51 {
  padding-right: 51px !important;
}

.pb-51 {
  padding-bottom: 51px !important;
}

.pt-51 {
  padding-top: 51px !important;
}

@media (min-width: 720px) {
  .fs-md-51 {
    font-size: 51px !important;
  }

  .m-md-51 {
    margin: 51px !important;
  }

  .mx-md-51 {
    margin-inline: 51px !important;
  }

  .my-md-51 {
    margin-block: 51px !important;
  }

  .ms-md-51 {
    margin-left: 51px !important;
  }

  .me-md-51 {
    margin-right: 51px !important;
  }

  .mb-md-51 {
    margin-bottom: 51px !important;
  }

  .mt-md-51 {
    margin-top: 51px !important;
  }

  .p-md-51 {
    padding: 51px !important;
  }

  .px-md-51 {
    padding-inline: 51px !important;
  }

  .py-md-51 {
    padding-block: 51px !important;
  }

  .ps-md-51 {
    padding-left: 51px !important;
  }

  .pe-md-51 {
    padding-right: 51px !important;
  }

  .pb-md-51 {
    padding-bottom: 51px !important;
  }

  .pt-md-51 {
    padding-top: 51px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-51 {
    font-size: 51px !important;
  }

  .m-lg-51 {
    margin: 51px !important;
  }

  .mx-lg-51 {
    margin-inline: 51px !important;
  }

  .my-lg-51 {
    margin-block: 51px !important;
  }

  .ms-lg-51 {
    margin-left: 51px !important;
  }

  .me-lg-51 {
    margin-right: 51px !important;
  }

  .mb-lg-51 {
    margin-bottom: 51px !important;
  }

  .mt-lg-51 {
    margin-top: 51px !important;
  }

  .p-lg-51 {
    padding: 51px !important;
  }

  .px-lg-51 {
    padding-inline: 51px !important;
  }

  .py-lg-51 {
    padding-block: 51px !important;
  }

  .ps-lg-51 {
    padding-left: 51px !important;
  }

  .pe-lg-51 {
    padding-right: 51px !important;
  }

  .pb-lg-51 {
    padding-bottom: 51px !important;
  }

  .pt-lg-51 {
    padding-top: 51px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-51 {
    font-size: 51px !important;
  }

  .m-xl-51 {
    margin: 51px !important;
  }

  .mx-xl-51 {
    margin-inline: 51px !important;
  }

  .my-xl-51 {
    margin-block: 51px !important;
  }

  .ms-xl-51 {
    margin-left: 51px !important;
  }

  .me-xl-51 {
    margin-right: 51px !important;
  }

  .mb-xl-51 {
    margin-bottom: 51px !important;
  }

  .mt-xl-51 {
    margin-top: 51px !important;
  }

  .p-xl-51 {
    padding: 51px !important;
  }

  .px-xl-51 {
    padding-inline: 51px !important;
  }

  .py-xl-51 {
    padding-block: 51px !important;
  }

  .ps-xl-51 {
    padding-left: 51px !important;
  }

  .pe-xl-51 {
    padding-right: 51px !important;
  }

  .pb-xl-51 {
    padding-bottom: 51px !important;
  }

  .pt-xl-51 {
    padding-top: 51px !important;
  }
}
.fs-52 {
  font-size: 52px !important;
}

.m-52 {
  margin: 52px !important;
}

.mx-52 {
  margin-inline: 52px !important;
}

.my-52 {
  margin-block: 52px !important;
}

.ms-52 {
  margin-left: 52px !important;
}

.me-52 {
  margin-right: 52px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.p-52 {
  padding: 52px !important;
}

.px-52 {
  padding-inline: 52px !important;
}

.py-52 {
  padding-block: 52px !important;
}

.ps-52 {
  padding-left: 52px !important;
}

.pe-52 {
  padding-right: 52px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

@media (min-width: 720px) {
  .fs-md-52 {
    font-size: 52px !important;
  }

  .m-md-52 {
    margin: 52px !important;
  }

  .mx-md-52 {
    margin-inline: 52px !important;
  }

  .my-md-52 {
    margin-block: 52px !important;
  }

  .ms-md-52 {
    margin-left: 52px !important;
  }

  .me-md-52 {
    margin-right: 52px !important;
  }

  .mb-md-52 {
    margin-bottom: 52px !important;
  }

  .mt-md-52 {
    margin-top: 52px !important;
  }

  .p-md-52 {
    padding: 52px !important;
  }

  .px-md-52 {
    padding-inline: 52px !important;
  }

  .py-md-52 {
    padding-block: 52px !important;
  }

  .ps-md-52 {
    padding-left: 52px !important;
  }

  .pe-md-52 {
    padding-right: 52px !important;
  }

  .pb-md-52 {
    padding-bottom: 52px !important;
  }

  .pt-md-52 {
    padding-top: 52px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-52 {
    font-size: 52px !important;
  }

  .m-lg-52 {
    margin: 52px !important;
  }

  .mx-lg-52 {
    margin-inline: 52px !important;
  }

  .my-lg-52 {
    margin-block: 52px !important;
  }

  .ms-lg-52 {
    margin-left: 52px !important;
  }

  .me-lg-52 {
    margin-right: 52px !important;
  }

  .mb-lg-52 {
    margin-bottom: 52px !important;
  }

  .mt-lg-52 {
    margin-top: 52px !important;
  }

  .p-lg-52 {
    padding: 52px !important;
  }

  .px-lg-52 {
    padding-inline: 52px !important;
  }

  .py-lg-52 {
    padding-block: 52px !important;
  }

  .ps-lg-52 {
    padding-left: 52px !important;
  }

  .pe-lg-52 {
    padding-right: 52px !important;
  }

  .pb-lg-52 {
    padding-bottom: 52px !important;
  }

  .pt-lg-52 {
    padding-top: 52px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-52 {
    font-size: 52px !important;
  }

  .m-xl-52 {
    margin: 52px !important;
  }

  .mx-xl-52 {
    margin-inline: 52px !important;
  }

  .my-xl-52 {
    margin-block: 52px !important;
  }

  .ms-xl-52 {
    margin-left: 52px !important;
  }

  .me-xl-52 {
    margin-right: 52px !important;
  }

  .mb-xl-52 {
    margin-bottom: 52px !important;
  }

  .mt-xl-52 {
    margin-top: 52px !important;
  }

  .p-xl-52 {
    padding: 52px !important;
  }

  .px-xl-52 {
    padding-inline: 52px !important;
  }

  .py-xl-52 {
    padding-block: 52px !important;
  }

  .ps-xl-52 {
    padding-left: 52px !important;
  }

  .pe-xl-52 {
    padding-right: 52px !important;
  }

  .pb-xl-52 {
    padding-bottom: 52px !important;
  }

  .pt-xl-52 {
    padding-top: 52px !important;
  }
}
.fs-53 {
  font-size: 53px !important;
}

.m-53 {
  margin: 53px !important;
}

.mx-53 {
  margin-inline: 53px !important;
}

.my-53 {
  margin-block: 53px !important;
}

.ms-53 {
  margin-left: 53px !important;
}

.me-53 {
  margin-right: 53px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.mt-53 {
  margin-top: 53px !important;
}

.p-53 {
  padding: 53px !important;
}

.px-53 {
  padding-inline: 53px !important;
}

.py-53 {
  padding-block: 53px !important;
}

.ps-53 {
  padding-left: 53px !important;
}

.pe-53 {
  padding-right: 53px !important;
}

.pb-53 {
  padding-bottom: 53px !important;
}

.pt-53 {
  padding-top: 53px !important;
}

@media (min-width: 720px) {
  .fs-md-53 {
    font-size: 53px !important;
  }

  .m-md-53 {
    margin: 53px !important;
  }

  .mx-md-53 {
    margin-inline: 53px !important;
  }

  .my-md-53 {
    margin-block: 53px !important;
  }

  .ms-md-53 {
    margin-left: 53px !important;
  }

  .me-md-53 {
    margin-right: 53px !important;
  }

  .mb-md-53 {
    margin-bottom: 53px !important;
  }

  .mt-md-53 {
    margin-top: 53px !important;
  }

  .p-md-53 {
    padding: 53px !important;
  }

  .px-md-53 {
    padding-inline: 53px !important;
  }

  .py-md-53 {
    padding-block: 53px !important;
  }

  .ps-md-53 {
    padding-left: 53px !important;
  }

  .pe-md-53 {
    padding-right: 53px !important;
  }

  .pb-md-53 {
    padding-bottom: 53px !important;
  }

  .pt-md-53 {
    padding-top: 53px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-53 {
    font-size: 53px !important;
  }

  .m-lg-53 {
    margin: 53px !important;
  }

  .mx-lg-53 {
    margin-inline: 53px !important;
  }

  .my-lg-53 {
    margin-block: 53px !important;
  }

  .ms-lg-53 {
    margin-left: 53px !important;
  }

  .me-lg-53 {
    margin-right: 53px !important;
  }

  .mb-lg-53 {
    margin-bottom: 53px !important;
  }

  .mt-lg-53 {
    margin-top: 53px !important;
  }

  .p-lg-53 {
    padding: 53px !important;
  }

  .px-lg-53 {
    padding-inline: 53px !important;
  }

  .py-lg-53 {
    padding-block: 53px !important;
  }

  .ps-lg-53 {
    padding-left: 53px !important;
  }

  .pe-lg-53 {
    padding-right: 53px !important;
  }

  .pb-lg-53 {
    padding-bottom: 53px !important;
  }

  .pt-lg-53 {
    padding-top: 53px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-53 {
    font-size: 53px !important;
  }

  .m-xl-53 {
    margin: 53px !important;
  }

  .mx-xl-53 {
    margin-inline: 53px !important;
  }

  .my-xl-53 {
    margin-block: 53px !important;
  }

  .ms-xl-53 {
    margin-left: 53px !important;
  }

  .me-xl-53 {
    margin-right: 53px !important;
  }

  .mb-xl-53 {
    margin-bottom: 53px !important;
  }

  .mt-xl-53 {
    margin-top: 53px !important;
  }

  .p-xl-53 {
    padding: 53px !important;
  }

  .px-xl-53 {
    padding-inline: 53px !important;
  }

  .py-xl-53 {
    padding-block: 53px !important;
  }

  .ps-xl-53 {
    padding-left: 53px !important;
  }

  .pe-xl-53 {
    padding-right: 53px !important;
  }

  .pb-xl-53 {
    padding-bottom: 53px !important;
  }

  .pt-xl-53 {
    padding-top: 53px !important;
  }
}
.fs-54 {
  font-size: 54px !important;
}

.m-54 {
  margin: 54px !important;
}

.mx-54 {
  margin-inline: 54px !important;
}

.my-54 {
  margin-block: 54px !important;
}

.ms-54 {
  margin-left: 54px !important;
}

.me-54 {
  margin-right: 54px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.mt-54 {
  margin-top: 54px !important;
}

.p-54 {
  padding: 54px !important;
}

.px-54 {
  padding-inline: 54px !important;
}

.py-54 {
  padding-block: 54px !important;
}

.ps-54 {
  padding-left: 54px !important;
}

.pe-54 {
  padding-right: 54px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.pt-54 {
  padding-top: 54px !important;
}

@media (min-width: 720px) {
  .fs-md-54 {
    font-size: 54px !important;
  }

  .m-md-54 {
    margin: 54px !important;
  }

  .mx-md-54 {
    margin-inline: 54px !important;
  }

  .my-md-54 {
    margin-block: 54px !important;
  }

  .ms-md-54 {
    margin-left: 54px !important;
  }

  .me-md-54 {
    margin-right: 54px !important;
  }

  .mb-md-54 {
    margin-bottom: 54px !important;
  }

  .mt-md-54 {
    margin-top: 54px !important;
  }

  .p-md-54 {
    padding: 54px !important;
  }

  .px-md-54 {
    padding-inline: 54px !important;
  }

  .py-md-54 {
    padding-block: 54px !important;
  }

  .ps-md-54 {
    padding-left: 54px !important;
  }

  .pe-md-54 {
    padding-right: 54px !important;
  }

  .pb-md-54 {
    padding-bottom: 54px !important;
  }

  .pt-md-54 {
    padding-top: 54px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-54 {
    font-size: 54px !important;
  }

  .m-lg-54 {
    margin: 54px !important;
  }

  .mx-lg-54 {
    margin-inline: 54px !important;
  }

  .my-lg-54 {
    margin-block: 54px !important;
  }

  .ms-lg-54 {
    margin-left: 54px !important;
  }

  .me-lg-54 {
    margin-right: 54px !important;
  }

  .mb-lg-54 {
    margin-bottom: 54px !important;
  }

  .mt-lg-54 {
    margin-top: 54px !important;
  }

  .p-lg-54 {
    padding: 54px !important;
  }

  .px-lg-54 {
    padding-inline: 54px !important;
  }

  .py-lg-54 {
    padding-block: 54px !important;
  }

  .ps-lg-54 {
    padding-left: 54px !important;
  }

  .pe-lg-54 {
    padding-right: 54px !important;
  }

  .pb-lg-54 {
    padding-bottom: 54px !important;
  }

  .pt-lg-54 {
    padding-top: 54px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-54 {
    font-size: 54px !important;
  }

  .m-xl-54 {
    margin: 54px !important;
  }

  .mx-xl-54 {
    margin-inline: 54px !important;
  }

  .my-xl-54 {
    margin-block: 54px !important;
  }

  .ms-xl-54 {
    margin-left: 54px !important;
  }

  .me-xl-54 {
    margin-right: 54px !important;
  }

  .mb-xl-54 {
    margin-bottom: 54px !important;
  }

  .mt-xl-54 {
    margin-top: 54px !important;
  }

  .p-xl-54 {
    padding: 54px !important;
  }

  .px-xl-54 {
    padding-inline: 54px !important;
  }

  .py-xl-54 {
    padding-block: 54px !important;
  }

  .ps-xl-54 {
    padding-left: 54px !important;
  }

  .pe-xl-54 {
    padding-right: 54px !important;
  }

  .pb-xl-54 {
    padding-bottom: 54px !important;
  }

  .pt-xl-54 {
    padding-top: 54px !important;
  }
}
.fs-55 {
  font-size: 55px !important;
}

.m-55 {
  margin: 55px !important;
}

.mx-55 {
  margin-inline: 55px !important;
}

.my-55 {
  margin-block: 55px !important;
}

.ms-55 {
  margin-left: 55px !important;
}

.me-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.p-55 {
  padding: 55px !important;
}

.px-55 {
  padding-inline: 55px !important;
}

.py-55 {
  padding-block: 55px !important;
}

.ps-55 {
  padding-left: 55px !important;
}

.pe-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

@media (min-width: 720px) {
  .fs-md-55 {
    font-size: 55px !important;
  }

  .m-md-55 {
    margin: 55px !important;
  }

  .mx-md-55 {
    margin-inline: 55px !important;
  }

  .my-md-55 {
    margin-block: 55px !important;
  }

  .ms-md-55 {
    margin-left: 55px !important;
  }

  .me-md-55 {
    margin-right: 55px !important;
  }

  .mb-md-55 {
    margin-bottom: 55px !important;
  }

  .mt-md-55 {
    margin-top: 55px !important;
  }

  .p-md-55 {
    padding: 55px !important;
  }

  .px-md-55 {
    padding-inline: 55px !important;
  }

  .py-md-55 {
    padding-block: 55px !important;
  }

  .ps-md-55 {
    padding-left: 55px !important;
  }

  .pe-md-55 {
    padding-right: 55px !important;
  }

  .pb-md-55 {
    padding-bottom: 55px !important;
  }

  .pt-md-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-55 {
    font-size: 55px !important;
  }

  .m-lg-55 {
    margin: 55px !important;
  }

  .mx-lg-55 {
    margin-inline: 55px !important;
  }

  .my-lg-55 {
    margin-block: 55px !important;
  }

  .ms-lg-55 {
    margin-left: 55px !important;
  }

  .me-lg-55 {
    margin-right: 55px !important;
  }

  .mb-lg-55 {
    margin-bottom: 55px !important;
  }

  .mt-lg-55 {
    margin-top: 55px !important;
  }

  .p-lg-55 {
    padding: 55px !important;
  }

  .px-lg-55 {
    padding-inline: 55px !important;
  }

  .py-lg-55 {
    padding-block: 55px !important;
  }

  .ps-lg-55 {
    padding-left: 55px !important;
  }

  .pe-lg-55 {
    padding-right: 55px !important;
  }

  .pb-lg-55 {
    padding-bottom: 55px !important;
  }

  .pt-lg-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-55 {
    font-size: 55px !important;
  }

  .m-xl-55 {
    margin: 55px !important;
  }

  .mx-xl-55 {
    margin-inline: 55px !important;
  }

  .my-xl-55 {
    margin-block: 55px !important;
  }

  .ms-xl-55 {
    margin-left: 55px !important;
  }

  .me-xl-55 {
    margin-right: 55px !important;
  }

  .mb-xl-55 {
    margin-bottom: 55px !important;
  }

  .mt-xl-55 {
    margin-top: 55px !important;
  }

  .p-xl-55 {
    padding: 55px !important;
  }

  .px-xl-55 {
    padding-inline: 55px !important;
  }

  .py-xl-55 {
    padding-block: 55px !important;
  }

  .ps-xl-55 {
    padding-left: 55px !important;
  }

  .pe-xl-55 {
    padding-right: 55px !important;
  }

  .pb-xl-55 {
    padding-bottom: 55px !important;
  }

  .pt-xl-55 {
    padding-top: 55px !important;
  }
}
.fs-56 {
  font-size: 56px !important;
}

.m-56 {
  margin: 56px !important;
}

.mx-56 {
  margin-inline: 56px !important;
}

.my-56 {
  margin-block: 56px !important;
}

.ms-56 {
  margin-left: 56px !important;
}

.me-56 {
  margin-right: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.p-56 {
  padding: 56px !important;
}

.px-56 {
  padding-inline: 56px !important;
}

.py-56 {
  padding-block: 56px !important;
}

.ps-56 {
  padding-left: 56px !important;
}

.pe-56 {
  padding-right: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

@media (min-width: 720px) {
  .fs-md-56 {
    font-size: 56px !important;
  }

  .m-md-56 {
    margin: 56px !important;
  }

  .mx-md-56 {
    margin-inline: 56px !important;
  }

  .my-md-56 {
    margin-block: 56px !important;
  }

  .ms-md-56 {
    margin-left: 56px !important;
  }

  .me-md-56 {
    margin-right: 56px !important;
  }

  .mb-md-56 {
    margin-bottom: 56px !important;
  }

  .mt-md-56 {
    margin-top: 56px !important;
  }

  .p-md-56 {
    padding: 56px !important;
  }

  .px-md-56 {
    padding-inline: 56px !important;
  }

  .py-md-56 {
    padding-block: 56px !important;
  }

  .ps-md-56 {
    padding-left: 56px !important;
  }

  .pe-md-56 {
    padding-right: 56px !important;
  }

  .pb-md-56 {
    padding-bottom: 56px !important;
  }

  .pt-md-56 {
    padding-top: 56px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-56 {
    font-size: 56px !important;
  }

  .m-lg-56 {
    margin: 56px !important;
  }

  .mx-lg-56 {
    margin-inline: 56px !important;
  }

  .my-lg-56 {
    margin-block: 56px !important;
  }

  .ms-lg-56 {
    margin-left: 56px !important;
  }

  .me-lg-56 {
    margin-right: 56px !important;
  }

  .mb-lg-56 {
    margin-bottom: 56px !important;
  }

  .mt-lg-56 {
    margin-top: 56px !important;
  }

  .p-lg-56 {
    padding: 56px !important;
  }

  .px-lg-56 {
    padding-inline: 56px !important;
  }

  .py-lg-56 {
    padding-block: 56px !important;
  }

  .ps-lg-56 {
    padding-left: 56px !important;
  }

  .pe-lg-56 {
    padding-right: 56px !important;
  }

  .pb-lg-56 {
    padding-bottom: 56px !important;
  }

  .pt-lg-56 {
    padding-top: 56px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-56 {
    font-size: 56px !important;
  }

  .m-xl-56 {
    margin: 56px !important;
  }

  .mx-xl-56 {
    margin-inline: 56px !important;
  }

  .my-xl-56 {
    margin-block: 56px !important;
  }

  .ms-xl-56 {
    margin-left: 56px !important;
  }

  .me-xl-56 {
    margin-right: 56px !important;
  }

  .mb-xl-56 {
    margin-bottom: 56px !important;
  }

  .mt-xl-56 {
    margin-top: 56px !important;
  }

  .p-xl-56 {
    padding: 56px !important;
  }

  .px-xl-56 {
    padding-inline: 56px !important;
  }

  .py-xl-56 {
    padding-block: 56px !important;
  }

  .ps-xl-56 {
    padding-left: 56px !important;
  }

  .pe-xl-56 {
    padding-right: 56px !important;
  }

  .pb-xl-56 {
    padding-bottom: 56px !important;
  }

  .pt-xl-56 {
    padding-top: 56px !important;
  }
}
.fs-57 {
  font-size: 57px !important;
}

.m-57 {
  margin: 57px !important;
}

.mx-57 {
  margin-inline: 57px !important;
}

.my-57 {
  margin-block: 57px !important;
}

.ms-57 {
  margin-left: 57px !important;
}

.me-57 {
  margin-right: 57px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.mt-57 {
  margin-top: 57px !important;
}

.p-57 {
  padding: 57px !important;
}

.px-57 {
  padding-inline: 57px !important;
}

.py-57 {
  padding-block: 57px !important;
}

.ps-57 {
  padding-left: 57px !important;
}

.pe-57 {
  padding-right: 57px !important;
}

.pb-57 {
  padding-bottom: 57px !important;
}

.pt-57 {
  padding-top: 57px !important;
}

@media (min-width: 720px) {
  .fs-md-57 {
    font-size: 57px !important;
  }

  .m-md-57 {
    margin: 57px !important;
  }

  .mx-md-57 {
    margin-inline: 57px !important;
  }

  .my-md-57 {
    margin-block: 57px !important;
  }

  .ms-md-57 {
    margin-left: 57px !important;
  }

  .me-md-57 {
    margin-right: 57px !important;
  }

  .mb-md-57 {
    margin-bottom: 57px !important;
  }

  .mt-md-57 {
    margin-top: 57px !important;
  }

  .p-md-57 {
    padding: 57px !important;
  }

  .px-md-57 {
    padding-inline: 57px !important;
  }

  .py-md-57 {
    padding-block: 57px !important;
  }

  .ps-md-57 {
    padding-left: 57px !important;
  }

  .pe-md-57 {
    padding-right: 57px !important;
  }

  .pb-md-57 {
    padding-bottom: 57px !important;
  }

  .pt-md-57 {
    padding-top: 57px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-57 {
    font-size: 57px !important;
  }

  .m-lg-57 {
    margin: 57px !important;
  }

  .mx-lg-57 {
    margin-inline: 57px !important;
  }

  .my-lg-57 {
    margin-block: 57px !important;
  }

  .ms-lg-57 {
    margin-left: 57px !important;
  }

  .me-lg-57 {
    margin-right: 57px !important;
  }

  .mb-lg-57 {
    margin-bottom: 57px !important;
  }

  .mt-lg-57 {
    margin-top: 57px !important;
  }

  .p-lg-57 {
    padding: 57px !important;
  }

  .px-lg-57 {
    padding-inline: 57px !important;
  }

  .py-lg-57 {
    padding-block: 57px !important;
  }

  .ps-lg-57 {
    padding-left: 57px !important;
  }

  .pe-lg-57 {
    padding-right: 57px !important;
  }

  .pb-lg-57 {
    padding-bottom: 57px !important;
  }

  .pt-lg-57 {
    padding-top: 57px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-57 {
    font-size: 57px !important;
  }

  .m-xl-57 {
    margin: 57px !important;
  }

  .mx-xl-57 {
    margin-inline: 57px !important;
  }

  .my-xl-57 {
    margin-block: 57px !important;
  }

  .ms-xl-57 {
    margin-left: 57px !important;
  }

  .me-xl-57 {
    margin-right: 57px !important;
  }

  .mb-xl-57 {
    margin-bottom: 57px !important;
  }

  .mt-xl-57 {
    margin-top: 57px !important;
  }

  .p-xl-57 {
    padding: 57px !important;
  }

  .px-xl-57 {
    padding-inline: 57px !important;
  }

  .py-xl-57 {
    padding-block: 57px !important;
  }

  .ps-xl-57 {
    padding-left: 57px !important;
  }

  .pe-xl-57 {
    padding-right: 57px !important;
  }

  .pb-xl-57 {
    padding-bottom: 57px !important;
  }

  .pt-xl-57 {
    padding-top: 57px !important;
  }
}
.fs-58 {
  font-size: 58px !important;
}

.m-58 {
  margin: 58px !important;
}

.mx-58 {
  margin-inline: 58px !important;
}

.my-58 {
  margin-block: 58px !important;
}

.ms-58 {
  margin-left: 58px !important;
}

.me-58 {
  margin-right: 58px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.p-58 {
  padding: 58px !important;
}

.px-58 {
  padding-inline: 58px !important;
}

.py-58 {
  padding-block: 58px !important;
}

.ps-58 {
  padding-left: 58px !important;
}

.pe-58 {
  padding-right: 58px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.pt-58 {
  padding-top: 58px !important;
}

@media (min-width: 720px) {
  .fs-md-58 {
    font-size: 58px !important;
  }

  .m-md-58 {
    margin: 58px !important;
  }

  .mx-md-58 {
    margin-inline: 58px !important;
  }

  .my-md-58 {
    margin-block: 58px !important;
  }

  .ms-md-58 {
    margin-left: 58px !important;
  }

  .me-md-58 {
    margin-right: 58px !important;
  }

  .mb-md-58 {
    margin-bottom: 58px !important;
  }

  .mt-md-58 {
    margin-top: 58px !important;
  }

  .p-md-58 {
    padding: 58px !important;
  }

  .px-md-58 {
    padding-inline: 58px !important;
  }

  .py-md-58 {
    padding-block: 58px !important;
  }

  .ps-md-58 {
    padding-left: 58px !important;
  }

  .pe-md-58 {
    padding-right: 58px !important;
  }

  .pb-md-58 {
    padding-bottom: 58px !important;
  }

  .pt-md-58 {
    padding-top: 58px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-58 {
    font-size: 58px !important;
  }

  .m-lg-58 {
    margin: 58px !important;
  }

  .mx-lg-58 {
    margin-inline: 58px !important;
  }

  .my-lg-58 {
    margin-block: 58px !important;
  }

  .ms-lg-58 {
    margin-left: 58px !important;
  }

  .me-lg-58 {
    margin-right: 58px !important;
  }

  .mb-lg-58 {
    margin-bottom: 58px !important;
  }

  .mt-lg-58 {
    margin-top: 58px !important;
  }

  .p-lg-58 {
    padding: 58px !important;
  }

  .px-lg-58 {
    padding-inline: 58px !important;
  }

  .py-lg-58 {
    padding-block: 58px !important;
  }

  .ps-lg-58 {
    padding-left: 58px !important;
  }

  .pe-lg-58 {
    padding-right: 58px !important;
  }

  .pb-lg-58 {
    padding-bottom: 58px !important;
  }

  .pt-lg-58 {
    padding-top: 58px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-58 {
    font-size: 58px !important;
  }

  .m-xl-58 {
    margin: 58px !important;
  }

  .mx-xl-58 {
    margin-inline: 58px !important;
  }

  .my-xl-58 {
    margin-block: 58px !important;
  }

  .ms-xl-58 {
    margin-left: 58px !important;
  }

  .me-xl-58 {
    margin-right: 58px !important;
  }

  .mb-xl-58 {
    margin-bottom: 58px !important;
  }

  .mt-xl-58 {
    margin-top: 58px !important;
  }

  .p-xl-58 {
    padding: 58px !important;
  }

  .px-xl-58 {
    padding-inline: 58px !important;
  }

  .py-xl-58 {
    padding-block: 58px !important;
  }

  .ps-xl-58 {
    padding-left: 58px !important;
  }

  .pe-xl-58 {
    padding-right: 58px !important;
  }

  .pb-xl-58 {
    padding-bottom: 58px !important;
  }

  .pt-xl-58 {
    padding-top: 58px !important;
  }
}
.fs-59 {
  font-size: 59px !important;
}

.m-59 {
  margin: 59px !important;
}

.mx-59 {
  margin-inline: 59px !important;
}

.my-59 {
  margin-block: 59px !important;
}

.ms-59 {
  margin-left: 59px !important;
}

.me-59 {
  margin-right: 59px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.mt-59 {
  margin-top: 59px !important;
}

.p-59 {
  padding: 59px !important;
}

.px-59 {
  padding-inline: 59px !important;
}

.py-59 {
  padding-block: 59px !important;
}

.ps-59 {
  padding-left: 59px !important;
}

.pe-59 {
  padding-right: 59px !important;
}

.pb-59 {
  padding-bottom: 59px !important;
}

.pt-59 {
  padding-top: 59px !important;
}

@media (min-width: 720px) {
  .fs-md-59 {
    font-size: 59px !important;
  }

  .m-md-59 {
    margin: 59px !important;
  }

  .mx-md-59 {
    margin-inline: 59px !important;
  }

  .my-md-59 {
    margin-block: 59px !important;
  }

  .ms-md-59 {
    margin-left: 59px !important;
  }

  .me-md-59 {
    margin-right: 59px !important;
  }

  .mb-md-59 {
    margin-bottom: 59px !important;
  }

  .mt-md-59 {
    margin-top: 59px !important;
  }

  .p-md-59 {
    padding: 59px !important;
  }

  .px-md-59 {
    padding-inline: 59px !important;
  }

  .py-md-59 {
    padding-block: 59px !important;
  }

  .ps-md-59 {
    padding-left: 59px !important;
  }

  .pe-md-59 {
    padding-right: 59px !important;
  }

  .pb-md-59 {
    padding-bottom: 59px !important;
  }

  .pt-md-59 {
    padding-top: 59px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-59 {
    font-size: 59px !important;
  }

  .m-lg-59 {
    margin: 59px !important;
  }

  .mx-lg-59 {
    margin-inline: 59px !important;
  }

  .my-lg-59 {
    margin-block: 59px !important;
  }

  .ms-lg-59 {
    margin-left: 59px !important;
  }

  .me-lg-59 {
    margin-right: 59px !important;
  }

  .mb-lg-59 {
    margin-bottom: 59px !important;
  }

  .mt-lg-59 {
    margin-top: 59px !important;
  }

  .p-lg-59 {
    padding: 59px !important;
  }

  .px-lg-59 {
    padding-inline: 59px !important;
  }

  .py-lg-59 {
    padding-block: 59px !important;
  }

  .ps-lg-59 {
    padding-left: 59px !important;
  }

  .pe-lg-59 {
    padding-right: 59px !important;
  }

  .pb-lg-59 {
    padding-bottom: 59px !important;
  }

  .pt-lg-59 {
    padding-top: 59px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-59 {
    font-size: 59px !important;
  }

  .m-xl-59 {
    margin: 59px !important;
  }

  .mx-xl-59 {
    margin-inline: 59px !important;
  }

  .my-xl-59 {
    margin-block: 59px !important;
  }

  .ms-xl-59 {
    margin-left: 59px !important;
  }

  .me-xl-59 {
    margin-right: 59px !important;
  }

  .mb-xl-59 {
    margin-bottom: 59px !important;
  }

  .mt-xl-59 {
    margin-top: 59px !important;
  }

  .p-xl-59 {
    padding: 59px !important;
  }

  .px-xl-59 {
    padding-inline: 59px !important;
  }

  .py-xl-59 {
    padding-block: 59px !important;
  }

  .ps-xl-59 {
    padding-left: 59px !important;
  }

  .pe-xl-59 {
    padding-right: 59px !important;
  }

  .pb-xl-59 {
    padding-bottom: 59px !important;
  }

  .pt-xl-59 {
    padding-top: 59px !important;
  }
}
.fs-60 {
  font-size: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.mx-60 {
  margin-inline: 60px !important;
}

.my-60 {
  margin-block: 60px !important;
}

.ms-60 {
  margin-left: 60px !important;
}

.me-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.px-60 {
  padding-inline: 60px !important;
}

.py-60 {
  padding-block: 60px !important;
}

.ps-60 {
  padding-left: 60px !important;
}

.pe-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

@media (min-width: 720px) {
  .fs-md-60 {
    font-size: 60px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .mx-md-60 {
    margin-inline: 60px !important;
  }

  .my-md-60 {
    margin-block: 60px !important;
  }

  .ms-md-60 {
    margin-left: 60px !important;
  }

  .me-md-60 {
    margin-right: 60px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .px-md-60 {
    padding-inline: 60px !important;
  }

  .py-md-60 {
    padding-block: 60px !important;
  }

  .ps-md-60 {
    padding-left: 60px !important;
  }

  .pe-md-60 {
    padding-right: 60px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-60 {
    font-size: 60px !important;
  }

  .m-lg-60 {
    margin: 60px !important;
  }

  .mx-lg-60 {
    margin-inline: 60px !important;
  }

  .my-lg-60 {
    margin-block: 60px !important;
  }

  .ms-lg-60 {
    margin-left: 60px !important;
  }

  .me-lg-60 {
    margin-right: 60px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .p-lg-60 {
    padding: 60px !important;
  }

  .px-lg-60 {
    padding-inline: 60px !important;
  }

  .py-lg-60 {
    padding-block: 60px !important;
  }

  .ps-lg-60 {
    padding-left: 60px !important;
  }

  .pe-lg-60 {
    padding-right: 60px !important;
  }

  .pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .pt-lg-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-60 {
    font-size: 60px !important;
  }

  .m-xl-60 {
    margin: 60px !important;
  }

  .mx-xl-60 {
    margin-inline: 60px !important;
  }

  .my-xl-60 {
    margin-block: 60px !important;
  }

  .ms-xl-60 {
    margin-left: 60px !important;
  }

  .me-xl-60 {
    margin-right: 60px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .p-xl-60 {
    padding: 60px !important;
  }

  .px-xl-60 {
    padding-inline: 60px !important;
  }

  .py-xl-60 {
    padding-block: 60px !important;
  }

  .ps-xl-60 {
    padding-left: 60px !important;
  }

  .pe-xl-60 {
    padding-right: 60px !important;
  }

  .pb-xl-60 {
    padding-bottom: 60px !important;
  }

  .pt-xl-60 {
    padding-top: 60px !important;
  }
}
.fs-61 {
  font-size: 61px !important;
}

.m-61 {
  margin: 61px !important;
}

.mx-61 {
  margin-inline: 61px !important;
}

.my-61 {
  margin-block: 61px !important;
}

.ms-61 {
  margin-left: 61px !important;
}

.me-61 {
  margin-right: 61px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.mt-61 {
  margin-top: 61px !important;
}

.p-61 {
  padding: 61px !important;
}

.px-61 {
  padding-inline: 61px !important;
}

.py-61 {
  padding-block: 61px !important;
}

.ps-61 {
  padding-left: 61px !important;
}

.pe-61 {
  padding-right: 61px !important;
}

.pb-61 {
  padding-bottom: 61px !important;
}

.pt-61 {
  padding-top: 61px !important;
}

@media (min-width: 720px) {
  .fs-md-61 {
    font-size: 61px !important;
  }

  .m-md-61 {
    margin: 61px !important;
  }

  .mx-md-61 {
    margin-inline: 61px !important;
  }

  .my-md-61 {
    margin-block: 61px !important;
  }

  .ms-md-61 {
    margin-left: 61px !important;
  }

  .me-md-61 {
    margin-right: 61px !important;
  }

  .mb-md-61 {
    margin-bottom: 61px !important;
  }

  .mt-md-61 {
    margin-top: 61px !important;
  }

  .p-md-61 {
    padding: 61px !important;
  }

  .px-md-61 {
    padding-inline: 61px !important;
  }

  .py-md-61 {
    padding-block: 61px !important;
  }

  .ps-md-61 {
    padding-left: 61px !important;
  }

  .pe-md-61 {
    padding-right: 61px !important;
  }

  .pb-md-61 {
    padding-bottom: 61px !important;
  }

  .pt-md-61 {
    padding-top: 61px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-61 {
    font-size: 61px !important;
  }

  .m-lg-61 {
    margin: 61px !important;
  }

  .mx-lg-61 {
    margin-inline: 61px !important;
  }

  .my-lg-61 {
    margin-block: 61px !important;
  }

  .ms-lg-61 {
    margin-left: 61px !important;
  }

  .me-lg-61 {
    margin-right: 61px !important;
  }

  .mb-lg-61 {
    margin-bottom: 61px !important;
  }

  .mt-lg-61 {
    margin-top: 61px !important;
  }

  .p-lg-61 {
    padding: 61px !important;
  }

  .px-lg-61 {
    padding-inline: 61px !important;
  }

  .py-lg-61 {
    padding-block: 61px !important;
  }

  .ps-lg-61 {
    padding-left: 61px !important;
  }

  .pe-lg-61 {
    padding-right: 61px !important;
  }

  .pb-lg-61 {
    padding-bottom: 61px !important;
  }

  .pt-lg-61 {
    padding-top: 61px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-61 {
    font-size: 61px !important;
  }

  .m-xl-61 {
    margin: 61px !important;
  }

  .mx-xl-61 {
    margin-inline: 61px !important;
  }

  .my-xl-61 {
    margin-block: 61px !important;
  }

  .ms-xl-61 {
    margin-left: 61px !important;
  }

  .me-xl-61 {
    margin-right: 61px !important;
  }

  .mb-xl-61 {
    margin-bottom: 61px !important;
  }

  .mt-xl-61 {
    margin-top: 61px !important;
  }

  .p-xl-61 {
    padding: 61px !important;
  }

  .px-xl-61 {
    padding-inline: 61px !important;
  }

  .py-xl-61 {
    padding-block: 61px !important;
  }

  .ps-xl-61 {
    padding-left: 61px !important;
  }

  .pe-xl-61 {
    padding-right: 61px !important;
  }

  .pb-xl-61 {
    padding-bottom: 61px !important;
  }

  .pt-xl-61 {
    padding-top: 61px !important;
  }
}
.fs-62 {
  font-size: 62px !important;
}

.m-62 {
  margin: 62px !important;
}

.mx-62 {
  margin-inline: 62px !important;
}

.my-62 {
  margin-block: 62px !important;
}

.ms-62 {
  margin-left: 62px !important;
}

.me-62 {
  margin-right: 62px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.p-62 {
  padding: 62px !important;
}

.px-62 {
  padding-inline: 62px !important;
}

.py-62 {
  padding-block: 62px !important;
}

.ps-62 {
  padding-left: 62px !important;
}

.pe-62 {
  padding-right: 62px !important;
}

.pb-62 {
  padding-bottom: 62px !important;
}

.pt-62 {
  padding-top: 62px !important;
}

@media (min-width: 720px) {
  .fs-md-62 {
    font-size: 62px !important;
  }

  .m-md-62 {
    margin: 62px !important;
  }

  .mx-md-62 {
    margin-inline: 62px !important;
  }

  .my-md-62 {
    margin-block: 62px !important;
  }

  .ms-md-62 {
    margin-left: 62px !important;
  }

  .me-md-62 {
    margin-right: 62px !important;
  }

  .mb-md-62 {
    margin-bottom: 62px !important;
  }

  .mt-md-62 {
    margin-top: 62px !important;
  }

  .p-md-62 {
    padding: 62px !important;
  }

  .px-md-62 {
    padding-inline: 62px !important;
  }

  .py-md-62 {
    padding-block: 62px !important;
  }

  .ps-md-62 {
    padding-left: 62px !important;
  }

  .pe-md-62 {
    padding-right: 62px !important;
  }

  .pb-md-62 {
    padding-bottom: 62px !important;
  }

  .pt-md-62 {
    padding-top: 62px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-62 {
    font-size: 62px !important;
  }

  .m-lg-62 {
    margin: 62px !important;
  }

  .mx-lg-62 {
    margin-inline: 62px !important;
  }

  .my-lg-62 {
    margin-block: 62px !important;
  }

  .ms-lg-62 {
    margin-left: 62px !important;
  }

  .me-lg-62 {
    margin-right: 62px !important;
  }

  .mb-lg-62 {
    margin-bottom: 62px !important;
  }

  .mt-lg-62 {
    margin-top: 62px !important;
  }

  .p-lg-62 {
    padding: 62px !important;
  }

  .px-lg-62 {
    padding-inline: 62px !important;
  }

  .py-lg-62 {
    padding-block: 62px !important;
  }

  .ps-lg-62 {
    padding-left: 62px !important;
  }

  .pe-lg-62 {
    padding-right: 62px !important;
  }

  .pb-lg-62 {
    padding-bottom: 62px !important;
  }

  .pt-lg-62 {
    padding-top: 62px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-62 {
    font-size: 62px !important;
  }

  .m-xl-62 {
    margin: 62px !important;
  }

  .mx-xl-62 {
    margin-inline: 62px !important;
  }

  .my-xl-62 {
    margin-block: 62px !important;
  }

  .ms-xl-62 {
    margin-left: 62px !important;
  }

  .me-xl-62 {
    margin-right: 62px !important;
  }

  .mb-xl-62 {
    margin-bottom: 62px !important;
  }

  .mt-xl-62 {
    margin-top: 62px !important;
  }

  .p-xl-62 {
    padding: 62px !important;
  }

  .px-xl-62 {
    padding-inline: 62px !important;
  }

  .py-xl-62 {
    padding-block: 62px !important;
  }

  .ps-xl-62 {
    padding-left: 62px !important;
  }

  .pe-xl-62 {
    padding-right: 62px !important;
  }

  .pb-xl-62 {
    padding-bottom: 62px !important;
  }

  .pt-xl-62 {
    padding-top: 62px !important;
  }
}
.fs-63 {
  font-size: 63px !important;
}

.m-63 {
  margin: 63px !important;
}

.mx-63 {
  margin-inline: 63px !important;
}

.my-63 {
  margin-block: 63px !important;
}

.ms-63 {
  margin-left: 63px !important;
}

.me-63 {
  margin-right: 63px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.mt-63 {
  margin-top: 63px !important;
}

.p-63 {
  padding: 63px !important;
}

.px-63 {
  padding-inline: 63px !important;
}

.py-63 {
  padding-block: 63px !important;
}

.ps-63 {
  padding-left: 63px !important;
}

.pe-63 {
  padding-right: 63px !important;
}

.pb-63 {
  padding-bottom: 63px !important;
}

.pt-63 {
  padding-top: 63px !important;
}

@media (min-width: 720px) {
  .fs-md-63 {
    font-size: 63px !important;
  }

  .m-md-63 {
    margin: 63px !important;
  }

  .mx-md-63 {
    margin-inline: 63px !important;
  }

  .my-md-63 {
    margin-block: 63px !important;
  }

  .ms-md-63 {
    margin-left: 63px !important;
  }

  .me-md-63 {
    margin-right: 63px !important;
  }

  .mb-md-63 {
    margin-bottom: 63px !important;
  }

  .mt-md-63 {
    margin-top: 63px !important;
  }

  .p-md-63 {
    padding: 63px !important;
  }

  .px-md-63 {
    padding-inline: 63px !important;
  }

  .py-md-63 {
    padding-block: 63px !important;
  }

  .ps-md-63 {
    padding-left: 63px !important;
  }

  .pe-md-63 {
    padding-right: 63px !important;
  }

  .pb-md-63 {
    padding-bottom: 63px !important;
  }

  .pt-md-63 {
    padding-top: 63px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-63 {
    font-size: 63px !important;
  }

  .m-lg-63 {
    margin: 63px !important;
  }

  .mx-lg-63 {
    margin-inline: 63px !important;
  }

  .my-lg-63 {
    margin-block: 63px !important;
  }

  .ms-lg-63 {
    margin-left: 63px !important;
  }

  .me-lg-63 {
    margin-right: 63px !important;
  }

  .mb-lg-63 {
    margin-bottom: 63px !important;
  }

  .mt-lg-63 {
    margin-top: 63px !important;
  }

  .p-lg-63 {
    padding: 63px !important;
  }

  .px-lg-63 {
    padding-inline: 63px !important;
  }

  .py-lg-63 {
    padding-block: 63px !important;
  }

  .ps-lg-63 {
    padding-left: 63px !important;
  }

  .pe-lg-63 {
    padding-right: 63px !important;
  }

  .pb-lg-63 {
    padding-bottom: 63px !important;
  }

  .pt-lg-63 {
    padding-top: 63px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-63 {
    font-size: 63px !important;
  }

  .m-xl-63 {
    margin: 63px !important;
  }

  .mx-xl-63 {
    margin-inline: 63px !important;
  }

  .my-xl-63 {
    margin-block: 63px !important;
  }

  .ms-xl-63 {
    margin-left: 63px !important;
  }

  .me-xl-63 {
    margin-right: 63px !important;
  }

  .mb-xl-63 {
    margin-bottom: 63px !important;
  }

  .mt-xl-63 {
    margin-top: 63px !important;
  }

  .p-xl-63 {
    padding: 63px !important;
  }

  .px-xl-63 {
    padding-inline: 63px !important;
  }

  .py-xl-63 {
    padding-block: 63px !important;
  }

  .ps-xl-63 {
    padding-left: 63px !important;
  }

  .pe-xl-63 {
    padding-right: 63px !important;
  }

  .pb-xl-63 {
    padding-bottom: 63px !important;
  }

  .pt-xl-63 {
    padding-top: 63px !important;
  }
}
.fs-64 {
  font-size: 64px !important;
}

.m-64 {
  margin: 64px !important;
}

.mx-64 {
  margin-inline: 64px !important;
}

.my-64 {
  margin-block: 64px !important;
}

.ms-64 {
  margin-left: 64px !important;
}

.me-64 {
  margin-right: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.p-64 {
  padding: 64px !important;
}

.px-64 {
  padding-inline: 64px !important;
}

.py-64 {
  padding-block: 64px !important;
}

.ps-64 {
  padding-left: 64px !important;
}

.pe-64 {
  padding-right: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

@media (min-width: 720px) {
  .fs-md-64 {
    font-size: 64px !important;
  }

  .m-md-64 {
    margin: 64px !important;
  }

  .mx-md-64 {
    margin-inline: 64px !important;
  }

  .my-md-64 {
    margin-block: 64px !important;
  }

  .ms-md-64 {
    margin-left: 64px !important;
  }

  .me-md-64 {
    margin-right: 64px !important;
  }

  .mb-md-64 {
    margin-bottom: 64px !important;
  }

  .mt-md-64 {
    margin-top: 64px !important;
  }

  .p-md-64 {
    padding: 64px !important;
  }

  .px-md-64 {
    padding-inline: 64px !important;
  }

  .py-md-64 {
    padding-block: 64px !important;
  }

  .ps-md-64 {
    padding-left: 64px !important;
  }

  .pe-md-64 {
    padding-right: 64px !important;
  }

  .pb-md-64 {
    padding-bottom: 64px !important;
  }

  .pt-md-64 {
    padding-top: 64px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-64 {
    font-size: 64px !important;
  }

  .m-lg-64 {
    margin: 64px !important;
  }

  .mx-lg-64 {
    margin-inline: 64px !important;
  }

  .my-lg-64 {
    margin-block: 64px !important;
  }

  .ms-lg-64 {
    margin-left: 64px !important;
  }

  .me-lg-64 {
    margin-right: 64px !important;
  }

  .mb-lg-64 {
    margin-bottom: 64px !important;
  }

  .mt-lg-64 {
    margin-top: 64px !important;
  }

  .p-lg-64 {
    padding: 64px !important;
  }

  .px-lg-64 {
    padding-inline: 64px !important;
  }

  .py-lg-64 {
    padding-block: 64px !important;
  }

  .ps-lg-64 {
    padding-left: 64px !important;
  }

  .pe-lg-64 {
    padding-right: 64px !important;
  }

  .pb-lg-64 {
    padding-bottom: 64px !important;
  }

  .pt-lg-64 {
    padding-top: 64px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-64 {
    font-size: 64px !important;
  }

  .m-xl-64 {
    margin: 64px !important;
  }

  .mx-xl-64 {
    margin-inline: 64px !important;
  }

  .my-xl-64 {
    margin-block: 64px !important;
  }

  .ms-xl-64 {
    margin-left: 64px !important;
  }

  .me-xl-64 {
    margin-right: 64px !important;
  }

  .mb-xl-64 {
    margin-bottom: 64px !important;
  }

  .mt-xl-64 {
    margin-top: 64px !important;
  }

  .p-xl-64 {
    padding: 64px !important;
  }

  .px-xl-64 {
    padding-inline: 64px !important;
  }

  .py-xl-64 {
    padding-block: 64px !important;
  }

  .ps-xl-64 {
    padding-left: 64px !important;
  }

  .pe-xl-64 {
    padding-right: 64px !important;
  }

  .pb-xl-64 {
    padding-bottom: 64px !important;
  }

  .pt-xl-64 {
    padding-top: 64px !important;
  }
}
.fs-65 {
  font-size: 65px !important;
}

.m-65 {
  margin: 65px !important;
}

.mx-65 {
  margin-inline: 65px !important;
}

.my-65 {
  margin-block: 65px !important;
}

.ms-65 {
  margin-left: 65px !important;
}

.me-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.p-65 {
  padding: 65px !important;
}

.px-65 {
  padding-inline: 65px !important;
}

.py-65 {
  padding-block: 65px !important;
}

.ps-65 {
  padding-left: 65px !important;
}

.pe-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

@media (min-width: 720px) {
  .fs-md-65 {
    font-size: 65px !important;
  }

  .m-md-65 {
    margin: 65px !important;
  }

  .mx-md-65 {
    margin-inline: 65px !important;
  }

  .my-md-65 {
    margin-block: 65px !important;
  }

  .ms-md-65 {
    margin-left: 65px !important;
  }

  .me-md-65 {
    margin-right: 65px !important;
  }

  .mb-md-65 {
    margin-bottom: 65px !important;
  }

  .mt-md-65 {
    margin-top: 65px !important;
  }

  .p-md-65 {
    padding: 65px !important;
  }

  .px-md-65 {
    padding-inline: 65px !important;
  }

  .py-md-65 {
    padding-block: 65px !important;
  }

  .ps-md-65 {
    padding-left: 65px !important;
  }

  .pe-md-65 {
    padding-right: 65px !important;
  }

  .pb-md-65 {
    padding-bottom: 65px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-65 {
    font-size: 65px !important;
  }

  .m-lg-65 {
    margin: 65px !important;
  }

  .mx-lg-65 {
    margin-inline: 65px !important;
  }

  .my-lg-65 {
    margin-block: 65px !important;
  }

  .ms-lg-65 {
    margin-left: 65px !important;
  }

  .me-lg-65 {
    margin-right: 65px !important;
  }

  .mb-lg-65 {
    margin-bottom: 65px !important;
  }

  .mt-lg-65 {
    margin-top: 65px !important;
  }

  .p-lg-65 {
    padding: 65px !important;
  }

  .px-lg-65 {
    padding-inline: 65px !important;
  }

  .py-lg-65 {
    padding-block: 65px !important;
  }

  .ps-lg-65 {
    padding-left: 65px !important;
  }

  .pe-lg-65 {
    padding-right: 65px !important;
  }

  .pb-lg-65 {
    padding-bottom: 65px !important;
  }

  .pt-lg-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-65 {
    font-size: 65px !important;
  }

  .m-xl-65 {
    margin: 65px !important;
  }

  .mx-xl-65 {
    margin-inline: 65px !important;
  }

  .my-xl-65 {
    margin-block: 65px !important;
  }

  .ms-xl-65 {
    margin-left: 65px !important;
  }

  .me-xl-65 {
    margin-right: 65px !important;
  }

  .mb-xl-65 {
    margin-bottom: 65px !important;
  }

  .mt-xl-65 {
    margin-top: 65px !important;
  }

  .p-xl-65 {
    padding: 65px !important;
  }

  .px-xl-65 {
    padding-inline: 65px !important;
  }

  .py-xl-65 {
    padding-block: 65px !important;
  }

  .ps-xl-65 {
    padding-left: 65px !important;
  }

  .pe-xl-65 {
    padding-right: 65px !important;
  }

  .pb-xl-65 {
    padding-bottom: 65px !important;
  }

  .pt-xl-65 {
    padding-top: 65px !important;
  }
}
.fs-66 {
  font-size: 66px !important;
}

.m-66 {
  margin: 66px !important;
}

.mx-66 {
  margin-inline: 66px !important;
}

.my-66 {
  margin-block: 66px !important;
}

.ms-66 {
  margin-left: 66px !important;
}

.me-66 {
  margin-right: 66px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.mt-66 {
  margin-top: 66px !important;
}

.p-66 {
  padding: 66px !important;
}

.px-66 {
  padding-inline: 66px !important;
}

.py-66 {
  padding-block: 66px !important;
}

.ps-66 {
  padding-left: 66px !important;
}

.pe-66 {
  padding-right: 66px !important;
}

.pb-66 {
  padding-bottom: 66px !important;
}

.pt-66 {
  padding-top: 66px !important;
}

@media (min-width: 720px) {
  .fs-md-66 {
    font-size: 66px !important;
  }

  .m-md-66 {
    margin: 66px !important;
  }

  .mx-md-66 {
    margin-inline: 66px !important;
  }

  .my-md-66 {
    margin-block: 66px !important;
  }

  .ms-md-66 {
    margin-left: 66px !important;
  }

  .me-md-66 {
    margin-right: 66px !important;
  }

  .mb-md-66 {
    margin-bottom: 66px !important;
  }

  .mt-md-66 {
    margin-top: 66px !important;
  }

  .p-md-66 {
    padding: 66px !important;
  }

  .px-md-66 {
    padding-inline: 66px !important;
  }

  .py-md-66 {
    padding-block: 66px !important;
  }

  .ps-md-66 {
    padding-left: 66px !important;
  }

  .pe-md-66 {
    padding-right: 66px !important;
  }

  .pb-md-66 {
    padding-bottom: 66px !important;
  }

  .pt-md-66 {
    padding-top: 66px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-66 {
    font-size: 66px !important;
  }

  .m-lg-66 {
    margin: 66px !important;
  }

  .mx-lg-66 {
    margin-inline: 66px !important;
  }

  .my-lg-66 {
    margin-block: 66px !important;
  }

  .ms-lg-66 {
    margin-left: 66px !important;
  }

  .me-lg-66 {
    margin-right: 66px !important;
  }

  .mb-lg-66 {
    margin-bottom: 66px !important;
  }

  .mt-lg-66 {
    margin-top: 66px !important;
  }

  .p-lg-66 {
    padding: 66px !important;
  }

  .px-lg-66 {
    padding-inline: 66px !important;
  }

  .py-lg-66 {
    padding-block: 66px !important;
  }

  .ps-lg-66 {
    padding-left: 66px !important;
  }

  .pe-lg-66 {
    padding-right: 66px !important;
  }

  .pb-lg-66 {
    padding-bottom: 66px !important;
  }

  .pt-lg-66 {
    padding-top: 66px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-66 {
    font-size: 66px !important;
  }

  .m-xl-66 {
    margin: 66px !important;
  }

  .mx-xl-66 {
    margin-inline: 66px !important;
  }

  .my-xl-66 {
    margin-block: 66px !important;
  }

  .ms-xl-66 {
    margin-left: 66px !important;
  }

  .me-xl-66 {
    margin-right: 66px !important;
  }

  .mb-xl-66 {
    margin-bottom: 66px !important;
  }

  .mt-xl-66 {
    margin-top: 66px !important;
  }

  .p-xl-66 {
    padding: 66px !important;
  }

  .px-xl-66 {
    padding-inline: 66px !important;
  }

  .py-xl-66 {
    padding-block: 66px !important;
  }

  .ps-xl-66 {
    padding-left: 66px !important;
  }

  .pe-xl-66 {
    padding-right: 66px !important;
  }

  .pb-xl-66 {
    padding-bottom: 66px !important;
  }

  .pt-xl-66 {
    padding-top: 66px !important;
  }
}
.fs-67 {
  font-size: 67px !important;
}

.m-67 {
  margin: 67px !important;
}

.mx-67 {
  margin-inline: 67px !important;
}

.my-67 {
  margin-block: 67px !important;
}

.ms-67 {
  margin-left: 67px !important;
}

.me-67 {
  margin-right: 67px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.mt-67 {
  margin-top: 67px !important;
}

.p-67 {
  padding: 67px !important;
}

.px-67 {
  padding-inline: 67px !important;
}

.py-67 {
  padding-block: 67px !important;
}

.ps-67 {
  padding-left: 67px !important;
}

.pe-67 {
  padding-right: 67px !important;
}

.pb-67 {
  padding-bottom: 67px !important;
}

.pt-67 {
  padding-top: 67px !important;
}

@media (min-width: 720px) {
  .fs-md-67 {
    font-size: 67px !important;
  }

  .m-md-67 {
    margin: 67px !important;
  }

  .mx-md-67 {
    margin-inline: 67px !important;
  }

  .my-md-67 {
    margin-block: 67px !important;
  }

  .ms-md-67 {
    margin-left: 67px !important;
  }

  .me-md-67 {
    margin-right: 67px !important;
  }

  .mb-md-67 {
    margin-bottom: 67px !important;
  }

  .mt-md-67 {
    margin-top: 67px !important;
  }

  .p-md-67 {
    padding: 67px !important;
  }

  .px-md-67 {
    padding-inline: 67px !important;
  }

  .py-md-67 {
    padding-block: 67px !important;
  }

  .ps-md-67 {
    padding-left: 67px !important;
  }

  .pe-md-67 {
    padding-right: 67px !important;
  }

  .pb-md-67 {
    padding-bottom: 67px !important;
  }

  .pt-md-67 {
    padding-top: 67px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-67 {
    font-size: 67px !important;
  }

  .m-lg-67 {
    margin: 67px !important;
  }

  .mx-lg-67 {
    margin-inline: 67px !important;
  }

  .my-lg-67 {
    margin-block: 67px !important;
  }

  .ms-lg-67 {
    margin-left: 67px !important;
  }

  .me-lg-67 {
    margin-right: 67px !important;
  }

  .mb-lg-67 {
    margin-bottom: 67px !important;
  }

  .mt-lg-67 {
    margin-top: 67px !important;
  }

  .p-lg-67 {
    padding: 67px !important;
  }

  .px-lg-67 {
    padding-inline: 67px !important;
  }

  .py-lg-67 {
    padding-block: 67px !important;
  }

  .ps-lg-67 {
    padding-left: 67px !important;
  }

  .pe-lg-67 {
    padding-right: 67px !important;
  }

  .pb-lg-67 {
    padding-bottom: 67px !important;
  }

  .pt-lg-67 {
    padding-top: 67px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-67 {
    font-size: 67px !important;
  }

  .m-xl-67 {
    margin: 67px !important;
  }

  .mx-xl-67 {
    margin-inline: 67px !important;
  }

  .my-xl-67 {
    margin-block: 67px !important;
  }

  .ms-xl-67 {
    margin-left: 67px !important;
  }

  .me-xl-67 {
    margin-right: 67px !important;
  }

  .mb-xl-67 {
    margin-bottom: 67px !important;
  }

  .mt-xl-67 {
    margin-top: 67px !important;
  }

  .p-xl-67 {
    padding: 67px !important;
  }

  .px-xl-67 {
    padding-inline: 67px !important;
  }

  .py-xl-67 {
    padding-block: 67px !important;
  }

  .ps-xl-67 {
    padding-left: 67px !important;
  }

  .pe-xl-67 {
    padding-right: 67px !important;
  }

  .pb-xl-67 {
    padding-bottom: 67px !important;
  }

  .pt-xl-67 {
    padding-top: 67px !important;
  }
}
.fs-68 {
  font-size: 68px !important;
}

.m-68 {
  margin: 68px !important;
}

.mx-68 {
  margin-inline: 68px !important;
}

.my-68 {
  margin-block: 68px !important;
}

.ms-68 {
  margin-left: 68px !important;
}

.me-68 {
  margin-right: 68px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.p-68 {
  padding: 68px !important;
}

.px-68 {
  padding-inline: 68px !important;
}

.py-68 {
  padding-block: 68px !important;
}

.ps-68 {
  padding-left: 68px !important;
}

.pe-68 {
  padding-right: 68px !important;
}

.pb-68 {
  padding-bottom: 68px !important;
}

.pt-68 {
  padding-top: 68px !important;
}

@media (min-width: 720px) {
  .fs-md-68 {
    font-size: 68px !important;
  }

  .m-md-68 {
    margin: 68px !important;
  }

  .mx-md-68 {
    margin-inline: 68px !important;
  }

  .my-md-68 {
    margin-block: 68px !important;
  }

  .ms-md-68 {
    margin-left: 68px !important;
  }

  .me-md-68 {
    margin-right: 68px !important;
  }

  .mb-md-68 {
    margin-bottom: 68px !important;
  }

  .mt-md-68 {
    margin-top: 68px !important;
  }

  .p-md-68 {
    padding: 68px !important;
  }

  .px-md-68 {
    padding-inline: 68px !important;
  }

  .py-md-68 {
    padding-block: 68px !important;
  }

  .ps-md-68 {
    padding-left: 68px !important;
  }

  .pe-md-68 {
    padding-right: 68px !important;
  }

  .pb-md-68 {
    padding-bottom: 68px !important;
  }

  .pt-md-68 {
    padding-top: 68px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-68 {
    font-size: 68px !important;
  }

  .m-lg-68 {
    margin: 68px !important;
  }

  .mx-lg-68 {
    margin-inline: 68px !important;
  }

  .my-lg-68 {
    margin-block: 68px !important;
  }

  .ms-lg-68 {
    margin-left: 68px !important;
  }

  .me-lg-68 {
    margin-right: 68px !important;
  }

  .mb-lg-68 {
    margin-bottom: 68px !important;
  }

  .mt-lg-68 {
    margin-top: 68px !important;
  }

  .p-lg-68 {
    padding: 68px !important;
  }

  .px-lg-68 {
    padding-inline: 68px !important;
  }

  .py-lg-68 {
    padding-block: 68px !important;
  }

  .ps-lg-68 {
    padding-left: 68px !important;
  }

  .pe-lg-68 {
    padding-right: 68px !important;
  }

  .pb-lg-68 {
    padding-bottom: 68px !important;
  }

  .pt-lg-68 {
    padding-top: 68px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-68 {
    font-size: 68px !important;
  }

  .m-xl-68 {
    margin: 68px !important;
  }

  .mx-xl-68 {
    margin-inline: 68px !important;
  }

  .my-xl-68 {
    margin-block: 68px !important;
  }

  .ms-xl-68 {
    margin-left: 68px !important;
  }

  .me-xl-68 {
    margin-right: 68px !important;
  }

  .mb-xl-68 {
    margin-bottom: 68px !important;
  }

  .mt-xl-68 {
    margin-top: 68px !important;
  }

  .p-xl-68 {
    padding: 68px !important;
  }

  .px-xl-68 {
    padding-inline: 68px !important;
  }

  .py-xl-68 {
    padding-block: 68px !important;
  }

  .ps-xl-68 {
    padding-left: 68px !important;
  }

  .pe-xl-68 {
    padding-right: 68px !important;
  }

  .pb-xl-68 {
    padding-bottom: 68px !important;
  }

  .pt-xl-68 {
    padding-top: 68px !important;
  }
}
.fs-69 {
  font-size: 69px !important;
}

.m-69 {
  margin: 69px !important;
}

.mx-69 {
  margin-inline: 69px !important;
}

.my-69 {
  margin-block: 69px !important;
}

.ms-69 {
  margin-left: 69px !important;
}

.me-69 {
  margin-right: 69px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.mt-69 {
  margin-top: 69px !important;
}

.p-69 {
  padding: 69px !important;
}

.px-69 {
  padding-inline: 69px !important;
}

.py-69 {
  padding-block: 69px !important;
}

.ps-69 {
  padding-left: 69px !important;
}

.pe-69 {
  padding-right: 69px !important;
}

.pb-69 {
  padding-bottom: 69px !important;
}

.pt-69 {
  padding-top: 69px !important;
}

@media (min-width: 720px) {
  .fs-md-69 {
    font-size: 69px !important;
  }

  .m-md-69 {
    margin: 69px !important;
  }

  .mx-md-69 {
    margin-inline: 69px !important;
  }

  .my-md-69 {
    margin-block: 69px !important;
  }

  .ms-md-69 {
    margin-left: 69px !important;
  }

  .me-md-69 {
    margin-right: 69px !important;
  }

  .mb-md-69 {
    margin-bottom: 69px !important;
  }

  .mt-md-69 {
    margin-top: 69px !important;
  }

  .p-md-69 {
    padding: 69px !important;
  }

  .px-md-69 {
    padding-inline: 69px !important;
  }

  .py-md-69 {
    padding-block: 69px !important;
  }

  .ps-md-69 {
    padding-left: 69px !important;
  }

  .pe-md-69 {
    padding-right: 69px !important;
  }

  .pb-md-69 {
    padding-bottom: 69px !important;
  }

  .pt-md-69 {
    padding-top: 69px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-69 {
    font-size: 69px !important;
  }

  .m-lg-69 {
    margin: 69px !important;
  }

  .mx-lg-69 {
    margin-inline: 69px !important;
  }

  .my-lg-69 {
    margin-block: 69px !important;
  }

  .ms-lg-69 {
    margin-left: 69px !important;
  }

  .me-lg-69 {
    margin-right: 69px !important;
  }

  .mb-lg-69 {
    margin-bottom: 69px !important;
  }

  .mt-lg-69 {
    margin-top: 69px !important;
  }

  .p-lg-69 {
    padding: 69px !important;
  }

  .px-lg-69 {
    padding-inline: 69px !important;
  }

  .py-lg-69 {
    padding-block: 69px !important;
  }

  .ps-lg-69 {
    padding-left: 69px !important;
  }

  .pe-lg-69 {
    padding-right: 69px !important;
  }

  .pb-lg-69 {
    padding-bottom: 69px !important;
  }

  .pt-lg-69 {
    padding-top: 69px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-69 {
    font-size: 69px !important;
  }

  .m-xl-69 {
    margin: 69px !important;
  }

  .mx-xl-69 {
    margin-inline: 69px !important;
  }

  .my-xl-69 {
    margin-block: 69px !important;
  }

  .ms-xl-69 {
    margin-left: 69px !important;
  }

  .me-xl-69 {
    margin-right: 69px !important;
  }

  .mb-xl-69 {
    margin-bottom: 69px !important;
  }

  .mt-xl-69 {
    margin-top: 69px !important;
  }

  .p-xl-69 {
    padding: 69px !important;
  }

  .px-xl-69 {
    padding-inline: 69px !important;
  }

  .py-xl-69 {
    padding-block: 69px !important;
  }

  .ps-xl-69 {
    padding-left: 69px !important;
  }

  .pe-xl-69 {
    padding-right: 69px !important;
  }

  .pb-xl-69 {
    padding-bottom: 69px !important;
  }

  .pt-xl-69 {
    padding-top: 69px !important;
  }
}
.fs-70 {
  font-size: 70px !important;
}

.m-70 {
  margin: 70px !important;
}

.mx-70 {
  margin-inline: 70px !important;
}

.my-70 {
  margin-block: 70px !important;
}

.ms-70 {
  margin-left: 70px !important;
}

.me-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.px-70 {
  padding-inline: 70px !important;
}

.py-70 {
  padding-block: 70px !important;
}

.ps-70 {
  padding-left: 70px !important;
}

.pe-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

@media (min-width: 720px) {
  .fs-md-70 {
    font-size: 70px !important;
  }

  .m-md-70 {
    margin: 70px !important;
  }

  .mx-md-70 {
    margin-inline: 70px !important;
  }

  .my-md-70 {
    margin-block: 70px !important;
  }

  .ms-md-70 {
    margin-left: 70px !important;
  }

  .me-md-70 {
    margin-right: 70px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .p-md-70 {
    padding: 70px !important;
  }

  .px-md-70 {
    padding-inline: 70px !important;
  }

  .py-md-70 {
    padding-block: 70px !important;
  }

  .ps-md-70 {
    padding-left: 70px !important;
  }

  .pe-md-70 {
    padding-right: 70px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-70 {
    font-size: 70px !important;
  }

  .m-lg-70 {
    margin: 70px !important;
  }

  .mx-lg-70 {
    margin-inline: 70px !important;
  }

  .my-lg-70 {
    margin-block: 70px !important;
  }

  .ms-lg-70 {
    margin-left: 70px !important;
  }

  .me-lg-70 {
    margin-right: 70px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .p-lg-70 {
    padding: 70px !important;
  }

  .px-lg-70 {
    padding-inline: 70px !important;
  }

  .py-lg-70 {
    padding-block: 70px !important;
  }

  .ps-lg-70 {
    padding-left: 70px !important;
  }

  .pe-lg-70 {
    padding-right: 70px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pt-lg-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-70 {
    font-size: 70px !important;
  }

  .m-xl-70 {
    margin: 70px !important;
  }

  .mx-xl-70 {
    margin-inline: 70px !important;
  }

  .my-xl-70 {
    margin-block: 70px !important;
  }

  .ms-xl-70 {
    margin-left: 70px !important;
  }

  .me-xl-70 {
    margin-right: 70px !important;
  }

  .mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .p-xl-70 {
    padding: 70px !important;
  }

  .px-xl-70 {
    padding-inline: 70px !important;
  }

  .py-xl-70 {
    padding-block: 70px !important;
  }

  .ps-xl-70 {
    padding-left: 70px !important;
  }

  .pe-xl-70 {
    padding-right: 70px !important;
  }

  .pb-xl-70 {
    padding-bottom: 70px !important;
  }

  .pt-xl-70 {
    padding-top: 70px !important;
  }
}
.fs-71 {
  font-size: 71px !important;
}

.m-71 {
  margin: 71px !important;
}

.mx-71 {
  margin-inline: 71px !important;
}

.my-71 {
  margin-block: 71px !important;
}

.ms-71 {
  margin-left: 71px !important;
}

.me-71 {
  margin-right: 71px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.mt-71 {
  margin-top: 71px !important;
}

.p-71 {
  padding: 71px !important;
}

.px-71 {
  padding-inline: 71px !important;
}

.py-71 {
  padding-block: 71px !important;
}

.ps-71 {
  padding-left: 71px !important;
}

.pe-71 {
  padding-right: 71px !important;
}

.pb-71 {
  padding-bottom: 71px !important;
}

.pt-71 {
  padding-top: 71px !important;
}

@media (min-width: 720px) {
  .fs-md-71 {
    font-size: 71px !important;
  }

  .m-md-71 {
    margin: 71px !important;
  }

  .mx-md-71 {
    margin-inline: 71px !important;
  }

  .my-md-71 {
    margin-block: 71px !important;
  }

  .ms-md-71 {
    margin-left: 71px !important;
  }

  .me-md-71 {
    margin-right: 71px !important;
  }

  .mb-md-71 {
    margin-bottom: 71px !important;
  }

  .mt-md-71 {
    margin-top: 71px !important;
  }

  .p-md-71 {
    padding: 71px !important;
  }

  .px-md-71 {
    padding-inline: 71px !important;
  }

  .py-md-71 {
    padding-block: 71px !important;
  }

  .ps-md-71 {
    padding-left: 71px !important;
  }

  .pe-md-71 {
    padding-right: 71px !important;
  }

  .pb-md-71 {
    padding-bottom: 71px !important;
  }

  .pt-md-71 {
    padding-top: 71px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-71 {
    font-size: 71px !important;
  }

  .m-lg-71 {
    margin: 71px !important;
  }

  .mx-lg-71 {
    margin-inline: 71px !important;
  }

  .my-lg-71 {
    margin-block: 71px !important;
  }

  .ms-lg-71 {
    margin-left: 71px !important;
  }

  .me-lg-71 {
    margin-right: 71px !important;
  }

  .mb-lg-71 {
    margin-bottom: 71px !important;
  }

  .mt-lg-71 {
    margin-top: 71px !important;
  }

  .p-lg-71 {
    padding: 71px !important;
  }

  .px-lg-71 {
    padding-inline: 71px !important;
  }

  .py-lg-71 {
    padding-block: 71px !important;
  }

  .ps-lg-71 {
    padding-left: 71px !important;
  }

  .pe-lg-71 {
    padding-right: 71px !important;
  }

  .pb-lg-71 {
    padding-bottom: 71px !important;
  }

  .pt-lg-71 {
    padding-top: 71px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-71 {
    font-size: 71px !important;
  }

  .m-xl-71 {
    margin: 71px !important;
  }

  .mx-xl-71 {
    margin-inline: 71px !important;
  }

  .my-xl-71 {
    margin-block: 71px !important;
  }

  .ms-xl-71 {
    margin-left: 71px !important;
  }

  .me-xl-71 {
    margin-right: 71px !important;
  }

  .mb-xl-71 {
    margin-bottom: 71px !important;
  }

  .mt-xl-71 {
    margin-top: 71px !important;
  }

  .p-xl-71 {
    padding: 71px !important;
  }

  .px-xl-71 {
    padding-inline: 71px !important;
  }

  .py-xl-71 {
    padding-block: 71px !important;
  }

  .ps-xl-71 {
    padding-left: 71px !important;
  }

  .pe-xl-71 {
    padding-right: 71px !important;
  }

  .pb-xl-71 {
    padding-bottom: 71px !important;
  }

  .pt-xl-71 {
    padding-top: 71px !important;
  }
}
.fs-72 {
  font-size: 72px !important;
}

.m-72 {
  margin: 72px !important;
}

.mx-72 {
  margin-inline: 72px !important;
}

.my-72 {
  margin-block: 72px !important;
}

.ms-72 {
  margin-left: 72px !important;
}

.me-72 {
  margin-right: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.p-72 {
  padding: 72px !important;
}

.px-72 {
  padding-inline: 72px !important;
}

.py-72 {
  padding-block: 72px !important;
}

.ps-72 {
  padding-left: 72px !important;
}

.pe-72 {
  padding-right: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

@media (min-width: 720px) {
  .fs-md-72 {
    font-size: 72px !important;
  }

  .m-md-72 {
    margin: 72px !important;
  }

  .mx-md-72 {
    margin-inline: 72px !important;
  }

  .my-md-72 {
    margin-block: 72px !important;
  }

  .ms-md-72 {
    margin-left: 72px !important;
  }

  .me-md-72 {
    margin-right: 72px !important;
  }

  .mb-md-72 {
    margin-bottom: 72px !important;
  }

  .mt-md-72 {
    margin-top: 72px !important;
  }

  .p-md-72 {
    padding: 72px !important;
  }

  .px-md-72 {
    padding-inline: 72px !important;
  }

  .py-md-72 {
    padding-block: 72px !important;
  }

  .ps-md-72 {
    padding-left: 72px !important;
  }

  .pe-md-72 {
    padding-right: 72px !important;
  }

  .pb-md-72 {
    padding-bottom: 72px !important;
  }

  .pt-md-72 {
    padding-top: 72px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-72 {
    font-size: 72px !important;
  }

  .m-lg-72 {
    margin: 72px !important;
  }

  .mx-lg-72 {
    margin-inline: 72px !important;
  }

  .my-lg-72 {
    margin-block: 72px !important;
  }

  .ms-lg-72 {
    margin-left: 72px !important;
  }

  .me-lg-72 {
    margin-right: 72px !important;
  }

  .mb-lg-72 {
    margin-bottom: 72px !important;
  }

  .mt-lg-72 {
    margin-top: 72px !important;
  }

  .p-lg-72 {
    padding: 72px !important;
  }

  .px-lg-72 {
    padding-inline: 72px !important;
  }

  .py-lg-72 {
    padding-block: 72px !important;
  }

  .ps-lg-72 {
    padding-left: 72px !important;
  }

  .pe-lg-72 {
    padding-right: 72px !important;
  }

  .pb-lg-72 {
    padding-bottom: 72px !important;
  }

  .pt-lg-72 {
    padding-top: 72px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-72 {
    font-size: 72px !important;
  }

  .m-xl-72 {
    margin: 72px !important;
  }

  .mx-xl-72 {
    margin-inline: 72px !important;
  }

  .my-xl-72 {
    margin-block: 72px !important;
  }

  .ms-xl-72 {
    margin-left: 72px !important;
  }

  .me-xl-72 {
    margin-right: 72px !important;
  }

  .mb-xl-72 {
    margin-bottom: 72px !important;
  }

  .mt-xl-72 {
    margin-top: 72px !important;
  }

  .p-xl-72 {
    padding: 72px !important;
  }

  .px-xl-72 {
    padding-inline: 72px !important;
  }

  .py-xl-72 {
    padding-block: 72px !important;
  }

  .ps-xl-72 {
    padding-left: 72px !important;
  }

  .pe-xl-72 {
    padding-right: 72px !important;
  }

  .pb-xl-72 {
    padding-bottom: 72px !important;
  }

  .pt-xl-72 {
    padding-top: 72px !important;
  }
}
.fs-73 {
  font-size: 73px !important;
}

.m-73 {
  margin: 73px !important;
}

.mx-73 {
  margin-inline: 73px !important;
}

.my-73 {
  margin-block: 73px !important;
}

.ms-73 {
  margin-left: 73px !important;
}

.me-73 {
  margin-right: 73px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.mt-73 {
  margin-top: 73px !important;
}

.p-73 {
  padding: 73px !important;
}

.px-73 {
  padding-inline: 73px !important;
}

.py-73 {
  padding-block: 73px !important;
}

.ps-73 {
  padding-left: 73px !important;
}

.pe-73 {
  padding-right: 73px !important;
}

.pb-73 {
  padding-bottom: 73px !important;
}

.pt-73 {
  padding-top: 73px !important;
}

@media (min-width: 720px) {
  .fs-md-73 {
    font-size: 73px !important;
  }

  .m-md-73 {
    margin: 73px !important;
  }

  .mx-md-73 {
    margin-inline: 73px !important;
  }

  .my-md-73 {
    margin-block: 73px !important;
  }

  .ms-md-73 {
    margin-left: 73px !important;
  }

  .me-md-73 {
    margin-right: 73px !important;
  }

  .mb-md-73 {
    margin-bottom: 73px !important;
  }

  .mt-md-73 {
    margin-top: 73px !important;
  }

  .p-md-73 {
    padding: 73px !important;
  }

  .px-md-73 {
    padding-inline: 73px !important;
  }

  .py-md-73 {
    padding-block: 73px !important;
  }

  .ps-md-73 {
    padding-left: 73px !important;
  }

  .pe-md-73 {
    padding-right: 73px !important;
  }

  .pb-md-73 {
    padding-bottom: 73px !important;
  }

  .pt-md-73 {
    padding-top: 73px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-73 {
    font-size: 73px !important;
  }

  .m-lg-73 {
    margin: 73px !important;
  }

  .mx-lg-73 {
    margin-inline: 73px !important;
  }

  .my-lg-73 {
    margin-block: 73px !important;
  }

  .ms-lg-73 {
    margin-left: 73px !important;
  }

  .me-lg-73 {
    margin-right: 73px !important;
  }

  .mb-lg-73 {
    margin-bottom: 73px !important;
  }

  .mt-lg-73 {
    margin-top: 73px !important;
  }

  .p-lg-73 {
    padding: 73px !important;
  }

  .px-lg-73 {
    padding-inline: 73px !important;
  }

  .py-lg-73 {
    padding-block: 73px !important;
  }

  .ps-lg-73 {
    padding-left: 73px !important;
  }

  .pe-lg-73 {
    padding-right: 73px !important;
  }

  .pb-lg-73 {
    padding-bottom: 73px !important;
  }

  .pt-lg-73 {
    padding-top: 73px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-73 {
    font-size: 73px !important;
  }

  .m-xl-73 {
    margin: 73px !important;
  }

  .mx-xl-73 {
    margin-inline: 73px !important;
  }

  .my-xl-73 {
    margin-block: 73px !important;
  }

  .ms-xl-73 {
    margin-left: 73px !important;
  }

  .me-xl-73 {
    margin-right: 73px !important;
  }

  .mb-xl-73 {
    margin-bottom: 73px !important;
  }

  .mt-xl-73 {
    margin-top: 73px !important;
  }

  .p-xl-73 {
    padding: 73px !important;
  }

  .px-xl-73 {
    padding-inline: 73px !important;
  }

  .py-xl-73 {
    padding-block: 73px !important;
  }

  .ps-xl-73 {
    padding-left: 73px !important;
  }

  .pe-xl-73 {
    padding-right: 73px !important;
  }

  .pb-xl-73 {
    padding-bottom: 73px !important;
  }

  .pt-xl-73 {
    padding-top: 73px !important;
  }
}
.fs-74 {
  font-size: 74px !important;
}

.m-74 {
  margin: 74px !important;
}

.mx-74 {
  margin-inline: 74px !important;
}

.my-74 {
  margin-block: 74px !important;
}

.ms-74 {
  margin-left: 74px !important;
}

.me-74 {
  margin-right: 74px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.mt-74 {
  margin-top: 74px !important;
}

.p-74 {
  padding: 74px !important;
}

.px-74 {
  padding-inline: 74px !important;
}

.py-74 {
  padding-block: 74px !important;
}

.ps-74 {
  padding-left: 74px !important;
}

.pe-74 {
  padding-right: 74px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.pt-74 {
  padding-top: 74px !important;
}

@media (min-width: 720px) {
  .fs-md-74 {
    font-size: 74px !important;
  }

  .m-md-74 {
    margin: 74px !important;
  }

  .mx-md-74 {
    margin-inline: 74px !important;
  }

  .my-md-74 {
    margin-block: 74px !important;
  }

  .ms-md-74 {
    margin-left: 74px !important;
  }

  .me-md-74 {
    margin-right: 74px !important;
  }

  .mb-md-74 {
    margin-bottom: 74px !important;
  }

  .mt-md-74 {
    margin-top: 74px !important;
  }

  .p-md-74 {
    padding: 74px !important;
  }

  .px-md-74 {
    padding-inline: 74px !important;
  }

  .py-md-74 {
    padding-block: 74px !important;
  }

  .ps-md-74 {
    padding-left: 74px !important;
  }

  .pe-md-74 {
    padding-right: 74px !important;
  }

  .pb-md-74 {
    padding-bottom: 74px !important;
  }

  .pt-md-74 {
    padding-top: 74px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-74 {
    font-size: 74px !important;
  }

  .m-lg-74 {
    margin: 74px !important;
  }

  .mx-lg-74 {
    margin-inline: 74px !important;
  }

  .my-lg-74 {
    margin-block: 74px !important;
  }

  .ms-lg-74 {
    margin-left: 74px !important;
  }

  .me-lg-74 {
    margin-right: 74px !important;
  }

  .mb-lg-74 {
    margin-bottom: 74px !important;
  }

  .mt-lg-74 {
    margin-top: 74px !important;
  }

  .p-lg-74 {
    padding: 74px !important;
  }

  .px-lg-74 {
    padding-inline: 74px !important;
  }

  .py-lg-74 {
    padding-block: 74px !important;
  }

  .ps-lg-74 {
    padding-left: 74px !important;
  }

  .pe-lg-74 {
    padding-right: 74px !important;
  }

  .pb-lg-74 {
    padding-bottom: 74px !important;
  }

  .pt-lg-74 {
    padding-top: 74px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-74 {
    font-size: 74px !important;
  }

  .m-xl-74 {
    margin: 74px !important;
  }

  .mx-xl-74 {
    margin-inline: 74px !important;
  }

  .my-xl-74 {
    margin-block: 74px !important;
  }

  .ms-xl-74 {
    margin-left: 74px !important;
  }

  .me-xl-74 {
    margin-right: 74px !important;
  }

  .mb-xl-74 {
    margin-bottom: 74px !important;
  }

  .mt-xl-74 {
    margin-top: 74px !important;
  }

  .p-xl-74 {
    padding: 74px !important;
  }

  .px-xl-74 {
    padding-inline: 74px !important;
  }

  .py-xl-74 {
    padding-block: 74px !important;
  }

  .ps-xl-74 {
    padding-left: 74px !important;
  }

  .pe-xl-74 {
    padding-right: 74px !important;
  }

  .pb-xl-74 {
    padding-bottom: 74px !important;
  }

  .pt-xl-74 {
    padding-top: 74px !important;
  }
}
.fs-75 {
  font-size: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.mx-75 {
  margin-inline: 75px !important;
}

.my-75 {
  margin-block: 75px !important;
}

.ms-75 {
  margin-left: 75px !important;
}

.me-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.px-75 {
  padding-inline: 75px !important;
}

.py-75 {
  padding-block: 75px !important;
}

.ps-75 {
  padding-left: 75px !important;
}

.pe-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

@media (min-width: 720px) {
  .fs-md-75 {
    font-size: 75px !important;
  }

  .m-md-75 {
    margin: 75px !important;
  }

  .mx-md-75 {
    margin-inline: 75px !important;
  }

  .my-md-75 {
    margin-block: 75px !important;
  }

  .ms-md-75 {
    margin-left: 75px !important;
  }

  .me-md-75 {
    margin-right: 75px !important;
  }

  .mb-md-75 {
    margin-bottom: 75px !important;
  }

  .mt-md-75 {
    margin-top: 75px !important;
  }

  .p-md-75 {
    padding: 75px !important;
  }

  .px-md-75 {
    padding-inline: 75px !important;
  }

  .py-md-75 {
    padding-block: 75px !important;
  }

  .ps-md-75 {
    padding-left: 75px !important;
  }

  .pe-md-75 {
    padding-right: 75px !important;
  }

  .pb-md-75 {
    padding-bottom: 75px !important;
  }

  .pt-md-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-75 {
    font-size: 75px !important;
  }

  .m-lg-75 {
    margin: 75px !important;
  }

  .mx-lg-75 {
    margin-inline: 75px !important;
  }

  .my-lg-75 {
    margin-block: 75px !important;
  }

  .ms-lg-75 {
    margin-left: 75px !important;
  }

  .me-lg-75 {
    margin-right: 75px !important;
  }

  .mb-lg-75 {
    margin-bottom: 75px !important;
  }

  .mt-lg-75 {
    margin-top: 75px !important;
  }

  .p-lg-75 {
    padding: 75px !important;
  }

  .px-lg-75 {
    padding-inline: 75px !important;
  }

  .py-lg-75 {
    padding-block: 75px !important;
  }

  .ps-lg-75 {
    padding-left: 75px !important;
  }

  .pe-lg-75 {
    padding-right: 75px !important;
  }

  .pb-lg-75 {
    padding-bottom: 75px !important;
  }

  .pt-lg-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-75 {
    font-size: 75px !important;
  }

  .m-xl-75 {
    margin: 75px !important;
  }

  .mx-xl-75 {
    margin-inline: 75px !important;
  }

  .my-xl-75 {
    margin-block: 75px !important;
  }

  .ms-xl-75 {
    margin-left: 75px !important;
  }

  .me-xl-75 {
    margin-right: 75px !important;
  }

  .mb-xl-75 {
    margin-bottom: 75px !important;
  }

  .mt-xl-75 {
    margin-top: 75px !important;
  }

  .p-xl-75 {
    padding: 75px !important;
  }

  .px-xl-75 {
    padding-inline: 75px !important;
  }

  .py-xl-75 {
    padding-block: 75px !important;
  }

  .ps-xl-75 {
    padding-left: 75px !important;
  }

  .pe-xl-75 {
    padding-right: 75px !important;
  }

  .pb-xl-75 {
    padding-bottom: 75px !important;
  }

  .pt-xl-75 {
    padding-top: 75px !important;
  }
}
.fs-76 {
  font-size: 76px !important;
}

.m-76 {
  margin: 76px !important;
}

.mx-76 {
  margin-inline: 76px !important;
}

.my-76 {
  margin-block: 76px !important;
}

.ms-76 {
  margin-left: 76px !important;
}

.me-76 {
  margin-right: 76px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.p-76 {
  padding: 76px !important;
}

.px-76 {
  padding-inline: 76px !important;
}

.py-76 {
  padding-block: 76px !important;
}

.ps-76 {
  padding-left: 76px !important;
}

.pe-76 {
  padding-right: 76px !important;
}

.pb-76 {
  padding-bottom: 76px !important;
}

.pt-76 {
  padding-top: 76px !important;
}

@media (min-width: 720px) {
  .fs-md-76 {
    font-size: 76px !important;
  }

  .m-md-76 {
    margin: 76px !important;
  }

  .mx-md-76 {
    margin-inline: 76px !important;
  }

  .my-md-76 {
    margin-block: 76px !important;
  }

  .ms-md-76 {
    margin-left: 76px !important;
  }

  .me-md-76 {
    margin-right: 76px !important;
  }

  .mb-md-76 {
    margin-bottom: 76px !important;
  }

  .mt-md-76 {
    margin-top: 76px !important;
  }

  .p-md-76 {
    padding: 76px !important;
  }

  .px-md-76 {
    padding-inline: 76px !important;
  }

  .py-md-76 {
    padding-block: 76px !important;
  }

  .ps-md-76 {
    padding-left: 76px !important;
  }

  .pe-md-76 {
    padding-right: 76px !important;
  }

  .pb-md-76 {
    padding-bottom: 76px !important;
  }

  .pt-md-76 {
    padding-top: 76px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-76 {
    font-size: 76px !important;
  }

  .m-lg-76 {
    margin: 76px !important;
  }

  .mx-lg-76 {
    margin-inline: 76px !important;
  }

  .my-lg-76 {
    margin-block: 76px !important;
  }

  .ms-lg-76 {
    margin-left: 76px !important;
  }

  .me-lg-76 {
    margin-right: 76px !important;
  }

  .mb-lg-76 {
    margin-bottom: 76px !important;
  }

  .mt-lg-76 {
    margin-top: 76px !important;
  }

  .p-lg-76 {
    padding: 76px !important;
  }

  .px-lg-76 {
    padding-inline: 76px !important;
  }

  .py-lg-76 {
    padding-block: 76px !important;
  }

  .ps-lg-76 {
    padding-left: 76px !important;
  }

  .pe-lg-76 {
    padding-right: 76px !important;
  }

  .pb-lg-76 {
    padding-bottom: 76px !important;
  }

  .pt-lg-76 {
    padding-top: 76px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-76 {
    font-size: 76px !important;
  }

  .m-xl-76 {
    margin: 76px !important;
  }

  .mx-xl-76 {
    margin-inline: 76px !important;
  }

  .my-xl-76 {
    margin-block: 76px !important;
  }

  .ms-xl-76 {
    margin-left: 76px !important;
  }

  .me-xl-76 {
    margin-right: 76px !important;
  }

  .mb-xl-76 {
    margin-bottom: 76px !important;
  }

  .mt-xl-76 {
    margin-top: 76px !important;
  }

  .p-xl-76 {
    padding: 76px !important;
  }

  .px-xl-76 {
    padding-inline: 76px !important;
  }

  .py-xl-76 {
    padding-block: 76px !important;
  }

  .ps-xl-76 {
    padding-left: 76px !important;
  }

  .pe-xl-76 {
    padding-right: 76px !important;
  }

  .pb-xl-76 {
    padding-bottom: 76px !important;
  }

  .pt-xl-76 {
    padding-top: 76px !important;
  }
}
.fs-77 {
  font-size: 77px !important;
}

.m-77 {
  margin: 77px !important;
}

.mx-77 {
  margin-inline: 77px !important;
}

.my-77 {
  margin-block: 77px !important;
}

.ms-77 {
  margin-left: 77px !important;
}

.me-77 {
  margin-right: 77px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.mt-77 {
  margin-top: 77px !important;
}

.p-77 {
  padding: 77px !important;
}

.px-77 {
  padding-inline: 77px !important;
}

.py-77 {
  padding-block: 77px !important;
}

.ps-77 {
  padding-left: 77px !important;
}

.pe-77 {
  padding-right: 77px !important;
}

.pb-77 {
  padding-bottom: 77px !important;
}

.pt-77 {
  padding-top: 77px !important;
}

@media (min-width: 720px) {
  .fs-md-77 {
    font-size: 77px !important;
  }

  .m-md-77 {
    margin: 77px !important;
  }

  .mx-md-77 {
    margin-inline: 77px !important;
  }

  .my-md-77 {
    margin-block: 77px !important;
  }

  .ms-md-77 {
    margin-left: 77px !important;
  }

  .me-md-77 {
    margin-right: 77px !important;
  }

  .mb-md-77 {
    margin-bottom: 77px !important;
  }

  .mt-md-77 {
    margin-top: 77px !important;
  }

  .p-md-77 {
    padding: 77px !important;
  }

  .px-md-77 {
    padding-inline: 77px !important;
  }

  .py-md-77 {
    padding-block: 77px !important;
  }

  .ps-md-77 {
    padding-left: 77px !important;
  }

  .pe-md-77 {
    padding-right: 77px !important;
  }

  .pb-md-77 {
    padding-bottom: 77px !important;
  }

  .pt-md-77 {
    padding-top: 77px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-77 {
    font-size: 77px !important;
  }

  .m-lg-77 {
    margin: 77px !important;
  }

  .mx-lg-77 {
    margin-inline: 77px !important;
  }

  .my-lg-77 {
    margin-block: 77px !important;
  }

  .ms-lg-77 {
    margin-left: 77px !important;
  }

  .me-lg-77 {
    margin-right: 77px !important;
  }

  .mb-lg-77 {
    margin-bottom: 77px !important;
  }

  .mt-lg-77 {
    margin-top: 77px !important;
  }

  .p-lg-77 {
    padding: 77px !important;
  }

  .px-lg-77 {
    padding-inline: 77px !important;
  }

  .py-lg-77 {
    padding-block: 77px !important;
  }

  .ps-lg-77 {
    padding-left: 77px !important;
  }

  .pe-lg-77 {
    padding-right: 77px !important;
  }

  .pb-lg-77 {
    padding-bottom: 77px !important;
  }

  .pt-lg-77 {
    padding-top: 77px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-77 {
    font-size: 77px !important;
  }

  .m-xl-77 {
    margin: 77px !important;
  }

  .mx-xl-77 {
    margin-inline: 77px !important;
  }

  .my-xl-77 {
    margin-block: 77px !important;
  }

  .ms-xl-77 {
    margin-left: 77px !important;
  }

  .me-xl-77 {
    margin-right: 77px !important;
  }

  .mb-xl-77 {
    margin-bottom: 77px !important;
  }

  .mt-xl-77 {
    margin-top: 77px !important;
  }

  .p-xl-77 {
    padding: 77px !important;
  }

  .px-xl-77 {
    padding-inline: 77px !important;
  }

  .py-xl-77 {
    padding-block: 77px !important;
  }

  .ps-xl-77 {
    padding-left: 77px !important;
  }

  .pe-xl-77 {
    padding-right: 77px !important;
  }

  .pb-xl-77 {
    padding-bottom: 77px !important;
  }

  .pt-xl-77 {
    padding-top: 77px !important;
  }
}
.fs-78 {
  font-size: 78px !important;
}

.m-78 {
  margin: 78px !important;
}

.mx-78 {
  margin-inline: 78px !important;
}

.my-78 {
  margin-block: 78px !important;
}

.ms-78 {
  margin-left: 78px !important;
}

.me-78 {
  margin-right: 78px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.mt-78 {
  margin-top: 78px !important;
}

.p-78 {
  padding: 78px !important;
}

.px-78 {
  padding-inline: 78px !important;
}

.py-78 {
  padding-block: 78px !important;
}

.ps-78 {
  padding-left: 78px !important;
}

.pe-78 {
  padding-right: 78px !important;
}

.pb-78 {
  padding-bottom: 78px !important;
}

.pt-78 {
  padding-top: 78px !important;
}

@media (min-width: 720px) {
  .fs-md-78 {
    font-size: 78px !important;
  }

  .m-md-78 {
    margin: 78px !important;
  }

  .mx-md-78 {
    margin-inline: 78px !important;
  }

  .my-md-78 {
    margin-block: 78px !important;
  }

  .ms-md-78 {
    margin-left: 78px !important;
  }

  .me-md-78 {
    margin-right: 78px !important;
  }

  .mb-md-78 {
    margin-bottom: 78px !important;
  }

  .mt-md-78 {
    margin-top: 78px !important;
  }

  .p-md-78 {
    padding: 78px !important;
  }

  .px-md-78 {
    padding-inline: 78px !important;
  }

  .py-md-78 {
    padding-block: 78px !important;
  }

  .ps-md-78 {
    padding-left: 78px !important;
  }

  .pe-md-78 {
    padding-right: 78px !important;
  }

  .pb-md-78 {
    padding-bottom: 78px !important;
  }

  .pt-md-78 {
    padding-top: 78px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-78 {
    font-size: 78px !important;
  }

  .m-lg-78 {
    margin: 78px !important;
  }

  .mx-lg-78 {
    margin-inline: 78px !important;
  }

  .my-lg-78 {
    margin-block: 78px !important;
  }

  .ms-lg-78 {
    margin-left: 78px !important;
  }

  .me-lg-78 {
    margin-right: 78px !important;
  }

  .mb-lg-78 {
    margin-bottom: 78px !important;
  }

  .mt-lg-78 {
    margin-top: 78px !important;
  }

  .p-lg-78 {
    padding: 78px !important;
  }

  .px-lg-78 {
    padding-inline: 78px !important;
  }

  .py-lg-78 {
    padding-block: 78px !important;
  }

  .ps-lg-78 {
    padding-left: 78px !important;
  }

  .pe-lg-78 {
    padding-right: 78px !important;
  }

  .pb-lg-78 {
    padding-bottom: 78px !important;
  }

  .pt-lg-78 {
    padding-top: 78px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-78 {
    font-size: 78px !important;
  }

  .m-xl-78 {
    margin: 78px !important;
  }

  .mx-xl-78 {
    margin-inline: 78px !important;
  }

  .my-xl-78 {
    margin-block: 78px !important;
  }

  .ms-xl-78 {
    margin-left: 78px !important;
  }

  .me-xl-78 {
    margin-right: 78px !important;
  }

  .mb-xl-78 {
    margin-bottom: 78px !important;
  }

  .mt-xl-78 {
    margin-top: 78px !important;
  }

  .p-xl-78 {
    padding: 78px !important;
  }

  .px-xl-78 {
    padding-inline: 78px !important;
  }

  .py-xl-78 {
    padding-block: 78px !important;
  }

  .ps-xl-78 {
    padding-left: 78px !important;
  }

  .pe-xl-78 {
    padding-right: 78px !important;
  }

  .pb-xl-78 {
    padding-bottom: 78px !important;
  }

  .pt-xl-78 {
    padding-top: 78px !important;
  }
}
.fs-79 {
  font-size: 79px !important;
}

.m-79 {
  margin: 79px !important;
}

.mx-79 {
  margin-inline: 79px !important;
}

.my-79 {
  margin-block: 79px !important;
}

.ms-79 {
  margin-left: 79px !important;
}

.me-79 {
  margin-right: 79px !important;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.mt-79 {
  margin-top: 79px !important;
}

.p-79 {
  padding: 79px !important;
}

.px-79 {
  padding-inline: 79px !important;
}

.py-79 {
  padding-block: 79px !important;
}

.ps-79 {
  padding-left: 79px !important;
}

.pe-79 {
  padding-right: 79px !important;
}

.pb-79 {
  padding-bottom: 79px !important;
}

.pt-79 {
  padding-top: 79px !important;
}

@media (min-width: 720px) {
  .fs-md-79 {
    font-size: 79px !important;
  }

  .m-md-79 {
    margin: 79px !important;
  }

  .mx-md-79 {
    margin-inline: 79px !important;
  }

  .my-md-79 {
    margin-block: 79px !important;
  }

  .ms-md-79 {
    margin-left: 79px !important;
  }

  .me-md-79 {
    margin-right: 79px !important;
  }

  .mb-md-79 {
    margin-bottom: 79px !important;
  }

  .mt-md-79 {
    margin-top: 79px !important;
  }

  .p-md-79 {
    padding: 79px !important;
  }

  .px-md-79 {
    padding-inline: 79px !important;
  }

  .py-md-79 {
    padding-block: 79px !important;
  }

  .ps-md-79 {
    padding-left: 79px !important;
  }

  .pe-md-79 {
    padding-right: 79px !important;
  }

  .pb-md-79 {
    padding-bottom: 79px !important;
  }

  .pt-md-79 {
    padding-top: 79px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-79 {
    font-size: 79px !important;
  }

  .m-lg-79 {
    margin: 79px !important;
  }

  .mx-lg-79 {
    margin-inline: 79px !important;
  }

  .my-lg-79 {
    margin-block: 79px !important;
  }

  .ms-lg-79 {
    margin-left: 79px !important;
  }

  .me-lg-79 {
    margin-right: 79px !important;
  }

  .mb-lg-79 {
    margin-bottom: 79px !important;
  }

  .mt-lg-79 {
    margin-top: 79px !important;
  }

  .p-lg-79 {
    padding: 79px !important;
  }

  .px-lg-79 {
    padding-inline: 79px !important;
  }

  .py-lg-79 {
    padding-block: 79px !important;
  }

  .ps-lg-79 {
    padding-left: 79px !important;
  }

  .pe-lg-79 {
    padding-right: 79px !important;
  }

  .pb-lg-79 {
    padding-bottom: 79px !important;
  }

  .pt-lg-79 {
    padding-top: 79px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-79 {
    font-size: 79px !important;
  }

  .m-xl-79 {
    margin: 79px !important;
  }

  .mx-xl-79 {
    margin-inline: 79px !important;
  }

  .my-xl-79 {
    margin-block: 79px !important;
  }

  .ms-xl-79 {
    margin-left: 79px !important;
  }

  .me-xl-79 {
    margin-right: 79px !important;
  }

  .mb-xl-79 {
    margin-bottom: 79px !important;
  }

  .mt-xl-79 {
    margin-top: 79px !important;
  }

  .p-xl-79 {
    padding: 79px !important;
  }

  .px-xl-79 {
    padding-inline: 79px !important;
  }

  .py-xl-79 {
    padding-block: 79px !important;
  }

  .ps-xl-79 {
    padding-left: 79px !important;
  }

  .pe-xl-79 {
    padding-right: 79px !important;
  }

  .pb-xl-79 {
    padding-bottom: 79px !important;
  }

  .pt-xl-79 {
    padding-top: 79px !important;
  }
}
.fs-80 {
  font-size: 80px !important;
}

.m-80 {
  margin: 80px !important;
}

.mx-80 {
  margin-inline: 80px !important;
}

.my-80 {
  margin-block: 80px !important;
}

.ms-80 {
  margin-left: 80px !important;
}

.me-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.px-80 {
  padding-inline: 80px !important;
}

.py-80 {
  padding-block: 80px !important;
}

.ps-80 {
  padding-left: 80px !important;
}

.pe-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

@media (min-width: 720px) {
  .fs-md-80 {
    font-size: 80px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .mx-md-80 {
    margin-inline: 80px !important;
  }

  .my-md-80 {
    margin-block: 80px !important;
  }

  .ms-md-80 {
    margin-left: 80px !important;
  }

  .me-md-80 {
    margin-right: 80px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .p-md-80 {
    padding: 80px !important;
  }

  .px-md-80 {
    padding-inline: 80px !important;
  }

  .py-md-80 {
    padding-block: 80px !important;
  }

  .ps-md-80 {
    padding-left: 80px !important;
  }

  .pe-md-80 {
    padding-right: 80px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-80 {
    font-size: 80px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

  .mx-lg-80 {
    margin-inline: 80px !important;
  }

  .my-lg-80 {
    margin-block: 80px !important;
  }

  .ms-lg-80 {
    margin-left: 80px !important;
  }

  .me-lg-80 {
    margin-right: 80px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

  .px-lg-80 {
    padding-inline: 80px !important;
  }

  .py-lg-80 {
    padding-block: 80px !important;
  }

  .ps-lg-80 {
    padding-left: 80px !important;
  }

  .pe-lg-80 {
    padding-right: 80px !important;
  }

  .pb-lg-80 {
    padding-bottom: 80px !important;
  }

  .pt-lg-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-80 {
    font-size: 80px !important;
  }

  .m-xl-80 {
    margin: 80px !important;
  }

  .mx-xl-80 {
    margin-inline: 80px !important;
  }

  .my-xl-80 {
    margin-block: 80px !important;
  }

  .ms-xl-80 {
    margin-left: 80px !important;
  }

  .me-xl-80 {
    margin-right: 80px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .p-xl-80 {
    padding: 80px !important;
  }

  .px-xl-80 {
    padding-inline: 80px !important;
  }

  .py-xl-80 {
    padding-block: 80px !important;
  }

  .ps-xl-80 {
    padding-left: 80px !important;
  }

  .pe-xl-80 {
    padding-right: 80px !important;
  }

  .pb-xl-80 {
    padding-bottom: 80px !important;
  }

  .pt-xl-80 {
    padding-top: 80px !important;
  }
}
.fs-81 {
  font-size: 81px !important;
}

.m-81 {
  margin: 81px !important;
}

.mx-81 {
  margin-inline: 81px !important;
}

.my-81 {
  margin-block: 81px !important;
}

.ms-81 {
  margin-left: 81px !important;
}

.me-81 {
  margin-right: 81px !important;
}

.mb-81 {
  margin-bottom: 81px !important;
}

.mt-81 {
  margin-top: 81px !important;
}

.p-81 {
  padding: 81px !important;
}

.px-81 {
  padding-inline: 81px !important;
}

.py-81 {
  padding-block: 81px !important;
}

.ps-81 {
  padding-left: 81px !important;
}

.pe-81 {
  padding-right: 81px !important;
}

.pb-81 {
  padding-bottom: 81px !important;
}

.pt-81 {
  padding-top: 81px !important;
}

@media (min-width: 720px) {
  .fs-md-81 {
    font-size: 81px !important;
  }

  .m-md-81 {
    margin: 81px !important;
  }

  .mx-md-81 {
    margin-inline: 81px !important;
  }

  .my-md-81 {
    margin-block: 81px !important;
  }

  .ms-md-81 {
    margin-left: 81px !important;
  }

  .me-md-81 {
    margin-right: 81px !important;
  }

  .mb-md-81 {
    margin-bottom: 81px !important;
  }

  .mt-md-81 {
    margin-top: 81px !important;
  }

  .p-md-81 {
    padding: 81px !important;
  }

  .px-md-81 {
    padding-inline: 81px !important;
  }

  .py-md-81 {
    padding-block: 81px !important;
  }

  .ps-md-81 {
    padding-left: 81px !important;
  }

  .pe-md-81 {
    padding-right: 81px !important;
  }

  .pb-md-81 {
    padding-bottom: 81px !important;
  }

  .pt-md-81 {
    padding-top: 81px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-81 {
    font-size: 81px !important;
  }

  .m-lg-81 {
    margin: 81px !important;
  }

  .mx-lg-81 {
    margin-inline: 81px !important;
  }

  .my-lg-81 {
    margin-block: 81px !important;
  }

  .ms-lg-81 {
    margin-left: 81px !important;
  }

  .me-lg-81 {
    margin-right: 81px !important;
  }

  .mb-lg-81 {
    margin-bottom: 81px !important;
  }

  .mt-lg-81 {
    margin-top: 81px !important;
  }

  .p-lg-81 {
    padding: 81px !important;
  }

  .px-lg-81 {
    padding-inline: 81px !important;
  }

  .py-lg-81 {
    padding-block: 81px !important;
  }

  .ps-lg-81 {
    padding-left: 81px !important;
  }

  .pe-lg-81 {
    padding-right: 81px !important;
  }

  .pb-lg-81 {
    padding-bottom: 81px !important;
  }

  .pt-lg-81 {
    padding-top: 81px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-81 {
    font-size: 81px !important;
  }

  .m-xl-81 {
    margin: 81px !important;
  }

  .mx-xl-81 {
    margin-inline: 81px !important;
  }

  .my-xl-81 {
    margin-block: 81px !important;
  }

  .ms-xl-81 {
    margin-left: 81px !important;
  }

  .me-xl-81 {
    margin-right: 81px !important;
  }

  .mb-xl-81 {
    margin-bottom: 81px !important;
  }

  .mt-xl-81 {
    margin-top: 81px !important;
  }

  .p-xl-81 {
    padding: 81px !important;
  }

  .px-xl-81 {
    padding-inline: 81px !important;
  }

  .py-xl-81 {
    padding-block: 81px !important;
  }

  .ps-xl-81 {
    padding-left: 81px !important;
  }

  .pe-xl-81 {
    padding-right: 81px !important;
  }

  .pb-xl-81 {
    padding-bottom: 81px !important;
  }

  .pt-xl-81 {
    padding-top: 81px !important;
  }
}
.fs-82 {
  font-size: 82px !important;
}

.m-82 {
  margin: 82px !important;
}

.mx-82 {
  margin-inline: 82px !important;
}

.my-82 {
  margin-block: 82px !important;
}

.ms-82 {
  margin-left: 82px !important;
}

.me-82 {
  margin-right: 82px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.mt-82 {
  margin-top: 82px !important;
}

.p-82 {
  padding: 82px !important;
}

.px-82 {
  padding-inline: 82px !important;
}

.py-82 {
  padding-block: 82px !important;
}

.ps-82 {
  padding-left: 82px !important;
}

.pe-82 {
  padding-right: 82px !important;
}

.pb-82 {
  padding-bottom: 82px !important;
}

.pt-82 {
  padding-top: 82px !important;
}

@media (min-width: 720px) {
  .fs-md-82 {
    font-size: 82px !important;
  }

  .m-md-82 {
    margin: 82px !important;
  }

  .mx-md-82 {
    margin-inline: 82px !important;
  }

  .my-md-82 {
    margin-block: 82px !important;
  }

  .ms-md-82 {
    margin-left: 82px !important;
  }

  .me-md-82 {
    margin-right: 82px !important;
  }

  .mb-md-82 {
    margin-bottom: 82px !important;
  }

  .mt-md-82 {
    margin-top: 82px !important;
  }

  .p-md-82 {
    padding: 82px !important;
  }

  .px-md-82 {
    padding-inline: 82px !important;
  }

  .py-md-82 {
    padding-block: 82px !important;
  }

  .ps-md-82 {
    padding-left: 82px !important;
  }

  .pe-md-82 {
    padding-right: 82px !important;
  }

  .pb-md-82 {
    padding-bottom: 82px !important;
  }

  .pt-md-82 {
    padding-top: 82px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-82 {
    font-size: 82px !important;
  }

  .m-lg-82 {
    margin: 82px !important;
  }

  .mx-lg-82 {
    margin-inline: 82px !important;
  }

  .my-lg-82 {
    margin-block: 82px !important;
  }

  .ms-lg-82 {
    margin-left: 82px !important;
  }

  .me-lg-82 {
    margin-right: 82px !important;
  }

  .mb-lg-82 {
    margin-bottom: 82px !important;
  }

  .mt-lg-82 {
    margin-top: 82px !important;
  }

  .p-lg-82 {
    padding: 82px !important;
  }

  .px-lg-82 {
    padding-inline: 82px !important;
  }

  .py-lg-82 {
    padding-block: 82px !important;
  }

  .ps-lg-82 {
    padding-left: 82px !important;
  }

  .pe-lg-82 {
    padding-right: 82px !important;
  }

  .pb-lg-82 {
    padding-bottom: 82px !important;
  }

  .pt-lg-82 {
    padding-top: 82px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-82 {
    font-size: 82px !important;
  }

  .m-xl-82 {
    margin: 82px !important;
  }

  .mx-xl-82 {
    margin-inline: 82px !important;
  }

  .my-xl-82 {
    margin-block: 82px !important;
  }

  .ms-xl-82 {
    margin-left: 82px !important;
  }

  .me-xl-82 {
    margin-right: 82px !important;
  }

  .mb-xl-82 {
    margin-bottom: 82px !important;
  }

  .mt-xl-82 {
    margin-top: 82px !important;
  }

  .p-xl-82 {
    padding: 82px !important;
  }

  .px-xl-82 {
    padding-inline: 82px !important;
  }

  .py-xl-82 {
    padding-block: 82px !important;
  }

  .ps-xl-82 {
    padding-left: 82px !important;
  }

  .pe-xl-82 {
    padding-right: 82px !important;
  }

  .pb-xl-82 {
    padding-bottom: 82px !important;
  }

  .pt-xl-82 {
    padding-top: 82px !important;
  }
}
.fs-83 {
  font-size: 83px !important;
}

.m-83 {
  margin: 83px !important;
}

.mx-83 {
  margin-inline: 83px !important;
}

.my-83 {
  margin-block: 83px !important;
}

.ms-83 {
  margin-left: 83px !important;
}

.me-83 {
  margin-right: 83px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.mt-83 {
  margin-top: 83px !important;
}

.p-83 {
  padding: 83px !important;
}

.px-83 {
  padding-inline: 83px !important;
}

.py-83 {
  padding-block: 83px !important;
}

.ps-83 {
  padding-left: 83px !important;
}

.pe-83 {
  padding-right: 83px !important;
}

.pb-83 {
  padding-bottom: 83px !important;
}

.pt-83 {
  padding-top: 83px !important;
}

@media (min-width: 720px) {
  .fs-md-83 {
    font-size: 83px !important;
  }

  .m-md-83 {
    margin: 83px !important;
  }

  .mx-md-83 {
    margin-inline: 83px !important;
  }

  .my-md-83 {
    margin-block: 83px !important;
  }

  .ms-md-83 {
    margin-left: 83px !important;
  }

  .me-md-83 {
    margin-right: 83px !important;
  }

  .mb-md-83 {
    margin-bottom: 83px !important;
  }

  .mt-md-83 {
    margin-top: 83px !important;
  }

  .p-md-83 {
    padding: 83px !important;
  }

  .px-md-83 {
    padding-inline: 83px !important;
  }

  .py-md-83 {
    padding-block: 83px !important;
  }

  .ps-md-83 {
    padding-left: 83px !important;
  }

  .pe-md-83 {
    padding-right: 83px !important;
  }

  .pb-md-83 {
    padding-bottom: 83px !important;
  }

  .pt-md-83 {
    padding-top: 83px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-83 {
    font-size: 83px !important;
  }

  .m-lg-83 {
    margin: 83px !important;
  }

  .mx-lg-83 {
    margin-inline: 83px !important;
  }

  .my-lg-83 {
    margin-block: 83px !important;
  }

  .ms-lg-83 {
    margin-left: 83px !important;
  }

  .me-lg-83 {
    margin-right: 83px !important;
  }

  .mb-lg-83 {
    margin-bottom: 83px !important;
  }

  .mt-lg-83 {
    margin-top: 83px !important;
  }

  .p-lg-83 {
    padding: 83px !important;
  }

  .px-lg-83 {
    padding-inline: 83px !important;
  }

  .py-lg-83 {
    padding-block: 83px !important;
  }

  .ps-lg-83 {
    padding-left: 83px !important;
  }

  .pe-lg-83 {
    padding-right: 83px !important;
  }

  .pb-lg-83 {
    padding-bottom: 83px !important;
  }

  .pt-lg-83 {
    padding-top: 83px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-83 {
    font-size: 83px !important;
  }

  .m-xl-83 {
    margin: 83px !important;
  }

  .mx-xl-83 {
    margin-inline: 83px !important;
  }

  .my-xl-83 {
    margin-block: 83px !important;
  }

  .ms-xl-83 {
    margin-left: 83px !important;
  }

  .me-xl-83 {
    margin-right: 83px !important;
  }

  .mb-xl-83 {
    margin-bottom: 83px !important;
  }

  .mt-xl-83 {
    margin-top: 83px !important;
  }

  .p-xl-83 {
    padding: 83px !important;
  }

  .px-xl-83 {
    padding-inline: 83px !important;
  }

  .py-xl-83 {
    padding-block: 83px !important;
  }

  .ps-xl-83 {
    padding-left: 83px !important;
  }

  .pe-xl-83 {
    padding-right: 83px !important;
  }

  .pb-xl-83 {
    padding-bottom: 83px !important;
  }

  .pt-xl-83 {
    padding-top: 83px !important;
  }
}
.fs-84 {
  font-size: 84px !important;
}

.m-84 {
  margin: 84px !important;
}

.mx-84 {
  margin-inline: 84px !important;
}

.my-84 {
  margin-block: 84px !important;
}

.ms-84 {
  margin-left: 84px !important;
}

.me-84 {
  margin-right: 84px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.p-84 {
  padding: 84px !important;
}

.px-84 {
  padding-inline: 84px !important;
}

.py-84 {
  padding-block: 84px !important;
}

.ps-84 {
  padding-left: 84px !important;
}

.pe-84 {
  padding-right: 84px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.pt-84 {
  padding-top: 84px !important;
}

@media (min-width: 720px) {
  .fs-md-84 {
    font-size: 84px !important;
  }

  .m-md-84 {
    margin: 84px !important;
  }

  .mx-md-84 {
    margin-inline: 84px !important;
  }

  .my-md-84 {
    margin-block: 84px !important;
  }

  .ms-md-84 {
    margin-left: 84px !important;
  }

  .me-md-84 {
    margin-right: 84px !important;
  }

  .mb-md-84 {
    margin-bottom: 84px !important;
  }

  .mt-md-84 {
    margin-top: 84px !important;
  }

  .p-md-84 {
    padding: 84px !important;
  }

  .px-md-84 {
    padding-inline: 84px !important;
  }

  .py-md-84 {
    padding-block: 84px !important;
  }

  .ps-md-84 {
    padding-left: 84px !important;
  }

  .pe-md-84 {
    padding-right: 84px !important;
  }

  .pb-md-84 {
    padding-bottom: 84px !important;
  }

  .pt-md-84 {
    padding-top: 84px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-84 {
    font-size: 84px !important;
  }

  .m-lg-84 {
    margin: 84px !important;
  }

  .mx-lg-84 {
    margin-inline: 84px !important;
  }

  .my-lg-84 {
    margin-block: 84px !important;
  }

  .ms-lg-84 {
    margin-left: 84px !important;
  }

  .me-lg-84 {
    margin-right: 84px !important;
  }

  .mb-lg-84 {
    margin-bottom: 84px !important;
  }

  .mt-lg-84 {
    margin-top: 84px !important;
  }

  .p-lg-84 {
    padding: 84px !important;
  }

  .px-lg-84 {
    padding-inline: 84px !important;
  }

  .py-lg-84 {
    padding-block: 84px !important;
  }

  .ps-lg-84 {
    padding-left: 84px !important;
  }

  .pe-lg-84 {
    padding-right: 84px !important;
  }

  .pb-lg-84 {
    padding-bottom: 84px !important;
  }

  .pt-lg-84 {
    padding-top: 84px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-84 {
    font-size: 84px !important;
  }

  .m-xl-84 {
    margin: 84px !important;
  }

  .mx-xl-84 {
    margin-inline: 84px !important;
  }

  .my-xl-84 {
    margin-block: 84px !important;
  }

  .ms-xl-84 {
    margin-left: 84px !important;
  }

  .me-xl-84 {
    margin-right: 84px !important;
  }

  .mb-xl-84 {
    margin-bottom: 84px !important;
  }

  .mt-xl-84 {
    margin-top: 84px !important;
  }

  .p-xl-84 {
    padding: 84px !important;
  }

  .px-xl-84 {
    padding-inline: 84px !important;
  }

  .py-xl-84 {
    padding-block: 84px !important;
  }

  .ps-xl-84 {
    padding-left: 84px !important;
  }

  .pe-xl-84 {
    padding-right: 84px !important;
  }

  .pb-xl-84 {
    padding-bottom: 84px !important;
  }

  .pt-xl-84 {
    padding-top: 84px !important;
  }
}
.fs-85 {
  font-size: 85px !important;
}

.m-85 {
  margin: 85px !important;
}

.mx-85 {
  margin-inline: 85px !important;
}

.my-85 {
  margin-block: 85px !important;
}

.ms-85 {
  margin-left: 85px !important;
}

.me-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.p-85 {
  padding: 85px !important;
}

.px-85 {
  padding-inline: 85px !important;
}

.py-85 {
  padding-block: 85px !important;
}

.ps-85 {
  padding-left: 85px !important;
}

.pe-85 {
  padding-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

@media (min-width: 720px) {
  .fs-md-85 {
    font-size: 85px !important;
  }

  .m-md-85 {
    margin: 85px !important;
  }

  .mx-md-85 {
    margin-inline: 85px !important;
  }

  .my-md-85 {
    margin-block: 85px !important;
  }

  .ms-md-85 {
    margin-left: 85px !important;
  }

  .me-md-85 {
    margin-right: 85px !important;
  }

  .mb-md-85 {
    margin-bottom: 85px !important;
  }

  .mt-md-85 {
    margin-top: 85px !important;
  }

  .p-md-85 {
    padding: 85px !important;
  }

  .px-md-85 {
    padding-inline: 85px !important;
  }

  .py-md-85 {
    padding-block: 85px !important;
  }

  .ps-md-85 {
    padding-left: 85px !important;
  }

  .pe-md-85 {
    padding-right: 85px !important;
  }

  .pb-md-85 {
    padding-bottom: 85px !important;
  }

  .pt-md-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-85 {
    font-size: 85px !important;
  }

  .m-lg-85 {
    margin: 85px !important;
  }

  .mx-lg-85 {
    margin-inline: 85px !important;
  }

  .my-lg-85 {
    margin-block: 85px !important;
  }

  .ms-lg-85 {
    margin-left: 85px !important;
  }

  .me-lg-85 {
    margin-right: 85px !important;
  }

  .mb-lg-85 {
    margin-bottom: 85px !important;
  }

  .mt-lg-85 {
    margin-top: 85px !important;
  }

  .p-lg-85 {
    padding: 85px !important;
  }

  .px-lg-85 {
    padding-inline: 85px !important;
  }

  .py-lg-85 {
    padding-block: 85px !important;
  }

  .ps-lg-85 {
    padding-left: 85px !important;
  }

  .pe-lg-85 {
    padding-right: 85px !important;
  }

  .pb-lg-85 {
    padding-bottom: 85px !important;
  }

  .pt-lg-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-85 {
    font-size: 85px !important;
  }

  .m-xl-85 {
    margin: 85px !important;
  }

  .mx-xl-85 {
    margin-inline: 85px !important;
  }

  .my-xl-85 {
    margin-block: 85px !important;
  }

  .ms-xl-85 {
    margin-left: 85px !important;
  }

  .me-xl-85 {
    margin-right: 85px !important;
  }

  .mb-xl-85 {
    margin-bottom: 85px !important;
  }

  .mt-xl-85 {
    margin-top: 85px !important;
  }

  .p-xl-85 {
    padding: 85px !important;
  }

  .px-xl-85 {
    padding-inline: 85px !important;
  }

  .py-xl-85 {
    padding-block: 85px !important;
  }

  .ps-xl-85 {
    padding-left: 85px !important;
  }

  .pe-xl-85 {
    padding-right: 85px !important;
  }

  .pb-xl-85 {
    padding-bottom: 85px !important;
  }

  .pt-xl-85 {
    padding-top: 85px !important;
  }
}
.fs-86 {
  font-size: 86px !important;
}

.m-86 {
  margin: 86px !important;
}

.mx-86 {
  margin-inline: 86px !important;
}

.my-86 {
  margin-block: 86px !important;
}

.ms-86 {
  margin-left: 86px !important;
}

.me-86 {
  margin-right: 86px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.mt-86 {
  margin-top: 86px !important;
}

.p-86 {
  padding: 86px !important;
}

.px-86 {
  padding-inline: 86px !important;
}

.py-86 {
  padding-block: 86px !important;
}

.ps-86 {
  padding-left: 86px !important;
}

.pe-86 {
  padding-right: 86px !important;
}

.pb-86 {
  padding-bottom: 86px !important;
}

.pt-86 {
  padding-top: 86px !important;
}

@media (min-width: 720px) {
  .fs-md-86 {
    font-size: 86px !important;
  }

  .m-md-86 {
    margin: 86px !important;
  }

  .mx-md-86 {
    margin-inline: 86px !important;
  }

  .my-md-86 {
    margin-block: 86px !important;
  }

  .ms-md-86 {
    margin-left: 86px !important;
  }

  .me-md-86 {
    margin-right: 86px !important;
  }

  .mb-md-86 {
    margin-bottom: 86px !important;
  }

  .mt-md-86 {
    margin-top: 86px !important;
  }

  .p-md-86 {
    padding: 86px !important;
  }

  .px-md-86 {
    padding-inline: 86px !important;
  }

  .py-md-86 {
    padding-block: 86px !important;
  }

  .ps-md-86 {
    padding-left: 86px !important;
  }

  .pe-md-86 {
    padding-right: 86px !important;
  }

  .pb-md-86 {
    padding-bottom: 86px !important;
  }

  .pt-md-86 {
    padding-top: 86px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-86 {
    font-size: 86px !important;
  }

  .m-lg-86 {
    margin: 86px !important;
  }

  .mx-lg-86 {
    margin-inline: 86px !important;
  }

  .my-lg-86 {
    margin-block: 86px !important;
  }

  .ms-lg-86 {
    margin-left: 86px !important;
  }

  .me-lg-86 {
    margin-right: 86px !important;
  }

  .mb-lg-86 {
    margin-bottom: 86px !important;
  }

  .mt-lg-86 {
    margin-top: 86px !important;
  }

  .p-lg-86 {
    padding: 86px !important;
  }

  .px-lg-86 {
    padding-inline: 86px !important;
  }

  .py-lg-86 {
    padding-block: 86px !important;
  }

  .ps-lg-86 {
    padding-left: 86px !important;
  }

  .pe-lg-86 {
    padding-right: 86px !important;
  }

  .pb-lg-86 {
    padding-bottom: 86px !important;
  }

  .pt-lg-86 {
    padding-top: 86px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-86 {
    font-size: 86px !important;
  }

  .m-xl-86 {
    margin: 86px !important;
  }

  .mx-xl-86 {
    margin-inline: 86px !important;
  }

  .my-xl-86 {
    margin-block: 86px !important;
  }

  .ms-xl-86 {
    margin-left: 86px !important;
  }

  .me-xl-86 {
    margin-right: 86px !important;
  }

  .mb-xl-86 {
    margin-bottom: 86px !important;
  }

  .mt-xl-86 {
    margin-top: 86px !important;
  }

  .p-xl-86 {
    padding: 86px !important;
  }

  .px-xl-86 {
    padding-inline: 86px !important;
  }

  .py-xl-86 {
    padding-block: 86px !important;
  }

  .ps-xl-86 {
    padding-left: 86px !important;
  }

  .pe-xl-86 {
    padding-right: 86px !important;
  }

  .pb-xl-86 {
    padding-bottom: 86px !important;
  }

  .pt-xl-86 {
    padding-top: 86px !important;
  }
}
.fs-87 {
  font-size: 87px !important;
}

.m-87 {
  margin: 87px !important;
}

.mx-87 {
  margin-inline: 87px !important;
}

.my-87 {
  margin-block: 87px !important;
}

.ms-87 {
  margin-left: 87px !important;
}

.me-87 {
  margin-right: 87px !important;
}

.mb-87 {
  margin-bottom: 87px !important;
}

.mt-87 {
  margin-top: 87px !important;
}

.p-87 {
  padding: 87px !important;
}

.px-87 {
  padding-inline: 87px !important;
}

.py-87 {
  padding-block: 87px !important;
}

.ps-87 {
  padding-left: 87px !important;
}

.pe-87 {
  padding-right: 87px !important;
}

.pb-87 {
  padding-bottom: 87px !important;
}

.pt-87 {
  padding-top: 87px !important;
}

@media (min-width: 720px) {
  .fs-md-87 {
    font-size: 87px !important;
  }

  .m-md-87 {
    margin: 87px !important;
  }

  .mx-md-87 {
    margin-inline: 87px !important;
  }

  .my-md-87 {
    margin-block: 87px !important;
  }

  .ms-md-87 {
    margin-left: 87px !important;
  }

  .me-md-87 {
    margin-right: 87px !important;
  }

  .mb-md-87 {
    margin-bottom: 87px !important;
  }

  .mt-md-87 {
    margin-top: 87px !important;
  }

  .p-md-87 {
    padding: 87px !important;
  }

  .px-md-87 {
    padding-inline: 87px !important;
  }

  .py-md-87 {
    padding-block: 87px !important;
  }

  .ps-md-87 {
    padding-left: 87px !important;
  }

  .pe-md-87 {
    padding-right: 87px !important;
  }

  .pb-md-87 {
    padding-bottom: 87px !important;
  }

  .pt-md-87 {
    padding-top: 87px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-87 {
    font-size: 87px !important;
  }

  .m-lg-87 {
    margin: 87px !important;
  }

  .mx-lg-87 {
    margin-inline: 87px !important;
  }

  .my-lg-87 {
    margin-block: 87px !important;
  }

  .ms-lg-87 {
    margin-left: 87px !important;
  }

  .me-lg-87 {
    margin-right: 87px !important;
  }

  .mb-lg-87 {
    margin-bottom: 87px !important;
  }

  .mt-lg-87 {
    margin-top: 87px !important;
  }

  .p-lg-87 {
    padding: 87px !important;
  }

  .px-lg-87 {
    padding-inline: 87px !important;
  }

  .py-lg-87 {
    padding-block: 87px !important;
  }

  .ps-lg-87 {
    padding-left: 87px !important;
  }

  .pe-lg-87 {
    padding-right: 87px !important;
  }

  .pb-lg-87 {
    padding-bottom: 87px !important;
  }

  .pt-lg-87 {
    padding-top: 87px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-87 {
    font-size: 87px !important;
  }

  .m-xl-87 {
    margin: 87px !important;
  }

  .mx-xl-87 {
    margin-inline: 87px !important;
  }

  .my-xl-87 {
    margin-block: 87px !important;
  }

  .ms-xl-87 {
    margin-left: 87px !important;
  }

  .me-xl-87 {
    margin-right: 87px !important;
  }

  .mb-xl-87 {
    margin-bottom: 87px !important;
  }

  .mt-xl-87 {
    margin-top: 87px !important;
  }

  .p-xl-87 {
    padding: 87px !important;
  }

  .px-xl-87 {
    padding-inline: 87px !important;
  }

  .py-xl-87 {
    padding-block: 87px !important;
  }

  .ps-xl-87 {
    padding-left: 87px !important;
  }

  .pe-xl-87 {
    padding-right: 87px !important;
  }

  .pb-xl-87 {
    padding-bottom: 87px !important;
  }

  .pt-xl-87 {
    padding-top: 87px !important;
  }
}
.fs-88 {
  font-size: 88px !important;
}

.m-88 {
  margin: 88px !important;
}

.mx-88 {
  margin-inline: 88px !important;
}

.my-88 {
  margin-block: 88px !important;
}

.ms-88 {
  margin-left: 88px !important;
}

.me-88 {
  margin-right: 88px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.p-88 {
  padding: 88px !important;
}

.px-88 {
  padding-inline: 88px !important;
}

.py-88 {
  padding-block: 88px !important;
}

.ps-88 {
  padding-left: 88px !important;
}

.pe-88 {
  padding-right: 88px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.pt-88 {
  padding-top: 88px !important;
}

@media (min-width: 720px) {
  .fs-md-88 {
    font-size: 88px !important;
  }

  .m-md-88 {
    margin: 88px !important;
  }

  .mx-md-88 {
    margin-inline: 88px !important;
  }

  .my-md-88 {
    margin-block: 88px !important;
  }

  .ms-md-88 {
    margin-left: 88px !important;
  }

  .me-md-88 {
    margin-right: 88px !important;
  }

  .mb-md-88 {
    margin-bottom: 88px !important;
  }

  .mt-md-88 {
    margin-top: 88px !important;
  }

  .p-md-88 {
    padding: 88px !important;
  }

  .px-md-88 {
    padding-inline: 88px !important;
  }

  .py-md-88 {
    padding-block: 88px !important;
  }

  .ps-md-88 {
    padding-left: 88px !important;
  }

  .pe-md-88 {
    padding-right: 88px !important;
  }

  .pb-md-88 {
    padding-bottom: 88px !important;
  }

  .pt-md-88 {
    padding-top: 88px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-88 {
    font-size: 88px !important;
  }

  .m-lg-88 {
    margin: 88px !important;
  }

  .mx-lg-88 {
    margin-inline: 88px !important;
  }

  .my-lg-88 {
    margin-block: 88px !important;
  }

  .ms-lg-88 {
    margin-left: 88px !important;
  }

  .me-lg-88 {
    margin-right: 88px !important;
  }

  .mb-lg-88 {
    margin-bottom: 88px !important;
  }

  .mt-lg-88 {
    margin-top: 88px !important;
  }

  .p-lg-88 {
    padding: 88px !important;
  }

  .px-lg-88 {
    padding-inline: 88px !important;
  }

  .py-lg-88 {
    padding-block: 88px !important;
  }

  .ps-lg-88 {
    padding-left: 88px !important;
  }

  .pe-lg-88 {
    padding-right: 88px !important;
  }

  .pb-lg-88 {
    padding-bottom: 88px !important;
  }

  .pt-lg-88 {
    padding-top: 88px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-88 {
    font-size: 88px !important;
  }

  .m-xl-88 {
    margin: 88px !important;
  }

  .mx-xl-88 {
    margin-inline: 88px !important;
  }

  .my-xl-88 {
    margin-block: 88px !important;
  }

  .ms-xl-88 {
    margin-left: 88px !important;
  }

  .me-xl-88 {
    margin-right: 88px !important;
  }

  .mb-xl-88 {
    margin-bottom: 88px !important;
  }

  .mt-xl-88 {
    margin-top: 88px !important;
  }

  .p-xl-88 {
    padding: 88px !important;
  }

  .px-xl-88 {
    padding-inline: 88px !important;
  }

  .py-xl-88 {
    padding-block: 88px !important;
  }

  .ps-xl-88 {
    padding-left: 88px !important;
  }

  .pe-xl-88 {
    padding-right: 88px !important;
  }

  .pb-xl-88 {
    padding-bottom: 88px !important;
  }

  .pt-xl-88 {
    padding-top: 88px !important;
  }
}
.fs-89 {
  font-size: 89px !important;
}

.m-89 {
  margin: 89px !important;
}

.mx-89 {
  margin-inline: 89px !important;
}

.my-89 {
  margin-block: 89px !important;
}

.ms-89 {
  margin-left: 89px !important;
}

.me-89 {
  margin-right: 89px !important;
}

.mb-89 {
  margin-bottom: 89px !important;
}

.mt-89 {
  margin-top: 89px !important;
}

.p-89 {
  padding: 89px !important;
}

.px-89 {
  padding-inline: 89px !important;
}

.py-89 {
  padding-block: 89px !important;
}

.ps-89 {
  padding-left: 89px !important;
}

.pe-89 {
  padding-right: 89px !important;
}

.pb-89 {
  padding-bottom: 89px !important;
}

.pt-89 {
  padding-top: 89px !important;
}

@media (min-width: 720px) {
  .fs-md-89 {
    font-size: 89px !important;
  }

  .m-md-89 {
    margin: 89px !important;
  }

  .mx-md-89 {
    margin-inline: 89px !important;
  }

  .my-md-89 {
    margin-block: 89px !important;
  }

  .ms-md-89 {
    margin-left: 89px !important;
  }

  .me-md-89 {
    margin-right: 89px !important;
  }

  .mb-md-89 {
    margin-bottom: 89px !important;
  }

  .mt-md-89 {
    margin-top: 89px !important;
  }

  .p-md-89 {
    padding: 89px !important;
  }

  .px-md-89 {
    padding-inline: 89px !important;
  }

  .py-md-89 {
    padding-block: 89px !important;
  }

  .ps-md-89 {
    padding-left: 89px !important;
  }

  .pe-md-89 {
    padding-right: 89px !important;
  }

  .pb-md-89 {
    padding-bottom: 89px !important;
  }

  .pt-md-89 {
    padding-top: 89px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-89 {
    font-size: 89px !important;
  }

  .m-lg-89 {
    margin: 89px !important;
  }

  .mx-lg-89 {
    margin-inline: 89px !important;
  }

  .my-lg-89 {
    margin-block: 89px !important;
  }

  .ms-lg-89 {
    margin-left: 89px !important;
  }

  .me-lg-89 {
    margin-right: 89px !important;
  }

  .mb-lg-89 {
    margin-bottom: 89px !important;
  }

  .mt-lg-89 {
    margin-top: 89px !important;
  }

  .p-lg-89 {
    padding: 89px !important;
  }

  .px-lg-89 {
    padding-inline: 89px !important;
  }

  .py-lg-89 {
    padding-block: 89px !important;
  }

  .ps-lg-89 {
    padding-left: 89px !important;
  }

  .pe-lg-89 {
    padding-right: 89px !important;
  }

  .pb-lg-89 {
    padding-bottom: 89px !important;
  }

  .pt-lg-89 {
    padding-top: 89px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-89 {
    font-size: 89px !important;
  }

  .m-xl-89 {
    margin: 89px !important;
  }

  .mx-xl-89 {
    margin-inline: 89px !important;
  }

  .my-xl-89 {
    margin-block: 89px !important;
  }

  .ms-xl-89 {
    margin-left: 89px !important;
  }

  .me-xl-89 {
    margin-right: 89px !important;
  }

  .mb-xl-89 {
    margin-bottom: 89px !important;
  }

  .mt-xl-89 {
    margin-top: 89px !important;
  }

  .p-xl-89 {
    padding: 89px !important;
  }

  .px-xl-89 {
    padding-inline: 89px !important;
  }

  .py-xl-89 {
    padding-block: 89px !important;
  }

  .ps-xl-89 {
    padding-left: 89px !important;
  }

  .pe-xl-89 {
    padding-right: 89px !important;
  }

  .pb-xl-89 {
    padding-bottom: 89px !important;
  }

  .pt-xl-89 {
    padding-top: 89px !important;
  }
}
.fs-90 {
  font-size: 90px !important;
}

.m-90 {
  margin: 90px !important;
}

.mx-90 {
  margin-inline: 90px !important;
}

.my-90 {
  margin-block: 90px !important;
}

.ms-90 {
  margin-left: 90px !important;
}

.me-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.px-90 {
  padding-inline: 90px !important;
}

.py-90 {
  padding-block: 90px !important;
}

.ps-90 {
  padding-left: 90px !important;
}

.pe-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

@media (min-width: 720px) {
  .fs-md-90 {
    font-size: 90px !important;
  }

  .m-md-90 {
    margin: 90px !important;
  }

  .mx-md-90 {
    margin-inline: 90px !important;
  }

  .my-md-90 {
    margin-block: 90px !important;
  }

  .ms-md-90 {
    margin-left: 90px !important;
  }

  .me-md-90 {
    margin-right: 90px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mt-md-90 {
    margin-top: 90px !important;
  }

  .p-md-90 {
    padding: 90px !important;
  }

  .px-md-90 {
    padding-inline: 90px !important;
  }

  .py-md-90 {
    padding-block: 90px !important;
  }

  .ps-md-90 {
    padding-left: 90px !important;
  }

  .pe-md-90 {
    padding-right: 90px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-90 {
    font-size: 90px !important;
  }

  .m-lg-90 {
    margin: 90px !important;
  }

  .mx-lg-90 {
    margin-inline: 90px !important;
  }

  .my-lg-90 {
    margin-block: 90px !important;
  }

  .ms-lg-90 {
    margin-left: 90px !important;
  }

  .me-lg-90 {
    margin-right: 90px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .mt-lg-90 {
    margin-top: 90px !important;
  }

  .p-lg-90 {
    padding: 90px !important;
  }

  .px-lg-90 {
    padding-inline: 90px !important;
  }

  .py-lg-90 {
    padding-block: 90px !important;
  }

  .ps-lg-90 {
    padding-left: 90px !important;
  }

  .pe-lg-90 {
    padding-right: 90px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }

  .pt-lg-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-90 {
    font-size: 90px !important;
  }

  .m-xl-90 {
    margin: 90px !important;
  }

  .mx-xl-90 {
    margin-inline: 90px !important;
  }

  .my-xl-90 {
    margin-block: 90px !important;
  }

  .ms-xl-90 {
    margin-left: 90px !important;
  }

  .me-xl-90 {
    margin-right: 90px !important;
  }

  .mb-xl-90 {
    margin-bottom: 90px !important;
  }

  .mt-xl-90 {
    margin-top: 90px !important;
  }

  .p-xl-90 {
    padding: 90px !important;
  }

  .px-xl-90 {
    padding-inline: 90px !important;
  }

  .py-xl-90 {
    padding-block: 90px !important;
  }

  .ps-xl-90 {
    padding-left: 90px !important;
  }

  .pe-xl-90 {
    padding-right: 90px !important;
  }

  .pb-xl-90 {
    padding-bottom: 90px !important;
  }

  .pt-xl-90 {
    padding-top: 90px !important;
  }
}
.fs-91 {
  font-size: 91px !important;
}

.m-91 {
  margin: 91px !important;
}

.mx-91 {
  margin-inline: 91px !important;
}

.my-91 {
  margin-block: 91px !important;
}

.ms-91 {
  margin-left: 91px !important;
}

.me-91 {
  margin-right: 91px !important;
}

.mb-91 {
  margin-bottom: 91px !important;
}

.mt-91 {
  margin-top: 91px !important;
}

.p-91 {
  padding: 91px !important;
}

.px-91 {
  padding-inline: 91px !important;
}

.py-91 {
  padding-block: 91px !important;
}

.ps-91 {
  padding-left: 91px !important;
}

.pe-91 {
  padding-right: 91px !important;
}

.pb-91 {
  padding-bottom: 91px !important;
}

.pt-91 {
  padding-top: 91px !important;
}

@media (min-width: 720px) {
  .fs-md-91 {
    font-size: 91px !important;
  }

  .m-md-91 {
    margin: 91px !important;
  }

  .mx-md-91 {
    margin-inline: 91px !important;
  }

  .my-md-91 {
    margin-block: 91px !important;
  }

  .ms-md-91 {
    margin-left: 91px !important;
  }

  .me-md-91 {
    margin-right: 91px !important;
  }

  .mb-md-91 {
    margin-bottom: 91px !important;
  }

  .mt-md-91 {
    margin-top: 91px !important;
  }

  .p-md-91 {
    padding: 91px !important;
  }

  .px-md-91 {
    padding-inline: 91px !important;
  }

  .py-md-91 {
    padding-block: 91px !important;
  }

  .ps-md-91 {
    padding-left: 91px !important;
  }

  .pe-md-91 {
    padding-right: 91px !important;
  }

  .pb-md-91 {
    padding-bottom: 91px !important;
  }

  .pt-md-91 {
    padding-top: 91px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-91 {
    font-size: 91px !important;
  }

  .m-lg-91 {
    margin: 91px !important;
  }

  .mx-lg-91 {
    margin-inline: 91px !important;
  }

  .my-lg-91 {
    margin-block: 91px !important;
  }

  .ms-lg-91 {
    margin-left: 91px !important;
  }

  .me-lg-91 {
    margin-right: 91px !important;
  }

  .mb-lg-91 {
    margin-bottom: 91px !important;
  }

  .mt-lg-91 {
    margin-top: 91px !important;
  }

  .p-lg-91 {
    padding: 91px !important;
  }

  .px-lg-91 {
    padding-inline: 91px !important;
  }

  .py-lg-91 {
    padding-block: 91px !important;
  }

  .ps-lg-91 {
    padding-left: 91px !important;
  }

  .pe-lg-91 {
    padding-right: 91px !important;
  }

  .pb-lg-91 {
    padding-bottom: 91px !important;
  }

  .pt-lg-91 {
    padding-top: 91px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-91 {
    font-size: 91px !important;
  }

  .m-xl-91 {
    margin: 91px !important;
  }

  .mx-xl-91 {
    margin-inline: 91px !important;
  }

  .my-xl-91 {
    margin-block: 91px !important;
  }

  .ms-xl-91 {
    margin-left: 91px !important;
  }

  .me-xl-91 {
    margin-right: 91px !important;
  }

  .mb-xl-91 {
    margin-bottom: 91px !important;
  }

  .mt-xl-91 {
    margin-top: 91px !important;
  }

  .p-xl-91 {
    padding: 91px !important;
  }

  .px-xl-91 {
    padding-inline: 91px !important;
  }

  .py-xl-91 {
    padding-block: 91px !important;
  }

  .ps-xl-91 {
    padding-left: 91px !important;
  }

  .pe-xl-91 {
    padding-right: 91px !important;
  }

  .pb-xl-91 {
    padding-bottom: 91px !important;
  }

  .pt-xl-91 {
    padding-top: 91px !important;
  }
}
.fs-92 {
  font-size: 92px !important;
}

.m-92 {
  margin: 92px !important;
}

.mx-92 {
  margin-inline: 92px !important;
}

.my-92 {
  margin-block: 92px !important;
}

.ms-92 {
  margin-left: 92px !important;
}

.me-92 {
  margin-right: 92px !important;
}

.mb-92 {
  margin-bottom: 92px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.p-92 {
  padding: 92px !important;
}

.px-92 {
  padding-inline: 92px !important;
}

.py-92 {
  padding-block: 92px !important;
}

.ps-92 {
  padding-left: 92px !important;
}

.pe-92 {
  padding-right: 92px !important;
}

.pb-92 {
  padding-bottom: 92px !important;
}

.pt-92 {
  padding-top: 92px !important;
}

@media (min-width: 720px) {
  .fs-md-92 {
    font-size: 92px !important;
  }

  .m-md-92 {
    margin: 92px !important;
  }

  .mx-md-92 {
    margin-inline: 92px !important;
  }

  .my-md-92 {
    margin-block: 92px !important;
  }

  .ms-md-92 {
    margin-left: 92px !important;
  }

  .me-md-92 {
    margin-right: 92px !important;
  }

  .mb-md-92 {
    margin-bottom: 92px !important;
  }

  .mt-md-92 {
    margin-top: 92px !important;
  }

  .p-md-92 {
    padding: 92px !important;
  }

  .px-md-92 {
    padding-inline: 92px !important;
  }

  .py-md-92 {
    padding-block: 92px !important;
  }

  .ps-md-92 {
    padding-left: 92px !important;
  }

  .pe-md-92 {
    padding-right: 92px !important;
  }

  .pb-md-92 {
    padding-bottom: 92px !important;
  }

  .pt-md-92 {
    padding-top: 92px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-92 {
    font-size: 92px !important;
  }

  .m-lg-92 {
    margin: 92px !important;
  }

  .mx-lg-92 {
    margin-inline: 92px !important;
  }

  .my-lg-92 {
    margin-block: 92px !important;
  }

  .ms-lg-92 {
    margin-left: 92px !important;
  }

  .me-lg-92 {
    margin-right: 92px !important;
  }

  .mb-lg-92 {
    margin-bottom: 92px !important;
  }

  .mt-lg-92 {
    margin-top: 92px !important;
  }

  .p-lg-92 {
    padding: 92px !important;
  }

  .px-lg-92 {
    padding-inline: 92px !important;
  }

  .py-lg-92 {
    padding-block: 92px !important;
  }

  .ps-lg-92 {
    padding-left: 92px !important;
  }

  .pe-lg-92 {
    padding-right: 92px !important;
  }

  .pb-lg-92 {
    padding-bottom: 92px !important;
  }

  .pt-lg-92 {
    padding-top: 92px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-92 {
    font-size: 92px !important;
  }

  .m-xl-92 {
    margin: 92px !important;
  }

  .mx-xl-92 {
    margin-inline: 92px !important;
  }

  .my-xl-92 {
    margin-block: 92px !important;
  }

  .ms-xl-92 {
    margin-left: 92px !important;
  }

  .me-xl-92 {
    margin-right: 92px !important;
  }

  .mb-xl-92 {
    margin-bottom: 92px !important;
  }

  .mt-xl-92 {
    margin-top: 92px !important;
  }

  .p-xl-92 {
    padding: 92px !important;
  }

  .px-xl-92 {
    padding-inline: 92px !important;
  }

  .py-xl-92 {
    padding-block: 92px !important;
  }

  .ps-xl-92 {
    padding-left: 92px !important;
  }

  .pe-xl-92 {
    padding-right: 92px !important;
  }

  .pb-xl-92 {
    padding-bottom: 92px !important;
  }

  .pt-xl-92 {
    padding-top: 92px !important;
  }
}
.fs-93 {
  font-size: 93px !important;
}

.m-93 {
  margin: 93px !important;
}

.mx-93 {
  margin-inline: 93px !important;
}

.my-93 {
  margin-block: 93px !important;
}

.ms-93 {
  margin-left: 93px !important;
}

.me-93 {
  margin-right: 93px !important;
}

.mb-93 {
  margin-bottom: 93px !important;
}

.mt-93 {
  margin-top: 93px !important;
}

.p-93 {
  padding: 93px !important;
}

.px-93 {
  padding-inline: 93px !important;
}

.py-93 {
  padding-block: 93px !important;
}

.ps-93 {
  padding-left: 93px !important;
}

.pe-93 {
  padding-right: 93px !important;
}

.pb-93 {
  padding-bottom: 93px !important;
}

.pt-93 {
  padding-top: 93px !important;
}

@media (min-width: 720px) {
  .fs-md-93 {
    font-size: 93px !important;
  }

  .m-md-93 {
    margin: 93px !important;
  }

  .mx-md-93 {
    margin-inline: 93px !important;
  }

  .my-md-93 {
    margin-block: 93px !important;
  }

  .ms-md-93 {
    margin-left: 93px !important;
  }

  .me-md-93 {
    margin-right: 93px !important;
  }

  .mb-md-93 {
    margin-bottom: 93px !important;
  }

  .mt-md-93 {
    margin-top: 93px !important;
  }

  .p-md-93 {
    padding: 93px !important;
  }

  .px-md-93 {
    padding-inline: 93px !important;
  }

  .py-md-93 {
    padding-block: 93px !important;
  }

  .ps-md-93 {
    padding-left: 93px !important;
  }

  .pe-md-93 {
    padding-right: 93px !important;
  }

  .pb-md-93 {
    padding-bottom: 93px !important;
  }

  .pt-md-93 {
    padding-top: 93px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-93 {
    font-size: 93px !important;
  }

  .m-lg-93 {
    margin: 93px !important;
  }

  .mx-lg-93 {
    margin-inline: 93px !important;
  }

  .my-lg-93 {
    margin-block: 93px !important;
  }

  .ms-lg-93 {
    margin-left: 93px !important;
  }

  .me-lg-93 {
    margin-right: 93px !important;
  }

  .mb-lg-93 {
    margin-bottom: 93px !important;
  }

  .mt-lg-93 {
    margin-top: 93px !important;
  }

  .p-lg-93 {
    padding: 93px !important;
  }

  .px-lg-93 {
    padding-inline: 93px !important;
  }

  .py-lg-93 {
    padding-block: 93px !important;
  }

  .ps-lg-93 {
    padding-left: 93px !important;
  }

  .pe-lg-93 {
    padding-right: 93px !important;
  }

  .pb-lg-93 {
    padding-bottom: 93px !important;
  }

  .pt-lg-93 {
    padding-top: 93px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-93 {
    font-size: 93px !important;
  }

  .m-xl-93 {
    margin: 93px !important;
  }

  .mx-xl-93 {
    margin-inline: 93px !important;
  }

  .my-xl-93 {
    margin-block: 93px !important;
  }

  .ms-xl-93 {
    margin-left: 93px !important;
  }

  .me-xl-93 {
    margin-right: 93px !important;
  }

  .mb-xl-93 {
    margin-bottom: 93px !important;
  }

  .mt-xl-93 {
    margin-top: 93px !important;
  }

  .p-xl-93 {
    padding: 93px !important;
  }

  .px-xl-93 {
    padding-inline: 93px !important;
  }

  .py-xl-93 {
    padding-block: 93px !important;
  }

  .ps-xl-93 {
    padding-left: 93px !important;
  }

  .pe-xl-93 {
    padding-right: 93px !important;
  }

  .pb-xl-93 {
    padding-bottom: 93px !important;
  }

  .pt-xl-93 {
    padding-top: 93px !important;
  }
}
.fs-94 {
  font-size: 94px !important;
}

.m-94 {
  margin: 94px !important;
}

.mx-94 {
  margin-inline: 94px !important;
}

.my-94 {
  margin-block: 94px !important;
}

.ms-94 {
  margin-left: 94px !important;
}

.me-94 {
  margin-right: 94px !important;
}

.mb-94 {
  margin-bottom: 94px !important;
}

.mt-94 {
  margin-top: 94px !important;
}

.p-94 {
  padding: 94px !important;
}

.px-94 {
  padding-inline: 94px !important;
}

.py-94 {
  padding-block: 94px !important;
}

.ps-94 {
  padding-left: 94px !important;
}

.pe-94 {
  padding-right: 94px !important;
}

.pb-94 {
  padding-bottom: 94px !important;
}

.pt-94 {
  padding-top: 94px !important;
}

@media (min-width: 720px) {
  .fs-md-94 {
    font-size: 94px !important;
  }

  .m-md-94 {
    margin: 94px !important;
  }

  .mx-md-94 {
    margin-inline: 94px !important;
  }

  .my-md-94 {
    margin-block: 94px !important;
  }

  .ms-md-94 {
    margin-left: 94px !important;
  }

  .me-md-94 {
    margin-right: 94px !important;
  }

  .mb-md-94 {
    margin-bottom: 94px !important;
  }

  .mt-md-94 {
    margin-top: 94px !important;
  }

  .p-md-94 {
    padding: 94px !important;
  }

  .px-md-94 {
    padding-inline: 94px !important;
  }

  .py-md-94 {
    padding-block: 94px !important;
  }

  .ps-md-94 {
    padding-left: 94px !important;
  }

  .pe-md-94 {
    padding-right: 94px !important;
  }

  .pb-md-94 {
    padding-bottom: 94px !important;
  }

  .pt-md-94 {
    padding-top: 94px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-94 {
    font-size: 94px !important;
  }

  .m-lg-94 {
    margin: 94px !important;
  }

  .mx-lg-94 {
    margin-inline: 94px !important;
  }

  .my-lg-94 {
    margin-block: 94px !important;
  }

  .ms-lg-94 {
    margin-left: 94px !important;
  }

  .me-lg-94 {
    margin-right: 94px !important;
  }

  .mb-lg-94 {
    margin-bottom: 94px !important;
  }

  .mt-lg-94 {
    margin-top: 94px !important;
  }

  .p-lg-94 {
    padding: 94px !important;
  }

  .px-lg-94 {
    padding-inline: 94px !important;
  }

  .py-lg-94 {
    padding-block: 94px !important;
  }

  .ps-lg-94 {
    padding-left: 94px !important;
  }

  .pe-lg-94 {
    padding-right: 94px !important;
  }

  .pb-lg-94 {
    padding-bottom: 94px !important;
  }

  .pt-lg-94 {
    padding-top: 94px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-94 {
    font-size: 94px !important;
  }

  .m-xl-94 {
    margin: 94px !important;
  }

  .mx-xl-94 {
    margin-inline: 94px !important;
  }

  .my-xl-94 {
    margin-block: 94px !important;
  }

  .ms-xl-94 {
    margin-left: 94px !important;
  }

  .me-xl-94 {
    margin-right: 94px !important;
  }

  .mb-xl-94 {
    margin-bottom: 94px !important;
  }

  .mt-xl-94 {
    margin-top: 94px !important;
  }

  .p-xl-94 {
    padding: 94px !important;
  }

  .px-xl-94 {
    padding-inline: 94px !important;
  }

  .py-xl-94 {
    padding-block: 94px !important;
  }

  .ps-xl-94 {
    padding-left: 94px !important;
  }

  .pe-xl-94 {
    padding-right: 94px !important;
  }

  .pb-xl-94 {
    padding-bottom: 94px !important;
  }

  .pt-xl-94 {
    padding-top: 94px !important;
  }
}
.fs-95 {
  font-size: 95px !important;
}

.m-95 {
  margin: 95px !important;
}

.mx-95 {
  margin-inline: 95px !important;
}

.my-95 {
  margin-block: 95px !important;
}

.ms-95 {
  margin-left: 95px !important;
}

.me-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.p-95 {
  padding: 95px !important;
}

.px-95 {
  padding-inline: 95px !important;
}

.py-95 {
  padding-block: 95px !important;
}

.ps-95 {
  padding-left: 95px !important;
}

.pe-95 {
  padding-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

@media (min-width: 720px) {
  .fs-md-95 {
    font-size: 95px !important;
  }

  .m-md-95 {
    margin: 95px !important;
  }

  .mx-md-95 {
    margin-inline: 95px !important;
  }

  .my-md-95 {
    margin-block: 95px !important;
  }

  .ms-md-95 {
    margin-left: 95px !important;
  }

  .me-md-95 {
    margin-right: 95px !important;
  }

  .mb-md-95 {
    margin-bottom: 95px !important;
  }

  .mt-md-95 {
    margin-top: 95px !important;
  }

  .p-md-95 {
    padding: 95px !important;
  }

  .px-md-95 {
    padding-inline: 95px !important;
  }

  .py-md-95 {
    padding-block: 95px !important;
  }

  .ps-md-95 {
    padding-left: 95px !important;
  }

  .pe-md-95 {
    padding-right: 95px !important;
  }

  .pb-md-95 {
    padding-bottom: 95px !important;
  }

  .pt-md-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-95 {
    font-size: 95px !important;
  }

  .m-lg-95 {
    margin: 95px !important;
  }

  .mx-lg-95 {
    margin-inline: 95px !important;
  }

  .my-lg-95 {
    margin-block: 95px !important;
  }

  .ms-lg-95 {
    margin-left: 95px !important;
  }

  .me-lg-95 {
    margin-right: 95px !important;
  }

  .mb-lg-95 {
    margin-bottom: 95px !important;
  }

  .mt-lg-95 {
    margin-top: 95px !important;
  }

  .p-lg-95 {
    padding: 95px !important;
  }

  .px-lg-95 {
    padding-inline: 95px !important;
  }

  .py-lg-95 {
    padding-block: 95px !important;
  }

  .ps-lg-95 {
    padding-left: 95px !important;
  }

  .pe-lg-95 {
    padding-right: 95px !important;
  }

  .pb-lg-95 {
    padding-bottom: 95px !important;
  }

  .pt-lg-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-95 {
    font-size: 95px !important;
  }

  .m-xl-95 {
    margin: 95px !important;
  }

  .mx-xl-95 {
    margin-inline: 95px !important;
  }

  .my-xl-95 {
    margin-block: 95px !important;
  }

  .ms-xl-95 {
    margin-left: 95px !important;
  }

  .me-xl-95 {
    margin-right: 95px !important;
  }

  .mb-xl-95 {
    margin-bottom: 95px !important;
  }

  .mt-xl-95 {
    margin-top: 95px !important;
  }

  .p-xl-95 {
    padding: 95px !important;
  }

  .px-xl-95 {
    padding-inline: 95px !important;
  }

  .py-xl-95 {
    padding-block: 95px !important;
  }

  .ps-xl-95 {
    padding-left: 95px !important;
  }

  .pe-xl-95 {
    padding-right: 95px !important;
  }

  .pb-xl-95 {
    padding-bottom: 95px !important;
  }

  .pt-xl-95 {
    padding-top: 95px !important;
  }
}
.fs-96 {
  font-size: 96px !important;
}

.m-96 {
  margin: 96px !important;
}

.mx-96 {
  margin-inline: 96px !important;
}

.my-96 {
  margin-block: 96px !important;
}

.ms-96 {
  margin-left: 96px !important;
}

.me-96 {
  margin-right: 96px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.p-96 {
  padding: 96px !important;
}

.px-96 {
  padding-inline: 96px !important;
}

.py-96 {
  padding-block: 96px !important;
}

.ps-96 {
  padding-left: 96px !important;
}

.pe-96 {
  padding-right: 96px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

@media (min-width: 720px) {
  .fs-md-96 {
    font-size: 96px !important;
  }

  .m-md-96 {
    margin: 96px !important;
  }

  .mx-md-96 {
    margin-inline: 96px !important;
  }

  .my-md-96 {
    margin-block: 96px !important;
  }

  .ms-md-96 {
    margin-left: 96px !important;
  }

  .me-md-96 {
    margin-right: 96px !important;
  }

  .mb-md-96 {
    margin-bottom: 96px !important;
  }

  .mt-md-96 {
    margin-top: 96px !important;
  }

  .p-md-96 {
    padding: 96px !important;
  }

  .px-md-96 {
    padding-inline: 96px !important;
  }

  .py-md-96 {
    padding-block: 96px !important;
  }

  .ps-md-96 {
    padding-left: 96px !important;
  }

  .pe-md-96 {
    padding-right: 96px !important;
  }

  .pb-md-96 {
    padding-bottom: 96px !important;
  }

  .pt-md-96 {
    padding-top: 96px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-96 {
    font-size: 96px !important;
  }

  .m-lg-96 {
    margin: 96px !important;
  }

  .mx-lg-96 {
    margin-inline: 96px !important;
  }

  .my-lg-96 {
    margin-block: 96px !important;
  }

  .ms-lg-96 {
    margin-left: 96px !important;
  }

  .me-lg-96 {
    margin-right: 96px !important;
  }

  .mb-lg-96 {
    margin-bottom: 96px !important;
  }

  .mt-lg-96 {
    margin-top: 96px !important;
  }

  .p-lg-96 {
    padding: 96px !important;
  }

  .px-lg-96 {
    padding-inline: 96px !important;
  }

  .py-lg-96 {
    padding-block: 96px !important;
  }

  .ps-lg-96 {
    padding-left: 96px !important;
  }

  .pe-lg-96 {
    padding-right: 96px !important;
  }

  .pb-lg-96 {
    padding-bottom: 96px !important;
  }

  .pt-lg-96 {
    padding-top: 96px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-96 {
    font-size: 96px !important;
  }

  .m-xl-96 {
    margin: 96px !important;
  }

  .mx-xl-96 {
    margin-inline: 96px !important;
  }

  .my-xl-96 {
    margin-block: 96px !important;
  }

  .ms-xl-96 {
    margin-left: 96px !important;
  }

  .me-xl-96 {
    margin-right: 96px !important;
  }

  .mb-xl-96 {
    margin-bottom: 96px !important;
  }

  .mt-xl-96 {
    margin-top: 96px !important;
  }

  .p-xl-96 {
    padding: 96px !important;
  }

  .px-xl-96 {
    padding-inline: 96px !important;
  }

  .py-xl-96 {
    padding-block: 96px !important;
  }

  .ps-xl-96 {
    padding-left: 96px !important;
  }

  .pe-xl-96 {
    padding-right: 96px !important;
  }

  .pb-xl-96 {
    padding-bottom: 96px !important;
  }

  .pt-xl-96 {
    padding-top: 96px !important;
  }
}
.fs-97 {
  font-size: 97px !important;
}

.m-97 {
  margin: 97px !important;
}

.mx-97 {
  margin-inline: 97px !important;
}

.my-97 {
  margin-block: 97px !important;
}

.ms-97 {
  margin-left: 97px !important;
}

.me-97 {
  margin-right: 97px !important;
}

.mb-97 {
  margin-bottom: 97px !important;
}

.mt-97 {
  margin-top: 97px !important;
}

.p-97 {
  padding: 97px !important;
}

.px-97 {
  padding-inline: 97px !important;
}

.py-97 {
  padding-block: 97px !important;
}

.ps-97 {
  padding-left: 97px !important;
}

.pe-97 {
  padding-right: 97px !important;
}

.pb-97 {
  padding-bottom: 97px !important;
}

.pt-97 {
  padding-top: 97px !important;
}

@media (min-width: 720px) {
  .fs-md-97 {
    font-size: 97px !important;
  }

  .m-md-97 {
    margin: 97px !important;
  }

  .mx-md-97 {
    margin-inline: 97px !important;
  }

  .my-md-97 {
    margin-block: 97px !important;
  }

  .ms-md-97 {
    margin-left: 97px !important;
  }

  .me-md-97 {
    margin-right: 97px !important;
  }

  .mb-md-97 {
    margin-bottom: 97px !important;
  }

  .mt-md-97 {
    margin-top: 97px !important;
  }

  .p-md-97 {
    padding: 97px !important;
  }

  .px-md-97 {
    padding-inline: 97px !important;
  }

  .py-md-97 {
    padding-block: 97px !important;
  }

  .ps-md-97 {
    padding-left: 97px !important;
  }

  .pe-md-97 {
    padding-right: 97px !important;
  }

  .pb-md-97 {
    padding-bottom: 97px !important;
  }

  .pt-md-97 {
    padding-top: 97px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-97 {
    font-size: 97px !important;
  }

  .m-lg-97 {
    margin: 97px !important;
  }

  .mx-lg-97 {
    margin-inline: 97px !important;
  }

  .my-lg-97 {
    margin-block: 97px !important;
  }

  .ms-lg-97 {
    margin-left: 97px !important;
  }

  .me-lg-97 {
    margin-right: 97px !important;
  }

  .mb-lg-97 {
    margin-bottom: 97px !important;
  }

  .mt-lg-97 {
    margin-top: 97px !important;
  }

  .p-lg-97 {
    padding: 97px !important;
  }

  .px-lg-97 {
    padding-inline: 97px !important;
  }

  .py-lg-97 {
    padding-block: 97px !important;
  }

  .ps-lg-97 {
    padding-left: 97px !important;
  }

  .pe-lg-97 {
    padding-right: 97px !important;
  }

  .pb-lg-97 {
    padding-bottom: 97px !important;
  }

  .pt-lg-97 {
    padding-top: 97px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-97 {
    font-size: 97px !important;
  }

  .m-xl-97 {
    margin: 97px !important;
  }

  .mx-xl-97 {
    margin-inline: 97px !important;
  }

  .my-xl-97 {
    margin-block: 97px !important;
  }

  .ms-xl-97 {
    margin-left: 97px !important;
  }

  .me-xl-97 {
    margin-right: 97px !important;
  }

  .mb-xl-97 {
    margin-bottom: 97px !important;
  }

  .mt-xl-97 {
    margin-top: 97px !important;
  }

  .p-xl-97 {
    padding: 97px !important;
  }

  .px-xl-97 {
    padding-inline: 97px !important;
  }

  .py-xl-97 {
    padding-block: 97px !important;
  }

  .ps-xl-97 {
    padding-left: 97px !important;
  }

  .pe-xl-97 {
    padding-right: 97px !important;
  }

  .pb-xl-97 {
    padding-bottom: 97px !important;
  }

  .pt-xl-97 {
    padding-top: 97px !important;
  }
}
.fs-98 {
  font-size: 98px !important;
}

.m-98 {
  margin: 98px !important;
}

.mx-98 {
  margin-inline: 98px !important;
}

.my-98 {
  margin-block: 98px !important;
}

.ms-98 {
  margin-left: 98px !important;
}

.me-98 {
  margin-right: 98px !important;
}

.mb-98 {
  margin-bottom: 98px !important;
}

.mt-98 {
  margin-top: 98px !important;
}

.p-98 {
  padding: 98px !important;
}

.px-98 {
  padding-inline: 98px !important;
}

.py-98 {
  padding-block: 98px !important;
}

.ps-98 {
  padding-left: 98px !important;
}

.pe-98 {
  padding-right: 98px !important;
}

.pb-98 {
  padding-bottom: 98px !important;
}

.pt-98 {
  padding-top: 98px !important;
}

@media (min-width: 720px) {
  .fs-md-98 {
    font-size: 98px !important;
  }

  .m-md-98 {
    margin: 98px !important;
  }

  .mx-md-98 {
    margin-inline: 98px !important;
  }

  .my-md-98 {
    margin-block: 98px !important;
  }

  .ms-md-98 {
    margin-left: 98px !important;
  }

  .me-md-98 {
    margin-right: 98px !important;
  }

  .mb-md-98 {
    margin-bottom: 98px !important;
  }

  .mt-md-98 {
    margin-top: 98px !important;
  }

  .p-md-98 {
    padding: 98px !important;
  }

  .px-md-98 {
    padding-inline: 98px !important;
  }

  .py-md-98 {
    padding-block: 98px !important;
  }

  .ps-md-98 {
    padding-left: 98px !important;
  }

  .pe-md-98 {
    padding-right: 98px !important;
  }

  .pb-md-98 {
    padding-bottom: 98px !important;
  }

  .pt-md-98 {
    padding-top: 98px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-98 {
    font-size: 98px !important;
  }

  .m-lg-98 {
    margin: 98px !important;
  }

  .mx-lg-98 {
    margin-inline: 98px !important;
  }

  .my-lg-98 {
    margin-block: 98px !important;
  }

  .ms-lg-98 {
    margin-left: 98px !important;
  }

  .me-lg-98 {
    margin-right: 98px !important;
  }

  .mb-lg-98 {
    margin-bottom: 98px !important;
  }

  .mt-lg-98 {
    margin-top: 98px !important;
  }

  .p-lg-98 {
    padding: 98px !important;
  }

  .px-lg-98 {
    padding-inline: 98px !important;
  }

  .py-lg-98 {
    padding-block: 98px !important;
  }

  .ps-lg-98 {
    padding-left: 98px !important;
  }

  .pe-lg-98 {
    padding-right: 98px !important;
  }

  .pb-lg-98 {
    padding-bottom: 98px !important;
  }

  .pt-lg-98 {
    padding-top: 98px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-98 {
    font-size: 98px !important;
  }

  .m-xl-98 {
    margin: 98px !important;
  }

  .mx-xl-98 {
    margin-inline: 98px !important;
  }

  .my-xl-98 {
    margin-block: 98px !important;
  }

  .ms-xl-98 {
    margin-left: 98px !important;
  }

  .me-xl-98 {
    margin-right: 98px !important;
  }

  .mb-xl-98 {
    margin-bottom: 98px !important;
  }

  .mt-xl-98 {
    margin-top: 98px !important;
  }

  .p-xl-98 {
    padding: 98px !important;
  }

  .px-xl-98 {
    padding-inline: 98px !important;
  }

  .py-xl-98 {
    padding-block: 98px !important;
  }

  .ps-xl-98 {
    padding-left: 98px !important;
  }

  .pe-xl-98 {
    padding-right: 98px !important;
  }

  .pb-xl-98 {
    padding-bottom: 98px !important;
  }

  .pt-xl-98 {
    padding-top: 98px !important;
  }
}
.fs-99 {
  font-size: 99px !important;
}

.m-99 {
  margin: 99px !important;
}

.mx-99 {
  margin-inline: 99px !important;
}

.my-99 {
  margin-block: 99px !important;
}

.ms-99 {
  margin-left: 99px !important;
}

.me-99 {
  margin-right: 99px !important;
}

.mb-99 {
  margin-bottom: 99px !important;
}

.mt-99 {
  margin-top: 99px !important;
}

.p-99 {
  padding: 99px !important;
}

.px-99 {
  padding-inline: 99px !important;
}

.py-99 {
  padding-block: 99px !important;
}

.ps-99 {
  padding-left: 99px !important;
}

.pe-99 {
  padding-right: 99px !important;
}

.pb-99 {
  padding-bottom: 99px !important;
}

.pt-99 {
  padding-top: 99px !important;
}

@media (min-width: 720px) {
  .fs-md-99 {
    font-size: 99px !important;
  }

  .m-md-99 {
    margin: 99px !important;
  }

  .mx-md-99 {
    margin-inline: 99px !important;
  }

  .my-md-99 {
    margin-block: 99px !important;
  }

  .ms-md-99 {
    margin-left: 99px !important;
  }

  .me-md-99 {
    margin-right: 99px !important;
  }

  .mb-md-99 {
    margin-bottom: 99px !important;
  }

  .mt-md-99 {
    margin-top: 99px !important;
  }

  .p-md-99 {
    padding: 99px !important;
  }

  .px-md-99 {
    padding-inline: 99px !important;
  }

  .py-md-99 {
    padding-block: 99px !important;
  }

  .ps-md-99 {
    padding-left: 99px !important;
  }

  .pe-md-99 {
    padding-right: 99px !important;
  }

  .pb-md-99 {
    padding-bottom: 99px !important;
  }

  .pt-md-99 {
    padding-top: 99px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-99 {
    font-size: 99px !important;
  }

  .m-lg-99 {
    margin: 99px !important;
  }

  .mx-lg-99 {
    margin-inline: 99px !important;
  }

  .my-lg-99 {
    margin-block: 99px !important;
  }

  .ms-lg-99 {
    margin-left: 99px !important;
  }

  .me-lg-99 {
    margin-right: 99px !important;
  }

  .mb-lg-99 {
    margin-bottom: 99px !important;
  }

  .mt-lg-99 {
    margin-top: 99px !important;
  }

  .p-lg-99 {
    padding: 99px !important;
  }

  .px-lg-99 {
    padding-inline: 99px !important;
  }

  .py-lg-99 {
    padding-block: 99px !important;
  }

  .ps-lg-99 {
    padding-left: 99px !important;
  }

  .pe-lg-99 {
    padding-right: 99px !important;
  }

  .pb-lg-99 {
    padding-bottom: 99px !important;
  }

  .pt-lg-99 {
    padding-top: 99px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-99 {
    font-size: 99px !important;
  }

  .m-xl-99 {
    margin: 99px !important;
  }

  .mx-xl-99 {
    margin-inline: 99px !important;
  }

  .my-xl-99 {
    margin-block: 99px !important;
  }

  .ms-xl-99 {
    margin-left: 99px !important;
  }

  .me-xl-99 {
    margin-right: 99px !important;
  }

  .mb-xl-99 {
    margin-bottom: 99px !important;
  }

  .mt-xl-99 {
    margin-top: 99px !important;
  }

  .p-xl-99 {
    padding: 99px !important;
  }

  .px-xl-99 {
    padding-inline: 99px !important;
  }

  .py-xl-99 {
    padding-block: 99px !important;
  }

  .ps-xl-99 {
    padding-left: 99px !important;
  }

  .pe-xl-99 {
    padding-right: 99px !important;
  }

  .pb-xl-99 {
    padding-bottom: 99px !important;
  }

  .pt-xl-99 {
    padding-top: 99px !important;
  }
}
.fs-100 {
  font-size: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.mx-100 {
  margin-inline: 100px !important;
}

.my-100 {
  margin-block: 100px !important;
}

.ms-100 {
  margin-left: 100px !important;
}

.me-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.px-100 {
  padding-inline: 100px !important;
}

.py-100 {
  padding-block: 100px !important;
}

.ps-100 {
  padding-left: 100px !important;
}

.pe-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

@media (min-width: 720px) {
  .fs-md-100 {
    font-size: 100px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

  .mx-md-100 {
    margin-inline: 100px !important;
  }

  .my-md-100 {
    margin-block: 100px !important;
  }

  .ms-md-100 {
    margin-left: 100px !important;
  }

  .me-md-100 {
    margin-right: 100px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .p-md-100 {
    padding: 100px !important;
  }

  .px-md-100 {
    padding-inline: 100px !important;
  }

  .py-md-100 {
    padding-block: 100px !important;
  }

  .ps-md-100 {
    padding-left: 100px !important;
  }

  .pe-md-100 {
    padding-right: 100px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-100 {
    font-size: 100px !important;
  }

  .m-lg-100 {
    margin: 100px !important;
  }

  .mx-lg-100 {
    margin-inline: 100px !important;
  }

  .my-lg-100 {
    margin-block: 100px !important;
  }

  .ms-lg-100 {
    margin-left: 100px !important;
  }

  .me-lg-100 {
    margin-right: 100px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .p-lg-100 {
    padding: 100px !important;
  }

  .px-lg-100 {
    padding-inline: 100px !important;
  }

  .py-lg-100 {
    padding-block: 100px !important;
  }

  .ps-lg-100 {
    padding-left: 100px !important;
  }

  .pe-lg-100 {
    padding-right: 100px !important;
  }

  .pb-lg-100 {
    padding-bottom: 100px !important;
  }

  .pt-lg-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 1430px) {
  .fs-xl-100 {
    font-size: 100px !important;
  }

  .m-xl-100 {
    margin: 100px !important;
  }

  .mx-xl-100 {
    margin-inline: 100px !important;
  }

  .my-xl-100 {
    margin-block: 100px !important;
  }

  .ms-xl-100 {
    margin-left: 100px !important;
  }

  .me-xl-100 {
    margin-right: 100px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .p-xl-100 {
    padding: 100px !important;
  }

  .px-xl-100 {
    padding-inline: 100px !important;
  }

  .py-xl-100 {
    padding-block: 100px !important;
  }

  .ps-xl-100 {
    padding-left: 100px !important;
  }

  .pe-xl-100 {
    padding-right: 100px !important;
  }

  .pb-xl-100 {
    padding-bottom: 100px !important;
  }

  .pt-xl-100 {
    padding-top: 100px !important;
  }
}
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.invoice {
  padding: 0.25rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: smaller;
}

.invoice.invoice-success {
  background-color: rgb(41, 167, 67);
  color: #ffffff;
}

.invoice.invoice-pending {
  background-color: rgb(255, 224, 102);
  color: rgb(129, 103, 0);
}

.invoice.invoice-failed {
  background-color: rgb(208, 0, 0);
  color: #ffffff;
}

.status {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.status.status-success.alt::after {
  content: " ";
}

.status.status-success::after {
  content: "Success";
}

.status.status-success span::before {
  content: "•";
  color: rgb(0, 208, 48);
}

.status.status-failed.alt::after {
  content: " ";
}

.status.status-failed::after {
  content: "Failed";
}

.status.status-failed span::before {
  content: "•";
  color: rgb(208, 0, 0);
}

.status.status-pending.alt::after {
  content: " ";
}

.status.status-pending::after {
  content: "Pending";
}

.status.status-pending span::before {
  content: "•";
  color: rgb(255, 204, 0);
}

.status.status-none.alt::after {
  content: " ";
}

.status.status-none::after {
  content: "None";
}

.status.status-none span::before {
  content: "•";
  color: #999;
}

.border-top-muted {
  border-top: 1px solid #f2f3f4 !important;
}

.border-bottom-muted {
  border-bottom: 1px solid #f2f3f4 !important;
}

.border-left-muted {
  border-left: 1px solid #f2f3f4 !important;
}

.border-right-muted {
  border-right: 1px solid #f2f3f4 !important;
}

.border-top-dashed {
  border-top: 1px dashed #dee2e6 !important;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #dee2e6 !important;
}

.border-left-dashed {
  border-left: 1px dashed #dee2e6 !important;
}

.border-right-dashed {
  border-right: 1px dashed #dee2e6 !important;
}

/*--------------
    Person: Name with Image or Initials
---------------*/
.person .person-image,
[data-initials]::before,
.with-flag::before {
  content: attr(data-initials);
  display: inline-block;
  font-size: 0.9375rem;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  vertical-align: middle;
  color: white;
}

.person .person-image,
[data-initials]::before {
  margin-right: 0.25em;
  border-radius: 50%;
}

.person img {
  display: none;
}

.person.has-image {
  position: relative;
  display: inline-block;
}

.person.has-image .person-image {
  position: relative;
  overflow: hidden;
}

.person.has-image .person-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  height: auto;
}

@media (min-width: 995px) {
  .border-lg-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-lg-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}
.has-image [data-initials]::before {
  display: none;
}

/*--------------
    Item
---------------*/
.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 1em 0em;
  width: 100%;
  min-height: 0px;
  background: transparent;
  padding: 0em;
  border: none;
  border-radius: 0rem;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.1s ease;
  -webkit-transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  z-index: "";
}

.item a {
  cursor: pointer;
}

.item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eaebed;
  padding: 8px 0;
  margin-bottom: 20px;
  position: relative;
}

.item-header::after {
  content: "";
  height: 3px;
  width: 30px;
  background: #01c7b1;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-radius: 17px;
}

.item-header .login {
  color: #9cabb8;
  font-size: 14px;
  font-weight: bold;
}

.item > .image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  float: none;
  margin: 0em;
  padding: 0em;
  max-height: "";
  -ms-flex-item-align: top;
  -webkit-align-self: top;
  align-self: top;
}

.item > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.125rem;
  border: none;
}

.item > .image:only-child > img {
  border-radius: 0rem;
}

.item > .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  background: none;
  margin: 0em;
  padding: 0em;
  box-shadow: none;
  font-size: 1em;
  border: none;
  border-radius: 0em;
}

.item > .content:after {
  display: block;
  content: " ";
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.item > .image + .content {
  min-width: 0;
  width: auto;
  display: block;
  margin-left: 0em;
  -ms-flex-item-align: top;
  -webkit-align-self: top;
  align-self: top;
  padding-left: 1.5em;
}

.item > .content > .header {
  display: inline-block;
  margin: -0.21425em 0em 0em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.28571429em;
}

.item .content img {
  -ms-flex-item-align: middle;
  -webkit-align-self: middle;
  align-self: middle;
  width: "";
}

.item img.avatar,
.item .avatar img {
  width: "";
  height: "";
  border-radius: 500rem;
}

.item .meta {
  margin: 0.5em 0em 0.5em;
  font-size: 1em;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.6);
  max-width: 558px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item .meta * {
  margin-right: 0.3em;
}

.item .meta :last-child {
  margin-right: 0em;
}

.item .meta [class*="right floated"] {
  margin-right: 0em;
  margin-left: 0.3em;
}

.xs.image,
.xs.images .image,
.xs.images img,
.xs.images svg {
  width: 43px;
  height: auto;
  font-size: 0.85714286rem;
}

.xsm.image,
.xsm.images .image,
.xsm.images img,
.xsm.images svg {
  width: 64px;
  height: auto;
  font-size: 0.85714286rem;
}

.sm.image,
.sm.images .image,
.sm.images img,
.sm.images svg {
  width: 80px;
  height: auto;
  font-size: 0.85714286rem;
}

.md.image,
.md.images .image,
.md.images img,
.md.images svg {
  width: 92px;
  height: auto;
  font-size: 0.85714286rem;
}

.text-truncate-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-truncate-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-truncate-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-truncate-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.text-truncate-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  /* number of lines to show */
  line-clamp: 7;
  -webkit-box-orient: vertical;
}

.text-truncate-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  /* number of lines to show */
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.text-truncate-9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  /* number of lines to show */
  line-clamp: 9;
  -webkit-box-orient: vertical;
}

.text-truncate-10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  /* number of lines to show */
  line-clamp: 10;
  -webkit-box-orient: vertical;
}

/*--------------
    Order Badges
---------------*/
.order {
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 28px;
}

.order.tiny {
  padding: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.order.blue {
  background-color: #edf8fc;
  color: #40b2dd;
}

.order.yellow {
  background-color: #fffbeb;
  color: #edbf06;
}

.order.purple {
  background-color: #ededff;
  color: #7978de;
}

.order.red {
  background-color: #fdd7d5;
  color: #ff3b30;
}

.order.green {
  background-color: #dbffdb;
  color: #088308;
}

.order.light-green {
  background-color: #d9f8f5;
  color: #01c7b2;
}

.order.dark-blue {
  background-color: #f0f7ff;
  color: #007aff;
}

.order.grey {
  background-color: #f2f2f2;
  color: #b6c1ca;
}