@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";

/* node_modules/cropperjs/src/css/cropper.scss */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url("./media/bg-ML3VXWXI.png");
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* src/custom-bootstrap.scss */
.btn.btn-success {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #228e3b;
  --bs-btn-hover-border-color: #208637;
  --bs-btn-focus-shadow-rgb:
    72,
    180,
    97;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #208637;
  --bs-btn-active-border-color: #1e7d34;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #28a745;
  --bs-btn-disabled-border-color: #28a745;
}
.btn.btn-orange-light,
.btn.btn-orange-dark {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #916100;
  --bs-btn-border-color: #916100;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #7b5200;
  --bs-btn-hover-border-color: #744e00;
  --bs-btn-focus-shadow-rgb:
    162,
    121,
    38;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #744e00;
  --bs-btn-active-border-color: #6d4900;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #916100;
  --bs-btn-disabled-border-color: #916100;
}
/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #007bff;
  --bs-secondary: #6c757d;
  --bs-success: #28a745;
  --bs-danger: #dc3545;
  --bs-warning: #ffc107;
  --bs-info: #17a2b8;
  --bs-light: #CFCFCF;
  --bs-dark: #343a40;
  --bs-lapis: #3167B0;
  --bs-red-purple: #9D2F7A;
  --bs-harvest-gold: #E69200;
  --bs-flash-white: #F1F1F1;
  --bs-real-blue: #2E599C;
  --bs-orange-light: #fd7e14;
  --bs-orange-dark: #fd7e14;
  --bs-silver-solid: #C7C7C7;
  --bs-denim: #266cb5;
  --bs-primary-rgb:
    0,
    123,
    255;
  --bs-secondary-rgb:
    108,
    117,
    125;
  --bs-success-rgb:
    40,
    167,
    69;
  --bs-danger-rgb:
    220,
    53,
    69;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-info-rgb:
    23,
    162,
    184;
  --bs-light-rgb:
    207,
    207,
    207;
  --bs-dark-rgb:
    52,
    58,
    64;
  --bs-lapis-rgb:
    49,
    103,
    176;
  --bs-red-purple-rgb:
    157,
    47,
    122;
  --bs-harvest-gold-rgb:
    230,
    146,
    0;
  --bs-flash-white-rgb:
    241,
    241,
    241;
  --bs-real-blue-rgb:
    46,
    89,
    156;
  --bs-orange-light-rgb:
    253,
    126,
    20;
  --bs-orange-dark-rgb:
    253,
    126,
    20;
  --bs-silver-solid-rgb:
    199,
    199,
    199;
  --bs-denim-rgb:
    38,
    108,
    181;
  --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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb:
    33,
    37,
    41;
  --bs-body-bg: #fff;
  --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: #0d6efd;
  --bs-link-color-rgb:
    13,
    110,
    253;
  --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] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@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;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@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: "\2014\a0";
}
.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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
: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: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-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);
  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);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.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::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -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;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: 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 + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(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 + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(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);
  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);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: 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);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  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;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #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;
  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;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --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;
  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;
  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;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    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;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    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: 2.625rem;
  min-height: 2.625rem;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 1);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 0.5rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.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: 0.5rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.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 {
  transform: scale(0.85) translateY(-1.3rem) translateX(0rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-1.3rem) translateX(0rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 0.5rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.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;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 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(-1 * var(--bs-border-width));
  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.1'/%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.1'/%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 + calc(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 + calc(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;
  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);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: 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: #007bff;
  --bs-btn-border-color: #007bff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #268fff;
  --bs-btn-hover-border-color: #1a88ff;
  --bs-btn-focus-shadow-rgb:
    0,
    105,
    217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3395ff;
  --bs-btn-active-border-color: #1a88ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #007bff;
  --bs-btn-disabled-border-color: #007bff;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb:
    130,
    138,
    145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #48b461;
  --bs-btn-hover-border-color: #3eb058;
  --bs-btn-focus-shadow-rgb:
    34,
    142,
    59;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #53b96a;
  --bs-btn-active-border-color: #3eb058;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #28a745;
  --bs-btn-disabled-border-color: #28a745;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb:
    225,
    83,
    97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb:
    217,
    164,
    6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3ab0c3;
  --bs-btn-hover-border-color: #2eabbf;
  --bs-btn-focus-shadow-rgb:
    20,
    138,
    156;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #45b5c6;
  --bs-btn-active-border-color: #2eabbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #17a2b8;
  --bs-btn-disabled-border-color: #17a2b8;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #CFCFCF;
  --bs-btn-border-color: #CFCFCF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b0b0b0;
  --bs-btn-hover-border-color: #a6a6a6;
  --bs-btn-focus-shadow-rgb:
    176,
    176,
    176;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #a6a6a6;
  --bs-btn-active-border-color: #9b9b9b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #CFCFCF;
  --bs-btn-disabled-border-color: #CFCFCF;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #52585d;
  --bs-btn-hover-border-color: #484e53;
  --bs-btn-focus-shadow-rgb:
    82,
    88,
    93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5d6166;
  --bs-btn-active-border-color: #484e53;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40;
}
.btn-lapis {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3167B0;
  --bs-btn-border-color: #3167B0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2a5896;
  --bs-btn-hover-border-color: #27528d;
  --bs-btn-focus-shadow-rgb:
    80,
    126,
    188;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #27528d;
  --bs-btn-active-border-color: #254d84;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3167B0;
  --bs-btn-disabled-border-color: #3167B0;
}
.btn-red-purple {
  --bs-btn-color: #fff;
  --bs-btn-bg: #9D2F7A;
  --bs-btn-border-color: #9D2F7A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #852868;
  --bs-btn-hover-border-color: #7e2662;
  --bs-btn-focus-shadow-rgb:
    172,
    78,
    142;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7e2662;
  --bs-btn-active-border-color: #76235c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9D2F7A;
  --bs-btn-disabled-border-color: #9D2F7A;
}
.btn-harvest-gold {
  --bs-btn-color: #000;
  --bs-btn-bg: #E69200;
  --bs-btn-border-color: #E69200;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eaa226;
  --bs-btn-hover-border-color: #e99d1a;
  --bs-btn-focus-shadow-rgb:
    196,
    124,
    0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eba833;
  --bs-btn-active-border-color: #e99d1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E69200;
  --bs-btn-disabled-border-color: #E69200;
}
.btn-flash-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #F1F1F1;
  --bs-btn-border-color: #F1F1F1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f3f3f3;
  --bs-btn-hover-border-color: #f2f2f2;
  --bs-btn-focus-shadow-rgb:
    205,
    205,
    205;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f4f4f4;
  --bs-btn-active-border-color: #f2f2f2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F1F1F1;
  --bs-btn-disabled-border-color: #F1F1F1;
}
.btn-real-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2E599C;
  --bs-btn-border-color: #2E599C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #274c85;
  --bs-btn-hover-border-color: #25477d;
  --bs-btn-focus-shadow-rgb:
    77,
    114,
    171;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #25477d;
  --bs-btn-active-border-color: #234375;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2E599C;
  --bs-btn-disabled-border-color: #2E599C;
}
.btn-orange-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd9137;
  --bs-btn-hover-border-color: #fd8b2c;
  --bs-btn-focus-shadow-rgb:
    215,
    107,
    17;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd9843;
  --bs-btn-active-border-color: #fd8b2c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fd7e14;
  --bs-btn-disabled-border-color: #fd7e14;
}
.btn-orange-dark {
  --bs-btn-color: #000;
  --bs-btn-bg: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd9137;
  --bs-btn-hover-border-color: #fd8b2c;
  --bs-btn-focus-shadow-rgb:
    215,
    107,
    17;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd9843;
  --bs-btn-active-border-color: #fd8b2c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fd7e14;
  --bs-btn-disabled-border-color: #fd7e14;
}
.btn-silver-solid {
  --bs-btn-color: #000;
  --bs-btn-bg: #C7C7C7;
  --bs-btn-border-color: #C7C7C7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cfcfcf;
  --bs-btn-hover-border-color: #cdcdcd;
  --bs-btn-focus-shadow-rgb:
    169,
    169,
    169;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d2d2d2;
  --bs-btn-active-border-color: #cdcdcd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #C7C7C7;
  --bs-btn-disabled-border-color: #C7C7C7;
}
.btn-denim {
  --bs-btn-color: #fff;
  --bs-btn-bg: #266cb5;
  --bs-btn-border-color: #266cb5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #205c9a;
  --bs-btn-hover-border-color: #1e5691;
  --bs-btn-focus-shadow-rgb:
    71,
    130,
    192;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1e5691;
  --bs-btn-active-border-color: #1d5188;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #266cb5;
  --bs-btn-disabled-border-color: #266cb5;
}
.btn-outline-primary {
  --bs-btn-color: #007bff;
  --bs-btn-border-color: #007bff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #007bff;
  --bs-btn-hover-border-color: #007bff;
  --bs-btn-focus-shadow-rgb:
    0,
    123,
    255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #007bff;
  --bs-btn-active-border-color: #007bff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #007bff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #007bff;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb:
    108,
    117,
    125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #28a745;
  --bs-btn-hover-border-color: #28a745;
  --bs-btn-focus-shadow-rgb:
    40,
    167,
    69;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #28a745;
  --bs-btn-active-border-color: #28a745;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #28a745;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #28a745;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb:
    220,
    53,
    69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb:
    255,
    193,
    7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #17a2b8;
  --bs-btn-hover-border-color: #17a2b8;
  --bs-btn-focus-shadow-rgb:
    23,
    162,
    184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #17a2b8;
  --bs-btn-active-border-color: #17a2b8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #17a2b8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #17a2b8;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #CFCFCF;
  --bs-btn-border-color: #CFCFCF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #CFCFCF;
  --bs-btn-hover-border-color: #CFCFCF;
  --bs-btn-focus-shadow-rgb:
    207,
    207,
    207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #CFCFCF;
  --bs-btn-active-border-color: #CFCFCF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #CFCFCF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #CFCFCF;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb:
    52,
    58,
    64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none;
}
.btn-outline-lapis {
  --bs-btn-color: #3167B0;
  --bs-btn-border-color: #3167B0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3167B0;
  --bs-btn-hover-border-color: #3167B0;
  --bs-btn-focus-shadow-rgb:
    49,
    103,
    176;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3167B0;
  --bs-btn-active-border-color: #3167B0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3167B0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3167B0;
  --bs-gradient: none;
}
.btn-outline-red-purple {
  --bs-btn-color: #9D2F7A;
  --bs-btn-border-color: #9D2F7A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9D2F7A;
  --bs-btn-hover-border-color: #9D2F7A;
  --bs-btn-focus-shadow-rgb:
    157,
    47,
    122;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9D2F7A;
  --bs-btn-active-border-color: #9D2F7A;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #9D2F7A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9D2F7A;
  --bs-gradient: none;
}
.btn-outline-harvest-gold {
  --bs-btn-color: #E69200;
  --bs-btn-border-color: #E69200;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E69200;
  --bs-btn-hover-border-color: #E69200;
  --bs-btn-focus-shadow-rgb:
    230,
    146,
    0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E69200;
  --bs-btn-active-border-color: #E69200;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E69200;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E69200;
  --bs-gradient: none;
}
.btn-outline-flash-white {
  --bs-btn-color: #F1F1F1;
  --bs-btn-border-color: #F1F1F1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F1F1F1;
  --bs-btn-hover-border-color: #F1F1F1;
  --bs-btn-focus-shadow-rgb:
    241,
    241,
    241;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F1F1F1;
  --bs-btn-active-border-color: #F1F1F1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F1F1F1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F1F1F1;
  --bs-gradient: none;
}
.btn-outline-real-blue {
  --bs-btn-color: #2E599C;
  --bs-btn-border-color: #2E599C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2E599C;
  --bs-btn-hover-border-color: #2E599C;
  --bs-btn-focus-shadow-rgb:
    46,
    89,
    156;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2E599C;
  --bs-btn-active-border-color: #2E599C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2E599C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2E599C;
  --bs-gradient: none;
}
.btn-outline-orange-light {
  --bs-btn-color: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd7e14;
  --bs-btn-hover-border-color: #fd7e14;
  --bs-btn-focus-shadow-rgb:
    253,
    126,
    20;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd7e14;
  --bs-btn-active-border-color: #fd7e14;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd7e14;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd7e14;
  --bs-gradient: none;
}
.btn-outline-orange-dark {
  --bs-btn-color: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd7e14;
  --bs-btn-hover-border-color: #fd7e14;
  --bs-btn-focus-shadow-rgb:
    253,
    126,
    20;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd7e14;
  --bs-btn-active-border-color: #fd7e14;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd7e14;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd7e14;
  --bs-gradient: none;
}
.btn-outline-silver-solid {
  --bs-btn-color: #C7C7C7;
  --bs-btn-border-color: #C7C7C7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #C7C7C7;
  --bs-btn-hover-border-color: #C7C7C7;
  --bs-btn-focus-shadow-rgb:
    199,
    199,
    199;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #C7C7C7;
  --bs-btn-active-border-color: #C7C7C7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #C7C7C7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C7C7C7;
  --bs-gradient: none;
}
.btn-outline-denim {
  --bs-btn-color: #266cb5;
  --bs-btn-border-color: #266cb5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #266cb5;
  --bs-btn-hover-border-color: #266cb5;
  --bs-btn-focus-shadow-rgb:
    38,
    108,
    181;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #266cb5;
  --bs-btn-active-border-color: #266cb5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #266cb5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #266cb5;
  --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 {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.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: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.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 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.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:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .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: flex;
  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;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: 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 {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  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,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  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: flex;
  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 {
  flex-grow: 1;
  flex-basis: 100%;
  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);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 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 {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 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: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 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: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 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: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 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: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 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: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 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: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  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: flex;
  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 {
  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: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --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 5 6 6 6-6'/%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 5 6 6 6-6'/%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: flex;
  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;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    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);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  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);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    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-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  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-.708'/%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-.708'/%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: flex;
  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: 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);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: 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(-1 * var(--bs-border-width));
}
.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-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-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-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-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);
}
.alert-lapis {
  --bs-alert-color: var(--bs-lapis-text-emphasis);
  --bs-alert-bg: var(--bs-lapis-bg-subtle);
  --bs-alert-border-color: var(--bs-lapis-border-subtle);
  --bs-alert-link-color: var(--bs-lapis-text-emphasis);
}
.alert-red-purple {
  --bs-alert-color: var(--bs-red-purple-text-emphasis);
  --bs-alert-bg: var(--bs-red-purple-bg-subtle);
  --bs-alert-border-color: var(--bs-red-purple-border-subtle);
  --bs-alert-link-color: var(--bs-red-purple-text-emphasis);
}
.alert-harvest-gold {
  --bs-alert-color: var(--bs-harvest-gold-text-emphasis);
  --bs-alert-bg: var(--bs-harvest-gold-bg-subtle);
  --bs-alert-border-color: var(--bs-harvest-gold-border-subtle);
  --bs-alert-link-color: var(--bs-harvest-gold-text-emphasis);
}
.alert-flash-white {
  --bs-alert-color: var(--bs-flash-white-text-emphasis);
  --bs-alert-bg: var(--bs-flash-white-bg-subtle);
  --bs-alert-border-color: var(--bs-flash-white-border-subtle);
  --bs-alert-link-color: var(--bs-flash-white-text-emphasis);
}
.alert-real-blue {
  --bs-alert-color: var(--bs-real-blue-text-emphasis);
  --bs-alert-bg: var(--bs-real-blue-bg-subtle);
  --bs-alert-border-color: var(--bs-real-blue-border-subtle);
  --bs-alert-link-color: var(--bs-real-blue-text-emphasis);
}
.alert-orange-light {
  --bs-alert-color: var(--bs-orange-light-text-emphasis);
  --bs-alert-bg: var(--bs-orange-light-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-light-border-subtle);
  --bs-alert-link-color: var(--bs-orange-light-text-emphasis);
}
.alert-orange-dark {
  --bs-alert-color: var(--bs-orange-dark-text-emphasis);
  --bs-alert-bg: var(--bs-orange-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-orange-dark-border-subtle);
  --bs-alert-link-color: var(--bs-orange-dark-text-emphasis);
}
.alert-silver-solid {
  --bs-alert-color: var(--bs-silver-solid-text-emphasis);
  --bs-alert-bg: var(--bs-silver-solid-bg-subtle);
  --bs-alert-border-color: var(--bs-silver-solid-border-subtle);
  --bs-alert-link-color: var(--bs-silver-solid-text-emphasis);
}
.alert-denim {
  --bs-alert-color: var(--bs-denim-text-emphasis);
  --bs-alert-bg: var(--bs-denim-bg-subtle);
  --bs-alert-border-color: var(--bs-denim-border-subtle);
  --bs-alert-link-color: var(--bs-denim-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.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: 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: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    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: flex;
  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 {
  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-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover,
.list-group-item-action:not(.active):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:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  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 {
    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 {
    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 {
    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 {
    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 {
    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-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-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-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-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);
}
.list-group-item-lapis {
  --bs-list-group-color: var(--bs-lapis-text-emphasis);
  --bs-list-group-bg: var(--bs-lapis-bg-subtle);
  --bs-list-group-border-color: var(--bs-lapis-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lapis-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lapis-border-subtle);
  --bs-list-group-active-color: var(--bs-lapis-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lapis-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lapis-text-emphasis);
}
.list-group-item-red-purple {
  --bs-list-group-color: var(--bs-red-purple-text-emphasis);
  --bs-list-group-bg: var(--bs-red-purple-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-purple-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-purple-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-purple-border-subtle);
  --bs-list-group-active-color: var(--bs-red-purple-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-purple-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-purple-text-emphasis);
}
.list-group-item-harvest-gold {
  --bs-list-group-color: var(--bs-harvest-gold-text-emphasis);
  --bs-list-group-bg: var(--bs-harvest-gold-bg-subtle);
  --bs-list-group-border-color: var(--bs-harvest-gold-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-harvest-gold-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-harvest-gold-border-subtle);
  --bs-list-group-active-color: var(--bs-harvest-gold-bg-subtle);
  --bs-list-group-active-bg: var(--bs-harvest-gold-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-harvest-gold-text-emphasis);
}
.list-group-item-flash-white {
  --bs-list-group-color: var(--bs-flash-white-text-emphasis);
  --bs-list-group-bg: var(--bs-flash-white-bg-subtle);
  --bs-list-group-border-color: var(--bs-flash-white-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-flash-white-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-flash-white-border-subtle);
  --bs-list-group-active-color: var(--bs-flash-white-bg-subtle);
  --bs-list-group-active-bg: var(--bs-flash-white-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-flash-white-text-emphasis);
}
.list-group-item-real-blue {
  --bs-list-group-color: var(--bs-real-blue-text-emphasis);
  --bs-list-group-bg: var(--bs-real-blue-bg-subtle);
  --bs-list-group-border-color: var(--bs-real-blue-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-real-blue-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-real-blue-border-subtle);
  --bs-list-group-active-color: var(--bs-real-blue-bg-subtle);
  --bs-list-group-active-bg: var(--bs-real-blue-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-real-blue-text-emphasis);
}
.list-group-item-orange-light {
  --bs-list-group-color: var(--bs-orange-light-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-light-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-light-text-emphasis);
}
.list-group-item-orange-dark {
  --bs-list-group-color: var(--bs-orange-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-orange-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-orange-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-orange-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-orange-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-orange-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-orange-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-orange-dark-text-emphasis);
}
.list-group-item-silver-solid {
  --bs-list-group-color: var(--bs-silver-solid-text-emphasis);
  --bs-list-group-bg: var(--bs-silver-solid-bg-subtle);
  --bs-list-group-border-color: var(--bs-silver-solid-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-silver-solid-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-silver-solid-border-subtle);
  --bs-list-group-active-color: var(--bs-silver-solid-bg-subtle);
  --bs-list-group-active-bg: var(--bs-silver-solid-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-silver-solid-text-emphasis);
}
.list-group-item-denim {
  --bs-list-group-color: var(--bs-denim-text-emphasis);
  --bs-list-group-bg: var(--bs-denim-bg-subtle);
  --bs-list-group-border-color: var(--bs-denim-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-denim-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-denim-border-subtle);
  --bs-list-group-active-color: var(--bs-denim-bg-subtle);
  --bs-list-group-active-bg: var(--bs-denim-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-denim-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.414'/%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;
  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;
  filter: var(--bs-btn-close-filter);
  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;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.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: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  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: var(--bs-body-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 {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 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: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  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: flex;
  flex-shrink: 0;
  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-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  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: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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);
}
.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);
}
.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);
}
.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);
}
.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: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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);
}
.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);
}
.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);
}
.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);
}
.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 {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.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 0'/%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-.708'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
.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%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    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;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    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: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    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);
    transform: translateX(-100%);
  }
  .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);
    transform: translateX(100%);
  }
  .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);
    transform: translateY(-100%);
  }
  .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);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .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: flex;
    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: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    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);
    transform: translateX(-100%);
  }
  .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);
    transform: translateX(100%);
  }
  .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);
    transform: translateY(-100%);
  }
  .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);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .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: flex;
    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: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    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);
    transform: translateX(-100%);
  }
  .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);
    transform: translateX(100%);
  }
  .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);
    transform: translateY(-100%);
  }
  .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);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .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: flex;
    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: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    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);
    transform: translateX(-100%);
  }
  .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);
    transform: translateX(100%);
  }
  .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);
    transform: translateY(-100%);
  }
  .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);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .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: flex;
    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: flex;
    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;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    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);
    transform: translateX(-100%);
  }
  .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);
    transform: translateX(100%);
  }
  .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);
    transform: translateY(-100%);
  }
  .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);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .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: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  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;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    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);
  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);
  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);
  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);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  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: flex;
  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-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  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 {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@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-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-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: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-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;
}
.text-bg-lapis {
  color: #fff !important;
  background-color: RGBA(var(--bs-lapis-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-red-purple {
  color: #fff !important;
  background-color: RGBA(var(--bs-red-purple-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-harvest-gold {
  color: #000 !important;
  background-color: RGBA(var(--bs-harvest-gold-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-flash-white {
  color: #000 !important;
  background-color: RGBA(var(--bs-flash-white-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-real-blue {
  color: #fff !important;
  background-color: RGBA(var(--bs-real-blue-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-orange-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-orange-dark {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-silver-solid {
  color: #000 !important;
  background-color: RGBA(var(--bs-silver-solid-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-denim {
  color: #fff !important;
  background-color: RGBA(var(--bs-denim-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-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(51, 149, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 149, 255, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(83, 185, 106, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(83, 185, 106, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-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(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-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(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(69, 181, 198, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(217, 217, 217, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(217, 217, 217, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-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(42, 46, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(42, 46, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.link-lapis {
  color: RGBA(var(--bs-lapis-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lapis-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lapis:hover,
.link-lapis:focus {
  color: RGBA(39, 82, 141, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(39, 82, 141, var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-purple {
  color: RGBA(var(--bs-red-purple-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-red-purple-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red-purple:hover,
.link-red-purple:focus {
  color: RGBA(126, 38, 98, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(126, 38, 98, var(--bs-link-underline-opacity, 1)) !important;
}
.link-harvest-gold {
  color: RGBA(var(--bs-harvest-gold-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-harvest-gold-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-harvest-gold:hover,
.link-harvest-gold:focus {
  color: RGBA(235, 168, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(235, 168, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.link-flash-white {
  color: RGBA(var(--bs-flash-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-flash-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-flash-white:hover,
.link-flash-white:focus {
  color: RGBA(244, 244, 244, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(244, 244, 244, var(--bs-link-underline-opacity, 1)) !important;
}
.link-real-blue {
  color: RGBA(var(--bs-real-blue-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-real-blue-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-real-blue:hover,
.link-real-blue:focus {
  color: RGBA(37, 71, 125, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(37, 71, 125, var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-light {
  color: RGBA(var(--bs-orange-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-light:hover,
.link-orange-light:focus {
  color: RGBA(253, 152, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 152, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-dark {
  color: RGBA(var(--bs-orange-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange-dark:hover,
.link-orange-dark:focus {
  color: RGBA(253, 152, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 152, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-silver-solid {
  color: RGBA(var(--bs-silver-solid-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-silver-solid-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-silver-solid:hover,
.link-silver-solid:focus {
  color: RGBA(210, 210, 210, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(210, 210, 210, var(--bs-link-underline-opacity, 1)) !important;
}
.link-denim {
  color: RGBA(var(--bs-denim-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-denim-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-denim:hover,
.link-denim:focus {
  color: RGBA(30, 86, 145, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(30, 86, 145, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-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;
  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: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  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: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 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: flex !important;
}
.d-inline-flex {
  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-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-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-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-lapis {
  --bs-focus-ring-color: rgba(var(--bs-lapis-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-red-purple {
  --bs-focus-ring-color: rgba(var(--bs-red-purple-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-harvest-gold {
  --bs-focus-ring-color: rgba(var(--bs-harvest-gold-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-flash-white {
  --bs-focus-ring-color: rgba(var(--bs-flash-white-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-real-blue {
  --bs-focus-ring-color: rgba(var(--bs-real-blue-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-orange-light {
  --bs-focus-ring-color: rgba(var(--bs-orange-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-orange-dark {
  --bs-focus-ring-color: rgba(var(--bs-orange-dark-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-silver-solid {
  --bs-focus-ring-color: rgba(var(--bs-silver-solid-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-denim {
  --bs-focus-ring-color: rgba(var(--bs-denim-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: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-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-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-lapis {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lapis-rgb), var(--bs-border-opacity)) !important;
}
.border-red-purple {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-purple-rgb), var(--bs-border-opacity)) !important;
}
.border-harvest-gold {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-harvest-gold-rgb), var(--bs-border-opacity)) !important;
}
.border-flash-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-flash-white-rgb), var(--bs-border-opacity)) !important;
}
.border-real-blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-real-blue-rgb), var(--bs-border-opacity)) !important;
}
.border-orange-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-light-rgb), var(--bs-border-opacity)) !important;
}
.border-orange-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-silver-solid {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-silver-solid-rgb), var(--bs-border-opacity)) !important;
}
.border-denim {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-denim-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 {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.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 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-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-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-lapis {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lapis-rgb), var(--bs-text-opacity)) !important;
}
.text-red-purple {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-purple-rgb), var(--bs-text-opacity)) !important;
}
.text-harvest-gold {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-harvest-gold-rgb), var(--bs-text-opacity)) !important;
}
.text-flash-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-flash-white-rgb), var(--bs-text-opacity)) !important;
}
.text-real-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-real-blue-rgb), var(--bs-text-opacity)) !important;
}
.text-orange-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-light-rgb), var(--bs-text-opacity)) !important;
}
.text-orange-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-silver-solid {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-silver-solid-rgb), var(--bs-text-opacity)) !important;
}
.text-denim {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-denim-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;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-lapis {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lapis-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-red-purple {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-purple-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-harvest-gold {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-harvest-gold-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-flash-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-flash-white-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-real-blue {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-real-blue-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-orange-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-orange-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-silver-solid {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-silver-solid-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-denim {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-denim-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  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-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-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-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-lapis {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lapis-rgb), var(--bs-bg-opacity)) !important;
}
.bg-red-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-purple-rgb), var(--bs-bg-opacity)) !important;
}
.bg-harvest-gold {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-harvest-gold-rgb), var(--bs-bg-opacity)) !important;
}
.bg-flash-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-flash-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-real-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-real-blue-rgb), var(--bs-bg-opacity)) !important;
}
.bg-orange-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-orange-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-silver-solid {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-silver-solid-rgb), var(--bs-bg-opacity)) !important;
}
.bg-denim {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-denim-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;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .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 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .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 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .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 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .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 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    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: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .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 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* src/assets/fonts/font-awesome-4.7.0/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont-FMJ3VJ65.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfont-FMJ3VJ65.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont-5GKVPAEF.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont-Z4ARLA73.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont-RJ6LE7IU.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont-XEOHR4Y4.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* src/assets/fonts/font-icons/style.css */
@font-face {
  font-family: "font-icons";
  src: url("./media/font-icons-VDW7JC65.eot?h0p289");
  src:
    url("./media/font-icons-VDW7JC65.eot?h0p289#iefix") format("embedded-opentype"),
    url("./media/font-icons-5SX567ZM.ttf?h0p289") format("truetype"),
    url("./media/font-icons-5WZY4634.woff?h0p289") format("woff"),
    url("./media/font-icons-OEGSRBYH.svg?h0p289#font-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fa-x-],
[class*=" fa-x-"] {
  font-family: "font-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-x-history:before {
  content: "\e92d";
}
.fa-x-first:before {
  content: "\e924";
}
.fa-x-last:before {
  content: "\e925";
}
.fa-x-previous:before {
  content: "\e926";
}
.fa-x-next:before {
  content: "\e927";
}
.fa-x-date-input:before {
  content: "\e90f";
}
.fa-x-sun:before {
  content: "\e907";
}
.fa-x-shrink:before {
  content: "\e921";
}
.fa-x-expand1:before {
  content: "\e922";
}
.fa-x-moon:before {
  content: "\e923";
}
.fa-x-woman-child:before {
  content: "\e91b";
}
.fa-x-graduation:before {
  content: "\e91c";
}
.fa-x-old-age:before {
  content: "\e91d";
}
.fa-x-home-sun:before {
  content: "\e91e";
}
.fa-x-plant-hand:before {
  content: "\e91f";
}
.fa-x-app:before {
  content: "\e91a";
}
.fa-x-minus:before {
  content: "\e915";
}
.fa-x-plus:before {
  content: "\e916";
}
.fa-x-dashboard:before {
  content: "\e908";
}
.fa-x-download:before {
  content: "\e909";
}
.fa-x-expand:before {
  content: "\e90a";
}
.fa-x-info:before {
  content: "\e90b";
}
.fa-x-fullscreen:before {
  content: "\e90c";
}
.fa-x-bars-1:before {
  content: "\e90d";
}
.fa-x-sitemap:before {
  content: "\e910";
}
.fa-x-round-right:before {
  content: "\e911";
}
.fa-x-list:before {
  content: "\e920";
}
.fa-x-network:before {
  content: "\e912";
}
.fa-x-setting:before {
  content: "\e913";
}
.fa-x-search:before {
  content: "\e914";
}
.fa-x-360:before {
  content: "\e917";
}
.fa-x-application:before {
  content: "\e918";
}
.fa-x-bell-solid:before {
  content: "\e919";
}
.fa-x-arrow-left:before {
  content: "\e905";
}
.fa-x-arrow-right:before {
  content: "\e902";
}
.fa-x-arrow-up:before {
  content: "\e906";
}
.fa-x-arrow-down:before {
  content: "\e90e";
}
.fa-x-close:before {
  content: "\e903";
}
.fa-x-bars:before {
  content: "\e904";
}
.fa-x-user-plus:before {
  content: "\e900";
}
.fa-x-user:before {
  content: "\e901";
}
.fa-x-accessibility:before {
  content: "\e928";
}
.fa-x-font-plus:before {
  content: "\e929";
}
.fa-x-font-normal:before {
  content: "\e92a";
}
.fa-x-font-minus:before {
  content: "\e92b";
}
.fa-x-seek:before {
  content: "\e92c";
}

/* node_modules/@videogular/ngx-videogular/fonts/videogular.css */
@font-face {
  font-family: videogular;
  src: url("./media/videogular-H7MSXT3I.eot?hj1wei");
  src:
    url("./media/videogular-H7MSXT3I.eot?hj1wei#iefix") format("embedded-opentype"),
    url("./media/videogular-ULU7CHZC.ttf?hj1wei") format("truetype"),
    url("./media/videogular-54D7AHHD.woff?hj1wei") format("woff"),
    url("./media/videogular-WX5DESMV.svg?hj1wei#videogular") format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" vg-icon-"],
[class^=vg-icon-] {
  font-family: videogular !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vg-icon-closed_caption:before {
  content: "\e006";
}
.vg-icon-pause:before {
  content: "\e018";
}
.vg-icon-play_arrow:before {
  content: "\e01b";
}
.vg-icon-repeat:before {
  content: "\e023";
}
.vg-icon-replay:before {
  content: "\e025";
}
.vg-icon-skip_next:before {
  content: "\e027";
}
.vg-icon-skip_previous:before {
  content: "\e028";
}
.vg-icon-stop:before {
  content: "\e02a";
}
.vg-icon-volume_down:before {
  content: "\e030";
}
.vg-icon-volume_mute:before {
  content: "\e031";
}
.vg-icon-volume_off:before {
  content: "\e032";
}
.vg-icon-volume_up:before {
  content: "\e033";
}
.vg-icon-hd:before {
  content: "\e035";
}
.vg-icon-forward_10:before {
  content: "\e038";
}
.vg-icon-forward_30:before {
  content: "\e039";
}
.vg-icon-replay_10:before {
  content: "\e03b";
}
.vg-icon-replay_30:before {
  content: "\e03c";
}
.vg-icon-fullscreen:before {
  content: "\e20c";
}
.vg-icon-fullscreen_exit:before {
  content: "\e20d";
}
vg-player video {
  width: 100%;
  height: 100%;
}

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers-55W3Q4RM.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x-TBM42ERR.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon-2V3QKKVC.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* src/assets/style/theme/bootstrap.css */
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #916100;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #e4e4e4;
  --bs-dark: #000000;
  --bs-orange: #fd7e14;
  --bs-orange-rgb:
    253,
    126,
    20;
  --bs-orange-text-emphasis: #7d3905;
  --bs-orange-bg-subtle: #ffe5d0;
  --bs-orange-border-subtle: #feb38a;
  --bs-primary-rgb:
    38,
    108,
    181;
  --bs-secondary-rgb:
    108,
    117,
    125;
  --bs-success-rgb:
    25,
    135,
    84;
  --bs-info-rgb:
    13,
    202,
    240;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-danger-rgb:
    220,
    53,
    69;
  --bs-light-rgb:
    248,
    249,
    250;
  --bs-dark-rgb:
    42,
    53,
    65;
  --bs-orange-rgb:
    253,
    126,
    20;
  --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: #95D79626;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #F5E8CD73;
  --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",
    Montserrat,
    "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: var(--bs-font-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:
    33,
    37,
    41;
  --bs-body-bg: #fff;
  --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: #0d6efd;
  --bs-link-color-rgb:
    13,
    110,
    253;
  --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: #999999;
  --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: #FFFFFF;
  --bs-body-color-rgb:
    222,
    226,
    230;
  --bs-body-bg: #000000;
  --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: #17212B;
  --bs-warning-bg-subtle: #17212B;
  --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: #AAA;
  --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;
  --bs-orange: #fd7e14;
  --bs-orange-rgb:
    253,
    126,
    20;
  --bs-orange-text-emphasis: #ffad65;
  --bs-orange-bg-subtle: #5a2b00;
  --bs-orange-border-subtle: #994a00;
}

/* src/theme.scss */
:root {
  --bs-body-bg-theme: #EFEFEF;
  --body-background: #FFFFFF;
  --bs-border-color-theme: #D1D1D2;
  --bs-orange-theme: #CA2E92;
  --bg-grediant-orange-theme: #CA2E92;
  --bg-grediant-orange-theme-verticle:
    transparent linear-gradient(
      180deg,
      #EA6F30 0%,
      #C45991 100%) 0% 0% no-repeat padding-box;
  --background: #FFF;
  --color: #292929;
  --shadow: #29292929;
  --header-background: #002365;
  --header-text-color: #151515;
  --header-top-background: #F5F5F5;
  --header-top-text-color: #FFF;
  --bs-border-color: #adadad;
  --tile-background: #FFFFFF;
  --tile-color: #333333;
  --cart-landing: #FAE1D5;
  --dark-inverse: invert(0);
  --bs-dashed-border:
    linear-gradient(
      to right,
      #006B2D 33%,
      #FFFFFF 0%);
  --bg-black-color: #f7f7f7;
  --bg-gradient-orange:
    linear-gradient(
      to right,
      #f4b18f 0%,
      #E96200 100%);
  --bg-gradient-coffee-orange:
    linear-gradient(
      to right,
      #decfb9 0%,
      #b2905b 70%,
      #CA2E92 100%);
  --bg-light-gradient-orange:
    linear-gradient(
      to right,
      #fbdeca 40%,
      #E96200 100%);
  --bg-black-transparent: rgba(0, 0, 0, 0.7);
  --bs-light: #bdbdbd;
  --bs-red: #ff0000;
  --bg-yellow-light-theme: #faf3de;
  --footer-border-color: #2e2e30;
  --bg-light-theme: #efefef;
  --bg-light-creame-theme:#fae2d8;
  --bg-creame-medium: #FFF8E1;
  --color-black1: #4C4C4C;
  --color-primary: #CA2E92;
  --footer-bg-color: #323043;
  --dark-gray-color: #5B5969;
  --text-color: #8F8F8F;
  --text-gray-white: #8F8F8F;
  --bs-body-bg: #fff;
  --bs-body-bg1: #888888;
  --color-orange1: #E96200;
  --color-orange2: #FFF7ED;
  --color-black: #000000;
  --color-light: #ffffff;
  --bg-dark-theme: #CA2E92;
  --bg-darked-theme: #d65aa6;
  --text-green: #198754;
  --text-blue: #0D6EFD;
  --bg-light-blue1: #d4cdf4;
  --text-orange: #EE9911;
  --bg-light-green: #19875433;
  --bg-light-blue: #DBEAFE;
  --bg-light-blue2: #DBEAFE;
  --bg-light-orange: #FDF5E7;
  --bg-light-coffee: #FAF7F4;
  --bg-coffee-coffee: #DEC89C;
  --border-gray-color: #CCCCCC;
  --light-pink: #fbf6f6;
  --bg-medium-coffee: #FAF7F4;
  --bg-white: #ffffff;
  --bg-light-blue3: #DEC89C;
  --bg-light-pink: #FAEAF5;
  --color-gray: #D9D9D9;
  --color-gray4: #cdc9c9;
  --color-gray14: #F0F0F0;
  --color-gray19: #B3B3B3;
  --color-gray7: #d4d4d4;
  --color-gray8: #e5e5e5;
  --text-red: #F64242;
  --text-red1: #B50E33;
  --text-pink: #CA2E92;
  --color-gray2: #EEEDED;
  --color-gray11: #E6E6E6;
  --color-gray21: #4D4D4D;
  --color-black22: #1A1A1A;
  --dark-gray-color1: #afa9a9;
  --dark-gray-color: #5B5969;
  --color-gray1: #333333;
  --color-gray5: #D5D5D5;
  --color-gray15: #FFFEDB;
  --color-gray12: #6E6B67;
  --color-gray13: #AAA9A9;
  --color-gray14: #F2F2F2;
  --color-gray6: #dcdcdc;
  --color-gray9: #f7f7f7;
  --color-light-blue: #f4faff;
  --color-dark-gray: #323043;
  --color-bg-light-yellow: #F7F3EB;
  --color-bg-light-coffee: #F7F3EB;
  --color-bg-green-light: #D1E7DD;
  --bg-coffee-light: #bda073;
  --bg-new-grap: #FBFBFB;
  --bg-white-medium: #FbFbFb;
  --text-upload-display: #9C3131;
  --btn-upload-border: #EE9911;
  --btn-digilocker-border: #0022FF;
  --bg-light-blue: #DBE9FF;
  --btn-digilocker-text: #6B44FC;
  --green-border-dashboard: #C5DB7F;
  --blue-border-dashboard: #0D6EFD;
  --red-border-dashboard: #DC3545;
  --otp-bg: #ffffff;
  --otp-input-bg:#D9D9D980;
  --text-yellow: #EED111;
}
:root .tooltip {
  --bs-tooltip-color: #FFF;
  --bs-tooltip-bg: #000;
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #000;
  --bs-table-border-color: #AAA;
  --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);
}
.theme-pink {
  --bs-orange-theme: #CA2E92;
  --bg-grediant-orange-theme: #CA2E92;
  --bg-gradient-coffee-orange:
    linear-gradient(
      to left,
      #FAEAF5 0%,
      #d65aa6 70%,
      #CA2E92 100%);
  --color-primary: #CA2E92;
  --bg-dark-theme: #CA2E92;
  --text-pink: #CA2E92;
  --bg-light-pink: #FAEAF5;
  --bg-more-light-pink: #f9eaf4;
  --bg-darked-theme: #d65aa6;
}
.theme-red {
  --bs-orange-theme: #F47216;
  --bg-grediant-orange-theme: #F47216;
  --bg-gradient-coffee-orange:
    linear-gradient(
      to left,
      #fce2d0 0%,
      #f68e44 70%,
      #F47216 100%);
  --color-primary: #F47216;
  --bg-dark-theme: #F47216;
  --text-pink: #F47216;
  --bg-light-pink: #fce2d0;
  --bg-more-light-pink: #fdf0e7;
  --bg-darked-theme: #f68e44;
}
.theme-blue {
  --bs-orange-theme: #2D8686;
  --bg-grediant-orange-theme: #2D8686;
  --bg-gradient-coffee-orange:
    linear-gradient(
      to left,
      #d5e6e6 0%,
      #569e9e 70%,
      #2D8686 100%);
  --color-primary: #2D8686;
  --bg-dark-theme: #2D8686;
  --text-pink: #2D8686;
  --bg-light-pink: #d5e6e6;
  --bg-more-light-pink: #eaf2f2;
  --bg-darked-theme: #569e9e;
}
.theme-green {
  --bs-orange-theme: #0000FF;
  --bg-grediant-orange-theme: #0000FF;
  --bg-gradient-coffee-orange:
    linear-gradient(
      to left,
      #ccccff 0%,
      #3232ff 70%,
      #0000FF 100%);
  --color-primary: #0000FF;
  --bg-dark-theme: #0000FF;
  --text-pink: #0000FF;
  --bg-light-pink: #ccccff;
  --bg-more-light-pink: #e5e5ff;
  --bg-darked-theme: #3232ff;
}
.theme-black {
  --bs-orange-theme: #000000;
  --bg-grediant-orange-theme: #000000;
  --bg-gradient-coffee-orange:
    linear-gradient(
      to left,
      #cccccc 0%,
      #323232 70%,
      #000000 100%);
  --color-primary: #000000;
  --bg-dark-theme: #000000;
  --text-pink: #000000;
  --bg-light-pink: #cccccc;
  --bg-more-light-pink: #e5e5e5;
  --bg-darked-theme: #323232;
}

/* src/styles.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
html.text-smaller {
  font-size: 12px;
}
html.text-small {
  font-size: 13px;
}
html.text-default {
  font-size: 14px;
}
html.text-large {
  font-size: 15px;
}
html.text-larger {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  html.text-smaller {
    font-size: 9px;
  }
  html.text-small {
    font-size: 10px;
  }
  html.text-default {
    font-size: 11px;
  }
  html.text-large {
    font-size: 12px;
  }
  html.text-larger {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html.text-smaller {
    font-size: 10px;
  }
  html.text-small {
    font-size: 11px;
  }
  html.text-default {
    font-size: 12px;
  }
  html.text-large {
    font-size: 13px;
  }
  html.text-larger {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html.text-smaller {
    font-size: 11px;
  }
  html.text-small {
    font-size: 12px;
  }
  html.text-default {
    font-size: 13px;
  }
  html.text-large {
    font-size: 14px;
  }
  html.text-larger {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html.text-smaller {
    font-size: 12px;
  }
  html.text-small {
    font-size: 13px;
  }
  html.text-default {
    font-size: 14px;
  }
  html.text-large {
    font-size: 15px;
  }
  html.text-larger {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  html.text-smaller {
    font-size: 12px;
  }
  html.text-small {
    font-size: 13px;
  }
  html.text-default {
    font-size: 14px;
  }
  html.text-large {
    font-size: 15px;
  }
  html.text-larger {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  html.text-smaller {
    font-size: 12px;
  }
  html.text-small {
    font-size: 13px;
  }
  html.text-default {
    font-size: 14px;
  }
  html.text-large {
    font-size: 15px;
  }
  html.text-larger {
    font-size: 16px;
  }
}
* {
  font-family: "Noto Sans", serif;
}
@font-face {
  font-family: "Noto Sans Thin";
  font-style: normal;
  src: url("./media/NotoSans-Thin-VS7ATKRB.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  src: url("./media/NotoSans-Regular-HCGPLDDI.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Medium";
  font-style: normal;
  src: url("./media/NotoSans-Medium-S6A2NCM4.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans SemiBold";
  font-style: normal;
  src: url("./media/NotoSans-SemiBold-JD3LRILJ.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Bold";
  font-style: normal;
  src: url("./media/NotoSans-Bold-CJ5BWRIX.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Black";
  font-style: normal;
  src: url("./media/NotoSans-Black-TSF4PGBD.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans ExtraBold";
  font-style: normal;
  src: url("./media/NotoSans-ExtraBold-M6FGU7TV.ttf") format("truetype");
}
.btn-outline-primary {
  border-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
  transition: all 3s;
}
.btn-outline-primary:hover {
  background-color: var(--color-primary) !important;
  color: var(--kendo-component-bg) !important;
  box-shadow: inset 5em 0 0 0 var(--color-primary), inset -5em 0 0 0 var(--color-primary);
}
.btn-outline-primary:focus {
  background-color: var(--color-primary) !important;
  color: var(--kendo-component-bg) !important;
  box-shadow: inset 5em 0 0 0 var(--color-primary), inset -5em 0 0 0 var(--color-primary);
}
.btn-colorpulse {
  position: relative;
  overflow: hidden;
  border: 3px solid var(--bs-orange-theme);
  border-radius: 10px !important;
  animation: colorPulse 2s ease-in-out infinite;
  z-index: 0;
}
@keyframes colorPulse {
  0% {
    border-color: #f47216;
    box-shadow: 0 0 0 0 #fce2d0;
  }
  33% {
    border-color: #ca2e92;
    box-shadow: 0 0 0 8px #faeaf5;
  }
  66% {
    border-color: #2d8686;
    box-shadow: 0 0 0 8px #d5e6e6;
  }
  100% {
    border-color: #0000ff;
    box-shadow: 0 0 0 0 #ccccff;
  }
}
.btn-shimmer {
  overflow: hidden;
  position: relative;
}
.btn-shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background:
    linear-gradient(
      120deg,
      transparent,
      var(--bg-light-pink),
      transparent);
  animation: shimmer 2s infinite;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 160%;
  }
}
.btn-pulse {
  position: relative;
  overflow: hidden;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 var(--bg-light-pink);
  }
  50% {
    box-shadow: 0 0 0 8px var(--bg-light-pink);
  }
}
.btn-heartbeat {
  animation: heartbeat 2.5s ease infinite;
}
.btn-heartbeat:hover {
  animation: unset;
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.08);
  }
  70% {
    transform: scale(1);
  }
}
.btn-primary {
  background-color: var(--color-primary) !important;
  color: var(--kendo-component-bg) !important;
  border-color: var(--color-primary) !important;
  transition: all 3s;
}
.btn-primary:hover {
  background-color: var(--kendo-component-bg) !important;
  color: var(--color-primary) !important;
  box-shadow: inset 5em 0 0 0 var(--kendo-component-bg), inset -5em 0 0 0 var(--kendo-component-bg);
  border-color: var(--color-primary) !important;
}
.btn-primary:active,
.btn-primary.active {
  background-color: var(--color-popup-whiteblue) !important;
  color: var(--kendo-component-bg) !important;
  border-color: var(--kendo-component-bg) !important;
}
.btn-light-primary {
  background-color: var(--bg-light-pink) !important;
  color: var(--text-pink) !important;
  border-color: var(--bg-light-pink) !important;
  transition: all 3s;
}
.btn-light-primary:hover {
  background-color: var(--text-pink) !important;
  color: var(--bg-light-pink) !important;
  box-shadow: inset 5em 0 0 0 var(--text-pink), inset -5em 0 0 0 var(--text-pink);
  border-color: var(--bg-light-pink) !important;
}
.btn-light-primary:active,
.btn-light-primary.active {
  background-color: var(--color-popup-whiteblue) !important;
  color: var(--text-pink) !important;
  border-color: var(--text-pink) !important;
}
.title {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 16px;
  }
}
.uw-widget-custom-trigger {
  right: 45px !important;
  zoom: 0.7 !important;
  background-color: var(--bs-orange-theme) !important;
}
@media (max-width: 1400px) {
  .uw-widget-custom-trigger {
    right: 15px !important;
    zoom: 0.6 !important;
  }
}
.second-panel {
  background-color: var(--bs-orange-theme) !important;
}
.uwaw-body,
.btn-reset-all,
.inner-short-key {
  background-color: var(--bg-light-pink) !important;
}
.ux4g-accessibility-feature-active .uwaw-features__item__i {
  border-color: var(--bs-orange-theme) !important;
  outline-color: var(--bs-orange-theme) !important;
  box-shadow: 0 0 0 5px var(--bg-light-pink) !important;
}
.uwaw button:focus,
.uwaw button:hover {
  border-color: var(--bs-orange-theme) !important;
  outline-color: var(--bs-orange-theme) !important;
  background-color: var(--color-gray14) !important;
}
.uwaw-features__step.ux4g-accessibility-active {
  background-color: var(--bs-orange-theme) !important;
}
#featureItem-ht-dark {
  display: none;
}
.ux4g-accessibility-feature-active .icon-bigger-text,
.ux4g-accessibility-feature-active .icon-small-text,
.ux4g-accessibility-feature-active .icon-line-hight,
.ux4g-accessibility-feature-active .icon-ux4g-accessibility-hide-images,
.ux4g-accessibility-feature-active .icon-dyslexia-font,
.ux4g-accessibility-feature-active .icon-cursor,
.ux4g-accessibility-feature-active .icon-ux4g-accessibility-highlight-links,
.ux4g-accessibility-feature-active .icon-text-spacing,
.ux4g-accessibility-feature-active .icon-moon,
.ux4g-accessibility-feature-active .icon-sun,
.ux4g-accessibility-feature-active .icon-invert,
.ux4g-accessibility-feature-active .icon-speaker,
.ux4g-accessibility-feature-active .icon-adhd-friendly,
.ux4g-accessibility-feature-active .icon-lowsaturate,
.ux4g-accessibility-feature-active .icon-highsaturate,
.ux4g-accessibility-feature-active .icon-desaturate,
.ux4g-accessibility-feature-active .icon-hide-images,
.ux4g-accessibility-feature-active .icon-highlight-links,
.ux4g-accessibility-feature-active .icon-animation-pause,
.tick-active {
  background-color: var(--bs-orange-theme) !important;
}
.ux4g-accessibility-feature-active .uwaw-features__item__icon svg,
.ux4g-accessibility-feature-active .uwaw-features__item__name,
.ux4g-accessibility-feature-active .light_dark_icon i {
  color: var(--bs-orange-theme) !important;
}
.btn-white {
  background-color: var(--header-top-text-color) !important;
  color: var(--color-primary);
  border-color: var(--header-top-text-color) !important;
  transition: all 3s;
}
.btn-white:hover {
  background-color: var(--color-primary) !important;
  color: var(--header-top-text-color) !important;
  box-shadow: inset 5em 0 0 0 var(--color-primary), inset -5em 0 0 0 var(--color-primary);
  border-color: var(--header-top-text-color) !important;
}
.btn-white:active,
.btn-white.active {
  background-color: var(--color-popup-whiteblue) !important;
  color: var(--header-top-text-color);
  border-color: var(--header-top-text-color) !important;
}
img {
  max-width: 100%;
}
body {
  font-size: 1rem;
}
.bg-theme {
  background: var(--color-light) !important;
}
.text-gray {
  color: var(--color-gray1) !important;
}
.bg-dark-theme {
  background: var(--color-primary) !important;
}
.border-danger {
  border-color: var(--text-red) !important;
}
.text-primary {
  color: var(--color-primary) !important;
}
.border-primary {
  border-color: var(--color-primary) !important;
}
.text-green {
  color: var(--text-green) !important;
}
.text-blue {
  color: var(--text-blue) !important;
}
.text-orange {
  color: var(--text-orange) !important;
}
.border-green {
  border: 1px solid var(--text-green) !important;
}
.border-blue {
  border: 1px solid var(--text-blue) !important;
}
.border-orange {
  border: 1px solid var(--text-orange) !important;
}
.bg-green {
  background: var(--text-green) !important;
}
.bg-gredient-orange {
  background: var(--bg-gradient-orange) !important;
}
.bg-gradient-coffee-orange {
  background: var(--bg-gradient-coffee-orange) !important;
}
.bg-light-gredient-orange {
  background: var(--bg-light-gradient-orange) !important;
}
.bg-orange {
  background: var(--text-orange) !important;
}
.bg-light-green {
  background: var(--bg-light-green) !important;
}
.bg-light-blue {
  background: var(--bg-light-blue) !important;
}
.bg-light-orange {
  background: var(--bg-light-orange) !important;
}
.bg-light-coffee {
  background: var(--bg-light-coffee) !important;
}
.bg-medium-coffee {
  background: var(--bg-medium-coffee) !important;
}
.bg-light-new-coffee {
  background: var(--bg-coffee-coffee) !important;
}
.border-bottom {
  border-color: var(--border-gray-color) !important;
}
.border-green-dashboard-color {
  border-color: var(--green-border-dashboard) !important;
}
.border-blue-dashboard-color {
  border-color: var(--blue-border-dashboard) !important;
}
.border-red-dashboard-color {
  border-color: var(--red-border-dashboard) !important;
}
.border-gray-color {
  border-color: var(--border-gray-color) !important;
}
.bg-pink-light {
  background-color: color-mix(in srgb, var(--color-primary) 10%, transparent) !important;
}
.bg-body {
  background: var(--body-background) !important;
}
.border {
  border-color: var(--border-gray-color) !important;
}
.bg-primary {
  background-color: var(--text-pink) !important;
}
.gray-bg {
  background-color: var(--color-gray14) !important;
}
::-webkit-scrollbar {
  width: 0.504rem;
  height: 0.504rem;
}
::-webkit-scrollbar-thumb {
  background-color: var(--bs-border-color);
  border-radius: 0.271rem;
  cursor: grab;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0.571rem;
}
body::-webkit-scrollbar-track {
  border-radius: 0.571rem;
}
.z-0 {
  z-index: 0 !important;
}
.opacity-0 {
  opacity: calc(0 / 100) !important;
}
.z-1 {
  z-index: 1 !important;
}
.opacity-1 {
  opacity: calc(1 / 100) !important;
}
.z-2 {
  z-index: 2 !important;
}
.opacity-2 {
  opacity: calc(2 / 100) !important;
}
.z-3 {
  z-index: 3 !important;
}
.opacity-3 {
  opacity: calc(3 / 100) !important;
}
.z-4 {
  z-index: 4 !important;
}
.opacity-4 {
  opacity: calc(4 / 100) !important;
}
.z-5 {
  z-index: 5 !important;
}
.opacity-5 {
  opacity: calc(5 / 100) !important;
}
.z-6 {
  z-index: 6 !important;
}
.opacity-6 {
  opacity: calc(6 / 100) !important;
}
.z-7 {
  z-index: 7 !important;
}
.opacity-7 {
  opacity: calc(7 / 100) !important;
}
.z-8 {
  z-index: 8 !important;
}
.opacity-8 {
  opacity: calc(8 / 100) !important;
}
.z-9 {
  z-index: 9 !important;
}
.opacity-9 {
  opacity: calc(9 / 100) !important;
}
.z-10 {
  z-index: 10 !important;
}
.opacity-10 {
  opacity: calc(10 / 100) !important;
}
.z-11 {
  z-index: 11 !important;
}
.opacity-11 {
  opacity: calc(11 / 100) !important;
}
.z-12 {
  z-index: 12 !important;
}
.opacity-12 {
  opacity: calc(12 / 100) !important;
}
.z-13 {
  z-index: 13 !important;
}
.opacity-13 {
  opacity: calc(13 / 100) !important;
}
.z-14 {
  z-index: 14 !important;
}
.opacity-14 {
  opacity: calc(14 / 100) !important;
}
.z-15 {
  z-index: 15 !important;
}
.opacity-15 {
  opacity: calc(15 / 100) !important;
}
.z-16 {
  z-index: 16 !important;
}
.opacity-16 {
  opacity: calc(16 / 100) !important;
}
.z-17 {
  z-index: 17 !important;
}
.opacity-17 {
  opacity: calc(17 / 100) !important;
}
.z-18 {
  z-index: 18 !important;
}
.opacity-18 {
  opacity: calc(18 / 100) !important;
}
.z-19 {
  z-index: 19 !important;
}
.opacity-19 {
  opacity: calc(19 / 100) !important;
}
.z-20 {
  z-index: 20 !important;
}
.opacity-20 {
  opacity: calc(20 / 100) !important;
}
.z-21 {
  z-index: 21 !important;
}
.opacity-21 {
  opacity: calc(21 / 100) !important;
}
.z-22 {
  z-index: 22 !important;
}
.opacity-22 {
  opacity: calc(22 / 100) !important;
}
.z-23 {
  z-index: 23 !important;
}
.opacity-23 {
  opacity: calc(23 / 100) !important;
}
.z-24 {
  z-index: 24 !important;
}
.opacity-24 {
  opacity: calc(24 / 100) !important;
}
.z-25 {
  z-index: 25 !important;
}
.opacity-25 {
  opacity: calc(25 / 100) !important;
}
.z-26 {
  z-index: 26 !important;
}
.opacity-26 {
  opacity: calc(26 / 100) !important;
}
.z-27 {
  z-index: 27 !important;
}
.opacity-27 {
  opacity: calc(27 / 100) !important;
}
.z-28 {
  z-index: 28 !important;
}
.opacity-28 {
  opacity: calc(28 / 100) !important;
}
.z-29 {
  z-index: 29 !important;
}
.opacity-29 {
  opacity: calc(29 / 100) !important;
}
.z-30 {
  z-index: 30 !important;
}
.opacity-30 {
  opacity: calc(30 / 100) !important;
}
.z-31 {
  z-index: 31 !important;
}
.opacity-31 {
  opacity: calc(31 / 100) !important;
}
.z-32 {
  z-index: 32 !important;
}
.opacity-32 {
  opacity: calc(32 / 100) !important;
}
.z-33 {
  z-index: 33 !important;
}
.opacity-33 {
  opacity: calc(33 / 100) !important;
}
.z-34 {
  z-index: 34 !important;
}
.opacity-34 {
  opacity: calc(34 / 100) !important;
}
.z-35 {
  z-index: 35 !important;
}
.opacity-35 {
  opacity: calc(35 / 100) !important;
}
.z-36 {
  z-index: 36 !important;
}
.opacity-36 {
  opacity: calc(36 / 100) !important;
}
.z-37 {
  z-index: 37 !important;
}
.opacity-37 {
  opacity: calc(37 / 100) !important;
}
.z-38 {
  z-index: 38 !important;
}
.opacity-38 {
  opacity: calc(38 / 100) !important;
}
.z-39 {
  z-index: 39 !important;
}
.opacity-39 {
  opacity: calc(39 / 100) !important;
}
.z-40 {
  z-index: 40 !important;
}
.opacity-40 {
  opacity: calc(40 / 100) !important;
}
.z-41 {
  z-index: 41 !important;
}
.opacity-41 {
  opacity: calc(41 / 100) !important;
}
.z-42 {
  z-index: 42 !important;
}
.opacity-42 {
  opacity: calc(42 / 100) !important;
}
.z-43 {
  z-index: 43 !important;
}
.opacity-43 {
  opacity: calc(43 / 100) !important;
}
.z-44 {
  z-index: 44 !important;
}
.opacity-44 {
  opacity: calc(44 / 100) !important;
}
.z-45 {
  z-index: 45 !important;
}
.opacity-45 {
  opacity: calc(45 / 100) !important;
}
.z-46 {
  z-index: 46 !important;
}
.opacity-46 {
  opacity: calc(46 / 100) !important;
}
.z-47 {
  z-index: 47 !important;
}
.opacity-47 {
  opacity: calc(47 / 100) !important;
}
.z-48 {
  z-index: 48 !important;
}
.opacity-48 {
  opacity: calc(48 / 100) !important;
}
.z-49 {
  z-index: 49 !important;
}
.opacity-49 {
  opacity: calc(49 / 100) !important;
}
.z-50 {
  z-index: 50 !important;
}
.opacity-50 {
  opacity: calc(50 / 100) !important;
}
.z-51 {
  z-index: 51 !important;
}
.opacity-51 {
  opacity: calc(51 / 100) !important;
}
.z-52 {
  z-index: 52 !important;
}
.opacity-52 {
  opacity: calc(52 / 100) !important;
}
.z-53 {
  z-index: 53 !important;
}
.opacity-53 {
  opacity: calc(53 / 100) !important;
}
.z-54 {
  z-index: 54 !important;
}
.opacity-54 {
  opacity: calc(54 / 100) !important;
}
.z-55 {
  z-index: 55 !important;
}
.opacity-55 {
  opacity: calc(55 / 100) !important;
}
.z-56 {
  z-index: 56 !important;
}
.opacity-56 {
  opacity: calc(56 / 100) !important;
}
.z-57 {
  z-index: 57 !important;
}
.opacity-57 {
  opacity: calc(57 / 100) !important;
}
.z-58 {
  z-index: 58 !important;
}
.opacity-58 {
  opacity: calc(58 / 100) !important;
}
.z-59 {
  z-index: 59 !important;
}
.opacity-59 {
  opacity: calc(59 / 100) !important;
}
.z-60 {
  z-index: 60 !important;
}
.opacity-60 {
  opacity: calc(60 / 100) !important;
}
.z-61 {
  z-index: 61 !important;
}
.opacity-61 {
  opacity: calc(61 / 100) !important;
}
.z-62 {
  z-index: 62 !important;
}
.opacity-62 {
  opacity: calc(62 / 100) !important;
}
.z-63 {
  z-index: 63 !important;
}
.opacity-63 {
  opacity: calc(63 / 100) !important;
}
.z-64 {
  z-index: 64 !important;
}
.opacity-64 {
  opacity: calc(64 / 100) !important;
}
.z-65 {
  z-index: 65 !important;
}
.opacity-65 {
  opacity: calc(65 / 100) !important;
}
.z-66 {
  z-index: 66 !important;
}
.opacity-66 {
  opacity: calc(66 / 100) !important;
}
.z-67 {
  z-index: 67 !important;
}
.opacity-67 {
  opacity: calc(67 / 100) !important;
}
.z-68 {
  z-index: 68 !important;
}
.opacity-68 {
  opacity: calc(68 / 100) !important;
}
.z-69 {
  z-index: 69 !important;
}
.opacity-69 {
  opacity: calc(69 / 100) !important;
}
.z-70 {
  z-index: 70 !important;
}
.opacity-70 {
  opacity: calc(70 / 100) !important;
}
.z-71 {
  z-index: 71 !important;
}
.opacity-71 {
  opacity: calc(71 / 100) !important;
}
.z-72 {
  z-index: 72 !important;
}
.opacity-72 {
  opacity: calc(72 / 100) !important;
}
.z-73 {
  z-index: 73 !important;
}
.opacity-73 {
  opacity: calc(73 / 100) !important;
}
.z-74 {
  z-index: 74 !important;
}
.opacity-74 {
  opacity: calc(74 / 100) !important;
}
.z-75 {
  z-index: 75 !important;
}
.opacity-75 {
  opacity: calc(75 / 100) !important;
}
.z-76 {
  z-index: 76 !important;
}
.opacity-76 {
  opacity: calc(76 / 100) !important;
}
.z-77 {
  z-index: 77 !important;
}
.opacity-77 {
  opacity: calc(77 / 100) !important;
}
.z-78 {
  z-index: 78 !important;
}
.opacity-78 {
  opacity: calc(78 / 100) !important;
}
.z-79 {
  z-index: 79 !important;
}
.opacity-79 {
  opacity: calc(79 / 100) !important;
}
.z-80 {
  z-index: 80 !important;
}
.opacity-80 {
  opacity: calc(80 / 100) !important;
}
.z-81 {
  z-index: 81 !important;
}
.opacity-81 {
  opacity: calc(81 / 100) !important;
}
.z-82 {
  z-index: 82 !important;
}
.opacity-82 {
  opacity: calc(82 / 100) !important;
}
.z-83 {
  z-index: 83 !important;
}
.opacity-83 {
  opacity: calc(83 / 100) !important;
}
.z-84 {
  z-index: 84 !important;
}
.opacity-84 {
  opacity: calc(84 / 100) !important;
}
.z-85 {
  z-index: 85 !important;
}
.opacity-85 {
  opacity: calc(85 / 100) !important;
}
.z-86 {
  z-index: 86 !important;
}
.opacity-86 {
  opacity: calc(86 / 100) !important;
}
.z-87 {
  z-index: 87 !important;
}
.opacity-87 {
  opacity: calc(87 / 100) !important;
}
.z-88 {
  z-index: 88 !important;
}
.opacity-88 {
  opacity: calc(88 / 100) !important;
}
.z-89 {
  z-index: 89 !important;
}
.opacity-89 {
  opacity: calc(89 / 100) !important;
}
.z-90 {
  z-index: 90 !important;
}
.opacity-90 {
  opacity: calc(90 / 100) !important;
}
.z-91 {
  z-index: 91 !important;
}
.opacity-91 {
  opacity: calc(91 / 100) !important;
}
.z-92 {
  z-index: 92 !important;
}
.opacity-92 {
  opacity: calc(92 / 100) !important;
}
.z-93 {
  z-index: 93 !important;
}
.opacity-93 {
  opacity: calc(93 / 100) !important;
}
.z-94 {
  z-index: 94 !important;
}
.opacity-94 {
  opacity: calc(94 / 100) !important;
}
.z-95 {
  z-index: 95 !important;
}
.opacity-95 {
  opacity: calc(95 / 100) !important;
}
.z-96 {
  z-index: 96 !important;
}
.opacity-96 {
  opacity: calc(96 / 100) !important;
}
.z-97 {
  z-index: 97 !important;
}
.opacity-97 {
  opacity: calc(97 / 100) !important;
}
.z-98 {
  z-index: 98 !important;
}
.opacity-98 {
  opacity: calc(98 / 100) !important;
}
.z-99 {
  z-index: 99 !important;
}
.opacity-99 {
  opacity: calc(99 / 100) !important;
}
.z-100 {
  z-index: 100 !important;
}
.opacity-100 {
  opacity: calc(100 / 100) !important;
}
.min-vh-5 {
  min-height: 5vh !important;
}
.min-vh-6 {
  min-height: 6vh !important;
}
.min-vh-7 {
  min-height: 7vh !important;
}
.min-vh-8 {
  min-height: 8vh !important;
}
.min-vh-9 {
  min-height: 9vh !important;
}
.min-vh-10 {
  min-height: 10vh !important;
}
.min-vh-11 {
  min-height: 11vh !important;
}
.min-vh-12 {
  min-height: 12vh !important;
}
.min-vh-13 {
  min-height: 13vh !important;
}
.min-vh-14 {
  min-height: 14vh !important;
}
.min-vh-15 {
  min-height: 15vh !important;
}
.min-vh-16 {
  min-height: 16vh !important;
}
.min-vh-17 {
  min-height: 17vh !important;
}
.min-vh-18 {
  min-height: 18vh !important;
}
.min-vh-19 {
  min-height: 19vh !important;
}
.min-vh-20 {
  min-height: 20vh !important;
}
.min-vh-21 {
  min-height: 21vh !important;
}
.min-vh-22 {
  min-height: 22vh !important;
}
.min-vh-23 {
  min-height: 23vh !important;
}
.min-vh-24 {
  min-height: 24vh !important;
}
.min-vh-25 {
  min-height: 25vh !important;
}
.min-vh-26 {
  min-height: 26vh !important;
}
.min-vh-27 {
  min-height: 27vh !important;
}
.min-vh-28 {
  min-height: 28vh !important;
}
.min-vh-29 {
  min-height: 29vh !important;
}
.min-vh-30 {
  min-height: 30vh !important;
}
.min-vh-31 {
  min-height: 31vh !important;
}
.min-vh-32 {
  min-height: 32vh !important;
}
.min-vh-33 {
  min-height: 33vh !important;
}
.min-vh-34 {
  min-height: 34vh !important;
}
.min-vh-35 {
  min-height: 35vh !important;
}
.min-vh-36 {
  min-height: 36vh !important;
}
.min-vh-37 {
  min-height: 37vh !important;
}
.min-vh-38 {
  min-height: 38vh !important;
}
.min-vh-39 {
  min-height: 39vh !important;
}
.min-vh-40 {
  min-height: 40vh !important;
}
.min-vh-41 {
  min-height: 41vh !important;
}
.min-vh-42 {
  min-height: 42vh !important;
}
.min-vh-43 {
  min-height: 43vh !important;
}
.min-vh-44 {
  min-height: 44vh !important;
}
.min-vh-45 {
  min-height: 45vh !important;
}
.min-vh-46 {
  min-height: 46vh !important;
}
.min-vh-47 {
  min-height: 47vh !important;
}
.min-vh-48 {
  min-height: 48vh !important;
}
.min-vh-49 {
  min-height: 49vh !important;
}
.min-vh-50 {
  min-height: 50vh !important;
}
.min-vh-51 {
  min-height: 51vh !important;
}
.min-vh-52 {
  min-height: 52vh !important;
}
.min-vh-53 {
  min-height: 53vh !important;
}
.min-vh-54 {
  min-height: 54vh !important;
}
.min-vh-55 {
  min-height: 55vh !important;
}
.min-vh-56 {
  min-height: 56vh !important;
}
.min-vh-57 {
  min-height: 57vh !important;
}
.min-vh-58 {
  min-height: 58vh !important;
}
.min-vh-59 {
  min-height: 59vh !important;
}
.min-vh-60 {
  min-height: 60vh !important;
}
.min-vh-61 {
  min-height: 61vh !important;
}
.min-vh-62 {
  min-height: 62vh !important;
}
.min-vh-63 {
  min-height: 63vh !important;
}
.min-vh-64 {
  min-height: 64vh !important;
}
.min-vh-65 {
  min-height: 65vh !important;
}
.min-vh-66 {
  min-height: 66vh !important;
}
.min-vh-67 {
  min-height: 67vh !important;
}
.min-vh-68 {
  min-height: 68vh !important;
}
.min-vh-69 {
  min-height: 69vh !important;
}
.min-vh-70 {
  min-height: 70vh !important;
}
.min-vh-71 {
  min-height: 71vh !important;
}
.min-vh-72 {
  min-height: 72vh !important;
}
.min-vh-73 {
  min-height: 73vh !important;
}
.min-vh-74 {
  min-height: 74vh !important;
}
.min-vh-75 {
  min-height: 75vh !important;
}
.min-vh-76 {
  min-height: 76vh !important;
}
.min-vh-77 {
  min-height: 77vh !important;
}
.min-vh-78 {
  min-height: 78vh !important;
}
.min-vh-79 {
  min-height: 79vh !important;
}
.min-vh-80 {
  min-height: 80vh !important;
}
.min-vh-81 {
  min-height: 81vh !important;
}
.min-vh-82 {
  min-height: 82vh !important;
}
.min-vh-83 {
  min-height: 83vh !important;
}
.min-vh-84 {
  min-height: 84vh !important;
}
.min-vh-85 {
  min-height: 85vh !important;
}
.min-vh-86 {
  min-height: 86vh !important;
}
.min-vh-87 {
  min-height: 87vh !important;
}
.min-vh-88 {
  min-height: 88vh !important;
}
.min-vh-89 {
  min-height: 89vh !important;
}
.min-vh-90 {
  min-height: 90vh !important;
}
.min-vh-91 {
  min-height: 91vh !important;
}
.min-vh-92 {
  min-height: 92vh !important;
}
.min-vh-93 {
  min-height: 93vh !important;
}
.min-vh-94 {
  min-height: 94vh !important;
}
.min-vh-95 {
  min-height: 95vh !important;
}
.min-vh-96 {
  min-height: 96vh !important;
}
.min-vh-97 {
  min-height: 97vh !important;
}
.min-vh-98 {
  min-height: 98vh !important;
}
.min-vh-99 {
  min-height: 99vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.h-1-px {
  height: 1px !important;
}
.w-1-px {
  width: 1px !important;
}
.min-h-1-px {
  min-height: 1px !important;
}
.min-w-1-px {
  min-width: 1px !important;
}
.max-h-1-px {
  max-height: 1px !important;
}
.max-w-1-px {
  max-width: 1px !important;
}
.h-2-px {
  height: 2px !important;
}
.w-2-px {
  width: 2px !important;
}
.min-h-2-px {
  min-height: 2px !important;
}
.min-w-2-px {
  min-width: 2px !important;
}
.max-h-2-px {
  max-height: 2px !important;
}
.max-w-2-px {
  max-width: 2px !important;
}
.h-3-px {
  height: 3px !important;
}
.w-3-px {
  width: 3px !important;
}
.min-h-3-px {
  min-height: 3px !important;
}
.min-w-3-px {
  min-width: 3px !important;
}
.max-h-3-px {
  max-height: 3px !important;
}
.max-w-3-px {
  max-width: 3px !important;
}
.h-4-px {
  height: 4px !important;
}
.w-4-px {
  width: 4px !important;
}
.min-h-4-px {
  min-height: 4px !important;
}
.min-w-4-px {
  min-width: 4px !important;
}
.max-h-4-px {
  max-height: 4px !important;
}
.max-w-4-px {
  max-width: 4px !important;
}
.h-5-px {
  height: 5px !important;
}
.w-5-px {
  width: 5px !important;
}
.min-h-5-px {
  min-height: 5px !important;
}
.min-w-5-px {
  min-width: 5px !important;
}
.max-h-5-px {
  max-height: 5px !important;
}
.max-w-5-px {
  max-width: 5px !important;
}
.h-6-px {
  height: 6px !important;
}
.w-6-px {
  width: 6px !important;
}
.min-h-6-px {
  min-height: 6px !important;
}
.min-w-6-px {
  min-width: 6px !important;
}
.max-h-6-px {
  max-height: 6px !important;
}
.max-w-6-px {
  max-width: 6px !important;
}
.h-7-px {
  height: 7px !important;
}
.w-7-px {
  width: 7px !important;
}
.min-h-7-px {
  min-height: 7px !important;
}
.min-w-7-px {
  min-width: 7px !important;
}
.max-h-7-px {
  max-height: 7px !important;
}
.max-w-7-px {
  max-width: 7px !important;
}
.h-8-px {
  height: 8px !important;
}
.w-8-px {
  width: 8px !important;
}
.min-h-8-px {
  min-height: 8px !important;
}
.min-w-8-px {
  min-width: 8px !important;
}
.max-h-8-px {
  max-height: 8px !important;
}
.max-w-8-px {
  max-width: 8px !important;
}
.h-9-px {
  height: 9px !important;
}
.w-9-px {
  width: 9px !important;
}
.min-h-9-px {
  min-height: 9px !important;
}
.min-w-9-px {
  min-width: 9px !important;
}
.max-h-9-px {
  max-height: 9px !important;
}
.max-w-9-px {
  max-width: 9px !important;
}
.h-10-px {
  height: 10px !important;
}
.w-10-px {
  width: 10px !important;
}
.min-h-10-px {
  min-height: 10px !important;
}
.min-w-10-px {
  min-width: 10px !important;
}
.max-h-10-px {
  max-height: 10px !important;
}
.max-w-10-px {
  max-width: 10px !important;
}
.h-11-px {
  height: 11px !important;
}
.w-11-px {
  width: 11px !important;
}
.min-h-11-px {
  min-height: 11px !important;
}
.min-w-11-px {
  min-width: 11px !important;
}
.max-h-11-px {
  max-height: 11px !important;
}
.max-w-11-px {
  max-width: 11px !important;
}
.h-12-px {
  height: 12px !important;
}
.w-12-px {
  width: 12px !important;
}
.min-h-12-px {
  min-height: 12px !important;
}
.min-w-12-px {
  min-width: 12px !important;
}
.max-h-12-px {
  max-height: 12px !important;
}
.max-w-12-px {
  max-width: 12px !important;
}
.h-13-px {
  height: 13px !important;
}
.w-13-px {
  width: 13px !important;
}
.min-h-13-px {
  min-height: 13px !important;
}
.min-w-13-px {
  min-width: 13px !important;
}
.max-h-13-px {
  max-height: 13px !important;
}
.max-w-13-px {
  max-width: 13px !important;
}
.h-14-px {
  height: 14px !important;
}
.w-14-px {
  width: 14px !important;
}
.min-h-14-px {
  min-height: 14px !important;
}
.min-w-14-px {
  min-width: 14px !important;
}
.max-h-14-px {
  max-height: 14px !important;
}
.max-w-14-px {
  max-width: 14px !important;
}
.h-15-px {
  height: 15px !important;
}
.w-15-px {
  width: 15px !important;
}
.min-h-15-px {
  min-height: 15px !important;
}
.min-w-15-px {
  min-width: 15px !important;
}
.max-h-15-px {
  max-height: 15px !important;
}
.max-w-15-px {
  max-width: 15px !important;
}
.h-16-px {
  height: 16px !important;
}
.w-16-px {
  width: 16px !important;
}
.min-h-16-px {
  min-height: 16px !important;
}
.min-w-16-px {
  min-width: 16px !important;
}
.max-h-16-px {
  max-height: 16px !important;
}
.max-w-16-px {
  max-width: 16px !important;
}
.h-17-px {
  height: 17px !important;
}
.w-17-px {
  width: 17px !important;
}
.min-h-17-px {
  min-height: 17px !important;
}
.min-w-17-px {
  min-width: 17px !important;
}
.max-h-17-px {
  max-height: 17px !important;
}
.max-w-17-px {
  max-width: 17px !important;
}
.h-18-px {
  height: 18px !important;
}
.w-18-px {
  width: 18px !important;
}
.min-h-18-px {
  min-height: 18px !important;
}
.min-w-18-px {
  min-width: 18px !important;
}
.max-h-18-px {
  max-height: 18px !important;
}
.max-w-18-px {
  max-width: 18px !important;
}
.h-19-px {
  height: 19px !important;
}
.w-19-px {
  width: 19px !important;
}
.min-h-19-px {
  min-height: 19px !important;
}
.min-w-19-px {
  min-width: 19px !important;
}
.max-h-19-px {
  max-height: 19px !important;
}
.max-w-19-px {
  max-width: 19px !important;
}
.h-20-px {
  height: 20px !important;
}
.w-20-px {
  width: 20px !important;
}
.min-h-20-px {
  min-height: 20px !important;
}
.min-w-20-px {
  min-width: 20px !important;
}
.max-h-20-px {
  max-height: 20px !important;
}
.max-w-20-px {
  max-width: 20px !important;
}
.h-21-px {
  height: 21px !important;
}
.w-21-px {
  width: 21px !important;
}
.min-h-21-px {
  min-height: 21px !important;
}
.min-w-21-px {
  min-width: 21px !important;
}
.max-h-21-px {
  max-height: 21px !important;
}
.max-w-21-px {
  max-width: 21px !important;
}
.h-22-px {
  height: 22px !important;
}
.w-22-px {
  width: 22px !important;
}
.min-h-22-px {
  min-height: 22px !important;
}
.min-w-22-px {
  min-width: 22px !important;
}
.max-h-22-px {
  max-height: 22px !important;
}
.max-w-22-px {
  max-width: 22px !important;
}
.h-23-px {
  height: 23px !important;
}
.w-23-px {
  width: 23px !important;
}
.min-h-23-px {
  min-height: 23px !important;
}
.min-w-23-px {
  min-width: 23px !important;
}
.max-h-23-px {
  max-height: 23px !important;
}
.max-w-23-px {
  max-width: 23px !important;
}
.h-24-px {
  height: 24px !important;
}
.w-24-px {
  width: 24px !important;
}
.min-h-24-px {
  min-height: 24px !important;
}
.min-w-24-px {
  min-width: 24px !important;
}
.max-h-24-px {
  max-height: 24px !important;
}
.max-w-24-px {
  max-width: 24px !important;
}
.h-25-px {
  height: 25px !important;
}
.w-25-px {
  width: 25px !important;
}
.min-h-25-px {
  min-height: 25px !important;
}
.min-w-25-px {
  min-width: 25px !important;
}
.max-h-25-px {
  max-height: 25px !important;
}
.max-w-25-px {
  max-width: 25px !important;
}
.h-26-px {
  height: 26px !important;
}
.w-26-px {
  width: 26px !important;
}
.min-h-26-px {
  min-height: 26px !important;
}
.min-w-26-px {
  min-width: 26px !important;
}
.max-h-26-px {
  max-height: 26px !important;
}
.max-w-26-px {
  max-width: 26px !important;
}
.h-27-px {
  height: 27px !important;
}
.w-27-px {
  width: 27px !important;
}
.min-h-27-px {
  min-height: 27px !important;
}
.min-w-27-px {
  min-width: 27px !important;
}
.max-h-27-px {
  max-height: 27px !important;
}
.max-w-27-px {
  max-width: 27px !important;
}
.h-28-px {
  height: 28px !important;
}
.w-28-px {
  width: 28px !important;
}
.min-h-28-px {
  min-height: 28px !important;
}
.min-w-28-px {
  min-width: 28px !important;
}
.max-h-28-px {
  max-height: 28px !important;
}
.max-w-28-px {
  max-width: 28px !important;
}
.h-29-px {
  height: 29px !important;
}
.w-29-px {
  width: 29px !important;
}
.min-h-29-px {
  min-height: 29px !important;
}
.min-w-29-px {
  min-width: 29px !important;
}
.max-h-29-px {
  max-height: 29px !important;
}
.max-w-29-px {
  max-width: 29px !important;
}
.h-30-px {
  height: 30px !important;
}
.w-30-px {
  width: 30px !important;
}
.min-h-30-px {
  min-height: 30px !important;
}
.min-w-30-px {
  min-width: 30px !important;
}
.max-h-30-px {
  max-height: 30px !important;
}
.max-w-30-px {
  max-width: 30px !important;
}
.h-31-px {
  height: 31px !important;
}
.w-31-px {
  width: 31px !important;
}
.min-h-31-px {
  min-height: 31px !important;
}
.min-w-31-px {
  min-width: 31px !important;
}
.max-h-31-px {
  max-height: 31px !important;
}
.max-w-31-px {
  max-width: 31px !important;
}
.h-32-px {
  height: 32px !important;
}
.w-32-px {
  width: 32px !important;
}
.min-h-32-px {
  min-height: 32px !important;
}
.min-w-32-px {
  min-width: 32px !important;
}
.max-h-32-px {
  max-height: 32px !important;
}
.max-w-32-px {
  max-width: 32px !important;
}
.h-33-px {
  height: 33px !important;
}
.w-33-px {
  width: 33px !important;
}
.min-h-33-px {
  min-height: 33px !important;
}
.min-w-33-px {
  min-width: 33px !important;
}
.max-h-33-px {
  max-height: 33px !important;
}
.max-w-33-px {
  max-width: 33px !important;
}
.h-34-px {
  height: 34px !important;
}
.w-34-px {
  width: 34px !important;
}
.min-h-34-px {
  min-height: 34px !important;
}
.min-w-34-px {
  min-width: 34px !important;
}
.max-h-34-px {
  max-height: 34px !important;
}
.max-w-34-px {
  max-width: 34px !important;
}
.h-35-px {
  height: 35px !important;
}
.w-35-px {
  width: 35px !important;
}
.min-h-35-px {
  min-height: 35px !important;
}
.min-w-35-px {
  min-width: 35px !important;
}
.max-h-35-px {
  max-height: 35px !important;
}
.max-w-35-px {
  max-width: 35px !important;
}
.h-36-px {
  height: 36px !important;
}
.w-36-px {
  width: 36px !important;
}
.min-h-36-px {
  min-height: 36px !important;
}
.min-w-36-px {
  min-width: 36px !important;
}
.max-h-36-px {
  max-height: 36px !important;
}
.max-w-36-px {
  max-width: 36px !important;
}
.h-37-px {
  height: 37px !important;
}
.w-37-px {
  width: 37px !important;
}
.min-h-37-px {
  min-height: 37px !important;
}
.min-w-37-px {
  min-width: 37px !important;
}
.max-h-37-px {
  max-height: 37px !important;
}
.max-w-37-px {
  max-width: 37px !important;
}
.h-38-px {
  height: 38px !important;
}
.w-38-px {
  width: 38px !important;
}
.min-h-38-px {
  min-height: 38px !important;
}
.min-w-38-px {
  min-width: 38px !important;
}
.max-h-38-px {
  max-height: 38px !important;
}
.max-w-38-px {
  max-width: 38px !important;
}
.h-39-px {
  height: 39px !important;
}
.w-39-px {
  width: 39px !important;
}
.min-h-39-px {
  min-height: 39px !important;
}
.min-w-39-px {
  min-width: 39px !important;
}
.max-h-39-px {
  max-height: 39px !important;
}
.max-w-39-px {
  max-width: 39px !important;
}
.h-40-px {
  height: 40px !important;
}
.w-40-px {
  width: 40px !important;
}
.min-h-40-px {
  min-height: 40px !important;
}
.min-w-40-px {
  min-width: 40px !important;
}
.max-h-40-px {
  max-height: 40px !important;
}
.max-w-40-px {
  max-width: 40px !important;
}
.h-41-px {
  height: 41px !important;
}
.w-41-px {
  width: 41px !important;
}
.min-h-41-px {
  min-height: 41px !important;
}
.min-w-41-px {
  min-width: 41px !important;
}
.max-h-41-px {
  max-height: 41px !important;
}
.max-w-41-px {
  max-width: 41px !important;
}
.h-42-px {
  height: 42px !important;
}
.w-42-px {
  width: 42px !important;
}
.min-h-42-px {
  min-height: 42px !important;
}
.min-w-42-px {
  min-width: 42px !important;
}
.max-h-42-px {
  max-height: 42px !important;
}
.max-w-42-px {
  max-width: 42px !important;
}
.h-43-px {
  height: 43px !important;
}
.w-43-px {
  width: 43px !important;
}
.min-h-43-px {
  min-height: 43px !important;
}
.min-w-43-px {
  min-width: 43px !important;
}
.max-h-43-px {
  max-height: 43px !important;
}
.max-w-43-px {
  max-width: 43px !important;
}
.h-44-px {
  height: 44px !important;
}
.w-44-px {
  width: 44px !important;
}
.min-h-44-px {
  min-height: 44px !important;
}
.min-w-44-px {
  min-width: 44px !important;
}
.max-h-44-px {
  max-height: 44px !important;
}
.max-w-44-px {
  max-width: 44px !important;
}
.h-45-px {
  height: 45px !important;
}
.w-45-px {
  width: 45px !important;
}
.min-h-45-px {
  min-height: 45px !important;
}
.min-w-45-px {
  min-width: 45px !important;
}
.max-h-45-px {
  max-height: 45px !important;
}
.max-w-45-px {
  max-width: 45px !important;
}
.h-46-px {
  height: 46px !important;
}
.w-46-px {
  width: 46px !important;
}
.min-h-46-px {
  min-height: 46px !important;
}
.min-w-46-px {
  min-width: 46px !important;
}
.max-h-46-px {
  max-height: 46px !important;
}
.max-w-46-px {
  max-width: 46px !important;
}
.h-47-px {
  height: 47px !important;
}
.w-47-px {
  width: 47px !important;
}
.min-h-47-px {
  min-height: 47px !important;
}
.min-w-47-px {
  min-width: 47px !important;
}
.max-h-47-px {
  max-height: 47px !important;
}
.max-w-47-px {
  max-width: 47px !important;
}
.h-48-px {
  height: 48px !important;
}
.w-48-px {
  width: 48px !important;
}
.min-h-48-px {
  min-height: 48px !important;
}
.min-w-48-px {
  min-width: 48px !important;
}
.max-h-48-px {
  max-height: 48px !important;
}
.max-w-48-px {
  max-width: 48px !important;
}
.h-49-px {
  height: 49px !important;
}
.w-49-px {
  width: 49px !important;
}
.min-h-49-px {
  min-height: 49px !important;
}
.min-w-49-px {
  min-width: 49px !important;
}
.max-h-49-px {
  max-height: 49px !important;
}
.max-w-49-px {
  max-width: 49px !important;
}
.h-50-px {
  height: 50px !important;
}
.w-50-px {
  width: 50px !important;
}
.min-h-50-px {
  min-height: 50px !important;
}
.min-w-50-px {
  min-width: 50px !important;
}
.max-h-50-px {
  max-height: 50px !important;
}
.max-w-50-px {
  max-width: 50px !important;
}
.h-51-px {
  height: 51px !important;
}
.w-51-px {
  width: 51px !important;
}
.min-h-51-px {
  min-height: 51px !important;
}
.min-w-51-px {
  min-width: 51px !important;
}
.max-h-51-px {
  max-height: 51px !important;
}
.max-w-51-px {
  max-width: 51px !important;
}
.h-52-px {
  height: 52px !important;
}
.w-52-px {
  width: 52px !important;
}
.min-h-52-px {
  min-height: 52px !important;
}
.min-w-52-px {
  min-width: 52px !important;
}
.max-h-52-px {
  max-height: 52px !important;
}
.max-w-52-px {
  max-width: 52px !important;
}
.h-53-px {
  height: 53px !important;
}
.w-53-px {
  width: 53px !important;
}
.min-h-53-px {
  min-height: 53px !important;
}
.min-w-53-px {
  min-width: 53px !important;
}
.max-h-53-px {
  max-height: 53px !important;
}
.max-w-53-px {
  max-width: 53px !important;
}
.h-54-px {
  height: 54px !important;
}
.w-54-px {
  width: 54px !important;
}
.min-h-54-px {
  min-height: 54px !important;
}
.min-w-54-px {
  min-width: 54px !important;
}
.max-h-54-px {
  max-height: 54px !important;
}
.max-w-54-px {
  max-width: 54px !important;
}
.h-55-px {
  height: 55px !important;
}
.w-55-px {
  width: 55px !important;
}
.min-h-55-px {
  min-height: 55px !important;
}
.min-w-55-px {
  min-width: 55px !important;
}
.max-h-55-px {
  max-height: 55px !important;
}
.max-w-55-px {
  max-width: 55px !important;
}
.h-56-px {
  height: 56px !important;
}
.w-56-px {
  width: 56px !important;
}
.min-h-56-px {
  min-height: 56px !important;
}
.min-w-56-px {
  min-width: 56px !important;
}
.max-h-56-px {
  max-height: 56px !important;
}
.max-w-56-px {
  max-width: 56px !important;
}
.h-57-px {
  height: 57px !important;
}
.w-57-px {
  width: 57px !important;
}
.min-h-57-px {
  min-height: 57px !important;
}
.min-w-57-px {
  min-width: 57px !important;
}
.max-h-57-px {
  max-height: 57px !important;
}
.max-w-57-px {
  max-width: 57px !important;
}
.h-58-px {
  height: 58px !important;
}
.w-58-px {
  width: 58px !important;
}
.min-h-58-px {
  min-height: 58px !important;
}
.min-w-58-px {
  min-width: 58px !important;
}
.max-h-58-px {
  max-height: 58px !important;
}
.max-w-58-px {
  max-width: 58px !important;
}
.h-59-px {
  height: 59px !important;
}
.w-59-px {
  width: 59px !important;
}
.min-h-59-px {
  min-height: 59px !important;
}
.min-w-59-px {
  min-width: 59px !important;
}
.max-h-59-px {
  max-height: 59px !important;
}
.max-w-59-px {
  max-width: 59px !important;
}
.h-60-px {
  height: 60px !important;
}
.w-60-px {
  width: 60px !important;
}
.min-h-60-px {
  min-height: 60px !important;
}
.min-w-60-px {
  min-width: 60px !important;
}
.max-h-60-px {
  max-height: 60px !important;
}
.max-w-60-px {
  max-width: 60px !important;
}
.h-61-px {
  height: 61px !important;
}
.w-61-px {
  width: 61px !important;
}
.min-h-61-px {
  min-height: 61px !important;
}
.min-w-61-px {
  min-width: 61px !important;
}
.max-h-61-px {
  max-height: 61px !important;
}
.max-w-61-px {
  max-width: 61px !important;
}
.h-62-px {
  height: 62px !important;
}
.w-62-px {
  width: 62px !important;
}
.min-h-62-px {
  min-height: 62px !important;
}
.min-w-62-px {
  min-width: 62px !important;
}
.max-h-62-px {
  max-height: 62px !important;
}
.max-w-62-px {
  max-width: 62px !important;
}
.h-63-px {
  height: 63px !important;
}
.w-63-px {
  width: 63px !important;
}
.min-h-63-px {
  min-height: 63px !important;
}
.min-w-63-px {
  min-width: 63px !important;
}
.max-h-63-px {
  max-height: 63px !important;
}
.max-w-63-px {
  max-width: 63px !important;
}
.h-64-px {
  height: 64px !important;
}
.w-64-px {
  width: 64px !important;
}
.min-h-64-px {
  min-height: 64px !important;
}
.min-w-64-px {
  min-width: 64px !important;
}
.max-h-64-px {
  max-height: 64px !important;
}
.max-w-64-px {
  max-width: 64px !important;
}
.h-65-px {
  height: 65px !important;
}
.w-65-px {
  width: 65px !important;
}
.min-h-65-px {
  min-height: 65px !important;
}
.min-w-65-px {
  min-width: 65px !important;
}
.max-h-65-px {
  max-height: 65px !important;
}
.max-w-65-px {
  max-width: 65px !important;
}
.h-66-px {
  height: 66px !important;
}
.w-66-px {
  width: 66px !important;
}
.min-h-66-px {
  min-height: 66px !important;
}
.min-w-66-px {
  min-width: 66px !important;
}
.max-h-66-px {
  max-height: 66px !important;
}
.max-w-66-px {
  max-width: 66px !important;
}
.h-67-px {
  height: 67px !important;
}
.w-67-px {
  width: 67px !important;
}
.min-h-67-px {
  min-height: 67px !important;
}
.min-w-67-px {
  min-width: 67px !important;
}
.max-h-67-px {
  max-height: 67px !important;
}
.max-w-67-px {
  max-width: 67px !important;
}
.h-68-px {
  height: 68px !important;
}
.w-68-px {
  width: 68px !important;
}
.min-h-68-px {
  min-height: 68px !important;
}
.min-w-68-px {
  min-width: 68px !important;
}
.max-h-68-px {
  max-height: 68px !important;
}
.max-w-68-px {
  max-width: 68px !important;
}
.h-69-px {
  height: 69px !important;
}
.w-69-px {
  width: 69px !important;
}
.min-h-69-px {
  min-height: 69px !important;
}
.min-w-69-px {
  min-width: 69px !important;
}
.max-h-69-px {
  max-height: 69px !important;
}
.max-w-69-px {
  max-width: 69px !important;
}
.h-70-px {
  height: 70px !important;
}
.w-70-px {
  width: 70px !important;
}
.min-h-70-px {
  min-height: 70px !important;
}
.min-w-70-px {
  min-width: 70px !important;
}
.max-h-70-px {
  max-height: 70px !important;
}
.max-w-70-px {
  max-width: 70px !important;
}
.h-71-px {
  height: 71px !important;
}
.w-71-px {
  width: 71px !important;
}
.min-h-71-px {
  min-height: 71px !important;
}
.min-w-71-px {
  min-width: 71px !important;
}
.max-h-71-px {
  max-height: 71px !important;
}
.max-w-71-px {
  max-width: 71px !important;
}
.h-72-px {
  height: 72px !important;
}
.w-72-px {
  width: 72px !important;
}
.min-h-72-px {
  min-height: 72px !important;
}
.min-w-72-px {
  min-width: 72px !important;
}
.max-h-72-px {
  max-height: 72px !important;
}
.max-w-72-px {
  max-width: 72px !important;
}
.h-73-px {
  height: 73px !important;
}
.w-73-px {
  width: 73px !important;
}
.min-h-73-px {
  min-height: 73px !important;
}
.min-w-73-px {
  min-width: 73px !important;
}
.max-h-73-px {
  max-height: 73px !important;
}
.max-w-73-px {
  max-width: 73px !important;
}
.h-74-px {
  height: 74px !important;
}
.w-74-px {
  width: 74px !important;
}
.min-h-74-px {
  min-height: 74px !important;
}
.min-w-74-px {
  min-width: 74px !important;
}
.max-h-74-px {
  max-height: 74px !important;
}
.max-w-74-px {
  max-width: 74px !important;
}
.h-75-px {
  height: 75px !important;
}
.w-75-px {
  width: 75px !important;
}
.min-h-75-px {
  min-height: 75px !important;
}
.min-w-75-px {
  min-width: 75px !important;
}
.max-h-75-px {
  max-height: 75px !important;
}
.max-w-75-px {
  max-width: 75px !important;
}
.h-76-px {
  height: 76px !important;
}
.w-76-px {
  width: 76px !important;
}
.min-h-76-px {
  min-height: 76px !important;
}
.min-w-76-px {
  min-width: 76px !important;
}
.max-h-76-px {
  max-height: 76px !important;
}
.max-w-76-px {
  max-width: 76px !important;
}
.h-77-px {
  height: 77px !important;
}
.w-77-px {
  width: 77px !important;
}
.min-h-77-px {
  min-height: 77px !important;
}
.min-w-77-px {
  min-width: 77px !important;
}
.max-h-77-px {
  max-height: 77px !important;
}
.max-w-77-px {
  max-width: 77px !important;
}
.h-78-px {
  height: 78px !important;
}
.w-78-px {
  width: 78px !important;
}
.min-h-78-px {
  min-height: 78px !important;
}
.min-w-78-px {
  min-width: 78px !important;
}
.max-h-78-px {
  max-height: 78px !important;
}
.max-w-78-px {
  max-width: 78px !important;
}
.h-79-px {
  height: 79px !important;
}
.w-79-px {
  width: 79px !important;
}
.min-h-79-px {
  min-height: 79px !important;
}
.min-w-79-px {
  min-width: 79px !important;
}
.max-h-79-px {
  max-height: 79px !important;
}
.max-w-79-px {
  max-width: 79px !important;
}
.h-80-px {
  height: 80px !important;
}
.w-80-px {
  width: 80px !important;
}
.min-h-80-px {
  min-height: 80px !important;
}
.min-w-80-px {
  min-width: 80px !important;
}
.max-h-80-px {
  max-height: 80px !important;
}
.max-w-80-px {
  max-width: 80px !important;
}
.h-81-px {
  height: 81px !important;
}
.w-81-px {
  width: 81px !important;
}
.min-h-81-px {
  min-height: 81px !important;
}
.min-w-81-px {
  min-width: 81px !important;
}
.max-h-81-px {
  max-height: 81px !important;
}
.max-w-81-px {
  max-width: 81px !important;
}
.h-82-px {
  height: 82px !important;
}
.w-82-px {
  width: 82px !important;
}
.min-h-82-px {
  min-height: 82px !important;
}
.min-w-82-px {
  min-width: 82px !important;
}
.max-h-82-px {
  max-height: 82px !important;
}
.max-w-82-px {
  max-width: 82px !important;
}
.h-83-px {
  height: 83px !important;
}
.w-83-px {
  width: 83px !important;
}
.min-h-83-px {
  min-height: 83px !important;
}
.min-w-83-px {
  min-width: 83px !important;
}
.max-h-83-px {
  max-height: 83px !important;
}
.max-w-83-px {
  max-width: 83px !important;
}
.h-84-px {
  height: 84px !important;
}
.w-84-px {
  width: 84px !important;
}
.min-h-84-px {
  min-height: 84px !important;
}
.min-w-84-px {
  min-width: 84px !important;
}
.max-h-84-px {
  max-height: 84px !important;
}
.max-w-84-px {
  max-width: 84px !important;
}
.h-85-px {
  height: 85px !important;
}
.w-85-px {
  width: 85px !important;
}
.min-h-85-px {
  min-height: 85px !important;
}
.min-w-85-px {
  min-width: 85px !important;
}
.max-h-85-px {
  max-height: 85px !important;
}
.max-w-85-px {
  max-width: 85px !important;
}
.h-86-px {
  height: 86px !important;
}
.w-86-px {
  width: 86px !important;
}
.min-h-86-px {
  min-height: 86px !important;
}
.min-w-86-px {
  min-width: 86px !important;
}
.max-h-86-px {
  max-height: 86px !important;
}
.max-w-86-px {
  max-width: 86px !important;
}
.h-87-px {
  height: 87px !important;
}
.w-87-px {
  width: 87px !important;
}
.min-h-87-px {
  min-height: 87px !important;
}
.min-w-87-px {
  min-width: 87px !important;
}
.max-h-87-px {
  max-height: 87px !important;
}
.max-w-87-px {
  max-width: 87px !important;
}
.h-88-px {
  height: 88px !important;
}
.w-88-px {
  width: 88px !important;
}
.min-h-88-px {
  min-height: 88px !important;
}
.min-w-88-px {
  min-width: 88px !important;
}
.max-h-88-px {
  max-height: 88px !important;
}
.max-w-88-px {
  max-width: 88px !important;
}
.h-89-px {
  height: 89px !important;
}
.w-89-px {
  width: 89px !important;
}
.min-h-89-px {
  min-height: 89px !important;
}
.min-w-89-px {
  min-width: 89px !important;
}
.max-h-89-px {
  max-height: 89px !important;
}
.max-w-89-px {
  max-width: 89px !important;
}
.h-90-px {
  height: 90px !important;
}
.w-90-px {
  width: 90px !important;
}
.min-h-90-px {
  min-height: 90px !important;
}
.min-w-90-px {
  min-width: 90px !important;
}
.max-h-90-px {
  max-height: 90px !important;
}
.max-w-90-px {
  max-width: 90px !important;
}
.h-91-px {
  height: 91px !important;
}
.w-91-px {
  width: 91px !important;
}
.min-h-91-px {
  min-height: 91px !important;
}
.min-w-91-px {
  min-width: 91px !important;
}
.max-h-91-px {
  max-height: 91px !important;
}
.max-w-91-px {
  max-width: 91px !important;
}
.h-92-px {
  height: 92px !important;
}
.w-92-px {
  width: 92px !important;
}
.min-h-92-px {
  min-height: 92px !important;
}
.min-w-92-px {
  min-width: 92px !important;
}
.max-h-92-px {
  max-height: 92px !important;
}
.max-w-92-px {
  max-width: 92px !important;
}
.h-93-px {
  height: 93px !important;
}
.w-93-px {
  width: 93px !important;
}
.min-h-93-px {
  min-height: 93px !important;
}
.min-w-93-px {
  min-width: 93px !important;
}
.max-h-93-px {
  max-height: 93px !important;
}
.max-w-93-px {
  max-width: 93px !important;
}
.h-94-px {
  height: 94px !important;
}
.w-94-px {
  width: 94px !important;
}
.min-h-94-px {
  min-height: 94px !important;
}
.min-w-94-px {
  min-width: 94px !important;
}
.max-h-94-px {
  max-height: 94px !important;
}
.max-w-94-px {
  max-width: 94px !important;
}
.h-95-px {
  height: 95px !important;
}
.w-95-px {
  width: 95px !important;
}
.min-h-95-px {
  min-height: 95px !important;
}
.min-w-95-px {
  min-width: 95px !important;
}
.max-h-95-px {
  max-height: 95px !important;
}
.max-w-95-px {
  max-width: 95px !important;
}
.h-96-px {
  height: 96px !important;
}
.w-96-px {
  width: 96px !important;
}
.min-h-96-px {
  min-height: 96px !important;
}
.min-w-96-px {
  min-width: 96px !important;
}
.max-h-96-px {
  max-height: 96px !important;
}
.max-w-96-px {
  max-width: 96px !important;
}
.h-97-px {
  height: 97px !important;
}
.w-97-px {
  width: 97px !important;
}
.min-h-97-px {
  min-height: 97px !important;
}
.min-w-97-px {
  min-width: 97px !important;
}
.max-h-97-px {
  max-height: 97px !important;
}
.max-w-97-px {
  max-width: 97px !important;
}
.h-98-px {
  height: 98px !important;
}
.w-98-px {
  width: 98px !important;
}
.min-h-98-px {
  min-height: 98px !important;
}
.min-w-98-px {
  min-width: 98px !important;
}
.max-h-98-px {
  max-height: 98px !important;
}
.max-w-98-px {
  max-width: 98px !important;
}
.h-99-px {
  height: 99px !important;
}
.w-99-px {
  width: 99px !important;
}
.min-h-99-px {
  min-height: 99px !important;
}
.min-w-99-px {
  min-width: 99px !important;
}
.max-h-99-px {
  max-height: 99px !important;
}
.max-w-99-px {
  max-width: 99px !important;
}
.h-100-px {
  height: 100px !important;
}
.w-100-px {
  width: 100px !important;
}
.min-h-100-px {
  min-height: 100px !important;
}
.min-w-100-px {
  min-width: 100px !important;
}
.max-h-100-px {
  max-height: 100px !important;
}
.max-w-100-px {
  max-width: 100px !important;
}
.h-101-px {
  height: 101px !important;
}
.w-101-px {
  width: 101px !important;
}
.min-h-101-px {
  min-height: 101px !important;
}
.min-w-101-px {
  min-width: 101px !important;
}
.max-h-101-px {
  max-height: 101px !important;
}
.max-w-101-px {
  max-width: 101px !important;
}
.h-102-px {
  height: 102px !important;
}
.w-102-px {
  width: 102px !important;
}
.min-h-102-px {
  min-height: 102px !important;
}
.min-w-102-px {
  min-width: 102px !important;
}
.max-h-102-px {
  max-height: 102px !important;
}
.max-w-102-px {
  max-width: 102px !important;
}
.h-103-px {
  height: 103px !important;
}
.w-103-px {
  width: 103px !important;
}
.min-h-103-px {
  min-height: 103px !important;
}
.min-w-103-px {
  min-width: 103px !important;
}
.max-h-103-px {
  max-height: 103px !important;
}
.max-w-103-px {
  max-width: 103px !important;
}
.h-104-px {
  height: 104px !important;
}
.w-104-px {
  width: 104px !important;
}
.min-h-104-px {
  min-height: 104px !important;
}
.min-w-104-px {
  min-width: 104px !important;
}
.max-h-104-px {
  max-height: 104px !important;
}
.max-w-104-px {
  max-width: 104px !important;
}
.h-105-px {
  height: 105px !important;
}
.w-105-px {
  width: 105px !important;
}
.min-h-105-px {
  min-height: 105px !important;
}
.min-w-105-px {
  min-width: 105px !important;
}
.max-h-105-px {
  max-height: 105px !important;
}
.max-w-105-px {
  max-width: 105px !important;
}
.h-106-px {
  height: 106px !important;
}
.w-106-px {
  width: 106px !important;
}
.min-h-106-px {
  min-height: 106px !important;
}
.min-w-106-px {
  min-width: 106px !important;
}
.max-h-106-px {
  max-height: 106px !important;
}
.max-w-106-px {
  max-width: 106px !important;
}
.h-107-px {
  height: 107px !important;
}
.w-107-px {
  width: 107px !important;
}
.min-h-107-px {
  min-height: 107px !important;
}
.min-w-107-px {
  min-width: 107px !important;
}
.max-h-107-px {
  max-height: 107px !important;
}
.max-w-107-px {
  max-width: 107px !important;
}
.h-108-px {
  height: 108px !important;
}
.w-108-px {
  width: 108px !important;
}
.min-h-108-px {
  min-height: 108px !important;
}
.min-w-108-px {
  min-width: 108px !important;
}
.max-h-108-px {
  max-height: 108px !important;
}
.max-w-108-px {
  max-width: 108px !important;
}
.h-109-px {
  height: 109px !important;
}
.w-109-px {
  width: 109px !important;
}
.min-h-109-px {
  min-height: 109px !important;
}
.min-w-109-px {
  min-width: 109px !important;
}
.max-h-109-px {
  max-height: 109px !important;
}
.max-w-109-px {
  max-width: 109px !important;
}
.h-110-px {
  height: 110px !important;
}
.w-110-px {
  width: 110px !important;
}
.min-h-110-px {
  min-height: 110px !important;
}
.min-w-110-px {
  min-width: 110px !important;
}
.max-h-110-px {
  max-height: 110px !important;
}
.max-w-110-px {
  max-width: 110px !important;
}
.h-111-px {
  height: 111px !important;
}
.w-111-px {
  width: 111px !important;
}
.min-h-111-px {
  min-height: 111px !important;
}
.min-w-111-px {
  min-width: 111px !important;
}
.max-h-111-px {
  max-height: 111px !important;
}
.max-w-111-px {
  max-width: 111px !important;
}
.h-112-px {
  height: 112px !important;
}
.w-112-px {
  width: 112px !important;
}
.min-h-112-px {
  min-height: 112px !important;
}
.min-w-112-px {
  min-width: 112px !important;
}
.max-h-112-px {
  max-height: 112px !important;
}
.max-w-112-px {
  max-width: 112px !important;
}
.h-113-px {
  height: 113px !important;
}
.w-113-px {
  width: 113px !important;
}
.min-h-113-px {
  min-height: 113px !important;
}
.min-w-113-px {
  min-width: 113px !important;
}
.max-h-113-px {
  max-height: 113px !important;
}
.max-w-113-px {
  max-width: 113px !important;
}
.h-114-px {
  height: 114px !important;
}
.w-114-px {
  width: 114px !important;
}
.min-h-114-px {
  min-height: 114px !important;
}
.min-w-114-px {
  min-width: 114px !important;
}
.max-h-114-px {
  max-height: 114px !important;
}
.max-w-114-px {
  max-width: 114px !important;
}
.h-115-px {
  height: 115px !important;
}
.w-115-px {
  width: 115px !important;
}
.min-h-115-px {
  min-height: 115px !important;
}
.min-w-115-px {
  min-width: 115px !important;
}
.max-h-115-px {
  max-height: 115px !important;
}
.max-w-115-px {
  max-width: 115px !important;
}
.h-116-px {
  height: 116px !important;
}
.w-116-px {
  width: 116px !important;
}
.min-h-116-px {
  min-height: 116px !important;
}
.min-w-116-px {
  min-width: 116px !important;
}
.max-h-116-px {
  max-height: 116px !important;
}
.max-w-116-px {
  max-width: 116px !important;
}
.h-117-px {
  height: 117px !important;
}
.w-117-px {
  width: 117px !important;
}
.min-h-117-px {
  min-height: 117px !important;
}
.min-w-117-px {
  min-width: 117px !important;
}
.max-h-117-px {
  max-height: 117px !important;
}
.max-w-117-px {
  max-width: 117px !important;
}
.h-118-px {
  height: 118px !important;
}
.w-118-px {
  width: 118px !important;
}
.min-h-118-px {
  min-height: 118px !important;
}
.min-w-118-px {
  min-width: 118px !important;
}
.max-h-118-px {
  max-height: 118px !important;
}
.max-w-118-px {
  max-width: 118px !important;
}
.h-119-px {
  height: 119px !important;
}
.w-119-px {
  width: 119px !important;
}
.min-h-119-px {
  min-height: 119px !important;
}
.min-w-119-px {
  min-width: 119px !important;
}
.max-h-119-px {
  max-height: 119px !important;
}
.max-w-119-px {
  max-width: 119px !important;
}
.h-120-px {
  height: 120px !important;
}
.w-120-px {
  width: 120px !important;
}
.min-h-120-px {
  min-height: 120px !important;
}
.min-w-120-px {
  min-width: 120px !important;
}
.max-h-120-px {
  max-height: 120px !important;
}
.max-w-120-px {
  max-width: 120px !important;
}
.h-121-px {
  height: 121px !important;
}
.w-121-px {
  width: 121px !important;
}
.min-h-121-px {
  min-height: 121px !important;
}
.min-w-121-px {
  min-width: 121px !important;
}
.max-h-121-px {
  max-height: 121px !important;
}
.max-w-121-px {
  max-width: 121px !important;
}
.h-122-px {
  height: 122px !important;
}
.w-122-px {
  width: 122px !important;
}
.min-h-122-px {
  min-height: 122px !important;
}
.min-w-122-px {
  min-width: 122px !important;
}
.max-h-122-px {
  max-height: 122px !important;
}
.max-w-122-px {
  max-width: 122px !important;
}
.h-123-px {
  height: 123px !important;
}
.w-123-px {
  width: 123px !important;
}
.min-h-123-px {
  min-height: 123px !important;
}
.min-w-123-px {
  min-width: 123px !important;
}
.max-h-123-px {
  max-height: 123px !important;
}
.max-w-123-px {
  max-width: 123px !important;
}
.h-124-px {
  height: 124px !important;
}
.w-124-px {
  width: 124px !important;
}
.min-h-124-px {
  min-height: 124px !important;
}
.min-w-124-px {
  min-width: 124px !important;
}
.max-h-124-px {
  max-height: 124px !important;
}
.max-w-124-px {
  max-width: 124px !important;
}
.h-125-px {
  height: 125px !important;
}
.w-125-px {
  width: 125px !important;
}
.min-h-125-px {
  min-height: 125px !important;
}
.min-w-125-px {
  min-width: 125px !important;
}
.max-h-125-px {
  max-height: 125px !important;
}
.max-w-125-px {
  max-width: 125px !important;
}
.h-126-px {
  height: 126px !important;
}
.w-126-px {
  width: 126px !important;
}
.min-h-126-px {
  min-height: 126px !important;
}
.min-w-126-px {
  min-width: 126px !important;
}
.max-h-126-px {
  max-height: 126px !important;
}
.max-w-126-px {
  max-width: 126px !important;
}
.h-127-px {
  height: 127px !important;
}
.w-127-px {
  width: 127px !important;
}
.min-h-127-px {
  min-height: 127px !important;
}
.min-w-127-px {
  min-width: 127px !important;
}
.max-h-127-px {
  max-height: 127px !important;
}
.max-w-127-px {
  max-width: 127px !important;
}
.h-128-px {
  height: 128px !important;
}
.w-128-px {
  width: 128px !important;
}
.min-h-128-px {
  min-height: 128px !important;
}
.min-w-128-px {
  min-width: 128px !important;
}
.max-h-128-px {
  max-height: 128px !important;
}
.max-w-128-px {
  max-width: 128px !important;
}
.h-129-px {
  height: 129px !important;
}
.w-129-px {
  width: 129px !important;
}
.min-h-129-px {
  min-height: 129px !important;
}
.min-w-129-px {
  min-width: 129px !important;
}
.max-h-129-px {
  max-height: 129px !important;
}
.max-w-129-px {
  max-width: 129px !important;
}
.h-130-px {
  height: 130px !important;
}
.w-130-px {
  width: 130px !important;
}
.min-h-130-px {
  min-height: 130px !important;
}
.min-w-130-px {
  min-width: 130px !important;
}
.max-h-130-px {
  max-height: 130px !important;
}
.max-w-130-px {
  max-width: 130px !important;
}
.h-131-px {
  height: 131px !important;
}
.w-131-px {
  width: 131px !important;
}
.min-h-131-px {
  min-height: 131px !important;
}
.min-w-131-px {
  min-width: 131px !important;
}
.max-h-131-px {
  max-height: 131px !important;
}
.max-w-131-px {
  max-width: 131px !important;
}
.h-132-px {
  height: 132px !important;
}
.w-132-px {
  width: 132px !important;
}
.min-h-132-px {
  min-height: 132px !important;
}
.min-w-132-px {
  min-width: 132px !important;
}
.max-h-132-px {
  max-height: 132px !important;
}
.max-w-132-px {
  max-width: 132px !important;
}
.h-133-px {
  height: 133px !important;
}
.w-133-px {
  width: 133px !important;
}
.min-h-133-px {
  min-height: 133px !important;
}
.min-w-133-px {
  min-width: 133px !important;
}
.max-h-133-px {
  max-height: 133px !important;
}
.max-w-133-px {
  max-width: 133px !important;
}
.h-134-px {
  height: 134px !important;
}
.w-134-px {
  width: 134px !important;
}
.min-h-134-px {
  min-height: 134px !important;
}
.min-w-134-px {
  min-width: 134px !important;
}
.max-h-134-px {
  max-height: 134px !important;
}
.max-w-134-px {
  max-width: 134px !important;
}
.h-135-px {
  height: 135px !important;
}
.w-135-px {
  width: 135px !important;
}
.min-h-135-px {
  min-height: 135px !important;
}
.min-w-135-px {
  min-width: 135px !important;
}
.max-h-135-px {
  max-height: 135px !important;
}
.max-w-135-px {
  max-width: 135px !important;
}
.h-136-px {
  height: 136px !important;
}
.w-136-px {
  width: 136px !important;
}
.min-h-136-px {
  min-height: 136px !important;
}
.min-w-136-px {
  min-width: 136px !important;
}
.max-h-136-px {
  max-height: 136px !important;
}
.max-w-136-px {
  max-width: 136px !important;
}
.h-137-px {
  height: 137px !important;
}
.w-137-px {
  width: 137px !important;
}
.min-h-137-px {
  min-height: 137px !important;
}
.min-w-137-px {
  min-width: 137px !important;
}
.max-h-137-px {
  max-height: 137px !important;
}
.max-w-137-px {
  max-width: 137px !important;
}
.h-138-px {
  height: 138px !important;
}
.w-138-px {
  width: 138px !important;
}
.min-h-138-px {
  min-height: 138px !important;
}
.min-w-138-px {
  min-width: 138px !important;
}
.max-h-138-px {
  max-height: 138px !important;
}
.max-w-138-px {
  max-width: 138px !important;
}
.h-139-px {
  height: 139px !important;
}
.w-139-px {
  width: 139px !important;
}
.min-h-139-px {
  min-height: 139px !important;
}
.min-w-139-px {
  min-width: 139px !important;
}
.max-h-139-px {
  max-height: 139px !important;
}
.max-w-139-px {
  max-width: 139px !important;
}
.h-140-px {
  height: 140px !important;
}
.w-140-px {
  width: 140px !important;
}
.min-h-140-px {
  min-height: 140px !important;
}
.min-w-140-px {
  min-width: 140px !important;
}
.max-h-140-px {
  max-height: 140px !important;
}
.max-w-140-px {
  max-width: 140px !important;
}
.h-141-px {
  height: 141px !important;
}
.w-141-px {
  width: 141px !important;
}
.min-h-141-px {
  min-height: 141px !important;
}
.min-w-141-px {
  min-width: 141px !important;
}
.max-h-141-px {
  max-height: 141px !important;
}
.max-w-141-px {
  max-width: 141px !important;
}
.h-142-px {
  height: 142px !important;
}
.w-142-px {
  width: 142px !important;
}
.min-h-142-px {
  min-height: 142px !important;
}
.min-w-142-px {
  min-width: 142px !important;
}
.max-h-142-px {
  max-height: 142px !important;
}
.max-w-142-px {
  max-width: 142px !important;
}
.h-143-px {
  height: 143px !important;
}
.w-143-px {
  width: 143px !important;
}
.min-h-143-px {
  min-height: 143px !important;
}
.min-w-143-px {
  min-width: 143px !important;
}
.max-h-143-px {
  max-height: 143px !important;
}
.max-w-143-px {
  max-width: 143px !important;
}
.h-144-px {
  height: 144px !important;
}
.w-144-px {
  width: 144px !important;
}
.min-h-144-px {
  min-height: 144px !important;
}
.min-w-144-px {
  min-width: 144px !important;
}
.max-h-144-px {
  max-height: 144px !important;
}
.max-w-144-px {
  max-width: 144px !important;
}
.h-145-px {
  height: 145px !important;
}
.w-145-px {
  width: 145px !important;
}
.min-h-145-px {
  min-height: 145px !important;
}
.min-w-145-px {
  min-width: 145px !important;
}
.max-h-145-px {
  max-height: 145px !important;
}
.max-w-145-px {
  max-width: 145px !important;
}
.h-146-px {
  height: 146px !important;
}
.w-146-px {
  width: 146px !important;
}
.min-h-146-px {
  min-height: 146px !important;
}
.min-w-146-px {
  min-width: 146px !important;
}
.max-h-146-px {
  max-height: 146px !important;
}
.max-w-146-px {
  max-width: 146px !important;
}
.h-147-px {
  height: 147px !important;
}
.w-147-px {
  width: 147px !important;
}
.min-h-147-px {
  min-height: 147px !important;
}
.min-w-147-px {
  min-width: 147px !important;
}
.max-h-147-px {
  max-height: 147px !important;
}
.max-w-147-px {
  max-width: 147px !important;
}
.h-148-px {
  height: 148px !important;
}
.w-148-px {
  width: 148px !important;
}
.min-h-148-px {
  min-height: 148px !important;
}
.min-w-148-px {
  min-width: 148px !important;
}
.max-h-148-px {
  max-height: 148px !important;
}
.max-w-148-px {
  max-width: 148px !important;
}
.h-149-px {
  height: 149px !important;
}
.w-149-px {
  width: 149px !important;
}
.min-h-149-px {
  min-height: 149px !important;
}
.min-w-149-px {
  min-width: 149px !important;
}
.max-h-149-px {
  max-height: 149px !important;
}
.max-w-149-px {
  max-width: 149px !important;
}
.h-150-px {
  height: 150px !important;
}
.w-150-px {
  width: 150px !important;
}
.min-h-150-px {
  min-height: 150px !important;
}
.min-w-150-px {
  min-width: 150px !important;
}
.max-h-150-px {
  max-height: 150px !important;
}
.max-w-150-px {
  max-width: 150px !important;
}
.h-151-px {
  height: 151px !important;
}
.w-151-px {
  width: 151px !important;
}
.min-h-151-px {
  min-height: 151px !important;
}
.min-w-151-px {
  min-width: 151px !important;
}
.max-h-151-px {
  max-height: 151px !important;
}
.max-w-151-px {
  max-width: 151px !important;
}
.h-152-px {
  height: 152px !important;
}
.w-152-px {
  width: 152px !important;
}
.min-h-152-px {
  min-height: 152px !important;
}
.min-w-152-px {
  min-width: 152px !important;
}
.max-h-152-px {
  max-height: 152px !important;
}
.max-w-152-px {
  max-width: 152px !important;
}
.h-153-px {
  height: 153px !important;
}
.w-153-px {
  width: 153px !important;
}
.min-h-153-px {
  min-height: 153px !important;
}
.min-w-153-px {
  min-width: 153px !important;
}
.max-h-153-px {
  max-height: 153px !important;
}
.max-w-153-px {
  max-width: 153px !important;
}
.h-154-px {
  height: 154px !important;
}
.w-154-px {
  width: 154px !important;
}
.min-h-154-px {
  min-height: 154px !important;
}
.min-w-154-px {
  min-width: 154px !important;
}
.max-h-154-px {
  max-height: 154px !important;
}
.max-w-154-px {
  max-width: 154px !important;
}
.h-155-px {
  height: 155px !important;
}
.w-155-px {
  width: 155px !important;
}
.min-h-155-px {
  min-height: 155px !important;
}
.min-w-155-px {
  min-width: 155px !important;
}
.max-h-155-px {
  max-height: 155px !important;
}
.max-w-155-px {
  max-width: 155px !important;
}
.h-156-px {
  height: 156px !important;
}
.w-156-px {
  width: 156px !important;
}
.min-h-156-px {
  min-height: 156px !important;
}
.min-w-156-px {
  min-width: 156px !important;
}
.max-h-156-px {
  max-height: 156px !important;
}
.max-w-156-px {
  max-width: 156px !important;
}
.h-157-px {
  height: 157px !important;
}
.w-157-px {
  width: 157px !important;
}
.min-h-157-px {
  min-height: 157px !important;
}
.min-w-157-px {
  min-width: 157px !important;
}
.max-h-157-px {
  max-height: 157px !important;
}
.max-w-157-px {
  max-width: 157px !important;
}
.h-158-px {
  height: 158px !important;
}
.w-158-px {
  width: 158px !important;
}
.min-h-158-px {
  min-height: 158px !important;
}
.min-w-158-px {
  min-width: 158px !important;
}
.max-h-158-px {
  max-height: 158px !important;
}
.max-w-158-px {
  max-width: 158px !important;
}
.h-159-px {
  height: 159px !important;
}
.w-159-px {
  width: 159px !important;
}
.min-h-159-px {
  min-height: 159px !important;
}
.min-w-159-px {
  min-width: 159px !important;
}
.max-h-159-px {
  max-height: 159px !important;
}
.max-w-159-px {
  max-width: 159px !important;
}
.h-160-px {
  height: 160px !important;
}
.w-160-px {
  width: 160px !important;
}
.min-h-160-px {
  min-height: 160px !important;
}
.min-w-160-px {
  min-width: 160px !important;
}
.max-h-160-px {
  max-height: 160px !important;
}
.max-w-160-px {
  max-width: 160px !important;
}
.h-161-px {
  height: 161px !important;
}
.w-161-px {
  width: 161px !important;
}
.min-h-161-px {
  min-height: 161px !important;
}
.min-w-161-px {
  min-width: 161px !important;
}
.max-h-161-px {
  max-height: 161px !important;
}
.max-w-161-px {
  max-width: 161px !important;
}
.h-162-px {
  height: 162px !important;
}
.w-162-px {
  width: 162px !important;
}
.min-h-162-px {
  min-height: 162px !important;
}
.min-w-162-px {
  min-width: 162px !important;
}
.max-h-162-px {
  max-height: 162px !important;
}
.max-w-162-px {
  max-width: 162px !important;
}
.h-163-px {
  height: 163px !important;
}
.w-163-px {
  width: 163px !important;
}
.min-h-163-px {
  min-height: 163px !important;
}
.min-w-163-px {
  min-width: 163px !important;
}
.max-h-163-px {
  max-height: 163px !important;
}
.max-w-163-px {
  max-width: 163px !important;
}
.h-164-px {
  height: 164px !important;
}
.w-164-px {
  width: 164px !important;
}
.min-h-164-px {
  min-height: 164px !important;
}
.min-w-164-px {
  min-width: 164px !important;
}
.max-h-164-px {
  max-height: 164px !important;
}
.max-w-164-px {
  max-width: 164px !important;
}
.h-165-px {
  height: 165px !important;
}
.w-165-px {
  width: 165px !important;
}
.min-h-165-px {
  min-height: 165px !important;
}
.min-w-165-px {
  min-width: 165px !important;
}
.max-h-165-px {
  max-height: 165px !important;
}
.max-w-165-px {
  max-width: 165px !important;
}
.h-166-px {
  height: 166px !important;
}
.w-166-px {
  width: 166px !important;
}
.min-h-166-px {
  min-height: 166px !important;
}
.min-w-166-px {
  min-width: 166px !important;
}
.max-h-166-px {
  max-height: 166px !important;
}
.max-w-166-px {
  max-width: 166px !important;
}
.h-167-px {
  height: 167px !important;
}
.w-167-px {
  width: 167px !important;
}
.min-h-167-px {
  min-height: 167px !important;
}
.min-w-167-px {
  min-width: 167px !important;
}
.max-h-167-px {
  max-height: 167px !important;
}
.max-w-167-px {
  max-width: 167px !important;
}
.h-168-px {
  height: 168px !important;
}
.w-168-px {
  width: 168px !important;
}
.min-h-168-px {
  min-height: 168px !important;
}
.min-w-168-px {
  min-width: 168px !important;
}
.max-h-168-px {
  max-height: 168px !important;
}
.max-w-168-px {
  max-width: 168px !important;
}
.h-169-px {
  height: 169px !important;
}
.w-169-px {
  width: 169px !important;
}
.min-h-169-px {
  min-height: 169px !important;
}
.min-w-169-px {
  min-width: 169px !important;
}
.max-h-169-px {
  max-height: 169px !important;
}
.max-w-169-px {
  max-width: 169px !important;
}
.h-170-px {
  height: 170px !important;
}
.w-170-px {
  width: 170px !important;
}
.min-h-170-px {
  min-height: 170px !important;
}
.min-w-170-px {
  min-width: 170px !important;
}
.max-h-170-px {
  max-height: 170px !important;
}
.max-w-170-px {
  max-width: 170px !important;
}
.h-171-px {
  height: 171px !important;
}
.w-171-px {
  width: 171px !important;
}
.min-h-171-px {
  min-height: 171px !important;
}
.min-w-171-px {
  min-width: 171px !important;
}
.max-h-171-px {
  max-height: 171px !important;
}
.max-w-171-px {
  max-width: 171px !important;
}
.h-172-px {
  height: 172px !important;
}
.w-172-px {
  width: 172px !important;
}
.min-h-172-px {
  min-height: 172px !important;
}
.min-w-172-px {
  min-width: 172px !important;
}
.max-h-172-px {
  max-height: 172px !important;
}
.max-w-172-px {
  max-width: 172px !important;
}
.h-173-px {
  height: 173px !important;
}
.w-173-px {
  width: 173px !important;
}
.min-h-173-px {
  min-height: 173px !important;
}
.min-w-173-px {
  min-width: 173px !important;
}
.max-h-173-px {
  max-height: 173px !important;
}
.max-w-173-px {
  max-width: 173px !important;
}
.h-174-px {
  height: 174px !important;
}
.w-174-px {
  width: 174px !important;
}
.min-h-174-px {
  min-height: 174px !important;
}
.min-w-174-px {
  min-width: 174px !important;
}
.max-h-174-px {
  max-height: 174px !important;
}
.max-w-174-px {
  max-width: 174px !important;
}
.h-175-px {
  height: 175px !important;
}
.w-175-px {
  width: 175px !important;
}
.min-h-175-px {
  min-height: 175px !important;
}
.min-w-175-px {
  min-width: 175px !important;
}
.max-h-175-px {
  max-height: 175px !important;
}
.max-w-175-px {
  max-width: 175px !important;
}
.h-176-px {
  height: 176px !important;
}
.w-176-px {
  width: 176px !important;
}
.min-h-176-px {
  min-height: 176px !important;
}
.min-w-176-px {
  min-width: 176px !important;
}
.max-h-176-px {
  max-height: 176px !important;
}
.max-w-176-px {
  max-width: 176px !important;
}
.h-177-px {
  height: 177px !important;
}
.w-177-px {
  width: 177px !important;
}
.min-h-177-px {
  min-height: 177px !important;
}
.min-w-177-px {
  min-width: 177px !important;
}
.max-h-177-px {
  max-height: 177px !important;
}
.max-w-177-px {
  max-width: 177px !important;
}
.h-178-px {
  height: 178px !important;
}
.w-178-px {
  width: 178px !important;
}
.min-h-178-px {
  min-height: 178px !important;
}
.min-w-178-px {
  min-width: 178px !important;
}
.max-h-178-px {
  max-height: 178px !important;
}
.max-w-178-px {
  max-width: 178px !important;
}
.h-179-px {
  height: 179px !important;
}
.w-179-px {
  width: 179px !important;
}
.min-h-179-px {
  min-height: 179px !important;
}
.min-w-179-px {
  min-width: 179px !important;
}
.max-h-179-px {
  max-height: 179px !important;
}
.max-w-179-px {
  max-width: 179px !important;
}
.h-180-px {
  height: 180px !important;
}
.w-180-px {
  width: 180px !important;
}
.min-h-180-px {
  min-height: 180px !important;
}
.min-w-180-px {
  min-width: 180px !important;
}
.max-h-180-px {
  max-height: 180px !important;
}
.max-w-180-px {
  max-width: 180px !important;
}
.h-181-px {
  height: 181px !important;
}
.w-181-px {
  width: 181px !important;
}
.min-h-181-px {
  min-height: 181px !important;
}
.min-w-181-px {
  min-width: 181px !important;
}
.max-h-181-px {
  max-height: 181px !important;
}
.max-w-181-px {
  max-width: 181px !important;
}
.h-182-px {
  height: 182px !important;
}
.w-182-px {
  width: 182px !important;
}
.min-h-182-px {
  min-height: 182px !important;
}
.min-w-182-px {
  min-width: 182px !important;
}
.max-h-182-px {
  max-height: 182px !important;
}
.max-w-182-px {
  max-width: 182px !important;
}
.h-183-px {
  height: 183px !important;
}
.w-183-px {
  width: 183px !important;
}
.min-h-183-px {
  min-height: 183px !important;
}
.min-w-183-px {
  min-width: 183px !important;
}
.max-h-183-px {
  max-height: 183px !important;
}
.max-w-183-px {
  max-width: 183px !important;
}
.h-184-px {
  height: 184px !important;
}
.w-184-px {
  width: 184px !important;
}
.min-h-184-px {
  min-height: 184px !important;
}
.min-w-184-px {
  min-width: 184px !important;
}
.max-h-184-px {
  max-height: 184px !important;
}
.max-w-184-px {
  max-width: 184px !important;
}
.h-185-px {
  height: 185px !important;
}
.w-185-px {
  width: 185px !important;
}
.min-h-185-px {
  min-height: 185px !important;
}
.min-w-185-px {
  min-width: 185px !important;
}
.max-h-185-px {
  max-height: 185px !important;
}
.max-w-185-px {
  max-width: 185px !important;
}
.h-186-px {
  height: 186px !important;
}
.w-186-px {
  width: 186px !important;
}
.min-h-186-px {
  min-height: 186px !important;
}
.min-w-186-px {
  min-width: 186px !important;
}
.max-h-186-px {
  max-height: 186px !important;
}
.max-w-186-px {
  max-width: 186px !important;
}
.h-187-px {
  height: 187px !important;
}
.w-187-px {
  width: 187px !important;
}
.min-h-187-px {
  min-height: 187px !important;
}
.min-w-187-px {
  min-width: 187px !important;
}
.max-h-187-px {
  max-height: 187px !important;
}
.max-w-187-px {
  max-width: 187px !important;
}
.h-188-px {
  height: 188px !important;
}
.w-188-px {
  width: 188px !important;
}
.min-h-188-px {
  min-height: 188px !important;
}
.min-w-188-px {
  min-width: 188px !important;
}
.max-h-188-px {
  max-height: 188px !important;
}
.max-w-188-px {
  max-width: 188px !important;
}
.h-189-px {
  height: 189px !important;
}
.w-189-px {
  width: 189px !important;
}
.min-h-189-px {
  min-height: 189px !important;
}
.min-w-189-px {
  min-width: 189px !important;
}
.max-h-189-px {
  max-height: 189px !important;
}
.max-w-189-px {
  max-width: 189px !important;
}
.h-190-px {
  height: 190px !important;
}
.w-190-px {
  width: 190px !important;
}
.min-h-190-px {
  min-height: 190px !important;
}
.min-w-190-px {
  min-width: 190px !important;
}
.max-h-190-px {
  max-height: 190px !important;
}
.max-w-190-px {
  max-width: 190px !important;
}
.h-191-px {
  height: 191px !important;
}
.w-191-px {
  width: 191px !important;
}
.min-h-191-px {
  min-height: 191px !important;
}
.min-w-191-px {
  min-width: 191px !important;
}
.max-h-191-px {
  max-height: 191px !important;
}
.max-w-191-px {
  max-width: 191px !important;
}
.h-192-px {
  height: 192px !important;
}
.w-192-px {
  width: 192px !important;
}
.min-h-192-px {
  min-height: 192px !important;
}
.min-w-192-px {
  min-width: 192px !important;
}
.max-h-192-px {
  max-height: 192px !important;
}
.max-w-192-px {
  max-width: 192px !important;
}
.h-193-px {
  height: 193px !important;
}
.w-193-px {
  width: 193px !important;
}
.min-h-193-px {
  min-height: 193px !important;
}
.min-w-193-px {
  min-width: 193px !important;
}
.max-h-193-px {
  max-height: 193px !important;
}
.max-w-193-px {
  max-width: 193px !important;
}
.h-194-px {
  height: 194px !important;
}
.w-194-px {
  width: 194px !important;
}
.min-h-194-px {
  min-height: 194px !important;
}
.min-w-194-px {
  min-width: 194px !important;
}
.max-h-194-px {
  max-height: 194px !important;
}
.max-w-194-px {
  max-width: 194px !important;
}
.h-195-px {
  height: 195px !important;
}
.w-195-px {
  width: 195px !important;
}
.min-h-195-px {
  min-height: 195px !important;
}
.min-w-195-px {
  min-width: 195px !important;
}
.max-h-195-px {
  max-height: 195px !important;
}
.max-w-195-px {
  max-width: 195px !important;
}
.h-196-px {
  height: 196px !important;
}
.w-196-px {
  width: 196px !important;
}
.min-h-196-px {
  min-height: 196px !important;
}
.min-w-196-px {
  min-width: 196px !important;
}
.max-h-196-px {
  max-height: 196px !important;
}
.max-w-196-px {
  max-width: 196px !important;
}
.h-197-px {
  height: 197px !important;
}
.w-197-px {
  width: 197px !important;
}
.min-h-197-px {
  min-height: 197px !important;
}
.min-w-197-px {
  min-width: 197px !important;
}
.max-h-197-px {
  max-height: 197px !important;
}
.max-w-197-px {
  max-width: 197px !important;
}
.h-198-px {
  height: 198px !important;
}
.w-198-px {
  width: 198px !important;
}
.min-h-198-px {
  min-height: 198px !important;
}
.min-w-198-px {
  min-width: 198px !important;
}
.max-h-198-px {
  max-height: 198px !important;
}
.max-w-198-px {
  max-width: 198px !important;
}
.h-199-px {
  height: 199px !important;
}
.w-199-px {
  width: 199px !important;
}
.min-h-199-px {
  min-height: 199px !important;
}
.min-w-199-px {
  min-width: 199px !important;
}
.max-h-199-px {
  max-height: 199px !important;
}
.max-w-199-px {
  max-width: 199px !important;
}
.h-200-px {
  height: 200px !important;
}
.w-200-px {
  width: 200px !important;
}
.min-h-200-px {
  min-height: 200px !important;
}
.min-w-200-px {
  min-width: 200px !important;
}
.max-h-200-px {
  max-height: 200px !important;
}
.max-w-200-px {
  max-width: 200px !important;
}
.h-201-px {
  height: 201px !important;
}
.w-201-px {
  width: 201px !important;
}
.min-h-201-px {
  min-height: 201px !important;
}
.min-w-201-px {
  min-width: 201px !important;
}
.max-h-201-px {
  max-height: 201px !important;
}
.max-w-201-px {
  max-width: 201px !important;
}
.h-202-px {
  height: 202px !important;
}
.w-202-px {
  width: 202px !important;
}
.min-h-202-px {
  min-height: 202px !important;
}
.min-w-202-px {
  min-width: 202px !important;
}
.max-h-202-px {
  max-height: 202px !important;
}
.max-w-202-px {
  max-width: 202px !important;
}
.h-203-px {
  height: 203px !important;
}
.w-203-px {
  width: 203px !important;
}
.min-h-203-px {
  min-height: 203px !important;
}
.min-w-203-px {
  min-width: 203px !important;
}
.max-h-203-px {
  max-height: 203px !important;
}
.max-w-203-px {
  max-width: 203px !important;
}
.h-204-px {
  height: 204px !important;
}
.w-204-px {
  width: 204px !important;
}
.min-h-204-px {
  min-height: 204px !important;
}
.min-w-204-px {
  min-width: 204px !important;
}
.max-h-204-px {
  max-height: 204px !important;
}
.max-w-204-px {
  max-width: 204px !important;
}
.h-205-px {
  height: 205px !important;
}
.w-205-px {
  width: 205px !important;
}
.min-h-205-px {
  min-height: 205px !important;
}
.min-w-205-px {
  min-width: 205px !important;
}
.max-h-205-px {
  max-height: 205px !important;
}
.max-w-205-px {
  max-width: 205px !important;
}
.h-206-px {
  height: 206px !important;
}
.w-206-px {
  width: 206px !important;
}
.min-h-206-px {
  min-height: 206px !important;
}
.min-w-206-px {
  min-width: 206px !important;
}
.max-h-206-px {
  max-height: 206px !important;
}
.max-w-206-px {
  max-width: 206px !important;
}
.h-207-px {
  height: 207px !important;
}
.w-207-px {
  width: 207px !important;
}
.min-h-207-px {
  min-height: 207px !important;
}
.min-w-207-px {
  min-width: 207px !important;
}
.max-h-207-px {
  max-height: 207px !important;
}
.max-w-207-px {
  max-width: 207px !important;
}
.h-208-px {
  height: 208px !important;
}
.w-208-px {
  width: 208px !important;
}
.min-h-208-px {
  min-height: 208px !important;
}
.min-w-208-px {
  min-width: 208px !important;
}
.max-h-208-px {
  max-height: 208px !important;
}
.max-w-208-px {
  max-width: 208px !important;
}
.h-209-px {
  height: 209px !important;
}
.w-209-px {
  width: 209px !important;
}
.min-h-209-px {
  min-height: 209px !important;
}
.min-w-209-px {
  min-width: 209px !important;
}
.max-h-209-px {
  max-height: 209px !important;
}
.max-w-209-px {
  max-width: 209px !important;
}
.h-210-px {
  height: 210px !important;
}
.w-210-px {
  width: 210px !important;
}
.min-h-210-px {
  min-height: 210px !important;
}
.min-w-210-px {
  min-width: 210px !important;
}
.max-h-210-px {
  max-height: 210px !important;
}
.max-w-210-px {
  max-width: 210px !important;
}
.h-211-px {
  height: 211px !important;
}
.w-211-px {
  width: 211px !important;
}
.min-h-211-px {
  min-height: 211px !important;
}
.min-w-211-px {
  min-width: 211px !important;
}
.max-h-211-px {
  max-height: 211px !important;
}
.max-w-211-px {
  max-width: 211px !important;
}
.h-212-px {
  height: 212px !important;
}
.w-212-px {
  width: 212px !important;
}
.min-h-212-px {
  min-height: 212px !important;
}
.min-w-212-px {
  min-width: 212px !important;
}
.max-h-212-px {
  max-height: 212px !important;
}
.max-w-212-px {
  max-width: 212px !important;
}
.h-213-px {
  height: 213px !important;
}
.w-213-px {
  width: 213px !important;
}
.min-h-213-px {
  min-height: 213px !important;
}
.min-w-213-px {
  min-width: 213px !important;
}
.max-h-213-px {
  max-height: 213px !important;
}
.max-w-213-px {
  max-width: 213px !important;
}
.h-214-px {
  height: 214px !important;
}
.w-214-px {
  width: 214px !important;
}
.min-h-214-px {
  min-height: 214px !important;
}
.min-w-214-px {
  min-width: 214px !important;
}
.max-h-214-px {
  max-height: 214px !important;
}
.max-w-214-px {
  max-width: 214px !important;
}
.h-215-px {
  height: 215px !important;
}
.w-215-px {
  width: 215px !important;
}
.min-h-215-px {
  min-height: 215px !important;
}
.min-w-215-px {
  min-width: 215px !important;
}
.max-h-215-px {
  max-height: 215px !important;
}
.max-w-215-px {
  max-width: 215px !important;
}
.h-216-px {
  height: 216px !important;
}
.w-216-px {
  width: 216px !important;
}
.min-h-216-px {
  min-height: 216px !important;
}
.min-w-216-px {
  min-width: 216px !important;
}
.max-h-216-px {
  max-height: 216px !important;
}
.max-w-216-px {
  max-width: 216px !important;
}
.h-217-px {
  height: 217px !important;
}
.w-217-px {
  width: 217px !important;
}
.min-h-217-px {
  min-height: 217px !important;
}
.min-w-217-px {
  min-width: 217px !important;
}
.max-h-217-px {
  max-height: 217px !important;
}
.max-w-217-px {
  max-width: 217px !important;
}
.h-218-px {
  height: 218px !important;
}
.w-218-px {
  width: 218px !important;
}
.min-h-218-px {
  min-height: 218px !important;
}
.min-w-218-px {
  min-width: 218px !important;
}
.max-h-218-px {
  max-height: 218px !important;
}
.max-w-218-px {
  max-width: 218px !important;
}
.h-219-px {
  height: 219px !important;
}
.w-219-px {
  width: 219px !important;
}
.min-h-219-px {
  min-height: 219px !important;
}
.min-w-219-px {
  min-width: 219px !important;
}
.max-h-219-px {
  max-height: 219px !important;
}
.max-w-219-px {
  max-width: 219px !important;
}
.h-220-px {
  height: 220px !important;
}
.w-220-px {
  width: 220px !important;
}
.min-h-220-px {
  min-height: 220px !important;
}
.min-w-220-px {
  min-width: 220px !important;
}
.max-h-220-px {
  max-height: 220px !important;
}
.max-w-220-px {
  max-width: 220px !important;
}
.h-221-px {
  height: 221px !important;
}
.w-221-px {
  width: 221px !important;
}
.min-h-221-px {
  min-height: 221px !important;
}
.min-w-221-px {
  min-width: 221px !important;
}
.max-h-221-px {
  max-height: 221px !important;
}
.max-w-221-px {
  max-width: 221px !important;
}
.h-222-px {
  height: 222px !important;
}
.w-222-px {
  width: 222px !important;
}
.min-h-222-px {
  min-height: 222px !important;
}
.min-w-222-px {
  min-width: 222px !important;
}
.max-h-222-px {
  max-height: 222px !important;
}
.max-w-222-px {
  max-width: 222px !important;
}
.h-223-px {
  height: 223px !important;
}
.w-223-px {
  width: 223px !important;
}
.min-h-223-px {
  min-height: 223px !important;
}
.min-w-223-px {
  min-width: 223px !important;
}
.max-h-223-px {
  max-height: 223px !important;
}
.max-w-223-px {
  max-width: 223px !important;
}
.h-224-px {
  height: 224px !important;
}
.w-224-px {
  width: 224px !important;
}
.min-h-224-px {
  min-height: 224px !important;
}
.min-w-224-px {
  min-width: 224px !important;
}
.max-h-224-px {
  max-height: 224px !important;
}
.max-w-224-px {
  max-width: 224px !important;
}
.h-225-px {
  height: 225px !important;
}
.w-225-px {
  width: 225px !important;
}
.min-h-225-px {
  min-height: 225px !important;
}
.min-w-225-px {
  min-width: 225px !important;
}
.max-h-225-px {
  max-height: 225px !important;
}
.max-w-225-px {
  max-width: 225px !important;
}
.h-226-px {
  height: 226px !important;
}
.w-226-px {
  width: 226px !important;
}
.min-h-226-px {
  min-height: 226px !important;
}
.min-w-226-px {
  min-width: 226px !important;
}
.max-h-226-px {
  max-height: 226px !important;
}
.max-w-226-px {
  max-width: 226px !important;
}
.h-227-px {
  height: 227px !important;
}
.w-227-px {
  width: 227px !important;
}
.min-h-227-px {
  min-height: 227px !important;
}
.min-w-227-px {
  min-width: 227px !important;
}
.max-h-227-px {
  max-height: 227px !important;
}
.max-w-227-px {
  max-width: 227px !important;
}
.h-228-px {
  height: 228px !important;
}
.w-228-px {
  width: 228px !important;
}
.min-h-228-px {
  min-height: 228px !important;
}
.min-w-228-px {
  min-width: 228px !important;
}
.max-h-228-px {
  max-height: 228px !important;
}
.max-w-228-px {
  max-width: 228px !important;
}
.h-229-px {
  height: 229px !important;
}
.w-229-px {
  width: 229px !important;
}
.min-h-229-px {
  min-height: 229px !important;
}
.min-w-229-px {
  min-width: 229px !important;
}
.max-h-229-px {
  max-height: 229px !important;
}
.max-w-229-px {
  max-width: 229px !important;
}
.h-230-px {
  height: 230px !important;
}
.w-230-px {
  width: 230px !important;
}
.min-h-230-px {
  min-height: 230px !important;
}
.min-w-230-px {
  min-width: 230px !important;
}
.max-h-230-px {
  max-height: 230px !important;
}
.max-w-230-px {
  max-width: 230px !important;
}
.h-231-px {
  height: 231px !important;
}
.w-231-px {
  width: 231px !important;
}
.min-h-231-px {
  min-height: 231px !important;
}
.min-w-231-px {
  min-width: 231px !important;
}
.max-h-231-px {
  max-height: 231px !important;
}
.max-w-231-px {
  max-width: 231px !important;
}
.h-232-px {
  height: 232px !important;
}
.w-232-px {
  width: 232px !important;
}
.min-h-232-px {
  min-height: 232px !important;
}
.min-w-232-px {
  min-width: 232px !important;
}
.max-h-232-px {
  max-height: 232px !important;
}
.max-w-232-px {
  max-width: 232px !important;
}
.h-233-px {
  height: 233px !important;
}
.w-233-px {
  width: 233px !important;
}
.min-h-233-px {
  min-height: 233px !important;
}
.min-w-233-px {
  min-width: 233px !important;
}
.max-h-233-px {
  max-height: 233px !important;
}
.max-w-233-px {
  max-width: 233px !important;
}
.h-234-px {
  height: 234px !important;
}
.w-234-px {
  width: 234px !important;
}
.min-h-234-px {
  min-height: 234px !important;
}
.min-w-234-px {
  min-width: 234px !important;
}
.max-h-234-px {
  max-height: 234px !important;
}
.max-w-234-px {
  max-width: 234px !important;
}
.h-235-px {
  height: 235px !important;
}
.w-235-px {
  width: 235px !important;
}
.min-h-235-px {
  min-height: 235px !important;
}
.min-w-235-px {
  min-width: 235px !important;
}
.max-h-235-px {
  max-height: 235px !important;
}
.max-w-235-px {
  max-width: 235px !important;
}
.h-236-px {
  height: 236px !important;
}
.w-236-px {
  width: 236px !important;
}
.min-h-236-px {
  min-height: 236px !important;
}
.min-w-236-px {
  min-width: 236px !important;
}
.max-h-236-px {
  max-height: 236px !important;
}
.max-w-236-px {
  max-width: 236px !important;
}
.h-237-px {
  height: 237px !important;
}
.w-237-px {
  width: 237px !important;
}
.min-h-237-px {
  min-height: 237px !important;
}
.min-w-237-px {
  min-width: 237px !important;
}
.max-h-237-px {
  max-height: 237px !important;
}
.max-w-237-px {
  max-width: 237px !important;
}
.h-238-px {
  height: 238px !important;
}
.w-238-px {
  width: 238px !important;
}
.min-h-238-px {
  min-height: 238px !important;
}
.min-w-238-px {
  min-width: 238px !important;
}
.max-h-238-px {
  max-height: 238px !important;
}
.max-w-238-px {
  max-width: 238px !important;
}
.h-239-px {
  height: 239px !important;
}
.w-239-px {
  width: 239px !important;
}
.min-h-239-px {
  min-height: 239px !important;
}
.min-w-239-px {
  min-width: 239px !important;
}
.max-h-239-px {
  max-height: 239px !important;
}
.max-w-239-px {
  max-width: 239px !important;
}
.h-240-px {
  height: 240px !important;
}
.w-240-px {
  width: 240px !important;
}
.min-h-240-px {
  min-height: 240px !important;
}
.min-w-240-px {
  min-width: 240px !important;
}
.max-h-240-px {
  max-height: 240px !important;
}
.max-w-240-px {
  max-width: 240px !important;
}
.h-241-px {
  height: 241px !important;
}
.w-241-px {
  width: 241px !important;
}
.min-h-241-px {
  min-height: 241px !important;
}
.min-w-241-px {
  min-width: 241px !important;
}
.max-h-241-px {
  max-height: 241px !important;
}
.max-w-241-px {
  max-width: 241px !important;
}
.h-242-px {
  height: 242px !important;
}
.w-242-px {
  width: 242px !important;
}
.min-h-242-px {
  min-height: 242px !important;
}
.min-w-242-px {
  min-width: 242px !important;
}
.max-h-242-px {
  max-height: 242px !important;
}
.max-w-242-px {
  max-width: 242px !important;
}
.h-243-px {
  height: 243px !important;
}
.w-243-px {
  width: 243px !important;
}
.min-h-243-px {
  min-height: 243px !important;
}
.min-w-243-px {
  min-width: 243px !important;
}
.max-h-243-px {
  max-height: 243px !important;
}
.max-w-243-px {
  max-width: 243px !important;
}
.h-244-px {
  height: 244px !important;
}
.w-244-px {
  width: 244px !important;
}
.min-h-244-px {
  min-height: 244px !important;
}
.min-w-244-px {
  min-width: 244px !important;
}
.max-h-244-px {
  max-height: 244px !important;
}
.max-w-244-px {
  max-width: 244px !important;
}
.h-245-px {
  height: 245px !important;
}
.w-245-px {
  width: 245px !important;
}
.min-h-245-px {
  min-height: 245px !important;
}
.min-w-245-px {
  min-width: 245px !important;
}
.max-h-245-px {
  max-height: 245px !important;
}
.max-w-245-px {
  max-width: 245px !important;
}
.h-246-px {
  height: 246px !important;
}
.w-246-px {
  width: 246px !important;
}
.min-h-246-px {
  min-height: 246px !important;
}
.min-w-246-px {
  min-width: 246px !important;
}
.max-h-246-px {
  max-height: 246px !important;
}
.max-w-246-px {
  max-width: 246px !important;
}
.h-247-px {
  height: 247px !important;
}
.w-247-px {
  width: 247px !important;
}
.min-h-247-px {
  min-height: 247px !important;
}
.min-w-247-px {
  min-width: 247px !important;
}
.max-h-247-px {
  max-height: 247px !important;
}
.max-w-247-px {
  max-width: 247px !important;
}
.h-248-px {
  height: 248px !important;
}
.w-248-px {
  width: 248px !important;
}
.min-h-248-px {
  min-height: 248px !important;
}
.min-w-248-px {
  min-width: 248px !important;
}
.max-h-248-px {
  max-height: 248px !important;
}
.max-w-248-px {
  max-width: 248px !important;
}
.h-249-px {
  height: 249px !important;
}
.w-249-px {
  width: 249px !important;
}
.min-h-249-px {
  min-height: 249px !important;
}
.min-w-249-px {
  min-width: 249px !important;
}
.max-h-249-px {
  max-height: 249px !important;
}
.max-w-249-px {
  max-width: 249px !important;
}
.h-250-px {
  height: 250px !important;
}
.w-250-px {
  width: 250px !important;
}
.min-h-250-px {
  min-height: 250px !important;
}
.min-w-250-px {
  min-width: 250px !important;
}
.max-h-250-px {
  max-height: 250px !important;
}
.max-w-250-px {
  max-width: 250px !important;
}
.h-251-px {
  height: 251px !important;
}
.w-251-px {
  width: 251px !important;
}
.min-h-251-px {
  min-height: 251px !important;
}
.min-w-251-px {
  min-width: 251px !important;
}
.max-h-251-px {
  max-height: 251px !important;
}
.max-w-251-px {
  max-width: 251px !important;
}
.h-252-px {
  height: 252px !important;
}
.w-252-px {
  width: 252px !important;
}
.min-h-252-px {
  min-height: 252px !important;
}
.min-w-252-px {
  min-width: 252px !important;
}
.max-h-252-px {
  max-height: 252px !important;
}
.max-w-252-px {
  max-width: 252px !important;
}
.h-253-px {
  height: 253px !important;
}
.w-253-px {
  width: 253px !important;
}
.min-h-253-px {
  min-height: 253px !important;
}
.min-w-253-px {
  min-width: 253px !important;
}
.max-h-253-px {
  max-height: 253px !important;
}
.max-w-253-px {
  max-width: 253px !important;
}
.h-254-px {
  height: 254px !important;
}
.w-254-px {
  width: 254px !important;
}
.min-h-254-px {
  min-height: 254px !important;
}
.min-w-254-px {
  min-width: 254px !important;
}
.max-h-254-px {
  max-height: 254px !important;
}
.max-w-254-px {
  max-width: 254px !important;
}
.h-255-px {
  height: 255px !important;
}
.w-255-px {
  width: 255px !important;
}
.min-h-255-px {
  min-height: 255px !important;
}
.min-w-255-px {
  min-width: 255px !important;
}
.max-h-255-px {
  max-height: 255px !important;
}
.max-w-255-px {
  max-width: 255px !important;
}
.h-256-px {
  height: 256px !important;
}
.w-256-px {
  width: 256px !important;
}
.min-h-256-px {
  min-height: 256px !important;
}
.min-w-256-px {
  min-width: 256px !important;
}
.max-h-256-px {
  max-height: 256px !important;
}
.max-w-256-px {
  max-width: 256px !important;
}
.h-257-px {
  height: 257px !important;
}
.w-257-px {
  width: 257px !important;
}
.min-h-257-px {
  min-height: 257px !important;
}
.min-w-257-px {
  min-width: 257px !important;
}
.max-h-257-px {
  max-height: 257px !important;
}
.max-w-257-px {
  max-width: 257px !important;
}
.h-258-px {
  height: 258px !important;
}
.w-258-px {
  width: 258px !important;
}
.min-h-258-px {
  min-height: 258px !important;
}
.min-w-258-px {
  min-width: 258px !important;
}
.max-h-258-px {
  max-height: 258px !important;
}
.max-w-258-px {
  max-width: 258px !important;
}
.h-259-px {
  height: 259px !important;
}
.w-259-px {
  width: 259px !important;
}
.min-h-259-px {
  min-height: 259px !important;
}
.min-w-259-px {
  min-width: 259px !important;
}
.max-h-259-px {
  max-height: 259px !important;
}
.max-w-259-px {
  max-width: 259px !important;
}
.h-260-px {
  height: 260px !important;
}
.w-260-px {
  width: 260px !important;
}
.min-h-260-px {
  min-height: 260px !important;
}
.min-w-260-px {
  min-width: 260px !important;
}
.max-h-260-px {
  max-height: 260px !important;
}
.max-w-260-px {
  max-width: 260px !important;
}
.h-261-px {
  height: 261px !important;
}
.w-261-px {
  width: 261px !important;
}
.min-h-261-px {
  min-height: 261px !important;
}
.min-w-261-px {
  min-width: 261px !important;
}
.max-h-261-px {
  max-height: 261px !important;
}
.max-w-261-px {
  max-width: 261px !important;
}
.h-262-px {
  height: 262px !important;
}
.w-262-px {
  width: 262px !important;
}
.min-h-262-px {
  min-height: 262px !important;
}
.min-w-262-px {
  min-width: 262px !important;
}
.max-h-262-px {
  max-height: 262px !important;
}
.max-w-262-px {
  max-width: 262px !important;
}
.h-263-px {
  height: 263px !important;
}
.w-263-px {
  width: 263px !important;
}
.min-h-263-px {
  min-height: 263px !important;
}
.min-w-263-px {
  min-width: 263px !important;
}
.max-h-263-px {
  max-height: 263px !important;
}
.max-w-263-px {
  max-width: 263px !important;
}
.h-264-px {
  height: 264px !important;
}
.w-264-px {
  width: 264px !important;
}
.min-h-264-px {
  min-height: 264px !important;
}
.min-w-264-px {
  min-width: 264px !important;
}
.max-h-264-px {
  max-height: 264px !important;
}
.max-w-264-px {
  max-width: 264px !important;
}
.h-265-px {
  height: 265px !important;
}
.w-265-px {
  width: 265px !important;
}
.min-h-265-px {
  min-height: 265px !important;
}
.min-w-265-px {
  min-width: 265px !important;
}
.max-h-265-px {
  max-height: 265px !important;
}
.max-w-265-px {
  max-width: 265px !important;
}
.h-266-px {
  height: 266px !important;
}
.w-266-px {
  width: 266px !important;
}
.min-h-266-px {
  min-height: 266px !important;
}
.min-w-266-px {
  min-width: 266px !important;
}
.max-h-266-px {
  max-height: 266px !important;
}
.max-w-266-px {
  max-width: 266px !important;
}
.h-267-px {
  height: 267px !important;
}
.w-267-px {
  width: 267px !important;
}
.min-h-267-px {
  min-height: 267px !important;
}
.min-w-267-px {
  min-width: 267px !important;
}
.max-h-267-px {
  max-height: 267px !important;
}
.max-w-267-px {
  max-width: 267px !important;
}
.h-268-px {
  height: 268px !important;
}
.w-268-px {
  width: 268px !important;
}
.min-h-268-px {
  min-height: 268px !important;
}
.min-w-268-px {
  min-width: 268px !important;
}
.max-h-268-px {
  max-height: 268px !important;
}
.max-w-268-px {
  max-width: 268px !important;
}
.h-269-px {
  height: 269px !important;
}
.w-269-px {
  width: 269px !important;
}
.min-h-269-px {
  min-height: 269px !important;
}
.min-w-269-px {
  min-width: 269px !important;
}
.max-h-269-px {
  max-height: 269px !important;
}
.max-w-269-px {
  max-width: 269px !important;
}
.h-270-px {
  height: 270px !important;
}
.w-270-px {
  width: 270px !important;
}
.min-h-270-px {
  min-height: 270px !important;
}
.min-w-270-px {
  min-width: 270px !important;
}
.max-h-270-px {
  max-height: 270px !important;
}
.max-w-270-px {
  max-width: 270px !important;
}
.h-271-px {
  height: 271px !important;
}
.w-271-px {
  width: 271px !important;
}
.min-h-271-px {
  min-height: 271px !important;
}
.min-w-271-px {
  min-width: 271px !important;
}
.max-h-271-px {
  max-height: 271px !important;
}
.max-w-271-px {
  max-width: 271px !important;
}
.h-272-px {
  height: 272px !important;
}
.w-272-px {
  width: 272px !important;
}
.min-h-272-px {
  min-height: 272px !important;
}
.min-w-272-px {
  min-width: 272px !important;
}
.max-h-272-px {
  max-height: 272px !important;
}
.max-w-272-px {
  max-width: 272px !important;
}
.h-273-px {
  height: 273px !important;
}
.w-273-px {
  width: 273px !important;
}
.min-h-273-px {
  min-height: 273px !important;
}
.min-w-273-px {
  min-width: 273px !important;
}
.max-h-273-px {
  max-height: 273px !important;
}
.max-w-273-px {
  max-width: 273px !important;
}
.h-274-px {
  height: 274px !important;
}
.w-274-px {
  width: 274px !important;
}
.min-h-274-px {
  min-height: 274px !important;
}
.min-w-274-px {
  min-width: 274px !important;
}
.max-h-274-px {
  max-height: 274px !important;
}
.max-w-274-px {
  max-width: 274px !important;
}
.h-275-px {
  height: 275px !important;
}
.w-275-px {
  width: 275px !important;
}
.min-h-275-px {
  min-height: 275px !important;
}
.min-w-275-px {
  min-width: 275px !important;
}
.max-h-275-px {
  max-height: 275px !important;
}
.max-w-275-px {
  max-width: 275px !important;
}
.h-276-px {
  height: 276px !important;
}
.w-276-px {
  width: 276px !important;
}
.min-h-276-px {
  min-height: 276px !important;
}
.min-w-276-px {
  min-width: 276px !important;
}
.max-h-276-px {
  max-height: 276px !important;
}
.max-w-276-px {
  max-width: 276px !important;
}
.h-277-px {
  height: 277px !important;
}
.w-277-px {
  width: 277px !important;
}
.min-h-277-px {
  min-height: 277px !important;
}
.min-w-277-px {
  min-width: 277px !important;
}
.max-h-277-px {
  max-height: 277px !important;
}
.max-w-277-px {
  max-width: 277px !important;
}
.h-278-px {
  height: 278px !important;
}
.w-278-px {
  width: 278px !important;
}
.min-h-278-px {
  min-height: 278px !important;
}
.min-w-278-px {
  min-width: 278px !important;
}
.max-h-278-px {
  max-height: 278px !important;
}
.max-w-278-px {
  max-width: 278px !important;
}
.h-279-px {
  height: 279px !important;
}
.w-279-px {
  width: 279px !important;
}
.min-h-279-px {
  min-height: 279px !important;
}
.min-w-279-px {
  min-width: 279px !important;
}
.max-h-279-px {
  max-height: 279px !important;
}
.max-w-279-px {
  max-width: 279px !important;
}
.h-280-px {
  height: 280px !important;
}
.w-280-px {
  width: 280px !important;
}
.min-h-280-px {
  min-height: 280px !important;
}
.min-w-280-px {
  min-width: 280px !important;
}
.max-h-280-px {
  max-height: 280px !important;
}
.max-w-280-px {
  max-width: 280px !important;
}
.h-281-px {
  height: 281px !important;
}
.w-281-px {
  width: 281px !important;
}
.min-h-281-px {
  min-height: 281px !important;
}
.min-w-281-px {
  min-width: 281px !important;
}
.max-h-281-px {
  max-height: 281px !important;
}
.max-w-281-px {
  max-width: 281px !important;
}
.h-282-px {
  height: 282px !important;
}
.w-282-px {
  width: 282px !important;
}
.min-h-282-px {
  min-height: 282px !important;
}
.min-w-282-px {
  min-width: 282px !important;
}
.max-h-282-px {
  max-height: 282px !important;
}
.max-w-282-px {
  max-width: 282px !important;
}
.h-283-px {
  height: 283px !important;
}
.w-283-px {
  width: 283px !important;
}
.min-h-283-px {
  min-height: 283px !important;
}
.min-w-283-px {
  min-width: 283px !important;
}
.max-h-283-px {
  max-height: 283px !important;
}
.max-w-283-px {
  max-width: 283px !important;
}
.h-284-px {
  height: 284px !important;
}
.w-284-px {
  width: 284px !important;
}
.min-h-284-px {
  min-height: 284px !important;
}
.min-w-284-px {
  min-width: 284px !important;
}
.max-h-284-px {
  max-height: 284px !important;
}
.max-w-284-px {
  max-width: 284px !important;
}
.h-285-px {
  height: 285px !important;
}
.w-285-px {
  width: 285px !important;
}
.min-h-285-px {
  min-height: 285px !important;
}
.min-w-285-px {
  min-width: 285px !important;
}
.max-h-285-px {
  max-height: 285px !important;
}
.max-w-285-px {
  max-width: 285px !important;
}
.h-286-px {
  height: 286px !important;
}
.w-286-px {
  width: 286px !important;
}
.min-h-286-px {
  min-height: 286px !important;
}
.min-w-286-px {
  min-width: 286px !important;
}
.max-h-286-px {
  max-height: 286px !important;
}
.max-w-286-px {
  max-width: 286px !important;
}
.h-287-px {
  height: 287px !important;
}
.w-287-px {
  width: 287px !important;
}
.min-h-287-px {
  min-height: 287px !important;
}
.min-w-287-px {
  min-width: 287px !important;
}
.max-h-287-px {
  max-height: 287px !important;
}
.max-w-287-px {
  max-width: 287px !important;
}
.h-288-px {
  height: 288px !important;
}
.w-288-px {
  width: 288px !important;
}
.min-h-288-px {
  min-height: 288px !important;
}
.min-w-288-px {
  min-width: 288px !important;
}
.max-h-288-px {
  max-height: 288px !important;
}
.max-w-288-px {
  max-width: 288px !important;
}
.h-289-px {
  height: 289px !important;
}
.w-289-px {
  width: 289px !important;
}
.min-h-289-px {
  min-height: 289px !important;
}
.min-w-289-px {
  min-width: 289px !important;
}
.max-h-289-px {
  max-height: 289px !important;
}
.max-w-289-px {
  max-width: 289px !important;
}
.h-290-px {
  height: 290px !important;
}
.w-290-px {
  width: 290px !important;
}
.min-h-290-px {
  min-height: 290px !important;
}
.min-w-290-px {
  min-width: 290px !important;
}
.max-h-290-px {
  max-height: 290px !important;
}
.max-w-290-px {
  max-width: 290px !important;
}
.h-291-px {
  height: 291px !important;
}
.w-291-px {
  width: 291px !important;
}
.min-h-291-px {
  min-height: 291px !important;
}
.min-w-291-px {
  min-width: 291px !important;
}
.max-h-291-px {
  max-height: 291px !important;
}
.max-w-291-px {
  max-width: 291px !important;
}
.h-292-px {
  height: 292px !important;
}
.w-292-px {
  width: 292px !important;
}
.min-h-292-px {
  min-height: 292px !important;
}
.min-w-292-px {
  min-width: 292px !important;
}
.max-h-292-px {
  max-height: 292px !important;
}
.max-w-292-px {
  max-width: 292px !important;
}
.h-293-px {
  height: 293px !important;
}
.w-293-px {
  width: 293px !important;
}
.min-h-293-px {
  min-height: 293px !important;
}
.min-w-293-px {
  min-width: 293px !important;
}
.max-h-293-px {
  max-height: 293px !important;
}
.max-w-293-px {
  max-width: 293px !important;
}
.h-294-px {
  height: 294px !important;
}
.w-294-px {
  width: 294px !important;
}
.min-h-294-px {
  min-height: 294px !important;
}
.min-w-294-px {
  min-width: 294px !important;
}
.max-h-294-px {
  max-height: 294px !important;
}
.max-w-294-px {
  max-width: 294px !important;
}
.h-295-px {
  height: 295px !important;
}
.w-295-px {
  width: 295px !important;
}
.min-h-295-px {
  min-height: 295px !important;
}
.min-w-295-px {
  min-width: 295px !important;
}
.max-h-295-px {
  max-height: 295px !important;
}
.max-w-295-px {
  max-width: 295px !important;
}
.h-296-px {
  height: 296px !important;
}
.w-296-px {
  width: 296px !important;
}
.min-h-296-px {
  min-height: 296px !important;
}
.min-w-296-px {
  min-width: 296px !important;
}
.max-h-296-px {
  max-height: 296px !important;
}
.max-w-296-px {
  max-width: 296px !important;
}
.h-297-px {
  height: 297px !important;
}
.w-297-px {
  width: 297px !important;
}
.min-h-297-px {
  min-height: 297px !important;
}
.min-w-297-px {
  min-width: 297px !important;
}
.max-h-297-px {
  max-height: 297px !important;
}
.max-w-297-px {
  max-width: 297px !important;
}
.h-298-px {
  height: 298px !important;
}
.w-298-px {
  width: 298px !important;
}
.min-h-298-px {
  min-height: 298px !important;
}
.min-w-298-px {
  min-width: 298px !important;
}
.max-h-298-px {
  max-height: 298px !important;
}
.max-w-298-px {
  max-width: 298px !important;
}
.h-299-px {
  height: 299px !important;
}
.w-299-px {
  width: 299px !important;
}
.min-h-299-px {
  min-height: 299px !important;
}
.min-w-299-px {
  min-width: 299px !important;
}
.max-h-299-px {
  max-height: 299px !important;
}
.max-w-299-px {
  max-width: 299px !important;
}
.h-300-px {
  height: 300px !important;
}
.w-300-px {
  width: 300px !important;
}
.min-h-300-px {
  min-height: 300px !important;
}
.min-w-300-px {
  min-width: 300px !important;
}
.max-h-300-px {
  max-height: 300px !important;
}
.max-w-300-px {
  max-width: 300px !important;
}
.h-301-px {
  height: 301px !important;
}
.w-301-px {
  width: 301px !important;
}
.min-h-301-px {
  min-height: 301px !important;
}
.min-w-301-px {
  min-width: 301px !important;
}
.max-h-301-px {
  max-height: 301px !important;
}
.max-w-301-px {
  max-width: 301px !important;
}
.h-302-px {
  height: 302px !important;
}
.w-302-px {
  width: 302px !important;
}
.min-h-302-px {
  min-height: 302px !important;
}
.min-w-302-px {
  min-width: 302px !important;
}
.max-h-302-px {
  max-height: 302px !important;
}
.max-w-302-px {
  max-width: 302px !important;
}
.h-303-px {
  height: 303px !important;
}
.w-303-px {
  width: 303px !important;
}
.min-h-303-px {
  min-height: 303px !important;
}
.min-w-303-px {
  min-width: 303px !important;
}
.max-h-303-px {
  max-height: 303px !important;
}
.max-w-303-px {
  max-width: 303px !important;
}
.h-304-px {
  height: 304px !important;
}
.w-304-px {
  width: 304px !important;
}
.min-h-304-px {
  min-height: 304px !important;
}
.min-w-304-px {
  min-width: 304px !important;
}
.max-h-304-px {
  max-height: 304px !important;
}
.max-w-304-px {
  max-width: 304px !important;
}
.h-305-px {
  height: 305px !important;
}
.w-305-px {
  width: 305px !important;
}
.min-h-305-px {
  min-height: 305px !important;
}
.min-w-305-px {
  min-width: 305px !important;
}
.max-h-305-px {
  max-height: 305px !important;
}
.max-w-305-px {
  max-width: 305px !important;
}
.h-306-px {
  height: 306px !important;
}
.w-306-px {
  width: 306px !important;
}
.min-h-306-px {
  min-height: 306px !important;
}
.min-w-306-px {
  min-width: 306px !important;
}
.max-h-306-px {
  max-height: 306px !important;
}
.max-w-306-px {
  max-width: 306px !important;
}
.h-307-px {
  height: 307px !important;
}
.w-307-px {
  width: 307px !important;
}
.min-h-307-px {
  min-height: 307px !important;
}
.min-w-307-px {
  min-width: 307px !important;
}
.max-h-307-px {
  max-height: 307px !important;
}
.max-w-307-px {
  max-width: 307px !important;
}
.h-308-px {
  height: 308px !important;
}
.w-308-px {
  width: 308px !important;
}
.min-h-308-px {
  min-height: 308px !important;
}
.min-w-308-px {
  min-width: 308px !important;
}
.max-h-308-px {
  max-height: 308px !important;
}
.max-w-308-px {
  max-width: 308px !important;
}
.h-309-px {
  height: 309px !important;
}
.w-309-px {
  width: 309px !important;
}
.min-h-309-px {
  min-height: 309px !important;
}
.min-w-309-px {
  min-width: 309px !important;
}
.max-h-309-px {
  max-height: 309px !important;
}
.max-w-309-px {
  max-width: 309px !important;
}
.h-310-px {
  height: 310px !important;
}
.w-310-px {
  width: 310px !important;
}
.min-h-310-px {
  min-height: 310px !important;
}
.min-w-310-px {
  min-width: 310px !important;
}
.max-h-310-px {
  max-height: 310px !important;
}
.max-w-310-px {
  max-width: 310px !important;
}
.h-311-px {
  height: 311px !important;
}
.w-311-px {
  width: 311px !important;
}
.min-h-311-px {
  min-height: 311px !important;
}
.min-w-311-px {
  min-width: 311px !important;
}
.max-h-311-px {
  max-height: 311px !important;
}
.max-w-311-px {
  max-width: 311px !important;
}
.h-312-px {
  height: 312px !important;
}
.w-312-px {
  width: 312px !important;
}
.min-h-312-px {
  min-height: 312px !important;
}
.min-w-312-px {
  min-width: 312px !important;
}
.max-h-312-px {
  max-height: 312px !important;
}
.max-w-312-px {
  max-width: 312px !important;
}
.h-313-px {
  height: 313px !important;
}
.w-313-px {
  width: 313px !important;
}
.min-h-313-px {
  min-height: 313px !important;
}
.min-w-313-px {
  min-width: 313px !important;
}
.max-h-313-px {
  max-height: 313px !important;
}
.max-w-313-px {
  max-width: 313px !important;
}
.h-314-px {
  height: 314px !important;
}
.w-314-px {
  width: 314px !important;
}
.min-h-314-px {
  min-height: 314px !important;
}
.min-w-314-px {
  min-width: 314px !important;
}
.max-h-314-px {
  max-height: 314px !important;
}
.max-w-314-px {
  max-width: 314px !important;
}
.h-315-px {
  height: 315px !important;
}
.w-315-px {
  width: 315px !important;
}
.min-h-315-px {
  min-height: 315px !important;
}
.min-w-315-px {
  min-width: 315px !important;
}
.max-h-315-px {
  max-height: 315px !important;
}
.max-w-315-px {
  max-width: 315px !important;
}
.h-316-px {
  height: 316px !important;
}
.w-316-px {
  width: 316px !important;
}
.min-h-316-px {
  min-height: 316px !important;
}
.min-w-316-px {
  min-width: 316px !important;
}
.max-h-316-px {
  max-height: 316px !important;
}
.max-w-316-px {
  max-width: 316px !important;
}
.h-317-px {
  height: 317px !important;
}
.w-317-px {
  width: 317px !important;
}
.min-h-317-px {
  min-height: 317px !important;
}
.min-w-317-px {
  min-width: 317px !important;
}
.max-h-317-px {
  max-height: 317px !important;
}
.max-w-317-px {
  max-width: 317px !important;
}
.h-318-px {
  height: 318px !important;
}
.w-318-px {
  width: 318px !important;
}
.min-h-318-px {
  min-height: 318px !important;
}
.min-w-318-px {
  min-width: 318px !important;
}
.max-h-318-px {
  max-height: 318px !important;
}
.max-w-318-px {
  max-width: 318px !important;
}
.h-319-px {
  height: 319px !important;
}
.w-319-px {
  width: 319px !important;
}
.min-h-319-px {
  min-height: 319px !important;
}
.min-w-319-px {
  min-width: 319px !important;
}
.max-h-319-px {
  max-height: 319px !important;
}
.max-w-319-px {
  max-width: 319px !important;
}
.h-320-px {
  height: 320px !important;
}
.w-320-px {
  width: 320px !important;
}
.min-h-320-px {
  min-height: 320px !important;
}
.min-w-320-px {
  min-width: 320px !important;
}
.max-h-320-px {
  max-height: 320px !important;
}
.max-w-320-px {
  max-width: 320px !important;
}
.h-321-px {
  height: 321px !important;
}
.w-321-px {
  width: 321px !important;
}
.min-h-321-px {
  min-height: 321px !important;
}
.min-w-321-px {
  min-width: 321px !important;
}
.max-h-321-px {
  max-height: 321px !important;
}
.max-w-321-px {
  max-width: 321px !important;
}
.h-322-px {
  height: 322px !important;
}
.w-322-px {
  width: 322px !important;
}
.min-h-322-px {
  min-height: 322px !important;
}
.min-w-322-px {
  min-width: 322px !important;
}
.max-h-322-px {
  max-height: 322px !important;
}
.max-w-322-px {
  max-width: 322px !important;
}
.h-323-px {
  height: 323px !important;
}
.w-323-px {
  width: 323px !important;
}
.min-h-323-px {
  min-height: 323px !important;
}
.min-w-323-px {
  min-width: 323px !important;
}
.max-h-323-px {
  max-height: 323px !important;
}
.max-w-323-px {
  max-width: 323px !important;
}
.h-324-px {
  height: 324px !important;
}
.w-324-px {
  width: 324px !important;
}
.min-h-324-px {
  min-height: 324px !important;
}
.min-w-324-px {
  min-width: 324px !important;
}
.max-h-324-px {
  max-height: 324px !important;
}
.max-w-324-px {
  max-width: 324px !important;
}
.h-325-px {
  height: 325px !important;
}
.w-325-px {
  width: 325px !important;
}
.min-h-325-px {
  min-height: 325px !important;
}
.min-w-325-px {
  min-width: 325px !important;
}
.max-h-325-px {
  max-height: 325px !important;
}
.max-w-325-px {
  max-width: 325px !important;
}
.h-326-px {
  height: 326px !important;
}
.w-326-px {
  width: 326px !important;
}
.min-h-326-px {
  min-height: 326px !important;
}
.min-w-326-px {
  min-width: 326px !important;
}
.max-h-326-px {
  max-height: 326px !important;
}
.max-w-326-px {
  max-width: 326px !important;
}
.h-327-px {
  height: 327px !important;
}
.w-327-px {
  width: 327px !important;
}
.min-h-327-px {
  min-height: 327px !important;
}
.min-w-327-px {
  min-width: 327px !important;
}
.max-h-327-px {
  max-height: 327px !important;
}
.max-w-327-px {
  max-width: 327px !important;
}
.h-328-px {
  height: 328px !important;
}
.w-328-px {
  width: 328px !important;
}
.min-h-328-px {
  min-height: 328px !important;
}
.min-w-328-px {
  min-width: 328px !important;
}
.max-h-328-px {
  max-height: 328px !important;
}
.max-w-328-px {
  max-width: 328px !important;
}
.h-329-px {
  height: 329px !important;
}
.w-329-px {
  width: 329px !important;
}
.min-h-329-px {
  min-height: 329px !important;
}
.min-w-329-px {
  min-width: 329px !important;
}
.max-h-329-px {
  max-height: 329px !important;
}
.max-w-329-px {
  max-width: 329px !important;
}
.h-330-px {
  height: 330px !important;
}
.w-330-px {
  width: 330px !important;
}
.min-h-330-px {
  min-height: 330px !important;
}
.min-w-330-px {
  min-width: 330px !important;
}
.max-h-330-px {
  max-height: 330px !important;
}
.max-w-330-px {
  max-width: 330px !important;
}
.h-331-px {
  height: 331px !important;
}
.w-331-px {
  width: 331px !important;
}
.min-h-331-px {
  min-height: 331px !important;
}
.min-w-331-px {
  min-width: 331px !important;
}
.max-h-331-px {
  max-height: 331px !important;
}
.max-w-331-px {
  max-width: 331px !important;
}
.h-332-px {
  height: 332px !important;
}
.w-332-px {
  width: 332px !important;
}
.min-h-332-px {
  min-height: 332px !important;
}
.min-w-332-px {
  min-width: 332px !important;
}
.max-h-332-px {
  max-height: 332px !important;
}
.max-w-332-px {
  max-width: 332px !important;
}
.h-333-px {
  height: 333px !important;
}
.w-333-px {
  width: 333px !important;
}
.min-h-333-px {
  min-height: 333px !important;
}
.min-w-333-px {
  min-width: 333px !important;
}
.max-h-333-px {
  max-height: 333px !important;
}
.max-w-333-px {
  max-width: 333px !important;
}
.h-334-px {
  height: 334px !important;
}
.w-334-px {
  width: 334px !important;
}
.min-h-334-px {
  min-height: 334px !important;
}
.min-w-334-px {
  min-width: 334px !important;
}
.max-h-334-px {
  max-height: 334px !important;
}
.max-w-334-px {
  max-width: 334px !important;
}
.h-335-px {
  height: 335px !important;
}
.w-335-px {
  width: 335px !important;
}
.min-h-335-px {
  min-height: 335px !important;
}
.min-w-335-px {
  min-width: 335px !important;
}
.max-h-335-px {
  max-height: 335px !important;
}
.max-w-335-px {
  max-width: 335px !important;
}
.h-336-px {
  height: 336px !important;
}
.w-336-px {
  width: 336px !important;
}
.min-h-336-px {
  min-height: 336px !important;
}
.min-w-336-px {
  min-width: 336px !important;
}
.max-h-336-px {
  max-height: 336px !important;
}
.max-w-336-px {
  max-width: 336px !important;
}
.h-337-px {
  height: 337px !important;
}
.w-337-px {
  width: 337px !important;
}
.min-h-337-px {
  min-height: 337px !important;
}
.min-w-337-px {
  min-width: 337px !important;
}
.max-h-337-px {
  max-height: 337px !important;
}
.max-w-337-px {
  max-width: 337px !important;
}
.h-338-px {
  height: 338px !important;
}
.w-338-px {
  width: 338px !important;
}
.min-h-338-px {
  min-height: 338px !important;
}
.min-w-338-px {
  min-width: 338px !important;
}
.max-h-338-px {
  max-height: 338px !important;
}
.max-w-338-px {
  max-width: 338px !important;
}
.h-339-px {
  height: 339px !important;
}
.w-339-px {
  width: 339px !important;
}
.min-h-339-px {
  min-height: 339px !important;
}
.min-w-339-px {
  min-width: 339px !important;
}
.max-h-339-px {
  max-height: 339px !important;
}
.max-w-339-px {
  max-width: 339px !important;
}
.h-340-px {
  height: 340px !important;
}
.w-340-px {
  width: 340px !important;
}
.min-h-340-px {
  min-height: 340px !important;
}
.min-w-340-px {
  min-width: 340px !important;
}
.max-h-340-px {
  max-height: 340px !important;
}
.max-w-340-px {
  max-width: 340px !important;
}
.h-341-px {
  height: 341px !important;
}
.w-341-px {
  width: 341px !important;
}
.min-h-341-px {
  min-height: 341px !important;
}
.min-w-341-px {
  min-width: 341px !important;
}
.max-h-341-px {
  max-height: 341px !important;
}
.max-w-341-px {
  max-width: 341px !important;
}
.h-342-px {
  height: 342px !important;
}
.w-342-px {
  width: 342px !important;
}
.min-h-342-px {
  min-height: 342px !important;
}
.min-w-342-px {
  min-width: 342px !important;
}
.max-h-342-px {
  max-height: 342px !important;
}
.max-w-342-px {
  max-width: 342px !important;
}
.h-343-px {
  height: 343px !important;
}
.w-343-px {
  width: 343px !important;
}
.min-h-343-px {
  min-height: 343px !important;
}
.min-w-343-px {
  min-width: 343px !important;
}
.max-h-343-px {
  max-height: 343px !important;
}
.max-w-343-px {
  max-width: 343px !important;
}
.h-344-px {
  height: 344px !important;
}
.w-344-px {
  width: 344px !important;
}
.min-h-344-px {
  min-height: 344px !important;
}
.min-w-344-px {
  min-width: 344px !important;
}
.max-h-344-px {
  max-height: 344px !important;
}
.max-w-344-px {
  max-width: 344px !important;
}
.h-345-px {
  height: 345px !important;
}
.w-345-px {
  width: 345px !important;
}
.min-h-345-px {
  min-height: 345px !important;
}
.min-w-345-px {
  min-width: 345px !important;
}
.max-h-345-px {
  max-height: 345px !important;
}
.max-w-345-px {
  max-width: 345px !important;
}
.h-346-px {
  height: 346px !important;
}
.w-346-px {
  width: 346px !important;
}
.min-h-346-px {
  min-height: 346px !important;
}
.min-w-346-px {
  min-width: 346px !important;
}
.max-h-346-px {
  max-height: 346px !important;
}
.max-w-346-px {
  max-width: 346px !important;
}
.h-347-px {
  height: 347px !important;
}
.w-347-px {
  width: 347px !important;
}
.min-h-347-px {
  min-height: 347px !important;
}
.min-w-347-px {
  min-width: 347px !important;
}
.max-h-347-px {
  max-height: 347px !important;
}
.max-w-347-px {
  max-width: 347px !important;
}
.h-348-px {
  height: 348px !important;
}
.w-348-px {
  width: 348px !important;
}
.min-h-348-px {
  min-height: 348px !important;
}
.min-w-348-px {
  min-width: 348px !important;
}
.max-h-348-px {
  max-height: 348px !important;
}
.max-w-348-px {
  max-width: 348px !important;
}
.h-349-px {
  height: 349px !important;
}
.w-349-px {
  width: 349px !important;
}
.min-h-349-px {
  min-height: 349px !important;
}
.min-w-349-px {
  min-width: 349px !important;
}
.max-h-349-px {
  max-height: 349px !important;
}
.max-w-349-px {
  max-width: 349px !important;
}
.h-350-px {
  height: 350px !important;
}
.w-350-px {
  width: 350px !important;
}
.min-h-350-px {
  min-height: 350px !important;
}
.min-w-350-px {
  min-width: 350px !important;
}
.max-h-350-px {
  max-height: 350px !important;
}
.max-w-350-px {
  max-width: 350px !important;
}
.h-351-px {
  height: 351px !important;
}
.w-351-px {
  width: 351px !important;
}
.min-h-351-px {
  min-height: 351px !important;
}
.min-w-351-px {
  min-width: 351px !important;
}
.max-h-351-px {
  max-height: 351px !important;
}
.max-w-351-px {
  max-width: 351px !important;
}
.h-352-px {
  height: 352px !important;
}
.w-352-px {
  width: 352px !important;
}
.min-h-352-px {
  min-height: 352px !important;
}
.min-w-352-px {
  min-width: 352px !important;
}
.max-h-352-px {
  max-height: 352px !important;
}
.max-w-352-px {
  max-width: 352px !important;
}
.h-353-px {
  height: 353px !important;
}
.w-353-px {
  width: 353px !important;
}
.min-h-353-px {
  min-height: 353px !important;
}
.min-w-353-px {
  min-width: 353px !important;
}
.max-h-353-px {
  max-height: 353px !important;
}
.max-w-353-px {
  max-width: 353px !important;
}
.h-354-px {
  height: 354px !important;
}
.w-354-px {
  width: 354px !important;
}
.min-h-354-px {
  min-height: 354px !important;
}
.min-w-354-px {
  min-width: 354px !important;
}
.max-h-354-px {
  max-height: 354px !important;
}
.max-w-354-px {
  max-width: 354px !important;
}
.h-355-px {
  height: 355px !important;
}
.w-355-px {
  width: 355px !important;
}
.min-h-355-px {
  min-height: 355px !important;
}
.min-w-355-px {
  min-width: 355px !important;
}
.max-h-355-px {
  max-height: 355px !important;
}
.max-w-355-px {
  max-width: 355px !important;
}
.h-356-px {
  height: 356px !important;
}
.w-356-px {
  width: 356px !important;
}
.min-h-356-px {
  min-height: 356px !important;
}
.min-w-356-px {
  min-width: 356px !important;
}
.max-h-356-px {
  max-height: 356px !important;
}
.max-w-356-px {
  max-width: 356px !important;
}
.h-357-px {
  height: 357px !important;
}
.w-357-px {
  width: 357px !important;
}
.min-h-357-px {
  min-height: 357px !important;
}
.min-w-357-px {
  min-width: 357px !important;
}
.max-h-357-px {
  max-height: 357px !important;
}
.max-w-357-px {
  max-width: 357px !important;
}
.h-358-px {
  height: 358px !important;
}
.w-358-px {
  width: 358px !important;
}
.min-h-358-px {
  min-height: 358px !important;
}
.min-w-358-px {
  min-width: 358px !important;
}
.max-h-358-px {
  max-height: 358px !important;
}
.max-w-358-px {
  max-width: 358px !important;
}
.h-359-px {
  height: 359px !important;
}
.w-359-px {
  width: 359px !important;
}
.min-h-359-px {
  min-height: 359px !important;
}
.min-w-359-px {
  min-width: 359px !important;
}
.max-h-359-px {
  max-height: 359px !important;
}
.max-w-359-px {
  max-width: 359px !important;
}
.h-360-px {
  height: 360px !important;
}
.w-360-px {
  width: 360px !important;
}
.min-h-360-px {
  min-height: 360px !important;
}
.min-w-360-px {
  min-width: 360px !important;
}
.max-h-360-px {
  max-height: 360px !important;
}
.max-w-360-px {
  max-width: 360px !important;
}
.h-361-px {
  height: 361px !important;
}
.w-361-px {
  width: 361px !important;
}
.min-h-361-px {
  min-height: 361px !important;
}
.min-w-361-px {
  min-width: 361px !important;
}
.max-h-361-px {
  max-height: 361px !important;
}
.max-w-361-px {
  max-width: 361px !important;
}
.h-362-px {
  height: 362px !important;
}
.w-362-px {
  width: 362px !important;
}
.min-h-362-px {
  min-height: 362px !important;
}
.min-w-362-px {
  min-width: 362px !important;
}
.max-h-362-px {
  max-height: 362px !important;
}
.max-w-362-px {
  max-width: 362px !important;
}
.h-363-px {
  height: 363px !important;
}
.w-363-px {
  width: 363px !important;
}
.min-h-363-px {
  min-height: 363px !important;
}
.min-w-363-px {
  min-width: 363px !important;
}
.max-h-363-px {
  max-height: 363px !important;
}
.max-w-363-px {
  max-width: 363px !important;
}
.h-364-px {
  height: 364px !important;
}
.w-364-px {
  width: 364px !important;
}
.min-h-364-px {
  min-height: 364px !important;
}
.min-w-364-px {
  min-width: 364px !important;
}
.max-h-364-px {
  max-height: 364px !important;
}
.max-w-364-px {
  max-width: 364px !important;
}
.h-365-px {
  height: 365px !important;
}
.w-365-px {
  width: 365px !important;
}
.min-h-365-px {
  min-height: 365px !important;
}
.min-w-365-px {
  min-width: 365px !important;
}
.max-h-365-px {
  max-height: 365px !important;
}
.max-w-365-px {
  max-width: 365px !important;
}
.h-366-px {
  height: 366px !important;
}
.w-366-px {
  width: 366px !important;
}
.min-h-366-px {
  min-height: 366px !important;
}
.min-w-366-px {
  min-width: 366px !important;
}
.max-h-366-px {
  max-height: 366px !important;
}
.max-w-366-px {
  max-width: 366px !important;
}
.h-367-px {
  height: 367px !important;
}
.w-367-px {
  width: 367px !important;
}
.min-h-367-px {
  min-height: 367px !important;
}
.min-w-367-px {
  min-width: 367px !important;
}
.max-h-367-px {
  max-height: 367px !important;
}
.max-w-367-px {
  max-width: 367px !important;
}
.h-368-px {
  height: 368px !important;
}
.w-368-px {
  width: 368px !important;
}
.min-h-368-px {
  min-height: 368px !important;
}
.min-w-368-px {
  min-width: 368px !important;
}
.max-h-368-px {
  max-height: 368px !important;
}
.max-w-368-px {
  max-width: 368px !important;
}
.h-369-px {
  height: 369px !important;
}
.w-369-px {
  width: 369px !important;
}
.min-h-369-px {
  min-height: 369px !important;
}
.min-w-369-px {
  min-width: 369px !important;
}
.max-h-369-px {
  max-height: 369px !important;
}
.max-w-369-px {
  max-width: 369px !important;
}
.h-370-px {
  height: 370px !important;
}
.w-370-px {
  width: 370px !important;
}
.min-h-370-px {
  min-height: 370px !important;
}
.min-w-370-px {
  min-width: 370px !important;
}
.max-h-370-px {
  max-height: 370px !important;
}
.max-w-370-px {
  max-width: 370px !important;
}
.h-371-px {
  height: 371px !important;
}
.w-371-px {
  width: 371px !important;
}
.min-h-371-px {
  min-height: 371px !important;
}
.min-w-371-px {
  min-width: 371px !important;
}
.max-h-371-px {
  max-height: 371px !important;
}
.max-w-371-px {
  max-width: 371px !important;
}
.h-372-px {
  height: 372px !important;
}
.w-372-px {
  width: 372px !important;
}
.min-h-372-px {
  min-height: 372px !important;
}
.min-w-372-px {
  min-width: 372px !important;
}
.max-h-372-px {
  max-height: 372px !important;
}
.max-w-372-px {
  max-width: 372px !important;
}
.h-373-px {
  height: 373px !important;
}
.w-373-px {
  width: 373px !important;
}
.min-h-373-px {
  min-height: 373px !important;
}
.min-w-373-px {
  min-width: 373px !important;
}
.max-h-373-px {
  max-height: 373px !important;
}
.max-w-373-px {
  max-width: 373px !important;
}
.h-374-px {
  height: 374px !important;
}
.w-374-px {
  width: 374px !important;
}
.min-h-374-px {
  min-height: 374px !important;
}
.min-w-374-px {
  min-width: 374px !important;
}
.max-h-374-px {
  max-height: 374px !important;
}
.max-w-374-px {
  max-width: 374px !important;
}
.h-375-px {
  height: 375px !important;
}
.w-375-px {
  width: 375px !important;
}
.min-h-375-px {
  min-height: 375px !important;
}
.min-w-375-px {
  min-width: 375px !important;
}
.max-h-375-px {
  max-height: 375px !important;
}
.max-w-375-px {
  max-width: 375px !important;
}
.h-376-px {
  height: 376px !important;
}
.w-376-px {
  width: 376px !important;
}
.min-h-376-px {
  min-height: 376px !important;
}
.min-w-376-px {
  min-width: 376px !important;
}
.max-h-376-px {
  max-height: 376px !important;
}
.max-w-376-px {
  max-width: 376px !important;
}
.h-377-px {
  height: 377px !important;
}
.w-377-px {
  width: 377px !important;
}
.min-h-377-px {
  min-height: 377px !important;
}
.min-w-377-px {
  min-width: 377px !important;
}
.max-h-377-px {
  max-height: 377px !important;
}
.max-w-377-px {
  max-width: 377px !important;
}
.h-378-px {
  height: 378px !important;
}
.w-378-px {
  width: 378px !important;
}
.min-h-378-px {
  min-height: 378px !important;
}
.min-w-378-px {
  min-width: 378px !important;
}
.max-h-378-px {
  max-height: 378px !important;
}
.max-w-378-px {
  max-width: 378px !important;
}
.h-379-px {
  height: 379px !important;
}
.w-379-px {
  width: 379px !important;
}
.min-h-379-px {
  min-height: 379px !important;
}
.min-w-379-px {
  min-width: 379px !important;
}
.max-h-379-px {
  max-height: 379px !important;
}
.max-w-379-px {
  max-width: 379px !important;
}
.h-380-px {
  height: 380px !important;
}
.w-380-px {
  width: 380px !important;
}
.min-h-380-px {
  min-height: 380px !important;
}
.min-w-380-px {
  min-width: 380px !important;
}
.max-h-380-px {
  max-height: 380px !important;
}
.max-w-380-px {
  max-width: 380px !important;
}
.h-381-px {
  height: 381px !important;
}
.w-381-px {
  width: 381px !important;
}
.min-h-381-px {
  min-height: 381px !important;
}
.min-w-381-px {
  min-width: 381px !important;
}
.max-h-381-px {
  max-height: 381px !important;
}
.max-w-381-px {
  max-width: 381px !important;
}
.h-382-px {
  height: 382px !important;
}
.w-382-px {
  width: 382px !important;
}
.min-h-382-px {
  min-height: 382px !important;
}
.min-w-382-px {
  min-width: 382px !important;
}
.max-h-382-px {
  max-height: 382px !important;
}
.max-w-382-px {
  max-width: 382px !important;
}
.h-383-px {
  height: 383px !important;
}
.w-383-px {
  width: 383px !important;
}
.min-h-383-px {
  min-height: 383px !important;
}
.min-w-383-px {
  min-width: 383px !important;
}
.max-h-383-px {
  max-height: 383px !important;
}
.max-w-383-px {
  max-width: 383px !important;
}
.h-384-px {
  height: 384px !important;
}
.w-384-px {
  width: 384px !important;
}
.min-h-384-px {
  min-height: 384px !important;
}
.min-w-384-px {
  min-width: 384px !important;
}
.max-h-384-px {
  max-height: 384px !important;
}
.max-w-384-px {
  max-width: 384px !important;
}
.h-385-px {
  height: 385px !important;
}
.w-385-px {
  width: 385px !important;
}
.min-h-385-px {
  min-height: 385px !important;
}
.min-w-385-px {
  min-width: 385px !important;
}
.max-h-385-px {
  max-height: 385px !important;
}
.max-w-385-px {
  max-width: 385px !important;
}
.h-386-px {
  height: 386px !important;
}
.w-386-px {
  width: 386px !important;
}
.min-h-386-px {
  min-height: 386px !important;
}
.min-w-386-px {
  min-width: 386px !important;
}
.max-h-386-px {
  max-height: 386px !important;
}
.max-w-386-px {
  max-width: 386px !important;
}
.h-387-px {
  height: 387px !important;
}
.w-387-px {
  width: 387px !important;
}
.min-h-387-px {
  min-height: 387px !important;
}
.min-w-387-px {
  min-width: 387px !important;
}
.max-h-387-px {
  max-height: 387px !important;
}
.max-w-387-px {
  max-width: 387px !important;
}
.h-388-px {
  height: 388px !important;
}
.w-388-px {
  width: 388px !important;
}
.min-h-388-px {
  min-height: 388px !important;
}
.min-w-388-px {
  min-width: 388px !important;
}
.max-h-388-px {
  max-height: 388px !important;
}
.max-w-388-px {
  max-width: 388px !important;
}
.h-389-px {
  height: 389px !important;
}
.w-389-px {
  width: 389px !important;
}
.min-h-389-px {
  min-height: 389px !important;
}
.min-w-389-px {
  min-width: 389px !important;
}
.max-h-389-px {
  max-height: 389px !important;
}
.max-w-389-px {
  max-width: 389px !important;
}
.h-390-px {
  height: 390px !important;
}
.w-390-px {
  width: 390px !important;
}
.min-h-390-px {
  min-height: 390px !important;
}
.min-w-390-px {
  min-width: 390px !important;
}
.max-h-390-px {
  max-height: 390px !important;
}
.max-w-390-px {
  max-width: 390px !important;
}
.h-391-px {
  height: 391px !important;
}
.w-391-px {
  width: 391px !important;
}
.min-h-391-px {
  min-height: 391px !important;
}
.min-w-391-px {
  min-width: 391px !important;
}
.max-h-391-px {
  max-height: 391px !important;
}
.max-w-391-px {
  max-width: 391px !important;
}
.h-392-px {
  height: 392px !important;
}
.w-392-px {
  width: 392px !important;
}
.min-h-392-px {
  min-height: 392px !important;
}
.min-w-392-px {
  min-width: 392px !important;
}
.max-h-392-px {
  max-height: 392px !important;
}
.max-w-392-px {
  max-width: 392px !important;
}
.h-393-px {
  height: 393px !important;
}
.w-393-px {
  width: 393px !important;
}
.min-h-393-px {
  min-height: 393px !important;
}
.min-w-393-px {
  min-width: 393px !important;
}
.max-h-393-px {
  max-height: 393px !important;
}
.max-w-393-px {
  max-width: 393px !important;
}
.h-394-px {
  height: 394px !important;
}
.w-394-px {
  width: 394px !important;
}
.min-h-394-px {
  min-height: 394px !important;
}
.min-w-394-px {
  min-width: 394px !important;
}
.max-h-394-px {
  max-height: 394px !important;
}
.max-w-394-px {
  max-width: 394px !important;
}
.h-395-px {
  height: 395px !important;
}
.w-395-px {
  width: 395px !important;
}
.min-h-395-px {
  min-height: 395px !important;
}
.min-w-395-px {
  min-width: 395px !important;
}
.max-h-395-px {
  max-height: 395px !important;
}
.max-w-395-px {
  max-width: 395px !important;
}
.h-396-px {
  height: 396px !important;
}
.w-396-px {
  width: 396px !important;
}
.min-h-396-px {
  min-height: 396px !important;
}
.min-w-396-px {
  min-width: 396px !important;
}
.max-h-396-px {
  max-height: 396px !important;
}
.max-w-396-px {
  max-width: 396px !important;
}
.h-397-px {
  height: 397px !important;
}
.w-397-px {
  width: 397px !important;
}
.min-h-397-px {
  min-height: 397px !important;
}
.min-w-397-px {
  min-width: 397px !important;
}
.max-h-397-px {
  max-height: 397px !important;
}
.max-w-397-px {
  max-width: 397px !important;
}
.h-398-px {
  height: 398px !important;
}
.w-398-px {
  width: 398px !important;
}
.min-h-398-px {
  min-height: 398px !important;
}
.min-w-398-px {
  min-width: 398px !important;
}
.max-h-398-px {
  max-height: 398px !important;
}
.max-w-398-px {
  max-width: 398px !important;
}
.h-399-px {
  height: 399px !important;
}
.w-399-px {
  width: 399px !important;
}
.min-h-399-px {
  min-height: 399px !important;
}
.min-w-399-px {
  min-width: 399px !important;
}
.max-h-399-px {
  max-height: 399px !important;
}
.max-w-399-px {
  max-width: 399px !important;
}
.h-400-px {
  height: 400px !important;
}
.w-400-px {
  width: 400px !important;
}
.min-h-400-px {
  min-height: 400px !important;
}
.min-w-400-px {
  min-width: 400px !important;
}
.max-h-400-px {
  max-height: 400px !important;
}
.max-w-400-px {
  max-width: 400px !important;
}
.h-401-px {
  height: 401px !important;
}
.w-401-px {
  width: 401px !important;
}
.min-h-401-px {
  min-height: 401px !important;
}
.min-w-401-px {
  min-width: 401px !important;
}
.max-h-401-px {
  max-height: 401px !important;
}
.max-w-401-px {
  max-width: 401px !important;
}
.h-402-px {
  height: 402px !important;
}
.w-402-px {
  width: 402px !important;
}
.min-h-402-px {
  min-height: 402px !important;
}
.min-w-402-px {
  min-width: 402px !important;
}
.max-h-402-px {
  max-height: 402px !important;
}
.max-w-402-px {
  max-width: 402px !important;
}
.h-403-px {
  height: 403px !important;
}
.w-403-px {
  width: 403px !important;
}
.min-h-403-px {
  min-height: 403px !important;
}
.min-w-403-px {
  min-width: 403px !important;
}
.max-h-403-px {
  max-height: 403px !important;
}
.max-w-403-px {
  max-width: 403px !important;
}
.h-404-px {
  height: 404px !important;
}
.w-404-px {
  width: 404px !important;
}
.min-h-404-px {
  min-height: 404px !important;
}
.min-w-404-px {
  min-width: 404px !important;
}
.max-h-404-px {
  max-height: 404px !important;
}
.max-w-404-px {
  max-width: 404px !important;
}
.h-405-px {
  height: 405px !important;
}
.w-405-px {
  width: 405px !important;
}
.min-h-405-px {
  min-height: 405px !important;
}
.min-w-405-px {
  min-width: 405px !important;
}
.max-h-405-px {
  max-height: 405px !important;
}
.max-w-405-px {
  max-width: 405px !important;
}
.h-406-px {
  height: 406px !important;
}
.w-406-px {
  width: 406px !important;
}
.min-h-406-px {
  min-height: 406px !important;
}
.min-w-406-px {
  min-width: 406px !important;
}
.max-h-406-px {
  max-height: 406px !important;
}
.max-w-406-px {
  max-width: 406px !important;
}
.h-407-px {
  height: 407px !important;
}
.w-407-px {
  width: 407px !important;
}
.min-h-407-px {
  min-height: 407px !important;
}
.min-w-407-px {
  min-width: 407px !important;
}
.max-h-407-px {
  max-height: 407px !important;
}
.max-w-407-px {
  max-width: 407px !important;
}
.h-408-px {
  height: 408px !important;
}
.w-408-px {
  width: 408px !important;
}
.min-h-408-px {
  min-height: 408px !important;
}
.min-w-408-px {
  min-width: 408px !important;
}
.max-h-408-px {
  max-height: 408px !important;
}
.max-w-408-px {
  max-width: 408px !important;
}
.h-409-px {
  height: 409px !important;
}
.w-409-px {
  width: 409px !important;
}
.min-h-409-px {
  min-height: 409px !important;
}
.min-w-409-px {
  min-width: 409px !important;
}
.max-h-409-px {
  max-height: 409px !important;
}
.max-w-409-px {
  max-width: 409px !important;
}
.h-410-px {
  height: 410px !important;
}
.w-410-px {
  width: 410px !important;
}
.min-h-410-px {
  min-height: 410px !important;
}
.min-w-410-px {
  min-width: 410px !important;
}
.max-h-410-px {
  max-height: 410px !important;
}
.max-w-410-px {
  max-width: 410px !important;
}
.h-411-px {
  height: 411px !important;
}
.w-411-px {
  width: 411px !important;
}
.min-h-411-px {
  min-height: 411px !important;
}
.min-w-411-px {
  min-width: 411px !important;
}
.max-h-411-px {
  max-height: 411px !important;
}
.max-w-411-px {
  max-width: 411px !important;
}
.h-412-px {
  height: 412px !important;
}
.w-412-px {
  width: 412px !important;
}
.min-h-412-px {
  min-height: 412px !important;
}
.min-w-412-px {
  min-width: 412px !important;
}
.max-h-412-px {
  max-height: 412px !important;
}
.max-w-412-px {
  max-width: 412px !important;
}
.h-413-px {
  height: 413px !important;
}
.w-413-px {
  width: 413px !important;
}
.min-h-413-px {
  min-height: 413px !important;
}
.min-w-413-px {
  min-width: 413px !important;
}
.max-h-413-px {
  max-height: 413px !important;
}
.max-w-413-px {
  max-width: 413px !important;
}
.h-414-px {
  height: 414px !important;
}
.w-414-px {
  width: 414px !important;
}
.min-h-414-px {
  min-height: 414px !important;
}
.min-w-414-px {
  min-width: 414px !important;
}
.max-h-414-px {
  max-height: 414px !important;
}
.max-w-414-px {
  max-width: 414px !important;
}
.h-415-px {
  height: 415px !important;
}
.w-415-px {
  width: 415px !important;
}
.min-h-415-px {
  min-height: 415px !important;
}
.min-w-415-px {
  min-width: 415px !important;
}
.max-h-415-px {
  max-height: 415px !important;
}
.max-w-415-px {
  max-width: 415px !important;
}
.h-416-px {
  height: 416px !important;
}
.w-416-px {
  width: 416px !important;
}
.min-h-416-px {
  min-height: 416px !important;
}
.min-w-416-px {
  min-width: 416px !important;
}
.max-h-416-px {
  max-height: 416px !important;
}
.max-w-416-px {
  max-width: 416px !important;
}
.h-417-px {
  height: 417px !important;
}
.w-417-px {
  width: 417px !important;
}
.min-h-417-px {
  min-height: 417px !important;
}
.min-w-417-px {
  min-width: 417px !important;
}
.max-h-417-px {
  max-height: 417px !important;
}
.max-w-417-px {
  max-width: 417px !important;
}
.h-418-px {
  height: 418px !important;
}
.w-418-px {
  width: 418px !important;
}
.min-h-418-px {
  min-height: 418px !important;
}
.min-w-418-px {
  min-width: 418px !important;
}
.max-h-418-px {
  max-height: 418px !important;
}
.max-w-418-px {
  max-width: 418px !important;
}
.h-419-px {
  height: 419px !important;
}
.w-419-px {
  width: 419px !important;
}
.min-h-419-px {
  min-height: 419px !important;
}
.min-w-419-px {
  min-width: 419px !important;
}
.max-h-419-px {
  max-height: 419px !important;
}
.max-w-419-px {
  max-width: 419px !important;
}
.h-420-px {
  height: 420px !important;
}
.w-420-px {
  width: 420px !important;
}
.min-h-420-px {
  min-height: 420px !important;
}
.min-w-420-px {
  min-width: 420px !important;
}
.max-h-420-px {
  max-height: 420px !important;
}
.max-w-420-px {
  max-width: 420px !important;
}
.h-421-px {
  height: 421px !important;
}
.w-421-px {
  width: 421px !important;
}
.min-h-421-px {
  min-height: 421px !important;
}
.min-w-421-px {
  min-width: 421px !important;
}
.max-h-421-px {
  max-height: 421px !important;
}
.max-w-421-px {
  max-width: 421px !important;
}
.h-422-px {
  height: 422px !important;
}
.w-422-px {
  width: 422px !important;
}
.min-h-422-px {
  min-height: 422px !important;
}
.min-w-422-px {
  min-width: 422px !important;
}
.max-h-422-px {
  max-height: 422px !important;
}
.max-w-422-px {
  max-width: 422px !important;
}
.h-423-px {
  height: 423px !important;
}
.w-423-px {
  width: 423px !important;
}
.min-h-423-px {
  min-height: 423px !important;
}
.min-w-423-px {
  min-width: 423px !important;
}
.max-h-423-px {
  max-height: 423px !important;
}
.max-w-423-px {
  max-width: 423px !important;
}
.h-424-px {
  height: 424px !important;
}
.w-424-px {
  width: 424px !important;
}
.min-h-424-px {
  min-height: 424px !important;
}
.min-w-424-px {
  min-width: 424px !important;
}
.max-h-424-px {
  max-height: 424px !important;
}
.max-w-424-px {
  max-width: 424px !important;
}
.h-425-px {
  height: 425px !important;
}
.w-425-px {
  width: 425px !important;
}
.min-h-425-px {
  min-height: 425px !important;
}
.min-w-425-px {
  min-width: 425px !important;
}
.max-h-425-px {
  max-height: 425px !important;
}
.max-w-425-px {
  max-width: 425px !important;
}
.h-426-px {
  height: 426px !important;
}
.w-426-px {
  width: 426px !important;
}
.min-h-426-px {
  min-height: 426px !important;
}
.min-w-426-px {
  min-width: 426px !important;
}
.max-h-426-px {
  max-height: 426px !important;
}
.max-w-426-px {
  max-width: 426px !important;
}
.h-427-px {
  height: 427px !important;
}
.w-427-px {
  width: 427px !important;
}
.min-h-427-px {
  min-height: 427px !important;
}
.min-w-427-px {
  min-width: 427px !important;
}
.max-h-427-px {
  max-height: 427px !important;
}
.max-w-427-px {
  max-width: 427px !important;
}
.h-428-px {
  height: 428px !important;
}
.w-428-px {
  width: 428px !important;
}
.min-h-428-px {
  min-height: 428px !important;
}
.min-w-428-px {
  min-width: 428px !important;
}
.max-h-428-px {
  max-height: 428px !important;
}
.max-w-428-px {
  max-width: 428px !important;
}
.h-429-px {
  height: 429px !important;
}
.w-429-px {
  width: 429px !important;
}
.min-h-429-px {
  min-height: 429px !important;
}
.min-w-429-px {
  min-width: 429px !important;
}
.max-h-429-px {
  max-height: 429px !important;
}
.max-w-429-px {
  max-width: 429px !important;
}
.h-430-px {
  height: 430px !important;
}
.w-430-px {
  width: 430px !important;
}
.min-h-430-px {
  min-height: 430px !important;
}
.min-w-430-px {
  min-width: 430px !important;
}
.max-h-430-px {
  max-height: 430px !important;
}
.max-w-430-px {
  max-width: 430px !important;
}
.h-431-px {
  height: 431px !important;
}
.w-431-px {
  width: 431px !important;
}
.min-h-431-px {
  min-height: 431px !important;
}
.min-w-431-px {
  min-width: 431px !important;
}
.max-h-431-px {
  max-height: 431px !important;
}
.max-w-431-px {
  max-width: 431px !important;
}
.h-432-px {
  height: 432px !important;
}
.w-432-px {
  width: 432px !important;
}
.min-h-432-px {
  min-height: 432px !important;
}
.min-w-432-px {
  min-width: 432px !important;
}
.max-h-432-px {
  max-height: 432px !important;
}
.max-w-432-px {
  max-width: 432px !important;
}
.h-433-px {
  height: 433px !important;
}
.w-433-px {
  width: 433px !important;
}
.min-h-433-px {
  min-height: 433px !important;
}
.min-w-433-px {
  min-width: 433px !important;
}
.max-h-433-px {
  max-height: 433px !important;
}
.max-w-433-px {
  max-width: 433px !important;
}
.h-434-px {
  height: 434px !important;
}
.w-434-px {
  width: 434px !important;
}
.min-h-434-px {
  min-height: 434px !important;
}
.min-w-434-px {
  min-width: 434px !important;
}
.max-h-434-px {
  max-height: 434px !important;
}
.max-w-434-px {
  max-width: 434px !important;
}
.h-435-px {
  height: 435px !important;
}
.w-435-px {
  width: 435px !important;
}
.min-h-435-px {
  min-height: 435px !important;
}
.min-w-435-px {
  min-width: 435px !important;
}
.max-h-435-px {
  max-height: 435px !important;
}
.max-w-435-px {
  max-width: 435px !important;
}
.h-436-px {
  height: 436px !important;
}
.w-436-px {
  width: 436px !important;
}
.min-h-436-px {
  min-height: 436px !important;
}
.min-w-436-px {
  min-width: 436px !important;
}
.max-h-436-px {
  max-height: 436px !important;
}
.max-w-436-px {
  max-width: 436px !important;
}
.h-437-px {
  height: 437px !important;
}
.w-437-px {
  width: 437px !important;
}
.min-h-437-px {
  min-height: 437px !important;
}
.min-w-437-px {
  min-width: 437px !important;
}
.max-h-437-px {
  max-height: 437px !important;
}
.max-w-437-px {
  max-width: 437px !important;
}
.h-438-px {
  height: 438px !important;
}
.w-438-px {
  width: 438px !important;
}
.min-h-438-px {
  min-height: 438px !important;
}
.min-w-438-px {
  min-width: 438px !important;
}
.max-h-438-px {
  max-height: 438px !important;
}
.max-w-438-px {
  max-width: 438px !important;
}
.h-439-px {
  height: 439px !important;
}
.w-439-px {
  width: 439px !important;
}
.min-h-439-px {
  min-height: 439px !important;
}
.min-w-439-px {
  min-width: 439px !important;
}
.max-h-439-px {
  max-height: 439px !important;
}
.max-w-439-px {
  max-width: 439px !important;
}
.h-440-px {
  height: 440px !important;
}
.w-440-px {
  width: 440px !important;
}
.min-h-440-px {
  min-height: 440px !important;
}
.min-w-440-px {
  min-width: 440px !important;
}
.max-h-440-px {
  max-height: 440px !important;
}
.max-w-440-px {
  max-width: 440px !important;
}
.h-441-px {
  height: 441px !important;
}
.w-441-px {
  width: 441px !important;
}
.min-h-441-px {
  min-height: 441px !important;
}
.min-w-441-px {
  min-width: 441px !important;
}
.max-h-441-px {
  max-height: 441px !important;
}
.max-w-441-px {
  max-width: 441px !important;
}
.h-442-px {
  height: 442px !important;
}
.w-442-px {
  width: 442px !important;
}
.min-h-442-px {
  min-height: 442px !important;
}
.min-w-442-px {
  min-width: 442px !important;
}
.max-h-442-px {
  max-height: 442px !important;
}
.max-w-442-px {
  max-width: 442px !important;
}
.h-443-px {
  height: 443px !important;
}
.w-443-px {
  width: 443px !important;
}
.min-h-443-px {
  min-height: 443px !important;
}
.min-w-443-px {
  min-width: 443px !important;
}
.max-h-443-px {
  max-height: 443px !important;
}
.max-w-443-px {
  max-width: 443px !important;
}
.h-444-px {
  height: 444px !important;
}
.w-444-px {
  width: 444px !important;
}
.min-h-444-px {
  min-height: 444px !important;
}
.min-w-444-px {
  min-width: 444px !important;
}
.max-h-444-px {
  max-height: 444px !important;
}
.max-w-444-px {
  max-width: 444px !important;
}
.h-445-px {
  height: 445px !important;
}
.w-445-px {
  width: 445px !important;
}
.min-h-445-px {
  min-height: 445px !important;
}
.min-w-445-px {
  min-width: 445px !important;
}
.max-h-445-px {
  max-height: 445px !important;
}
.max-w-445-px {
  max-width: 445px !important;
}
.h-446-px {
  height: 446px !important;
}
.w-446-px {
  width: 446px !important;
}
.min-h-446-px {
  min-height: 446px !important;
}
.min-w-446-px {
  min-width: 446px !important;
}
.max-h-446-px {
  max-height: 446px !important;
}
.max-w-446-px {
  max-width: 446px !important;
}
.h-447-px {
  height: 447px !important;
}
.w-447-px {
  width: 447px !important;
}
.min-h-447-px {
  min-height: 447px !important;
}
.min-w-447-px {
  min-width: 447px !important;
}
.max-h-447-px {
  max-height: 447px !important;
}
.max-w-447-px {
  max-width: 447px !important;
}
.h-448-px {
  height: 448px !important;
}
.w-448-px {
  width: 448px !important;
}
.min-h-448-px {
  min-height: 448px !important;
}
.min-w-448-px {
  min-width: 448px !important;
}
.max-h-448-px {
  max-height: 448px !important;
}
.max-w-448-px {
  max-width: 448px !important;
}
.h-449-px {
  height: 449px !important;
}
.w-449-px {
  width: 449px !important;
}
.min-h-449-px {
  min-height: 449px !important;
}
.min-w-449-px {
  min-width: 449px !important;
}
.max-h-449-px {
  max-height: 449px !important;
}
.max-w-449-px {
  max-width: 449px !important;
}
.h-450-px {
  height: 450px !important;
}
.w-450-px {
  width: 450px !important;
}
.min-h-450-px {
  min-height: 450px !important;
}
.min-w-450-px {
  min-width: 450px !important;
}
.max-h-450-px {
  max-height: 450px !important;
}
.max-w-450-px {
  max-width: 450px !important;
}
.h-451-px {
  height: 451px !important;
}
.w-451-px {
  width: 451px !important;
}
.min-h-451-px {
  min-height: 451px !important;
}
.min-w-451-px {
  min-width: 451px !important;
}
.max-h-451-px {
  max-height: 451px !important;
}
.max-w-451-px {
  max-width: 451px !important;
}
.h-452-px {
  height: 452px !important;
}
.w-452-px {
  width: 452px !important;
}
.min-h-452-px {
  min-height: 452px !important;
}
.min-w-452-px {
  min-width: 452px !important;
}
.max-h-452-px {
  max-height: 452px !important;
}
.max-w-452-px {
  max-width: 452px !important;
}
.h-453-px {
  height: 453px !important;
}
.w-453-px {
  width: 453px !important;
}
.min-h-453-px {
  min-height: 453px !important;
}
.min-w-453-px {
  min-width: 453px !important;
}
.max-h-453-px {
  max-height: 453px !important;
}
.max-w-453-px {
  max-width: 453px !important;
}
.h-454-px {
  height: 454px !important;
}
.w-454-px {
  width: 454px !important;
}
.min-h-454-px {
  min-height: 454px !important;
}
.min-w-454-px {
  min-width: 454px !important;
}
.max-h-454-px {
  max-height: 454px !important;
}
.max-w-454-px {
  max-width: 454px !important;
}
.h-455-px {
  height: 455px !important;
}
.w-455-px {
  width: 455px !important;
}
.min-h-455-px {
  min-height: 455px !important;
}
.min-w-455-px {
  min-width: 455px !important;
}
.max-h-455-px {
  max-height: 455px !important;
}
.max-w-455-px {
  max-width: 455px !important;
}
.h-456-px {
  height: 456px !important;
}
.w-456-px {
  width: 456px !important;
}
.min-h-456-px {
  min-height: 456px !important;
}
.min-w-456-px {
  min-width: 456px !important;
}
.max-h-456-px {
  max-height: 456px !important;
}
.max-w-456-px {
  max-width: 456px !important;
}
.h-457-px {
  height: 457px !important;
}
.w-457-px {
  width: 457px !important;
}
.min-h-457-px {
  min-height: 457px !important;
}
.min-w-457-px {
  min-width: 457px !important;
}
.max-h-457-px {
  max-height: 457px !important;
}
.max-w-457-px {
  max-width: 457px !important;
}
.h-458-px {
  height: 458px !important;
}
.w-458-px {
  width: 458px !important;
}
.min-h-458-px {
  min-height: 458px !important;
}
.min-w-458-px {
  min-width: 458px !important;
}
.max-h-458-px {
  max-height: 458px !important;
}
.max-w-458-px {
  max-width: 458px !important;
}
.h-459-px {
  height: 459px !important;
}
.w-459-px {
  width: 459px !important;
}
.min-h-459-px {
  min-height: 459px !important;
}
.min-w-459-px {
  min-width: 459px !important;
}
.max-h-459-px {
  max-height: 459px !important;
}
.max-w-459-px {
  max-width: 459px !important;
}
.h-460-px {
  height: 460px !important;
}
.w-460-px {
  width: 460px !important;
}
.min-h-460-px {
  min-height: 460px !important;
}
.min-w-460-px {
  min-width: 460px !important;
}
.max-h-460-px {
  max-height: 460px !important;
}
.max-w-460-px {
  max-width: 460px !important;
}
.h-461-px {
  height: 461px !important;
}
.w-461-px {
  width: 461px !important;
}
.min-h-461-px {
  min-height: 461px !important;
}
.min-w-461-px {
  min-width: 461px !important;
}
.max-h-461-px {
  max-height: 461px !important;
}
.max-w-461-px {
  max-width: 461px !important;
}
.h-462-px {
  height: 462px !important;
}
.w-462-px {
  width: 462px !important;
}
.min-h-462-px {
  min-height: 462px !important;
}
.min-w-462-px {
  min-width: 462px !important;
}
.max-h-462-px {
  max-height: 462px !important;
}
.max-w-462-px {
  max-width: 462px !important;
}
.h-463-px {
  height: 463px !important;
}
.w-463-px {
  width: 463px !important;
}
.min-h-463-px {
  min-height: 463px !important;
}
.min-w-463-px {
  min-width: 463px !important;
}
.max-h-463-px {
  max-height: 463px !important;
}
.max-w-463-px {
  max-width: 463px !important;
}
.h-464-px {
  height: 464px !important;
}
.w-464-px {
  width: 464px !important;
}
.min-h-464-px {
  min-height: 464px !important;
}
.min-w-464-px {
  min-width: 464px !important;
}
.max-h-464-px {
  max-height: 464px !important;
}
.max-w-464-px {
  max-width: 464px !important;
}
.h-465-px {
  height: 465px !important;
}
.w-465-px {
  width: 465px !important;
}
.min-h-465-px {
  min-height: 465px !important;
}
.min-w-465-px {
  min-width: 465px !important;
}
.max-h-465-px {
  max-height: 465px !important;
}
.max-w-465-px {
  max-width: 465px !important;
}
.h-466-px {
  height: 466px !important;
}
.w-466-px {
  width: 466px !important;
}
.min-h-466-px {
  min-height: 466px !important;
}
.min-w-466-px {
  min-width: 466px !important;
}
.max-h-466-px {
  max-height: 466px !important;
}
.max-w-466-px {
  max-width: 466px !important;
}
.h-467-px {
  height: 467px !important;
}
.w-467-px {
  width: 467px !important;
}
.min-h-467-px {
  min-height: 467px !important;
}
.min-w-467-px {
  min-width: 467px !important;
}
.max-h-467-px {
  max-height: 467px !important;
}
.max-w-467-px {
  max-width: 467px !important;
}
.h-468-px {
  height: 468px !important;
}
.w-468-px {
  width: 468px !important;
}
.min-h-468-px {
  min-height: 468px !important;
}
.min-w-468-px {
  min-width: 468px !important;
}
.max-h-468-px {
  max-height: 468px !important;
}
.max-w-468-px {
  max-width: 468px !important;
}
.h-469-px {
  height: 469px !important;
}
.w-469-px {
  width: 469px !important;
}
.min-h-469-px {
  min-height: 469px !important;
}
.min-w-469-px {
  min-width: 469px !important;
}
.max-h-469-px {
  max-height: 469px !important;
}
.max-w-469-px {
  max-width: 469px !important;
}
.h-470-px {
  height: 470px !important;
}
.w-470-px {
  width: 470px !important;
}
.min-h-470-px {
  min-height: 470px !important;
}
.min-w-470-px {
  min-width: 470px !important;
}
.max-h-470-px {
  max-height: 470px !important;
}
.max-w-470-px {
  max-width: 470px !important;
}
.h-471-px {
  height: 471px !important;
}
.w-471-px {
  width: 471px !important;
}
.min-h-471-px {
  min-height: 471px !important;
}
.min-w-471-px {
  min-width: 471px !important;
}
.max-h-471-px {
  max-height: 471px !important;
}
.max-w-471-px {
  max-width: 471px !important;
}
.h-472-px {
  height: 472px !important;
}
.w-472-px {
  width: 472px !important;
}
.min-h-472-px {
  min-height: 472px !important;
}
.min-w-472-px {
  min-width: 472px !important;
}
.max-h-472-px {
  max-height: 472px !important;
}
.max-w-472-px {
  max-width: 472px !important;
}
.h-473-px {
  height: 473px !important;
}
.w-473-px {
  width: 473px !important;
}
.min-h-473-px {
  min-height: 473px !important;
}
.min-w-473-px {
  min-width: 473px !important;
}
.max-h-473-px {
  max-height: 473px !important;
}
.max-w-473-px {
  max-width: 473px !important;
}
.h-474-px {
  height: 474px !important;
}
.w-474-px {
  width: 474px !important;
}
.min-h-474-px {
  min-height: 474px !important;
}
.min-w-474-px {
  min-width: 474px !important;
}
.max-h-474-px {
  max-height: 474px !important;
}
.max-w-474-px {
  max-width: 474px !important;
}
.h-475-px {
  height: 475px !important;
}
.w-475-px {
  width: 475px !important;
}
.min-h-475-px {
  min-height: 475px !important;
}
.min-w-475-px {
  min-width: 475px !important;
}
.max-h-475-px {
  max-height: 475px !important;
}
.max-w-475-px {
  max-width: 475px !important;
}
.h-476-px {
  height: 476px !important;
}
.w-476-px {
  width: 476px !important;
}
.min-h-476-px {
  min-height: 476px !important;
}
.min-w-476-px {
  min-width: 476px !important;
}
.max-h-476-px {
  max-height: 476px !important;
}
.max-w-476-px {
  max-width: 476px !important;
}
.h-477-px {
  height: 477px !important;
}
.w-477-px {
  width: 477px !important;
}
.min-h-477-px {
  min-height: 477px !important;
}
.min-w-477-px {
  min-width: 477px !important;
}
.max-h-477-px {
  max-height: 477px !important;
}
.max-w-477-px {
  max-width: 477px !important;
}
.h-478-px {
  height: 478px !important;
}
.w-478-px {
  width: 478px !important;
}
.min-h-478-px {
  min-height: 478px !important;
}
.min-w-478-px {
  min-width: 478px !important;
}
.max-h-478-px {
  max-height: 478px !important;
}
.max-w-478-px {
  max-width: 478px !important;
}
.h-479-px {
  height: 479px !important;
}
.w-479-px {
  width: 479px !important;
}
.min-h-479-px {
  min-height: 479px !important;
}
.min-w-479-px {
  min-width: 479px !important;
}
.max-h-479-px {
  max-height: 479px !important;
}
.max-w-479-px {
  max-width: 479px !important;
}
.h-480-px {
  height: 480px !important;
}
.w-480-px {
  width: 480px !important;
}
.min-h-480-px {
  min-height: 480px !important;
}
.min-w-480-px {
  min-width: 480px !important;
}
.max-h-480-px {
  max-height: 480px !important;
}
.max-w-480-px {
  max-width: 480px !important;
}
.h-481-px {
  height: 481px !important;
}
.w-481-px {
  width: 481px !important;
}
.min-h-481-px {
  min-height: 481px !important;
}
.min-w-481-px {
  min-width: 481px !important;
}
.max-h-481-px {
  max-height: 481px !important;
}
.max-w-481-px {
  max-width: 481px !important;
}
.h-482-px {
  height: 482px !important;
}
.w-482-px {
  width: 482px !important;
}
.min-h-482-px {
  min-height: 482px !important;
}
.min-w-482-px {
  min-width: 482px !important;
}
.max-h-482-px {
  max-height: 482px !important;
}
.max-w-482-px {
  max-width: 482px !important;
}
.h-483-px {
  height: 483px !important;
}
.w-483-px {
  width: 483px !important;
}
.min-h-483-px {
  min-height: 483px !important;
}
.min-w-483-px {
  min-width: 483px !important;
}
.max-h-483-px {
  max-height: 483px !important;
}
.max-w-483-px {
  max-width: 483px !important;
}
.h-484-px {
  height: 484px !important;
}
.w-484-px {
  width: 484px !important;
}
.min-h-484-px {
  min-height: 484px !important;
}
.min-w-484-px {
  min-width: 484px !important;
}
.max-h-484-px {
  max-height: 484px !important;
}
.max-w-484-px {
  max-width: 484px !important;
}
.h-485-px {
  height: 485px !important;
}
.w-485-px {
  width: 485px !important;
}
.min-h-485-px {
  min-height: 485px !important;
}
.min-w-485-px {
  min-width: 485px !important;
}
.max-h-485-px {
  max-height: 485px !important;
}
.max-w-485-px {
  max-width: 485px !important;
}
.h-486-px {
  height: 486px !important;
}
.w-486-px {
  width: 486px !important;
}
.min-h-486-px {
  min-height: 486px !important;
}
.min-w-486-px {
  min-width: 486px !important;
}
.max-h-486-px {
  max-height: 486px !important;
}
.max-w-486-px {
  max-width: 486px !important;
}
.h-487-px {
  height: 487px !important;
}
.w-487-px {
  width: 487px !important;
}
.min-h-487-px {
  min-height: 487px !important;
}
.min-w-487-px {
  min-width: 487px !important;
}
.max-h-487-px {
  max-height: 487px !important;
}
.max-w-487-px {
  max-width: 487px !important;
}
.h-488-px {
  height: 488px !important;
}
.w-488-px {
  width: 488px !important;
}
.min-h-488-px {
  min-height: 488px !important;
}
.min-w-488-px {
  min-width: 488px !important;
}
.max-h-488-px {
  max-height: 488px !important;
}
.max-w-488-px {
  max-width: 488px !important;
}
.h-489-px {
  height: 489px !important;
}
.w-489-px {
  width: 489px !important;
}
.min-h-489-px {
  min-height: 489px !important;
}
.min-w-489-px {
  min-width: 489px !important;
}
.max-h-489-px {
  max-height: 489px !important;
}
.max-w-489-px {
  max-width: 489px !important;
}
.h-490-px {
  height: 490px !important;
}
.w-490-px {
  width: 490px !important;
}
.min-h-490-px {
  min-height: 490px !important;
}
.min-w-490-px {
  min-width: 490px !important;
}
.max-h-490-px {
  max-height: 490px !important;
}
.max-w-490-px {
  max-width: 490px !important;
}
.h-491-px {
  height: 491px !important;
}
.w-491-px {
  width: 491px !important;
}
.min-h-491-px {
  min-height: 491px !important;
}
.min-w-491-px {
  min-width: 491px !important;
}
.max-h-491-px {
  max-height: 491px !important;
}
.max-w-491-px {
  max-width: 491px !important;
}
.h-492-px {
  height: 492px !important;
}
.w-492-px {
  width: 492px !important;
}
.min-h-492-px {
  min-height: 492px !important;
}
.min-w-492-px {
  min-width: 492px !important;
}
.max-h-492-px {
  max-height: 492px !important;
}
.max-w-492-px {
  max-width: 492px !important;
}
.h-493-px {
  height: 493px !important;
}
.w-493-px {
  width: 493px !important;
}
.min-h-493-px {
  min-height: 493px !important;
}
.min-w-493-px {
  min-width: 493px !important;
}
.max-h-493-px {
  max-height: 493px !important;
}
.max-w-493-px {
  max-width: 493px !important;
}
.h-494-px {
  height: 494px !important;
}
.w-494-px {
  width: 494px !important;
}
.min-h-494-px {
  min-height: 494px !important;
}
.min-w-494-px {
  min-width: 494px !important;
}
.max-h-494-px {
  max-height: 494px !important;
}
.max-w-494-px {
  max-width: 494px !important;
}
.h-495-px {
  height: 495px !important;
}
.w-495-px {
  width: 495px !important;
}
.min-h-495-px {
  min-height: 495px !important;
}
.min-w-495-px {
  min-width: 495px !important;
}
.max-h-495-px {
  max-height: 495px !important;
}
.max-w-495-px {
  max-width: 495px !important;
}
.h-496-px {
  height: 496px !important;
}
.w-496-px {
  width: 496px !important;
}
.min-h-496-px {
  min-height: 496px !important;
}
.min-w-496-px {
  min-width: 496px !important;
}
.max-h-496-px {
  max-height: 496px !important;
}
.max-w-496-px {
  max-width: 496px !important;
}
.h-497-px {
  height: 497px !important;
}
.w-497-px {
  width: 497px !important;
}
.min-h-497-px {
  min-height: 497px !important;
}
.min-w-497-px {
  min-width: 497px !important;
}
.max-h-497-px {
  max-height: 497px !important;
}
.max-w-497-px {
  max-width: 497px !important;
}
.h-498-px {
  height: 498px !important;
}
.w-498-px {
  width: 498px !important;
}
.min-h-498-px {
  min-height: 498px !important;
}
.min-w-498-px {
  min-width: 498px !important;
}
.max-h-498-px {
  max-height: 498px !important;
}
.max-w-498-px {
  max-width: 498px !important;
}
.h-499-px {
  height: 499px !important;
}
.w-499-px {
  width: 499px !important;
}
.min-h-499-px {
  min-height: 499px !important;
}
.min-w-499-px {
  min-width: 499px !important;
}
.max-h-499-px {
  max-height: 499px !important;
}
.max-w-499-px {
  max-width: 499px !important;
}
.h-500-px {
  height: 500px !important;
}
.w-500-px {
  width: 500px !important;
}
.min-h-500-px {
  min-height: 500px !important;
}
.min-w-500-px {
  min-width: 500px !important;
}
.max-h-500-px {
  max-height: 500px !important;
}
.max-w-500-px {
  max-width: 500px !important;
}
.h-501-px {
  height: 501px !important;
}
.w-501-px {
  width: 501px !important;
}
.min-h-501-px {
  min-height: 501px !important;
}
.min-w-501-px {
  min-width: 501px !important;
}
.max-h-501-px {
  max-height: 501px !important;
}
.max-w-501-px {
  max-width: 501px !important;
}
.h-502-px {
  height: 502px !important;
}
.w-502-px {
  width: 502px !important;
}
.min-h-502-px {
  min-height: 502px !important;
}
.min-w-502-px {
  min-width: 502px !important;
}
.max-h-502-px {
  max-height: 502px !important;
}
.max-w-502-px {
  max-width: 502px !important;
}
.h-503-px {
  height: 503px !important;
}
.w-503-px {
  width: 503px !important;
}
.min-h-503-px {
  min-height: 503px !important;
}
.min-w-503-px {
  min-width: 503px !important;
}
.max-h-503-px {
  max-height: 503px !important;
}
.max-w-503-px {
  max-width: 503px !important;
}
.h-504-px {
  height: 504px !important;
}
.w-504-px {
  width: 504px !important;
}
.min-h-504-px {
  min-height: 504px !important;
}
.min-w-504-px {
  min-width: 504px !important;
}
.max-h-504-px {
  max-height: 504px !important;
}
.max-w-504-px {
  max-width: 504px !important;
}
.h-505-px {
  height: 505px !important;
}
.w-505-px {
  width: 505px !important;
}
.min-h-505-px {
  min-height: 505px !important;
}
.min-w-505-px {
  min-width: 505px !important;
}
.max-h-505-px {
  max-height: 505px !important;
}
.max-w-505-px {
  max-width: 505px !important;
}
.h-506-px {
  height: 506px !important;
}
.w-506-px {
  width: 506px !important;
}
.min-h-506-px {
  min-height: 506px !important;
}
.min-w-506-px {
  min-width: 506px !important;
}
.max-h-506-px {
  max-height: 506px !important;
}
.max-w-506-px {
  max-width: 506px !important;
}
.h-507-px {
  height: 507px !important;
}
.w-507-px {
  width: 507px !important;
}
.min-h-507-px {
  min-height: 507px !important;
}
.min-w-507-px {
  min-width: 507px !important;
}
.max-h-507-px {
  max-height: 507px !important;
}
.max-w-507-px {
  max-width: 507px !important;
}
.h-508-px {
  height: 508px !important;
}
.w-508-px {
  width: 508px !important;
}
.min-h-508-px {
  min-height: 508px !important;
}
.min-w-508-px {
  min-width: 508px !important;
}
.max-h-508-px {
  max-height: 508px !important;
}
.max-w-508-px {
  max-width: 508px !important;
}
.h-509-px {
  height: 509px !important;
}
.w-509-px {
  width: 509px !important;
}
.min-h-509-px {
  min-height: 509px !important;
}
.min-w-509-px {
  min-width: 509px !important;
}
.max-h-509-px {
  max-height: 509px !important;
}
.max-w-509-px {
  max-width: 509px !important;
}
.h-510-px {
  height: 510px !important;
}
.w-510-px {
  width: 510px !important;
}
.min-h-510-px {
  min-height: 510px !important;
}
.min-w-510-px {
  min-width: 510px !important;
}
.max-h-510-px {
  max-height: 510px !important;
}
.max-w-510-px {
  max-width: 510px !important;
}
.h-511-px {
  height: 511px !important;
}
.w-511-px {
  width: 511px !important;
}
.min-h-511-px {
  min-height: 511px !important;
}
.min-w-511-px {
  min-width: 511px !important;
}
.max-h-511-px {
  max-height: 511px !important;
}
.max-w-511-px {
  max-width: 511px !important;
}
.h-512-px {
  height: 512px !important;
}
.w-512-px {
  width: 512px !important;
}
.min-h-512-px {
  min-height: 512px !important;
}
.min-w-512-px {
  min-width: 512px !important;
}
.max-h-512-px {
  max-height: 512px !important;
}
.max-w-512-px {
  max-width: 512px !important;
}
.h-513-px {
  height: 513px !important;
}
.w-513-px {
  width: 513px !important;
}
.min-h-513-px {
  min-height: 513px !important;
}
.min-w-513-px {
  min-width: 513px !important;
}
.max-h-513-px {
  max-height: 513px !important;
}
.max-w-513-px {
  max-width: 513px !important;
}
.h-514-px {
  height: 514px !important;
}
.w-514-px {
  width: 514px !important;
}
.min-h-514-px {
  min-height: 514px !important;
}
.min-w-514-px {
  min-width: 514px !important;
}
.max-h-514-px {
  max-height: 514px !important;
}
.max-w-514-px {
  max-width: 514px !important;
}
.h-515-px {
  height: 515px !important;
}
.w-515-px {
  width: 515px !important;
}
.min-h-515-px {
  min-height: 515px !important;
}
.min-w-515-px {
  min-width: 515px !important;
}
.max-h-515-px {
  max-height: 515px !important;
}
.max-w-515-px {
  max-width: 515px !important;
}
.h-516-px {
  height: 516px !important;
}
.w-516-px {
  width: 516px !important;
}
.min-h-516-px {
  min-height: 516px !important;
}
.min-w-516-px {
  min-width: 516px !important;
}
.max-h-516-px {
  max-height: 516px !important;
}
.max-w-516-px {
  max-width: 516px !important;
}
.h-517-px {
  height: 517px !important;
}
.w-517-px {
  width: 517px !important;
}
.min-h-517-px {
  min-height: 517px !important;
}
.min-w-517-px {
  min-width: 517px !important;
}
.max-h-517-px {
  max-height: 517px !important;
}
.max-w-517-px {
  max-width: 517px !important;
}
.h-518-px {
  height: 518px !important;
}
.w-518-px {
  width: 518px !important;
}
.min-h-518-px {
  min-height: 518px !important;
}
.min-w-518-px {
  min-width: 518px !important;
}
.max-h-518-px {
  max-height: 518px !important;
}
.max-w-518-px {
  max-width: 518px !important;
}
.h-519-px {
  height: 519px !important;
}
.w-519-px {
  width: 519px !important;
}
.min-h-519-px {
  min-height: 519px !important;
}
.min-w-519-px {
  min-width: 519px !important;
}
.max-h-519-px {
  max-height: 519px !important;
}
.max-w-519-px {
  max-width: 519px !important;
}
.h-520-px {
  height: 520px !important;
}
.w-520-px {
  width: 520px !important;
}
.min-h-520-px {
  min-height: 520px !important;
}
.min-w-520-px {
  min-width: 520px !important;
}
.max-h-520-px {
  max-height: 520px !important;
}
.max-w-520-px {
  max-width: 520px !important;
}
.h-521-px {
  height: 521px !important;
}
.w-521-px {
  width: 521px !important;
}
.min-h-521-px {
  min-height: 521px !important;
}
.min-w-521-px {
  min-width: 521px !important;
}
.max-h-521-px {
  max-height: 521px !important;
}
.max-w-521-px {
  max-width: 521px !important;
}
.h-522-px {
  height: 522px !important;
}
.w-522-px {
  width: 522px !important;
}
.min-h-522-px {
  min-height: 522px !important;
}
.min-w-522-px {
  min-width: 522px !important;
}
.max-h-522-px {
  max-height: 522px !important;
}
.max-w-522-px {
  max-width: 522px !important;
}
.h-523-px {
  height: 523px !important;
}
.w-523-px {
  width: 523px !important;
}
.min-h-523-px {
  min-height: 523px !important;
}
.min-w-523-px {
  min-width: 523px !important;
}
.max-h-523-px {
  max-height: 523px !important;
}
.max-w-523-px {
  max-width: 523px !important;
}
.h-524-px {
  height: 524px !important;
}
.w-524-px {
  width: 524px !important;
}
.min-h-524-px {
  min-height: 524px !important;
}
.min-w-524-px {
  min-width: 524px !important;
}
.max-h-524-px {
  max-height: 524px !important;
}
.max-w-524-px {
  max-width: 524px !important;
}
.h-525-px {
  height: 525px !important;
}
.w-525-px {
  width: 525px !important;
}
.min-h-525-px {
  min-height: 525px !important;
}
.min-w-525-px {
  min-width: 525px !important;
}
.max-h-525-px {
  max-height: 525px !important;
}
.max-w-525-px {
  max-width: 525px !important;
}
.h-526-px {
  height: 526px !important;
}
.w-526-px {
  width: 526px !important;
}
.min-h-526-px {
  min-height: 526px !important;
}
.min-w-526-px {
  min-width: 526px !important;
}
.max-h-526-px {
  max-height: 526px !important;
}
.max-w-526-px {
  max-width: 526px !important;
}
.h-527-px {
  height: 527px !important;
}
.w-527-px {
  width: 527px !important;
}
.min-h-527-px {
  min-height: 527px !important;
}
.min-w-527-px {
  min-width: 527px !important;
}
.max-h-527-px {
  max-height: 527px !important;
}
.max-w-527-px {
  max-width: 527px !important;
}
.h-528-px {
  height: 528px !important;
}
.w-528-px {
  width: 528px !important;
}
.min-h-528-px {
  min-height: 528px !important;
}
.min-w-528-px {
  min-width: 528px !important;
}
.max-h-528-px {
  max-height: 528px !important;
}
.max-w-528-px {
  max-width: 528px !important;
}
.h-529-px {
  height: 529px !important;
}
.w-529-px {
  width: 529px !important;
}
.min-h-529-px {
  min-height: 529px !important;
}
.min-w-529-px {
  min-width: 529px !important;
}
.max-h-529-px {
  max-height: 529px !important;
}
.max-w-529-px {
  max-width: 529px !important;
}
.h-530-px {
  height: 530px !important;
}
.w-530-px {
  width: 530px !important;
}
.min-h-530-px {
  min-height: 530px !important;
}
.min-w-530-px {
  min-width: 530px !important;
}
.max-h-530-px {
  max-height: 530px !important;
}
.max-w-530-px {
  max-width: 530px !important;
}
.h-531-px {
  height: 531px !important;
}
.w-531-px {
  width: 531px !important;
}
.min-h-531-px {
  min-height: 531px !important;
}
.min-w-531-px {
  min-width: 531px !important;
}
.max-h-531-px {
  max-height: 531px !important;
}
.max-w-531-px {
  max-width: 531px !important;
}
.h-532-px {
  height: 532px !important;
}
.w-532-px {
  width: 532px !important;
}
.min-h-532-px {
  min-height: 532px !important;
}
.min-w-532-px {
  min-width: 532px !important;
}
.max-h-532-px {
  max-height: 532px !important;
}
.max-w-532-px {
  max-width: 532px !important;
}
.h-533-px {
  height: 533px !important;
}
.w-533-px {
  width: 533px !important;
}
.min-h-533-px {
  min-height: 533px !important;
}
.min-w-533-px {
  min-width: 533px !important;
}
.max-h-533-px {
  max-height: 533px !important;
}
.max-w-533-px {
  max-width: 533px !important;
}
.h-534-px {
  height: 534px !important;
}
.w-534-px {
  width: 534px !important;
}
.min-h-534-px {
  min-height: 534px !important;
}
.min-w-534-px {
  min-width: 534px !important;
}
.max-h-534-px {
  max-height: 534px !important;
}
.max-w-534-px {
  max-width: 534px !important;
}
.h-535-px {
  height: 535px !important;
}
.w-535-px {
  width: 535px !important;
}
.min-h-535-px {
  min-height: 535px !important;
}
.min-w-535-px {
  min-width: 535px !important;
}
.max-h-535-px {
  max-height: 535px !important;
}
.max-w-535-px {
  max-width: 535px !important;
}
.h-536-px {
  height: 536px !important;
}
.w-536-px {
  width: 536px !important;
}
.min-h-536-px {
  min-height: 536px !important;
}
.min-w-536-px {
  min-width: 536px !important;
}
.max-h-536-px {
  max-height: 536px !important;
}
.max-w-536-px {
  max-width: 536px !important;
}
.h-537-px {
  height: 537px !important;
}
.w-537-px {
  width: 537px !important;
}
.min-h-537-px {
  min-height: 537px !important;
}
.min-w-537-px {
  min-width: 537px !important;
}
.max-h-537-px {
  max-height: 537px !important;
}
.max-w-537-px {
  max-width: 537px !important;
}
.h-538-px {
  height: 538px !important;
}
.w-538-px {
  width: 538px !important;
}
.min-h-538-px {
  min-height: 538px !important;
}
.min-w-538-px {
  min-width: 538px !important;
}
.max-h-538-px {
  max-height: 538px !important;
}
.max-w-538-px {
  max-width: 538px !important;
}
.h-539-px {
  height: 539px !important;
}
.w-539-px {
  width: 539px !important;
}
.min-h-539-px {
  min-height: 539px !important;
}
.min-w-539-px {
  min-width: 539px !important;
}
.max-h-539-px {
  max-height: 539px !important;
}
.max-w-539-px {
  max-width: 539px !important;
}
.h-540-px {
  height: 540px !important;
}
.w-540-px {
  width: 540px !important;
}
.min-h-540-px {
  min-height: 540px !important;
}
.min-w-540-px {
  min-width: 540px !important;
}
.max-h-540-px {
  max-height: 540px !important;
}
.max-w-540-px {
  max-width: 540px !important;
}
.h-541-px {
  height: 541px !important;
}
.w-541-px {
  width: 541px !important;
}
.min-h-541-px {
  min-height: 541px !important;
}
.min-w-541-px {
  min-width: 541px !important;
}
.max-h-541-px {
  max-height: 541px !important;
}
.max-w-541-px {
  max-width: 541px !important;
}
.h-542-px {
  height: 542px !important;
}
.w-542-px {
  width: 542px !important;
}
.min-h-542-px {
  min-height: 542px !important;
}
.min-w-542-px {
  min-width: 542px !important;
}
.max-h-542-px {
  max-height: 542px !important;
}
.max-w-542-px {
  max-width: 542px !important;
}
.h-543-px {
  height: 543px !important;
}
.w-543-px {
  width: 543px !important;
}
.min-h-543-px {
  min-height: 543px !important;
}
.min-w-543-px {
  min-width: 543px !important;
}
.max-h-543-px {
  max-height: 543px !important;
}
.max-w-543-px {
  max-width: 543px !important;
}
.h-544-px {
  height: 544px !important;
}
.w-544-px {
  width: 544px !important;
}
.min-h-544-px {
  min-height: 544px !important;
}
.min-w-544-px {
  min-width: 544px !important;
}
.max-h-544-px {
  max-height: 544px !important;
}
.max-w-544-px {
  max-width: 544px !important;
}
.h-545-px {
  height: 545px !important;
}
.w-545-px {
  width: 545px !important;
}
.min-h-545-px {
  min-height: 545px !important;
}
.min-w-545-px {
  min-width: 545px !important;
}
.max-h-545-px {
  max-height: 545px !important;
}
.max-w-545-px {
  max-width: 545px !important;
}
.h-546-px {
  height: 546px !important;
}
.w-546-px {
  width: 546px !important;
}
.min-h-546-px {
  min-height: 546px !important;
}
.min-w-546-px {
  min-width: 546px !important;
}
.max-h-546-px {
  max-height: 546px !important;
}
.max-w-546-px {
  max-width: 546px !important;
}
.h-547-px {
  height: 547px !important;
}
.w-547-px {
  width: 547px !important;
}
.min-h-547-px {
  min-height: 547px !important;
}
.min-w-547-px {
  min-width: 547px !important;
}
.max-h-547-px {
  max-height: 547px !important;
}
.max-w-547-px {
  max-width: 547px !important;
}
.h-548-px {
  height: 548px !important;
}
.w-548-px {
  width: 548px !important;
}
.min-h-548-px {
  min-height: 548px !important;
}
.min-w-548-px {
  min-width: 548px !important;
}
.max-h-548-px {
  max-height: 548px !important;
}
.max-w-548-px {
  max-width: 548px !important;
}
.h-549-px {
  height: 549px !important;
}
.w-549-px {
  width: 549px !important;
}
.min-h-549-px {
  min-height: 549px !important;
}
.min-w-549-px {
  min-width: 549px !important;
}
.max-h-549-px {
  max-height: 549px !important;
}
.max-w-549-px {
  max-width: 549px !important;
}
.h-550-px {
  height: 550px !important;
}
.w-550-px {
  width: 550px !important;
}
.min-h-550-px {
  min-height: 550px !important;
}
.min-w-550-px {
  min-width: 550px !important;
}
.max-h-550-px {
  max-height: 550px !important;
}
.max-w-550-px {
  max-width: 550px !important;
}
.h-551-px {
  height: 551px !important;
}
.w-551-px {
  width: 551px !important;
}
.min-h-551-px {
  min-height: 551px !important;
}
.min-w-551-px {
  min-width: 551px !important;
}
.max-h-551-px {
  max-height: 551px !important;
}
.max-w-551-px {
  max-width: 551px !important;
}
.h-552-px {
  height: 552px !important;
}
.w-552-px {
  width: 552px !important;
}
.min-h-552-px {
  min-height: 552px !important;
}
.min-w-552-px {
  min-width: 552px !important;
}
.max-h-552-px {
  max-height: 552px !important;
}
.max-w-552-px {
  max-width: 552px !important;
}
.h-553-px {
  height: 553px !important;
}
.w-553-px {
  width: 553px !important;
}
.min-h-553-px {
  min-height: 553px !important;
}
.min-w-553-px {
  min-width: 553px !important;
}
.max-h-553-px {
  max-height: 553px !important;
}
.max-w-553-px {
  max-width: 553px !important;
}
.h-554-px {
  height: 554px !important;
}
.w-554-px {
  width: 554px !important;
}
.min-h-554-px {
  min-height: 554px !important;
}
.min-w-554-px {
  min-width: 554px !important;
}
.max-h-554-px {
  max-height: 554px !important;
}
.max-w-554-px {
  max-width: 554px !important;
}
.h-555-px {
  height: 555px !important;
}
.w-555-px {
  width: 555px !important;
}
.min-h-555-px {
  min-height: 555px !important;
}
.min-w-555-px {
  min-width: 555px !important;
}
.max-h-555-px {
  max-height: 555px !important;
}
.max-w-555-px {
  max-width: 555px !important;
}
.h-556-px {
  height: 556px !important;
}
.w-556-px {
  width: 556px !important;
}
.min-h-556-px {
  min-height: 556px !important;
}
.min-w-556-px {
  min-width: 556px !important;
}
.max-h-556-px {
  max-height: 556px !important;
}
.max-w-556-px {
  max-width: 556px !important;
}
.h-557-px {
  height: 557px !important;
}
.w-557-px {
  width: 557px !important;
}
.min-h-557-px {
  min-height: 557px !important;
}
.min-w-557-px {
  min-width: 557px !important;
}
.max-h-557-px {
  max-height: 557px !important;
}
.max-w-557-px {
  max-width: 557px !important;
}
.h-558-px {
  height: 558px !important;
}
.w-558-px {
  width: 558px !important;
}
.min-h-558-px {
  min-height: 558px !important;
}
.min-w-558-px {
  min-width: 558px !important;
}
.max-h-558-px {
  max-height: 558px !important;
}
.max-w-558-px {
  max-width: 558px !important;
}
.h-559-px {
  height: 559px !important;
}
.w-559-px {
  width: 559px !important;
}
.min-h-559-px {
  min-height: 559px !important;
}
.min-w-559-px {
  min-width: 559px !important;
}
.max-h-559-px {
  max-height: 559px !important;
}
.max-w-559-px {
  max-width: 559px !important;
}
.h-560-px {
  height: 560px !important;
}
.w-560-px {
  width: 560px !important;
}
.min-h-560-px {
  min-height: 560px !important;
}
.min-w-560-px {
  min-width: 560px !important;
}
.max-h-560-px {
  max-height: 560px !important;
}
.max-w-560-px {
  max-width: 560px !important;
}
.h-561-px {
  height: 561px !important;
}
.w-561-px {
  width: 561px !important;
}
.min-h-561-px {
  min-height: 561px !important;
}
.min-w-561-px {
  min-width: 561px !important;
}
.max-h-561-px {
  max-height: 561px !important;
}
.max-w-561-px {
  max-width: 561px !important;
}
.h-562-px {
  height: 562px !important;
}
.w-562-px {
  width: 562px !important;
}
.min-h-562-px {
  min-height: 562px !important;
}
.min-w-562-px {
  min-width: 562px !important;
}
.max-h-562-px {
  max-height: 562px !important;
}
.max-w-562-px {
  max-width: 562px !important;
}
.h-563-px {
  height: 563px !important;
}
.w-563-px {
  width: 563px !important;
}
.min-h-563-px {
  min-height: 563px !important;
}
.min-w-563-px {
  min-width: 563px !important;
}
.max-h-563-px {
  max-height: 563px !important;
}
.max-w-563-px {
  max-width: 563px !important;
}
.h-564-px {
  height: 564px !important;
}
.w-564-px {
  width: 564px !important;
}
.min-h-564-px {
  min-height: 564px !important;
}
.min-w-564-px {
  min-width: 564px !important;
}
.max-h-564-px {
  max-height: 564px !important;
}
.max-w-564-px {
  max-width: 564px !important;
}
.h-565-px {
  height: 565px !important;
}
.w-565-px {
  width: 565px !important;
}
.min-h-565-px {
  min-height: 565px !important;
}
.min-w-565-px {
  min-width: 565px !important;
}
.max-h-565-px {
  max-height: 565px !important;
}
.max-w-565-px {
  max-width: 565px !important;
}
.h-566-px {
  height: 566px !important;
}
.w-566-px {
  width: 566px !important;
}
.min-h-566-px {
  min-height: 566px !important;
}
.min-w-566-px {
  min-width: 566px !important;
}
.max-h-566-px {
  max-height: 566px !important;
}
.max-w-566-px {
  max-width: 566px !important;
}
.h-567-px {
  height: 567px !important;
}
.w-567-px {
  width: 567px !important;
}
.min-h-567-px {
  min-height: 567px !important;
}
.min-w-567-px {
  min-width: 567px !important;
}
.max-h-567-px {
  max-height: 567px !important;
}
.max-w-567-px {
  max-width: 567px !important;
}
.h-568-px {
  height: 568px !important;
}
.w-568-px {
  width: 568px !important;
}
.min-h-568-px {
  min-height: 568px !important;
}
.min-w-568-px {
  min-width: 568px !important;
}
.max-h-568-px {
  max-height: 568px !important;
}
.max-w-568-px {
  max-width: 568px !important;
}
.h-569-px {
  height: 569px !important;
}
.w-569-px {
  width: 569px !important;
}
.min-h-569-px {
  min-height: 569px !important;
}
.min-w-569-px {
  min-width: 569px !important;
}
.max-h-569-px {
  max-height: 569px !important;
}
.max-w-569-px {
  max-width: 569px !important;
}
.h-570-px {
  height: 570px !important;
}
.w-570-px {
  width: 570px !important;
}
.min-h-570-px {
  min-height: 570px !important;
}
.min-w-570-px {
  min-width: 570px !important;
}
.max-h-570-px {
  max-height: 570px !important;
}
.max-w-570-px {
  max-width: 570px !important;
}
.h-571-px {
  height: 571px !important;
}
.w-571-px {
  width: 571px !important;
}
.min-h-571-px {
  min-height: 571px !important;
}
.min-w-571-px {
  min-width: 571px !important;
}
.max-h-571-px {
  max-height: 571px !important;
}
.max-w-571-px {
  max-width: 571px !important;
}
.h-572-px {
  height: 572px !important;
}
.w-572-px {
  width: 572px !important;
}
.min-h-572-px {
  min-height: 572px !important;
}
.min-w-572-px {
  min-width: 572px !important;
}
.max-h-572-px {
  max-height: 572px !important;
}
.max-w-572-px {
  max-width: 572px !important;
}
.h-573-px {
  height: 573px !important;
}
.w-573-px {
  width: 573px !important;
}
.min-h-573-px {
  min-height: 573px !important;
}
.min-w-573-px {
  min-width: 573px !important;
}
.max-h-573-px {
  max-height: 573px !important;
}
.max-w-573-px {
  max-width: 573px !important;
}
.h-574-px {
  height: 574px !important;
}
.w-574-px {
  width: 574px !important;
}
.min-h-574-px {
  min-height: 574px !important;
}
.min-w-574-px {
  min-width: 574px !important;
}
.max-h-574-px {
  max-height: 574px !important;
}
.max-w-574-px {
  max-width: 574px !important;
}
.h-575-px {
  height: 575px !important;
}
.w-575-px {
  width: 575px !important;
}
.min-h-575-px {
  min-height: 575px !important;
}
.min-w-575-px {
  min-width: 575px !important;
}
.max-h-575-px {
  max-height: 575px !important;
}
.max-w-575-px {
  max-width: 575px !important;
}
.h-576-px {
  height: 576px !important;
}
.w-576-px {
  width: 576px !important;
}
.min-h-576-px {
  min-height: 576px !important;
}
.min-w-576-px {
  min-width: 576px !important;
}
.max-h-576-px {
  max-height: 576px !important;
}
.max-w-576-px {
  max-width: 576px !important;
}
.h-577-px {
  height: 577px !important;
}
.w-577-px {
  width: 577px !important;
}
.min-h-577-px {
  min-height: 577px !important;
}
.min-w-577-px {
  min-width: 577px !important;
}
.max-h-577-px {
  max-height: 577px !important;
}
.max-w-577-px {
  max-width: 577px !important;
}
.h-578-px {
  height: 578px !important;
}
.w-578-px {
  width: 578px !important;
}
.min-h-578-px {
  min-height: 578px !important;
}
.min-w-578-px {
  min-width: 578px !important;
}
.max-h-578-px {
  max-height: 578px !important;
}
.max-w-578-px {
  max-width: 578px !important;
}
.h-579-px {
  height: 579px !important;
}
.w-579-px {
  width: 579px !important;
}
.min-h-579-px {
  min-height: 579px !important;
}
.min-w-579-px {
  min-width: 579px !important;
}
.max-h-579-px {
  max-height: 579px !important;
}
.max-w-579-px {
  max-width: 579px !important;
}
.h-580-px {
  height: 580px !important;
}
.w-580-px {
  width: 580px !important;
}
.min-h-580-px {
  min-height: 580px !important;
}
.min-w-580-px {
  min-width: 580px !important;
}
.max-h-580-px {
  max-height: 580px !important;
}
.max-w-580-px {
  max-width: 580px !important;
}
.h-581-px {
  height: 581px !important;
}
.w-581-px {
  width: 581px !important;
}
.min-h-581-px {
  min-height: 581px !important;
}
.min-w-581-px {
  min-width: 581px !important;
}
.max-h-581-px {
  max-height: 581px !important;
}
.max-w-581-px {
  max-width: 581px !important;
}
.h-582-px {
  height: 582px !important;
}
.w-582-px {
  width: 582px !important;
}
.min-h-582-px {
  min-height: 582px !important;
}
.min-w-582-px {
  min-width: 582px !important;
}
.max-h-582-px {
  max-height: 582px !important;
}
.max-w-582-px {
  max-width: 582px !important;
}
.h-583-px {
  height: 583px !important;
}
.w-583-px {
  width: 583px !important;
}
.min-h-583-px {
  min-height: 583px !important;
}
.min-w-583-px {
  min-width: 583px !important;
}
.max-h-583-px {
  max-height: 583px !important;
}
.max-w-583-px {
  max-width: 583px !important;
}
.h-584-px {
  height: 584px !important;
}
.w-584-px {
  width: 584px !important;
}
.min-h-584-px {
  min-height: 584px !important;
}
.min-w-584-px {
  min-width: 584px !important;
}
.max-h-584-px {
  max-height: 584px !important;
}
.max-w-584-px {
  max-width: 584px !important;
}
.h-585-px {
  height: 585px !important;
}
.w-585-px {
  width: 585px !important;
}
.min-h-585-px {
  min-height: 585px !important;
}
.min-w-585-px {
  min-width: 585px !important;
}
.max-h-585-px {
  max-height: 585px !important;
}
.max-w-585-px {
  max-width: 585px !important;
}
.h-586-px {
  height: 586px !important;
}
.w-586-px {
  width: 586px !important;
}
.min-h-586-px {
  min-height: 586px !important;
}
.min-w-586-px {
  min-width: 586px !important;
}
.max-h-586-px {
  max-height: 586px !important;
}
.max-w-586-px {
  max-width: 586px !important;
}
.h-587-px {
  height: 587px !important;
}
.w-587-px {
  width: 587px !important;
}
.min-h-587-px {
  min-height: 587px !important;
}
.min-w-587-px {
  min-width: 587px !important;
}
.max-h-587-px {
  max-height: 587px !important;
}
.max-w-587-px {
  max-width: 587px !important;
}
.h-588-px {
  height: 588px !important;
}
.w-588-px {
  width: 588px !important;
}
.min-h-588-px {
  min-height: 588px !important;
}
.min-w-588-px {
  min-width: 588px !important;
}
.max-h-588-px {
  max-height: 588px !important;
}
.max-w-588-px {
  max-width: 588px !important;
}
.h-589-px {
  height: 589px !important;
}
.w-589-px {
  width: 589px !important;
}
.min-h-589-px {
  min-height: 589px !important;
}
.min-w-589-px {
  min-width: 589px !important;
}
.max-h-589-px {
  max-height: 589px !important;
}
.max-w-589-px {
  max-width: 589px !important;
}
.h-590-px {
  height: 590px !important;
}
.w-590-px {
  width: 590px !important;
}
.min-h-590-px {
  min-height: 590px !important;
}
.min-w-590-px {
  min-width: 590px !important;
}
.max-h-590-px {
  max-height: 590px !important;
}
.max-w-590-px {
  max-width: 590px !important;
}
.h-591-px {
  height: 591px !important;
}
.w-591-px {
  width: 591px !important;
}
.min-h-591-px {
  min-height: 591px !important;
}
.min-w-591-px {
  min-width: 591px !important;
}
.max-h-591-px {
  max-height: 591px !important;
}
.max-w-591-px {
  max-width: 591px !important;
}
.h-592-px {
  height: 592px !important;
}
.w-592-px {
  width: 592px !important;
}
.min-h-592-px {
  min-height: 592px !important;
}
.min-w-592-px {
  min-width: 592px !important;
}
.max-h-592-px {
  max-height: 592px !important;
}
.max-w-592-px {
  max-width: 592px !important;
}
.h-593-px {
  height: 593px !important;
}
.w-593-px {
  width: 593px !important;
}
.min-h-593-px {
  min-height: 593px !important;
}
.min-w-593-px {
  min-width: 593px !important;
}
.max-h-593-px {
  max-height: 593px !important;
}
.max-w-593-px {
  max-width: 593px !important;
}
.h-594-px {
  height: 594px !important;
}
.w-594-px {
  width: 594px !important;
}
.min-h-594-px {
  min-height: 594px !important;
}
.min-w-594-px {
  min-width: 594px !important;
}
.max-h-594-px {
  max-height: 594px !important;
}
.max-w-594-px {
  max-width: 594px !important;
}
.h-595-px {
  height: 595px !important;
}
.w-595-px {
  width: 595px !important;
}
.min-h-595-px {
  min-height: 595px !important;
}
.min-w-595-px {
  min-width: 595px !important;
}
.max-h-595-px {
  max-height: 595px !important;
}
.max-w-595-px {
  max-width: 595px !important;
}
.h-596-px {
  height: 596px !important;
}
.w-596-px {
  width: 596px !important;
}
.min-h-596-px {
  min-height: 596px !important;
}
.min-w-596-px {
  min-width: 596px !important;
}
.max-h-596-px {
  max-height: 596px !important;
}
.max-w-596-px {
  max-width: 596px !important;
}
.h-597-px {
  height: 597px !important;
}
.w-597-px {
  width: 597px !important;
}
.min-h-597-px {
  min-height: 597px !important;
}
.min-w-597-px {
  min-width: 597px !important;
}
.max-h-597-px {
  max-height: 597px !important;
}
.max-w-597-px {
  max-width: 597px !important;
}
.h-598-px {
  height: 598px !important;
}
.w-598-px {
  width: 598px !important;
}
.min-h-598-px {
  min-height: 598px !important;
}
.min-w-598-px {
  min-width: 598px !important;
}
.max-h-598-px {
  max-height: 598px !important;
}
.max-w-598-px {
  max-width: 598px !important;
}
.h-599-px {
  height: 599px !important;
}
.w-599-px {
  width: 599px !important;
}
.min-h-599-px {
  min-height: 599px !important;
}
.min-w-599-px {
  min-width: 599px !important;
}
.max-h-599-px {
  max-height: 599px !important;
}
.max-w-599-px {
  max-width: 599px !important;
}
.h-600-px {
  height: 600px !important;
}
.w-600-px {
  width: 600px !important;
}
.min-h-600-px {
  min-height: 600px !important;
}
.min-w-600-px {
  min-width: 600px !important;
}
.max-h-600-px {
  max-height: 600px !important;
}
.max-w-600-px {
  max-width: 600px !important;
}
.h-601-px {
  height: 601px !important;
}
.w-601-px {
  width: 601px !important;
}
.min-h-601-px {
  min-height: 601px !important;
}
.min-w-601-px {
  min-width: 601px !important;
}
.max-h-601-px {
  max-height: 601px !important;
}
.max-w-601-px {
  max-width: 601px !important;
}
.h-602-px {
  height: 602px !important;
}
.w-602-px {
  width: 602px !important;
}
.min-h-602-px {
  min-height: 602px !important;
}
.min-w-602-px {
  min-width: 602px !important;
}
.max-h-602-px {
  max-height: 602px !important;
}
.max-w-602-px {
  max-width: 602px !important;
}
.h-603-px {
  height: 603px !important;
}
.w-603-px {
  width: 603px !important;
}
.min-h-603-px {
  min-height: 603px !important;
}
.min-w-603-px {
  min-width: 603px !important;
}
.max-h-603-px {
  max-height: 603px !important;
}
.max-w-603-px {
  max-width: 603px !important;
}
.h-604-px {
  height: 604px !important;
}
.w-604-px {
  width: 604px !important;
}
.min-h-604-px {
  min-height: 604px !important;
}
.min-w-604-px {
  min-width: 604px !important;
}
.max-h-604-px {
  max-height: 604px !important;
}
.max-w-604-px {
  max-width: 604px !important;
}
.h-605-px {
  height: 605px !important;
}
.w-605-px {
  width: 605px !important;
}
.min-h-605-px {
  min-height: 605px !important;
}
.min-w-605-px {
  min-width: 605px !important;
}
.max-h-605-px {
  max-height: 605px !important;
}
.max-w-605-px {
  max-width: 605px !important;
}
.h-606-px {
  height: 606px !important;
}
.w-606-px {
  width: 606px !important;
}
.min-h-606-px {
  min-height: 606px !important;
}
.min-w-606-px {
  min-width: 606px !important;
}
.max-h-606-px {
  max-height: 606px !important;
}
.max-w-606-px {
  max-width: 606px !important;
}
.h-607-px {
  height: 607px !important;
}
.w-607-px {
  width: 607px !important;
}
.min-h-607-px {
  min-height: 607px !important;
}
.min-w-607-px {
  min-width: 607px !important;
}
.max-h-607-px {
  max-height: 607px !important;
}
.max-w-607-px {
  max-width: 607px !important;
}
.h-608-px {
  height: 608px !important;
}
.w-608-px {
  width: 608px !important;
}
.min-h-608-px {
  min-height: 608px !important;
}
.min-w-608-px {
  min-width: 608px !important;
}
.max-h-608-px {
  max-height: 608px !important;
}
.max-w-608-px {
  max-width: 608px !important;
}
.h-609-px {
  height: 609px !important;
}
.w-609-px {
  width: 609px !important;
}
.min-h-609-px {
  min-height: 609px !important;
}
.min-w-609-px {
  min-width: 609px !important;
}
.max-h-609-px {
  max-height: 609px !important;
}
.max-w-609-px {
  max-width: 609px !important;
}
.h-610-px {
  height: 610px !important;
}
.w-610-px {
  width: 610px !important;
}
.min-h-610-px {
  min-height: 610px !important;
}
.min-w-610-px {
  min-width: 610px !important;
}
.max-h-610-px {
  max-height: 610px !important;
}
.max-w-610-px {
  max-width: 610px !important;
}
.h-611-px {
  height: 611px !important;
}
.w-611-px {
  width: 611px !important;
}
.min-h-611-px {
  min-height: 611px !important;
}
.min-w-611-px {
  min-width: 611px !important;
}
.max-h-611-px {
  max-height: 611px !important;
}
.max-w-611-px {
  max-width: 611px !important;
}
.h-612-px {
  height: 612px !important;
}
.w-612-px {
  width: 612px !important;
}
.min-h-612-px {
  min-height: 612px !important;
}
.min-w-612-px {
  min-width: 612px !important;
}
.max-h-612-px {
  max-height: 612px !important;
}
.max-w-612-px {
  max-width: 612px !important;
}
.h-613-px {
  height: 613px !important;
}
.w-613-px {
  width: 613px !important;
}
.min-h-613-px {
  min-height: 613px !important;
}
.min-w-613-px {
  min-width: 613px !important;
}
.max-h-613-px {
  max-height: 613px !important;
}
.max-w-613-px {
  max-width: 613px !important;
}
.h-614-px {
  height: 614px !important;
}
.w-614-px {
  width: 614px !important;
}
.min-h-614-px {
  min-height: 614px !important;
}
.min-w-614-px {
  min-width: 614px !important;
}
.max-h-614-px {
  max-height: 614px !important;
}
.max-w-614-px {
  max-width: 614px !important;
}
.h-615-px {
  height: 615px !important;
}
.w-615-px {
  width: 615px !important;
}
.min-h-615-px {
  min-height: 615px !important;
}
.min-w-615-px {
  min-width: 615px !important;
}
.max-h-615-px {
  max-height: 615px !important;
}
.max-w-615-px {
  max-width: 615px !important;
}
.h-616-px {
  height: 616px !important;
}
.w-616-px {
  width: 616px !important;
}
.min-h-616-px {
  min-height: 616px !important;
}
.min-w-616-px {
  min-width: 616px !important;
}
.max-h-616-px {
  max-height: 616px !important;
}
.max-w-616-px {
  max-width: 616px !important;
}
.h-617-px {
  height: 617px !important;
}
.w-617-px {
  width: 617px !important;
}
.min-h-617-px {
  min-height: 617px !important;
}
.min-w-617-px {
  min-width: 617px !important;
}
.max-h-617-px {
  max-height: 617px !important;
}
.max-w-617-px {
  max-width: 617px !important;
}
.h-618-px {
  height: 618px !important;
}
.w-618-px {
  width: 618px !important;
}
.min-h-618-px {
  min-height: 618px !important;
}
.min-w-618-px {
  min-width: 618px !important;
}
.max-h-618-px {
  max-height: 618px !important;
}
.max-w-618-px {
  max-width: 618px !important;
}
.h-619-px {
  height: 619px !important;
}
.w-619-px {
  width: 619px !important;
}
.min-h-619-px {
  min-height: 619px !important;
}
.min-w-619-px {
  min-width: 619px !important;
}
.max-h-619-px {
  max-height: 619px !important;
}
.max-w-619-px {
  max-width: 619px !important;
}
.h-620-px {
  height: 620px !important;
}
.w-620-px {
  width: 620px !important;
}
.min-h-620-px {
  min-height: 620px !important;
}
.min-w-620-px {
  min-width: 620px !important;
}
.max-h-620-px {
  max-height: 620px !important;
}
.max-w-620-px {
  max-width: 620px !important;
}
.h-621-px {
  height: 621px !important;
}
.w-621-px {
  width: 621px !important;
}
.min-h-621-px {
  min-height: 621px !important;
}
.min-w-621-px {
  min-width: 621px !important;
}
.max-h-621-px {
  max-height: 621px !important;
}
.max-w-621-px {
  max-width: 621px !important;
}
.h-622-px {
  height: 622px !important;
}
.w-622-px {
  width: 622px !important;
}
.min-h-622-px {
  min-height: 622px !important;
}
.min-w-622-px {
  min-width: 622px !important;
}
.max-h-622-px {
  max-height: 622px !important;
}
.max-w-622-px {
  max-width: 622px !important;
}
.h-623-px {
  height: 623px !important;
}
.w-623-px {
  width: 623px !important;
}
.min-h-623-px {
  min-height: 623px !important;
}
.min-w-623-px {
  min-width: 623px !important;
}
.max-h-623-px {
  max-height: 623px !important;
}
.max-w-623-px {
  max-width: 623px !important;
}
.h-624-px {
  height: 624px !important;
}
.w-624-px {
  width: 624px !important;
}
.min-h-624-px {
  min-height: 624px !important;
}
.min-w-624-px {
  min-width: 624px !important;
}
.max-h-624-px {
  max-height: 624px !important;
}
.max-w-624-px {
  max-width: 624px !important;
}
.h-625-px {
  height: 625px !important;
}
.w-625-px {
  width: 625px !important;
}
.min-h-625-px {
  min-height: 625px !important;
}
.min-w-625-px {
  min-width: 625px !important;
}
.max-h-625-px {
  max-height: 625px !important;
}
.max-w-625-px {
  max-width: 625px !important;
}
.h-626-px {
  height: 626px !important;
}
.w-626-px {
  width: 626px !important;
}
.min-h-626-px {
  min-height: 626px !important;
}
.min-w-626-px {
  min-width: 626px !important;
}
.max-h-626-px {
  max-height: 626px !important;
}
.max-w-626-px {
  max-width: 626px !important;
}
.h-627-px {
  height: 627px !important;
}
.w-627-px {
  width: 627px !important;
}
.min-h-627-px {
  min-height: 627px !important;
}
.min-w-627-px {
  min-width: 627px !important;
}
.max-h-627-px {
  max-height: 627px !important;
}
.max-w-627-px {
  max-width: 627px !important;
}
.h-628-px {
  height: 628px !important;
}
.w-628-px {
  width: 628px !important;
}
.min-h-628-px {
  min-height: 628px !important;
}
.min-w-628-px {
  min-width: 628px !important;
}
.max-h-628-px {
  max-height: 628px !important;
}
.max-w-628-px {
  max-width: 628px !important;
}
.h-629-px {
  height: 629px !important;
}
.w-629-px {
  width: 629px !important;
}
.min-h-629-px {
  min-height: 629px !important;
}
.min-w-629-px {
  min-width: 629px !important;
}
.max-h-629-px {
  max-height: 629px !important;
}
.max-w-629-px {
  max-width: 629px !important;
}
.h-630-px {
  height: 630px !important;
}
.w-630-px {
  width: 630px !important;
}
.min-h-630-px {
  min-height: 630px !important;
}
.min-w-630-px {
  min-width: 630px !important;
}
.max-h-630-px {
  max-height: 630px !important;
}
.max-w-630-px {
  max-width: 630px !important;
}
.h-631-px {
  height: 631px !important;
}
.w-631-px {
  width: 631px !important;
}
.min-h-631-px {
  min-height: 631px !important;
}
.min-w-631-px {
  min-width: 631px !important;
}
.max-h-631-px {
  max-height: 631px !important;
}
.max-w-631-px {
  max-width: 631px !important;
}
.h-632-px {
  height: 632px !important;
}
.w-632-px {
  width: 632px !important;
}
.min-h-632-px {
  min-height: 632px !important;
}
.min-w-632-px {
  min-width: 632px !important;
}
.max-h-632-px {
  max-height: 632px !important;
}
.max-w-632-px {
  max-width: 632px !important;
}
.h-633-px {
  height: 633px !important;
}
.w-633-px {
  width: 633px !important;
}
.min-h-633-px {
  min-height: 633px !important;
}
.min-w-633-px {
  min-width: 633px !important;
}
.max-h-633-px {
  max-height: 633px !important;
}
.max-w-633-px {
  max-width: 633px !important;
}
.h-634-px {
  height: 634px !important;
}
.w-634-px {
  width: 634px !important;
}
.min-h-634-px {
  min-height: 634px !important;
}
.min-w-634-px {
  min-width: 634px !important;
}
.max-h-634-px {
  max-height: 634px !important;
}
.max-w-634-px {
  max-width: 634px !important;
}
.h-635-px {
  height: 635px !important;
}
.w-635-px {
  width: 635px !important;
}
.min-h-635-px {
  min-height: 635px !important;
}
.min-w-635-px {
  min-width: 635px !important;
}
.max-h-635-px {
  max-height: 635px !important;
}
.max-w-635-px {
  max-width: 635px !important;
}
.h-636-px {
  height: 636px !important;
}
.w-636-px {
  width: 636px !important;
}
.min-h-636-px {
  min-height: 636px !important;
}
.min-w-636-px {
  min-width: 636px !important;
}
.max-h-636-px {
  max-height: 636px !important;
}
.max-w-636-px {
  max-width: 636px !important;
}
.h-637-px {
  height: 637px !important;
}
.w-637-px {
  width: 637px !important;
}
.min-h-637-px {
  min-height: 637px !important;
}
.min-w-637-px {
  min-width: 637px !important;
}
.max-h-637-px {
  max-height: 637px !important;
}
.max-w-637-px {
  max-width: 637px !important;
}
.h-638-px {
  height: 638px !important;
}
.w-638-px {
  width: 638px !important;
}
.min-h-638-px {
  min-height: 638px !important;
}
.min-w-638-px {
  min-width: 638px !important;
}
.max-h-638-px {
  max-height: 638px !important;
}
.max-w-638-px {
  max-width: 638px !important;
}
.h-639-px {
  height: 639px !important;
}
.w-639-px {
  width: 639px !important;
}
.min-h-639-px {
  min-height: 639px !important;
}
.min-w-639-px {
  min-width: 639px !important;
}
.max-h-639-px {
  max-height: 639px !important;
}
.max-w-639-px {
  max-width: 639px !important;
}
.h-640-px {
  height: 640px !important;
}
.w-640-px {
  width: 640px !important;
}
.min-h-640-px {
  min-height: 640px !important;
}
.min-w-640-px {
  min-width: 640px !important;
}
.max-h-640-px {
  max-height: 640px !important;
}
.max-w-640-px {
  max-width: 640px !important;
}
.h-641-px {
  height: 641px !important;
}
.w-641-px {
  width: 641px !important;
}
.min-h-641-px {
  min-height: 641px !important;
}
.min-w-641-px {
  min-width: 641px !important;
}
.max-h-641-px {
  max-height: 641px !important;
}
.max-w-641-px {
  max-width: 641px !important;
}
.h-642-px {
  height: 642px !important;
}
.w-642-px {
  width: 642px !important;
}
.min-h-642-px {
  min-height: 642px !important;
}
.min-w-642-px {
  min-width: 642px !important;
}
.max-h-642-px {
  max-height: 642px !important;
}
.max-w-642-px {
  max-width: 642px !important;
}
.h-643-px {
  height: 643px !important;
}
.w-643-px {
  width: 643px !important;
}
.min-h-643-px {
  min-height: 643px !important;
}
.min-w-643-px {
  min-width: 643px !important;
}
.max-h-643-px {
  max-height: 643px !important;
}
.max-w-643-px {
  max-width: 643px !important;
}
.h-644-px {
  height: 644px !important;
}
.w-644-px {
  width: 644px !important;
}
.min-h-644-px {
  min-height: 644px !important;
}
.min-w-644-px {
  min-width: 644px !important;
}
.max-h-644-px {
  max-height: 644px !important;
}
.max-w-644-px {
  max-width: 644px !important;
}
.h-645-px {
  height: 645px !important;
}
.w-645-px {
  width: 645px !important;
}
.min-h-645-px {
  min-height: 645px !important;
}
.min-w-645-px {
  min-width: 645px !important;
}
.max-h-645-px {
  max-height: 645px !important;
}
.max-w-645-px {
  max-width: 645px !important;
}
.h-646-px {
  height: 646px !important;
}
.w-646-px {
  width: 646px !important;
}
.min-h-646-px {
  min-height: 646px !important;
}
.min-w-646-px {
  min-width: 646px !important;
}
.max-h-646-px {
  max-height: 646px !important;
}
.max-w-646-px {
  max-width: 646px !important;
}
.h-647-px {
  height: 647px !important;
}
.w-647-px {
  width: 647px !important;
}
.min-h-647-px {
  min-height: 647px !important;
}
.min-w-647-px {
  min-width: 647px !important;
}
.max-h-647-px {
  max-height: 647px !important;
}
.max-w-647-px {
  max-width: 647px !important;
}
.h-648-px {
  height: 648px !important;
}
.w-648-px {
  width: 648px !important;
}
.min-h-648-px {
  min-height: 648px !important;
}
.min-w-648-px {
  min-width: 648px !important;
}
.max-h-648-px {
  max-height: 648px !important;
}
.max-w-648-px {
  max-width: 648px !important;
}
.h-649-px {
  height: 649px !important;
}
.w-649-px {
  width: 649px !important;
}
.min-h-649-px {
  min-height: 649px !important;
}
.min-w-649-px {
  min-width: 649px !important;
}
.max-h-649-px {
  max-height: 649px !important;
}
.max-w-649-px {
  max-width: 649px !important;
}
.h-650-px {
  height: 650px !important;
}
.w-650-px {
  width: 650px !important;
}
.min-h-650-px {
  min-height: 650px !important;
}
.min-w-650-px {
  min-width: 650px !important;
}
.max-h-650-px {
  max-height: 650px !important;
}
.max-w-650-px {
  max-width: 650px !important;
}
.h-651-px {
  height: 651px !important;
}
.w-651-px {
  width: 651px !important;
}
.min-h-651-px {
  min-height: 651px !important;
}
.min-w-651-px {
  min-width: 651px !important;
}
.max-h-651-px {
  max-height: 651px !important;
}
.max-w-651-px {
  max-width: 651px !important;
}
.h-652-px {
  height: 652px !important;
}
.w-652-px {
  width: 652px !important;
}
.min-h-652-px {
  min-height: 652px !important;
}
.min-w-652-px {
  min-width: 652px !important;
}
.max-h-652-px {
  max-height: 652px !important;
}
.max-w-652-px {
  max-width: 652px !important;
}
.h-653-px {
  height: 653px !important;
}
.w-653-px {
  width: 653px !important;
}
.min-h-653-px {
  min-height: 653px !important;
}
.min-w-653-px {
  min-width: 653px !important;
}
.max-h-653-px {
  max-height: 653px !important;
}
.max-w-653-px {
  max-width: 653px !important;
}
.h-654-px {
  height: 654px !important;
}
.w-654-px {
  width: 654px !important;
}
.min-h-654-px {
  min-height: 654px !important;
}
.min-w-654-px {
  min-width: 654px !important;
}
.max-h-654-px {
  max-height: 654px !important;
}
.max-w-654-px {
  max-width: 654px !important;
}
.h-655-px {
  height: 655px !important;
}
.w-655-px {
  width: 655px !important;
}
.min-h-655-px {
  min-height: 655px !important;
}
.min-w-655-px {
  min-width: 655px !important;
}
.max-h-655-px {
  max-height: 655px !important;
}
.max-w-655-px {
  max-width: 655px !important;
}
.h-656-px {
  height: 656px !important;
}
.w-656-px {
  width: 656px !important;
}
.min-h-656-px {
  min-height: 656px !important;
}
.min-w-656-px {
  min-width: 656px !important;
}
.max-h-656-px {
  max-height: 656px !important;
}
.max-w-656-px {
  max-width: 656px !important;
}
.h-657-px {
  height: 657px !important;
}
.w-657-px {
  width: 657px !important;
}
.min-h-657-px {
  min-height: 657px !important;
}
.min-w-657-px {
  min-width: 657px !important;
}
.max-h-657-px {
  max-height: 657px !important;
}
.max-w-657-px {
  max-width: 657px !important;
}
.h-658-px {
  height: 658px !important;
}
.w-658-px {
  width: 658px !important;
}
.min-h-658-px {
  min-height: 658px !important;
}
.min-w-658-px {
  min-width: 658px !important;
}
.max-h-658-px {
  max-height: 658px !important;
}
.max-w-658-px {
  max-width: 658px !important;
}
.h-659-px {
  height: 659px !important;
}
.w-659-px {
  width: 659px !important;
}
.min-h-659-px {
  min-height: 659px !important;
}
.min-w-659-px {
  min-width: 659px !important;
}
.max-h-659-px {
  max-height: 659px !important;
}
.max-w-659-px {
  max-width: 659px !important;
}
.h-660-px {
  height: 660px !important;
}
.w-660-px {
  width: 660px !important;
}
.min-h-660-px {
  min-height: 660px !important;
}
.min-w-660-px {
  min-width: 660px !important;
}
.max-h-660-px {
  max-height: 660px !important;
}
.max-w-660-px {
  max-width: 660px !important;
}
.h-661-px {
  height: 661px !important;
}
.w-661-px {
  width: 661px !important;
}
.min-h-661-px {
  min-height: 661px !important;
}
.min-w-661-px {
  min-width: 661px !important;
}
.max-h-661-px {
  max-height: 661px !important;
}
.max-w-661-px {
  max-width: 661px !important;
}
.h-662-px {
  height: 662px !important;
}
.w-662-px {
  width: 662px !important;
}
.min-h-662-px {
  min-height: 662px !important;
}
.min-w-662-px {
  min-width: 662px !important;
}
.max-h-662-px {
  max-height: 662px !important;
}
.max-w-662-px {
  max-width: 662px !important;
}
.h-663-px {
  height: 663px !important;
}
.w-663-px {
  width: 663px !important;
}
.min-h-663-px {
  min-height: 663px !important;
}
.min-w-663-px {
  min-width: 663px !important;
}
.max-h-663-px {
  max-height: 663px !important;
}
.max-w-663-px {
  max-width: 663px !important;
}
.h-664-px {
  height: 664px !important;
}
.w-664-px {
  width: 664px !important;
}
.min-h-664-px {
  min-height: 664px !important;
}
.min-w-664-px {
  min-width: 664px !important;
}
.max-h-664-px {
  max-height: 664px !important;
}
.max-w-664-px {
  max-width: 664px !important;
}
.h-665-px {
  height: 665px !important;
}
.w-665-px {
  width: 665px !important;
}
.min-h-665-px {
  min-height: 665px !important;
}
.min-w-665-px {
  min-width: 665px !important;
}
.max-h-665-px {
  max-height: 665px !important;
}
.max-w-665-px {
  max-width: 665px !important;
}
.h-666-px {
  height: 666px !important;
}
.w-666-px {
  width: 666px !important;
}
.min-h-666-px {
  min-height: 666px !important;
}
.min-w-666-px {
  min-width: 666px !important;
}
.max-h-666-px {
  max-height: 666px !important;
}
.max-w-666-px {
  max-width: 666px !important;
}
.h-667-px {
  height: 667px !important;
}
.w-667-px {
  width: 667px !important;
}
.min-h-667-px {
  min-height: 667px !important;
}
.min-w-667-px {
  min-width: 667px !important;
}
.max-h-667-px {
  max-height: 667px !important;
}
.max-w-667-px {
  max-width: 667px !important;
}
.h-668-px {
  height: 668px !important;
}
.w-668-px {
  width: 668px !important;
}
.min-h-668-px {
  min-height: 668px !important;
}
.min-w-668-px {
  min-width: 668px !important;
}
.max-h-668-px {
  max-height: 668px !important;
}
.max-w-668-px {
  max-width: 668px !important;
}
.h-669-px {
  height: 669px !important;
}
.w-669-px {
  width: 669px !important;
}
.min-h-669-px {
  min-height: 669px !important;
}
.min-w-669-px {
  min-width: 669px !important;
}
.max-h-669-px {
  max-height: 669px !important;
}
.max-w-669-px {
  max-width: 669px !important;
}
.h-670-px {
  height: 670px !important;
}
.w-670-px {
  width: 670px !important;
}
.min-h-670-px {
  min-height: 670px !important;
}
.min-w-670-px {
  min-width: 670px !important;
}
.max-h-670-px {
  max-height: 670px !important;
}
.max-w-670-px {
  max-width: 670px !important;
}
.h-671-px {
  height: 671px !important;
}
.w-671-px {
  width: 671px !important;
}
.min-h-671-px {
  min-height: 671px !important;
}
.min-w-671-px {
  min-width: 671px !important;
}
.max-h-671-px {
  max-height: 671px !important;
}
.max-w-671-px {
  max-width: 671px !important;
}
.h-672-px {
  height: 672px !important;
}
.w-672-px {
  width: 672px !important;
}
.min-h-672-px {
  min-height: 672px !important;
}
.min-w-672-px {
  min-width: 672px !important;
}
.max-h-672-px {
  max-height: 672px !important;
}
.max-w-672-px {
  max-width: 672px !important;
}
.h-673-px {
  height: 673px !important;
}
.w-673-px {
  width: 673px !important;
}
.min-h-673-px {
  min-height: 673px !important;
}
.min-w-673-px {
  min-width: 673px !important;
}
.max-h-673-px {
  max-height: 673px !important;
}
.max-w-673-px {
  max-width: 673px !important;
}
.h-674-px {
  height: 674px !important;
}
.w-674-px {
  width: 674px !important;
}
.min-h-674-px {
  min-height: 674px !important;
}
.min-w-674-px {
  min-width: 674px !important;
}
.max-h-674-px {
  max-height: 674px !important;
}
.max-w-674-px {
  max-width: 674px !important;
}
.h-675-px {
  height: 675px !important;
}
.w-675-px {
  width: 675px !important;
}
.min-h-675-px {
  min-height: 675px !important;
}
.min-w-675-px {
  min-width: 675px !important;
}
.max-h-675-px {
  max-height: 675px !important;
}
.max-w-675-px {
  max-width: 675px !important;
}
.h-676-px {
  height: 676px !important;
}
.w-676-px {
  width: 676px !important;
}
.min-h-676-px {
  min-height: 676px !important;
}
.min-w-676-px {
  min-width: 676px !important;
}
.max-h-676-px {
  max-height: 676px !important;
}
.max-w-676-px {
  max-width: 676px !important;
}
.h-677-px {
  height: 677px !important;
}
.w-677-px {
  width: 677px !important;
}
.min-h-677-px {
  min-height: 677px !important;
}
.min-w-677-px {
  min-width: 677px !important;
}
.max-h-677-px {
  max-height: 677px !important;
}
.max-w-677-px {
  max-width: 677px !important;
}
.h-678-px {
  height: 678px !important;
}
.w-678-px {
  width: 678px !important;
}
.min-h-678-px {
  min-height: 678px !important;
}
.min-w-678-px {
  min-width: 678px !important;
}
.max-h-678-px {
  max-height: 678px !important;
}
.max-w-678-px {
  max-width: 678px !important;
}
.h-679-px {
  height: 679px !important;
}
.w-679-px {
  width: 679px !important;
}
.min-h-679-px {
  min-height: 679px !important;
}
.min-w-679-px {
  min-width: 679px !important;
}
.max-h-679-px {
  max-height: 679px !important;
}
.max-w-679-px {
  max-width: 679px !important;
}
.h-680-px {
  height: 680px !important;
}
.w-680-px {
  width: 680px !important;
}
.min-h-680-px {
  min-height: 680px !important;
}
.min-w-680-px {
  min-width: 680px !important;
}
.max-h-680-px {
  max-height: 680px !important;
}
.max-w-680-px {
  max-width: 680px !important;
}
.h-681-px {
  height: 681px !important;
}
.w-681-px {
  width: 681px !important;
}
.min-h-681-px {
  min-height: 681px !important;
}
.min-w-681-px {
  min-width: 681px !important;
}
.max-h-681-px {
  max-height: 681px !important;
}
.max-w-681-px {
  max-width: 681px !important;
}
.h-682-px {
  height: 682px !important;
}
.w-682-px {
  width: 682px !important;
}
.min-h-682-px {
  min-height: 682px !important;
}
.min-w-682-px {
  min-width: 682px !important;
}
.max-h-682-px {
  max-height: 682px !important;
}
.max-w-682-px {
  max-width: 682px !important;
}
.h-683-px {
  height: 683px !important;
}
.w-683-px {
  width: 683px !important;
}
.min-h-683-px {
  min-height: 683px !important;
}
.min-w-683-px {
  min-width: 683px !important;
}
.max-h-683-px {
  max-height: 683px !important;
}
.max-w-683-px {
  max-width: 683px !important;
}
.h-684-px {
  height: 684px !important;
}
.w-684-px {
  width: 684px !important;
}
.min-h-684-px {
  min-height: 684px !important;
}
.min-w-684-px {
  min-width: 684px !important;
}
.max-h-684-px {
  max-height: 684px !important;
}
.max-w-684-px {
  max-width: 684px !important;
}
.h-685-px {
  height: 685px !important;
}
.w-685-px {
  width: 685px !important;
}
.min-h-685-px {
  min-height: 685px !important;
}
.min-w-685-px {
  min-width: 685px !important;
}
.max-h-685-px {
  max-height: 685px !important;
}
.max-w-685-px {
  max-width: 685px !important;
}
.h-686-px {
  height: 686px !important;
}
.w-686-px {
  width: 686px !important;
}
.min-h-686-px {
  min-height: 686px !important;
}
.min-w-686-px {
  min-width: 686px !important;
}
.max-h-686-px {
  max-height: 686px !important;
}
.max-w-686-px {
  max-width: 686px !important;
}
.h-687-px {
  height: 687px !important;
}
.w-687-px {
  width: 687px !important;
}
.min-h-687-px {
  min-height: 687px !important;
}
.min-w-687-px {
  min-width: 687px !important;
}
.max-h-687-px {
  max-height: 687px !important;
}
.max-w-687-px {
  max-width: 687px !important;
}
.h-688-px {
  height: 688px !important;
}
.w-688-px {
  width: 688px !important;
}
.min-h-688-px {
  min-height: 688px !important;
}
.min-w-688-px {
  min-width: 688px !important;
}
.max-h-688-px {
  max-height: 688px !important;
}
.max-w-688-px {
  max-width: 688px !important;
}
.h-689-px {
  height: 689px !important;
}
.w-689-px {
  width: 689px !important;
}
.min-h-689-px {
  min-height: 689px !important;
}
.min-w-689-px {
  min-width: 689px !important;
}
.max-h-689-px {
  max-height: 689px !important;
}
.max-w-689-px {
  max-width: 689px !important;
}
.h-690-px {
  height: 690px !important;
}
.w-690-px {
  width: 690px !important;
}
.min-h-690-px {
  min-height: 690px !important;
}
.min-w-690-px {
  min-width: 690px !important;
}
.max-h-690-px {
  max-height: 690px !important;
}
.max-w-690-px {
  max-width: 690px !important;
}
.h-691-px {
  height: 691px !important;
}
.w-691-px {
  width: 691px !important;
}
.min-h-691-px {
  min-height: 691px !important;
}
.min-w-691-px {
  min-width: 691px !important;
}
.max-h-691-px {
  max-height: 691px !important;
}
.max-w-691-px {
  max-width: 691px !important;
}
.h-692-px {
  height: 692px !important;
}
.w-692-px {
  width: 692px !important;
}
.min-h-692-px {
  min-height: 692px !important;
}
.min-w-692-px {
  min-width: 692px !important;
}
.max-h-692-px {
  max-height: 692px !important;
}
.max-w-692-px {
  max-width: 692px !important;
}
.h-693-px {
  height: 693px !important;
}
.w-693-px {
  width: 693px !important;
}
.min-h-693-px {
  min-height: 693px !important;
}
.min-w-693-px {
  min-width: 693px !important;
}
.max-h-693-px {
  max-height: 693px !important;
}
.max-w-693-px {
  max-width: 693px !important;
}
.h-694-px {
  height: 694px !important;
}
.w-694-px {
  width: 694px !important;
}
.min-h-694-px {
  min-height: 694px !important;
}
.min-w-694-px {
  min-width: 694px !important;
}
.max-h-694-px {
  max-height: 694px !important;
}
.max-w-694-px {
  max-width: 694px !important;
}
.h-695-px {
  height: 695px !important;
}
.w-695-px {
  width: 695px !important;
}
.min-h-695-px {
  min-height: 695px !important;
}
.min-w-695-px {
  min-width: 695px !important;
}
.max-h-695-px {
  max-height: 695px !important;
}
.max-w-695-px {
  max-width: 695px !important;
}
.h-696-px {
  height: 696px !important;
}
.w-696-px {
  width: 696px !important;
}
.min-h-696-px {
  min-height: 696px !important;
}
.min-w-696-px {
  min-width: 696px !important;
}
.max-h-696-px {
  max-height: 696px !important;
}
.max-w-696-px {
  max-width: 696px !important;
}
.h-697-px {
  height: 697px !important;
}
.w-697-px {
  width: 697px !important;
}
.min-h-697-px {
  min-height: 697px !important;
}
.min-w-697-px {
  min-width: 697px !important;
}
.max-h-697-px {
  max-height: 697px !important;
}
.max-w-697-px {
  max-width: 697px !important;
}
.h-698-px {
  height: 698px !important;
}
.w-698-px {
  width: 698px !important;
}
.min-h-698-px {
  min-height: 698px !important;
}
.min-w-698-px {
  min-width: 698px !important;
}
.max-h-698-px {
  max-height: 698px !important;
}
.max-w-698-px {
  max-width: 698px !important;
}
.h-699-px {
  height: 699px !important;
}
.w-699-px {
  width: 699px !important;
}
.min-h-699-px {
  min-height: 699px !important;
}
.min-w-699-px {
  min-width: 699px !important;
}
.max-h-699-px {
  max-height: 699px !important;
}
.max-w-699-px {
  max-width: 699px !important;
}
.h-700-px {
  height: 700px !important;
}
.w-700-px {
  width: 700px !important;
}
.min-h-700-px {
  min-height: 700px !important;
}
.min-w-700-px {
  min-width: 700px !important;
}
.max-h-700-px {
  max-height: 700px !important;
}
.max-w-700-px {
  max-width: 700px !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.max-h-1-vh {
  max-height: 1vh !important;
}
.min-h-1-vh {
  min-height: 1vh !important;
}
.max-w-1-vw {
  max-width: 1vw !important;
}
.min-w-1-vw {
  min-width: 1vw !important;
}
.h-1-vh {
  height: 1vh !important;
}
.max-h-1-p {
  max-height: calc(1 * 1%) !important;
}
.min-h-1-p {
  min-height: calc(1 * 1%) !important;
}
.max-w-1-p {
  max-width: calc(1 * 1%) !important;
}
.min-w-1-p {
  min-width: calc(1 * 1%) !important;
}
.h-1-p {
  height: calc(1 * 1%) !important;
}
.w-1-p {
  width: calc(1 * 1%) !important;
}
.max-h-1 {
  max-height: calc(1 * 1%) !important;
}
.max-w-1 {
  max-width: calc(1 * 1%) !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.max-h-2-vh {
  max-height: 2vh !important;
}
.min-h-2-vh {
  min-height: 2vh !important;
}
.max-w-2-vw {
  max-width: 2vw !important;
}
.min-w-2-vw {
  min-width: 2vw !important;
}
.h-2-vh {
  height: 2vh !important;
}
.max-h-2-p {
  max-height: calc(2 * 1%) !important;
}
.min-h-2-p {
  min-height: calc(2 * 1%) !important;
}
.max-w-2-p {
  max-width: calc(2 * 1%) !important;
}
.min-w-2-p {
  min-width: calc(2 * 1%) !important;
}
.h-2-p {
  height: calc(2 * 1%) !important;
}
.w-2-p {
  width: calc(2 * 1%) !important;
}
.max-h-2 {
  max-height: calc(2 * 1%) !important;
}
.max-w-2 {
  max-width: calc(2 * 1%) !important;
}
.z-index-3 {
  z-index: 3 !important;
}
.max-h-3-vh {
  max-height: 3vh !important;
}
.min-h-3-vh {
  min-height: 3vh !important;
}
.max-w-3-vw {
  max-width: 3vw !important;
}
.min-w-3-vw {
  min-width: 3vw !important;
}
.h-3-vh {
  height: 3vh !important;
}
.max-h-3-p {
  max-height: calc(3 * 1%) !important;
}
.min-h-3-p {
  min-height: calc(3 * 1%) !important;
}
.max-w-3-p {
  max-width: calc(3 * 1%) !important;
}
.min-w-3-p {
  min-width: calc(3 * 1%) !important;
}
.h-3-p {
  height: calc(3 * 1%) !important;
}
.w-3-p {
  width: calc(3 * 1%) !important;
}
.max-h-3 {
  max-height: calc(3 * 1%) !important;
}
.max-w-3 {
  max-width: calc(3 * 1%) !important;
}
.z-index-4 {
  z-index: 4 !important;
}
.max-h-4-vh {
  max-height: 4vh !important;
}
.min-h-4-vh {
  min-height: 4vh !important;
}
.max-w-4-vw {
  max-width: 4vw !important;
}
.min-w-4-vw {
  min-width: 4vw !important;
}
.h-4-vh {
  height: 4vh !important;
}
.max-h-4-p {
  max-height: calc(4 * 1%) !important;
}
.min-h-4-p {
  min-height: calc(4 * 1%) !important;
}
.max-w-4-p {
  max-width: calc(4 * 1%) !important;
}
.min-w-4-p {
  min-width: calc(4 * 1%) !important;
}
.h-4-p {
  height: calc(4 * 1%) !important;
}
.w-4-p {
  width: calc(4 * 1%) !important;
}
.max-h-4 {
  max-height: calc(4 * 1%) !important;
}
.max-w-4 {
  max-width: calc(4 * 1%) !important;
}
.z-index-5 {
  z-index: 5 !important;
}
.max-h-5-vh {
  max-height: 5vh !important;
}
.min-h-5-vh {
  min-height: 5vh !important;
}
.max-w-5-vw {
  max-width: 5vw !important;
}
.min-w-5-vw {
  min-width: 5vw !important;
}
.h-5-vh {
  height: 5vh !important;
}
.max-h-5-p {
  max-height: calc(5 * 1%) !important;
}
.min-h-5-p {
  min-height: calc(5 * 1%) !important;
}
.max-w-5-p {
  max-width: calc(5 * 1%) !important;
}
.min-w-5-p {
  min-width: calc(5 * 1%) !important;
}
.h-5-p {
  height: calc(5 * 1%) !important;
}
.w-5-p {
  width: calc(5 * 1%) !important;
}
.max-h-5 {
  max-height: calc(5 * 1%) !important;
}
.max-w-5 {
  max-width: calc(5 * 1%) !important;
}
.z-index-6 {
  z-index: 6 !important;
}
.max-h-6-vh {
  max-height: 6vh !important;
}
.min-h-6-vh {
  min-height: 6vh !important;
}
.max-w-6-vw {
  max-width: 6vw !important;
}
.min-w-6-vw {
  min-width: 6vw !important;
}
.h-6-vh {
  height: 6vh !important;
}
.max-h-6-p {
  max-height: calc(6 * 1%) !important;
}
.min-h-6-p {
  min-height: calc(6 * 1%) !important;
}
.max-w-6-p {
  max-width: calc(6 * 1%) !important;
}
.min-w-6-p {
  min-width: calc(6 * 1%) !important;
}
.h-6-p {
  height: calc(6 * 1%) !important;
}
.w-6-p {
  width: calc(6 * 1%) !important;
}
.max-h-6 {
  max-height: calc(6 * 1%) !important;
}
.max-w-6 {
  max-width: calc(6 * 1%) !important;
}
.z-index-7 {
  z-index: 7 !important;
}
.max-h-7-vh {
  max-height: 7vh !important;
}
.min-h-7-vh {
  min-height: 7vh !important;
}
.max-w-7-vw {
  max-width: 7vw !important;
}
.min-w-7-vw {
  min-width: 7vw !important;
}
.h-7-vh {
  height: 7vh !important;
}
.max-h-7-p {
  max-height: calc(7 * 1%) !important;
}
.min-h-7-p {
  min-height: calc(7 * 1%) !important;
}
.max-w-7-p {
  max-width: calc(7 * 1%) !important;
}
.min-w-7-p {
  min-width: calc(7 * 1%) !important;
}
.h-7-p {
  height: calc(7 * 1%) !important;
}
.w-7-p {
  width: calc(7 * 1%) !important;
}
.max-h-7 {
  max-height: calc(7 * 1%) !important;
}
.max-w-7 {
  max-width: calc(7 * 1%) !important;
}
.z-index-8 {
  z-index: 8 !important;
}
.max-h-8-vh {
  max-height: 8vh !important;
}
.min-h-8-vh {
  min-height: 8vh !important;
}
.max-w-8-vw {
  max-width: 8vw !important;
}
.min-w-8-vw {
  min-width: 8vw !important;
}
.h-8-vh {
  height: 8vh !important;
}
.max-h-8-p {
  max-height: calc(8 * 1%) !important;
}
.min-h-8-p {
  min-height: calc(8 * 1%) !important;
}
.max-w-8-p {
  max-width: calc(8 * 1%) !important;
}
.min-w-8-p {
  min-width: calc(8 * 1%) !important;
}
.h-8-p {
  height: calc(8 * 1%) !important;
}
.w-8-p {
  width: calc(8 * 1%) !important;
}
.max-h-8 {
  max-height: calc(8 * 1%) !important;
}
.max-w-8 {
  max-width: calc(8 * 1%) !important;
}
.z-index-9 {
  z-index: 9 !important;
}
.max-h-9-vh {
  max-height: 9vh !important;
}
.min-h-9-vh {
  min-height: 9vh !important;
}
.max-w-9-vw {
  max-width: 9vw !important;
}
.min-w-9-vw {
  min-width: 9vw !important;
}
.h-9-vh {
  height: 9vh !important;
}
.max-h-9-p {
  max-height: calc(9 * 1%) !important;
}
.min-h-9-p {
  min-height: calc(9 * 1%) !important;
}
.max-w-9-p {
  max-width: calc(9 * 1%) !important;
}
.min-w-9-p {
  min-width: calc(9 * 1%) !important;
}
.h-9-p {
  height: calc(9 * 1%) !important;
}
.w-9-p {
  width: calc(9 * 1%) !important;
}
.max-h-9 {
  max-height: calc(9 * 1%) !important;
}
.max-w-9 {
  max-width: calc(9 * 1%) !important;
}
.z-index-10 {
  z-index: 10 !important;
}
.max-h-10-vh {
  max-height: 10vh !important;
}
.min-h-10-vh {
  min-height: 10vh !important;
}
.max-w-10-vw {
  max-width: 10vw !important;
}
.min-w-10-vw {
  min-width: 10vw !important;
}
.h-10-vh {
  height: 10vh !important;
}
.max-h-10-p {
  max-height: calc(10 * 1%) !important;
}
.min-h-10-p {
  min-height: calc(10 * 1%) !important;
}
.max-w-10-p {
  max-width: calc(10 * 1%) !important;
}
.min-w-10-p {
  min-width: calc(10 * 1%) !important;
}
.h-10-p {
  height: calc(10 * 1%) !important;
}
.w-10-p {
  width: calc(10 * 1%) !important;
}
.max-h-10 {
  max-height: calc(10 * 1%) !important;
}
.max-w-10 {
  max-width: calc(10 * 1%) !important;
}
.z-index-11 {
  z-index: 11 !important;
}
.max-h-11-vh {
  max-height: 11vh !important;
}
.min-h-11-vh {
  min-height: 11vh !important;
}
.max-w-11-vw {
  max-width: 11vw !important;
}
.min-w-11-vw {
  min-width: 11vw !important;
}
.h-11-vh {
  height: 11vh !important;
}
.max-h-11-p {
  max-height: calc(11 * 1%) !important;
}
.min-h-11-p {
  min-height: calc(11 * 1%) !important;
}
.max-w-11-p {
  max-width: calc(11 * 1%) !important;
}
.min-w-11-p {
  min-width: calc(11 * 1%) !important;
}
.h-11-p {
  height: calc(11 * 1%) !important;
}
.w-11-p {
  width: calc(11 * 1%) !important;
}
.max-h-11 {
  max-height: calc(11 * 1%) !important;
}
.max-w-11 {
  max-width: calc(11 * 1%) !important;
}
.z-index-12 {
  z-index: 12 !important;
}
.max-h-12-vh {
  max-height: 12vh !important;
}
.min-h-12-vh {
  min-height: 12vh !important;
}
.max-w-12-vw {
  max-width: 12vw !important;
}
.min-w-12-vw {
  min-width: 12vw !important;
}
.h-12-vh {
  height: 12vh !important;
}
.max-h-12-p {
  max-height: calc(12 * 1%) !important;
}
.min-h-12-p {
  min-height: calc(12 * 1%) !important;
}
.max-w-12-p {
  max-width: calc(12 * 1%) !important;
}
.min-w-12-p {
  min-width: calc(12 * 1%) !important;
}
.h-12-p {
  height: calc(12 * 1%) !important;
}
.w-12-p {
  width: calc(12 * 1%) !important;
}
.max-h-12 {
  max-height: calc(12 * 1%) !important;
}
.max-w-12 {
  max-width: calc(12 * 1%) !important;
}
.z-index-13 {
  z-index: 13 !important;
}
.max-h-13-vh {
  max-height: 13vh !important;
}
.min-h-13-vh {
  min-height: 13vh !important;
}
.max-w-13-vw {
  max-width: 13vw !important;
}
.min-w-13-vw {
  min-width: 13vw !important;
}
.h-13-vh {
  height: 13vh !important;
}
.max-h-13-p {
  max-height: calc(13 * 1%) !important;
}
.min-h-13-p {
  min-height: calc(13 * 1%) !important;
}
.max-w-13-p {
  max-width: calc(13 * 1%) !important;
}
.min-w-13-p {
  min-width: calc(13 * 1%) !important;
}
.h-13-p {
  height: calc(13 * 1%) !important;
}
.w-13-p {
  width: calc(13 * 1%) !important;
}
.max-h-13 {
  max-height: calc(13 * 1%) !important;
}
.max-w-13 {
  max-width: calc(13 * 1%) !important;
}
.z-index-14 {
  z-index: 14 !important;
}
.max-h-14-vh {
  max-height: 14vh !important;
}
.min-h-14-vh {
  min-height: 14vh !important;
}
.max-w-14-vw {
  max-width: 14vw !important;
}
.min-w-14-vw {
  min-width: 14vw !important;
}
.h-14-vh {
  height: 14vh !important;
}
.max-h-14-p {
  max-height: calc(14 * 1%) !important;
}
.min-h-14-p {
  min-height: calc(14 * 1%) !important;
}
.max-w-14-p {
  max-width: calc(14 * 1%) !important;
}
.min-w-14-p {
  min-width: calc(14 * 1%) !important;
}
.h-14-p {
  height: calc(14 * 1%) !important;
}
.w-14-p {
  width: calc(14 * 1%) !important;
}
.max-h-14 {
  max-height: calc(14 * 1%) !important;
}
.max-w-14 {
  max-width: calc(14 * 1%) !important;
}
.z-index-15 {
  z-index: 15 !important;
}
.max-h-15-vh {
  max-height: 15vh !important;
}
.min-h-15-vh {
  min-height: 15vh !important;
}
.max-w-15-vw {
  max-width: 15vw !important;
}
.min-w-15-vw {
  min-width: 15vw !important;
}
.h-15-vh {
  height: 15vh !important;
}
.max-h-15-p {
  max-height: calc(15 * 1%) !important;
}
.min-h-15-p {
  min-height: calc(15 * 1%) !important;
}
.max-w-15-p {
  max-width: calc(15 * 1%) !important;
}
.min-w-15-p {
  min-width: calc(15 * 1%) !important;
}
.h-15-p {
  height: calc(15 * 1%) !important;
}
.w-15-p {
  width: calc(15 * 1%) !important;
}
.max-h-15 {
  max-height: calc(15 * 1%) !important;
}
.max-w-15 {
  max-width: calc(15 * 1%) !important;
}
.z-index-16 {
  z-index: 16 !important;
}
.max-h-16-vh {
  max-height: 16vh !important;
}
.min-h-16-vh {
  min-height: 16vh !important;
}
.max-w-16-vw {
  max-width: 16vw !important;
}
.min-w-16-vw {
  min-width: 16vw !important;
}
.h-16-vh {
  height: 16vh !important;
}
.max-h-16-p {
  max-height: calc(16 * 1%) !important;
}
.min-h-16-p {
  min-height: calc(16 * 1%) !important;
}
.max-w-16-p {
  max-width: calc(16 * 1%) !important;
}
.min-w-16-p {
  min-width: calc(16 * 1%) !important;
}
.h-16-p {
  height: calc(16 * 1%) !important;
}
.w-16-p {
  width: calc(16 * 1%) !important;
}
.max-h-16 {
  max-height: calc(16 * 1%) !important;
}
.max-w-16 {
  max-width: calc(16 * 1%) !important;
}
.z-index-17 {
  z-index: 17 !important;
}
.max-h-17-vh {
  max-height: 17vh !important;
}
.min-h-17-vh {
  min-height: 17vh !important;
}
.max-w-17-vw {
  max-width: 17vw !important;
}
.min-w-17-vw {
  min-width: 17vw !important;
}
.h-17-vh {
  height: 17vh !important;
}
.max-h-17-p {
  max-height: calc(17 * 1%) !important;
}
.min-h-17-p {
  min-height: calc(17 * 1%) !important;
}
.max-w-17-p {
  max-width: calc(17 * 1%) !important;
}
.min-w-17-p {
  min-width: calc(17 * 1%) !important;
}
.h-17-p {
  height: calc(17 * 1%) !important;
}
.w-17-p {
  width: calc(17 * 1%) !important;
}
.max-h-17 {
  max-height: calc(17 * 1%) !important;
}
.max-w-17 {
  max-width: calc(17 * 1%) !important;
}
.z-index-18 {
  z-index: 18 !important;
}
.max-h-18-vh {
  max-height: 18vh !important;
}
.min-h-18-vh {
  min-height: 18vh !important;
}
.max-w-18-vw {
  max-width: 18vw !important;
}
.min-w-18-vw {
  min-width: 18vw !important;
}
.h-18-vh {
  height: 18vh !important;
}
.max-h-18-p {
  max-height: calc(18 * 1%) !important;
}
.min-h-18-p {
  min-height: calc(18 * 1%) !important;
}
.max-w-18-p {
  max-width: calc(18 * 1%) !important;
}
.min-w-18-p {
  min-width: calc(18 * 1%) !important;
}
.h-18-p {
  height: calc(18 * 1%) !important;
}
.w-18-p {
  width: calc(18 * 1%) !important;
}
.max-h-18 {
  max-height: calc(18 * 1%) !important;
}
.max-w-18 {
  max-width: calc(18 * 1%) !important;
}
.z-index-19 {
  z-index: 19 !important;
}
.max-h-19-vh {
  max-height: 19vh !important;
}
.min-h-19-vh {
  min-height: 19vh !important;
}
.max-w-19-vw {
  max-width: 19vw !important;
}
.min-w-19-vw {
  min-width: 19vw !important;
}
.h-19-vh {
  height: 19vh !important;
}
.max-h-19-p {
  max-height: calc(19 * 1%) !important;
}
.min-h-19-p {
  min-height: calc(19 * 1%) !important;
}
.max-w-19-p {
  max-width: calc(19 * 1%) !important;
}
.min-w-19-p {
  min-width: calc(19 * 1%) !important;
}
.h-19-p {
  height: calc(19 * 1%) !important;
}
.w-19-p {
  width: calc(19 * 1%) !important;
}
.max-h-19 {
  max-height: calc(19 * 1%) !important;
}
.max-w-19 {
  max-width: calc(19 * 1%) !important;
}
.z-index-20 {
  z-index: 20 !important;
}
.max-h-20-vh {
  max-height: 20vh !important;
}
.min-h-20-vh {
  min-height: 20vh !important;
}
.max-w-20-vw {
  max-width: 20vw !important;
}
.min-w-20-vw {
  min-width: 20vw !important;
}
.h-20-vh {
  height: 20vh !important;
}
.max-h-20-p {
  max-height: calc(20 * 1%) !important;
}
.min-h-20-p {
  min-height: calc(20 * 1%) !important;
}
.max-w-20-p {
  max-width: calc(20 * 1%) !important;
}
.min-w-20-p {
  min-width: calc(20 * 1%) !important;
}
.h-20-p {
  height: calc(20 * 1%) !important;
}
.w-20-p {
  width: calc(20 * 1%) !important;
}
.max-h-20 {
  max-height: calc(20 * 1%) !important;
}
.max-w-20 {
  max-width: calc(20 * 1%) !important;
}
.z-index-21 {
  z-index: 21 !important;
}
.max-h-21-vh {
  max-height: 21vh !important;
}
.min-h-21-vh {
  min-height: 21vh !important;
}
.max-w-21-vw {
  max-width: 21vw !important;
}
.min-w-21-vw {
  min-width: 21vw !important;
}
.h-21-vh {
  height: 21vh !important;
}
.max-h-21-p {
  max-height: calc(21 * 1%) !important;
}
.min-h-21-p {
  min-height: calc(21 * 1%) !important;
}
.max-w-21-p {
  max-width: calc(21 * 1%) !important;
}
.min-w-21-p {
  min-width: calc(21 * 1%) !important;
}
.h-21-p {
  height: calc(21 * 1%) !important;
}
.w-21-p {
  width: calc(21 * 1%) !important;
}
.max-h-21 {
  max-height: calc(21 * 1%) !important;
}
.max-w-21 {
  max-width: calc(21 * 1%) !important;
}
.z-index-22 {
  z-index: 22 !important;
}
.max-h-22-vh {
  max-height: 22vh !important;
}
.min-h-22-vh {
  min-height: 22vh !important;
}
.max-w-22-vw {
  max-width: 22vw !important;
}
.min-w-22-vw {
  min-width: 22vw !important;
}
.h-22-vh {
  height: 22vh !important;
}
.max-h-22-p {
  max-height: calc(22 * 1%) !important;
}
.min-h-22-p {
  min-height: calc(22 * 1%) !important;
}
.max-w-22-p {
  max-width: calc(22 * 1%) !important;
}
.min-w-22-p {
  min-width: calc(22 * 1%) !important;
}
.h-22-p {
  height: calc(22 * 1%) !important;
}
.w-22-p {
  width: calc(22 * 1%) !important;
}
.max-h-22 {
  max-height: calc(22 * 1%) !important;
}
.max-w-22 {
  max-width: calc(22 * 1%) !important;
}
.z-index-23 {
  z-index: 23 !important;
}
.max-h-23-vh {
  max-height: 23vh !important;
}
.min-h-23-vh {
  min-height: 23vh !important;
}
.max-w-23-vw {
  max-width: 23vw !important;
}
.min-w-23-vw {
  min-width: 23vw !important;
}
.h-23-vh {
  height: 23vh !important;
}
.max-h-23-p {
  max-height: calc(23 * 1%) !important;
}
.min-h-23-p {
  min-height: calc(23 * 1%) !important;
}
.max-w-23-p {
  max-width: calc(23 * 1%) !important;
}
.min-w-23-p {
  min-width: calc(23 * 1%) !important;
}
.h-23-p {
  height: calc(23 * 1%) !important;
}
.w-23-p {
  width: calc(23 * 1%) !important;
}
.max-h-23 {
  max-height: calc(23 * 1%) !important;
}
.max-w-23 {
  max-width: calc(23 * 1%) !important;
}
.z-index-24 {
  z-index: 24 !important;
}
.max-h-24-vh {
  max-height: 24vh !important;
}
.min-h-24-vh {
  min-height: 24vh !important;
}
.max-w-24-vw {
  max-width: 24vw !important;
}
.min-w-24-vw {
  min-width: 24vw !important;
}
.h-24-vh {
  height: 24vh !important;
}
.max-h-24-p {
  max-height: calc(24 * 1%) !important;
}
.min-h-24-p {
  min-height: calc(24 * 1%) !important;
}
.max-w-24-p {
  max-width: calc(24 * 1%) !important;
}
.min-w-24-p {
  min-width: calc(24 * 1%) !important;
}
.h-24-p {
  height: calc(24 * 1%) !important;
}
.w-24-p {
  width: calc(24 * 1%) !important;
}
.max-h-24 {
  max-height: calc(24 * 1%) !important;
}
.max-w-24 {
  max-width: calc(24 * 1%) !important;
}
.z-index-25 {
  z-index: 25 !important;
}
.max-h-25-vh {
  max-height: 25vh !important;
}
.min-h-25-vh {
  min-height: 25vh !important;
}
.max-w-25-vw {
  max-width: 25vw !important;
}
.min-w-25-vw {
  min-width: 25vw !important;
}
.h-25-vh {
  height: 25vh !important;
}
.max-h-25-p {
  max-height: calc(25 * 1%) !important;
}
.min-h-25-p {
  min-height: calc(25 * 1%) !important;
}
.max-w-25-p {
  max-width: calc(25 * 1%) !important;
}
.min-w-25-p {
  min-width: calc(25 * 1%) !important;
}
.h-25-p {
  height: calc(25 * 1%) !important;
}
.w-25-p {
  width: calc(25 * 1%) !important;
}
.max-h-25 {
  max-height: calc(25 * 1%) !important;
}
.max-w-25 {
  max-width: calc(25 * 1%) !important;
}
.z-index-26 {
  z-index: 26 !important;
}
.max-h-26-vh {
  max-height: 26vh !important;
}
.min-h-26-vh {
  min-height: 26vh !important;
}
.max-w-26-vw {
  max-width: 26vw !important;
}
.min-w-26-vw {
  min-width: 26vw !important;
}
.h-26-vh {
  height: 26vh !important;
}
.max-h-26-p {
  max-height: calc(26 * 1%) !important;
}
.min-h-26-p {
  min-height: calc(26 * 1%) !important;
}
.max-w-26-p {
  max-width: calc(26 * 1%) !important;
}
.min-w-26-p {
  min-width: calc(26 * 1%) !important;
}
.h-26-p {
  height: calc(26 * 1%) !important;
}
.w-26-p {
  width: calc(26 * 1%) !important;
}
.max-h-26 {
  max-height: calc(26 * 1%) !important;
}
.max-w-26 {
  max-width: calc(26 * 1%) !important;
}
.z-index-27 {
  z-index: 27 !important;
}
.max-h-27-vh {
  max-height: 27vh !important;
}
.min-h-27-vh {
  min-height: 27vh !important;
}
.max-w-27-vw {
  max-width: 27vw !important;
}
.min-w-27-vw {
  min-width: 27vw !important;
}
.h-27-vh {
  height: 27vh !important;
}
.max-h-27-p {
  max-height: calc(27 * 1%) !important;
}
.min-h-27-p {
  min-height: calc(27 * 1%) !important;
}
.max-w-27-p {
  max-width: calc(27 * 1%) !important;
}
.min-w-27-p {
  min-width: calc(27 * 1%) !important;
}
.h-27-p {
  height: calc(27 * 1%) !important;
}
.w-27-p {
  width: calc(27 * 1%) !important;
}
.max-h-27 {
  max-height: calc(27 * 1%) !important;
}
.max-w-27 {
  max-width: calc(27 * 1%) !important;
}
.z-index-28 {
  z-index: 28 !important;
}
.max-h-28-vh {
  max-height: 28vh !important;
}
.min-h-28-vh {
  min-height: 28vh !important;
}
.max-w-28-vw {
  max-width: 28vw !important;
}
.min-w-28-vw {
  min-width: 28vw !important;
}
.h-28-vh {
  height: 28vh !important;
}
.max-h-28-p {
  max-height: calc(28 * 1%) !important;
}
.min-h-28-p {
  min-height: calc(28 * 1%) !important;
}
.max-w-28-p {
  max-width: calc(28 * 1%) !important;
}
.min-w-28-p {
  min-width: calc(28 * 1%) !important;
}
.h-28-p {
  height: calc(28 * 1%) !important;
}
.w-28-p {
  width: calc(28 * 1%) !important;
}
.max-h-28 {
  max-height: calc(28 * 1%) !important;
}
.max-w-28 {
  max-width: calc(28 * 1%) !important;
}
.z-index-29 {
  z-index: 29 !important;
}
.max-h-29-vh {
  max-height: 29vh !important;
}
.min-h-29-vh {
  min-height: 29vh !important;
}
.max-w-29-vw {
  max-width: 29vw !important;
}
.min-w-29-vw {
  min-width: 29vw !important;
}
.h-29-vh {
  height: 29vh !important;
}
.max-h-29-p {
  max-height: calc(29 * 1%) !important;
}
.min-h-29-p {
  min-height: calc(29 * 1%) !important;
}
.max-w-29-p {
  max-width: calc(29 * 1%) !important;
}
.min-w-29-p {
  min-width: calc(29 * 1%) !important;
}
.h-29-p {
  height: calc(29 * 1%) !important;
}
.w-29-p {
  width: calc(29 * 1%) !important;
}
.max-h-29 {
  max-height: calc(29 * 1%) !important;
}
.max-w-29 {
  max-width: calc(29 * 1%) !important;
}
.z-index-30 {
  z-index: 30 !important;
}
.max-h-30-vh {
  max-height: 30vh !important;
}
.min-h-30-vh {
  min-height: 30vh !important;
}
.max-w-30-vw {
  max-width: 30vw !important;
}
.min-w-30-vw {
  min-width: 30vw !important;
}
.h-30-vh {
  height: 30vh !important;
}
.max-h-30-p {
  max-height: calc(30 * 1%) !important;
}
.min-h-30-p {
  min-height: calc(30 * 1%) !important;
}
.max-w-30-p {
  max-width: calc(30 * 1%) !important;
}
.min-w-30-p {
  min-width: calc(30 * 1%) !important;
}
.h-30-p {
  height: calc(30 * 1%) !important;
}
.w-30-p {
  width: calc(30 * 1%) !important;
}
.max-h-30 {
  max-height: calc(30 * 1%) !important;
}
.max-w-30 {
  max-width: calc(30 * 1%) !important;
}
.z-index-31 {
  z-index: 31 !important;
}
.max-h-31-vh {
  max-height: 31vh !important;
}
.min-h-31-vh {
  min-height: 31vh !important;
}
.max-w-31-vw {
  max-width: 31vw !important;
}
.min-w-31-vw {
  min-width: 31vw !important;
}
.h-31-vh {
  height: 31vh !important;
}
.max-h-31-p {
  max-height: calc(31 * 1%) !important;
}
.min-h-31-p {
  min-height: calc(31 * 1%) !important;
}
.max-w-31-p {
  max-width: calc(31 * 1%) !important;
}
.min-w-31-p {
  min-width: calc(31 * 1%) !important;
}
.h-31-p {
  height: calc(31 * 1%) !important;
}
.w-31-p {
  width: calc(31 * 1%) !important;
}
.max-h-31 {
  max-height: calc(31 * 1%) !important;
}
.max-w-31 {
  max-width: calc(31 * 1%) !important;
}
.z-index-32 {
  z-index: 32 !important;
}
.max-h-32-vh {
  max-height: 32vh !important;
}
.min-h-32-vh {
  min-height: 32vh !important;
}
.max-w-32-vw {
  max-width: 32vw !important;
}
.min-w-32-vw {
  min-width: 32vw !important;
}
.h-32-vh {
  height: 32vh !important;
}
.max-h-32-p {
  max-height: calc(32 * 1%) !important;
}
.min-h-32-p {
  min-height: calc(32 * 1%) !important;
}
.max-w-32-p {
  max-width: calc(32 * 1%) !important;
}
.min-w-32-p {
  min-width: calc(32 * 1%) !important;
}
.h-32-p {
  height: calc(32 * 1%) !important;
}
.w-32-p {
  width: calc(32 * 1%) !important;
}
.max-h-32 {
  max-height: calc(32 * 1%) !important;
}
.max-w-32 {
  max-width: calc(32 * 1%) !important;
}
.z-index-33 {
  z-index: 33 !important;
}
.max-h-33-vh {
  max-height: 33vh !important;
}
.min-h-33-vh {
  min-height: 33vh !important;
}
.max-w-33-vw {
  max-width: 33vw !important;
}
.min-w-33-vw {
  min-width: 33vw !important;
}
.h-33-vh {
  height: 33vh !important;
}
.max-h-33-p {
  max-height: calc(33 * 1%) !important;
}
.min-h-33-p {
  min-height: calc(33 * 1%) !important;
}
.max-w-33-p {
  max-width: calc(33 * 1%) !important;
}
.min-w-33-p {
  min-width: calc(33 * 1%) !important;
}
.h-33-p {
  height: calc(33 * 1%) !important;
}
.w-33-p {
  width: calc(33 * 1%) !important;
}
.max-h-33 {
  max-height: calc(33 * 1%) !important;
}
.max-w-33 {
  max-width: calc(33 * 1%) !important;
}
.z-index-34 {
  z-index: 34 !important;
}
.max-h-34-vh {
  max-height: 34vh !important;
}
.min-h-34-vh {
  min-height: 34vh !important;
}
.max-w-34-vw {
  max-width: 34vw !important;
}
.min-w-34-vw {
  min-width: 34vw !important;
}
.h-34-vh {
  height: 34vh !important;
}
.max-h-34-p {
  max-height: calc(34 * 1%) !important;
}
.min-h-34-p {
  min-height: calc(34 * 1%) !important;
}
.max-w-34-p {
  max-width: calc(34 * 1%) !important;
}
.min-w-34-p {
  min-width: calc(34 * 1%) !important;
}
.h-34-p {
  height: calc(34 * 1%) !important;
}
.w-34-p {
  width: calc(34 * 1%) !important;
}
.max-h-34 {
  max-height: calc(34 * 1%) !important;
}
.max-w-34 {
  max-width: calc(34 * 1%) !important;
}
.z-index-35 {
  z-index: 35 !important;
}
.max-h-35-vh {
  max-height: 35vh !important;
}
.min-h-35-vh {
  min-height: 35vh !important;
}
.max-w-35-vw {
  max-width: 35vw !important;
}
.min-w-35-vw {
  min-width: 35vw !important;
}
.h-35-vh {
  height: 35vh !important;
}
.max-h-35-p {
  max-height: calc(35 * 1%) !important;
}
.min-h-35-p {
  min-height: calc(35 * 1%) !important;
}
.max-w-35-p {
  max-width: calc(35 * 1%) !important;
}
.min-w-35-p {
  min-width: calc(35 * 1%) !important;
}
.h-35-p {
  height: calc(35 * 1%) !important;
}
.w-35-p {
  width: calc(35 * 1%) !important;
}
.max-h-35 {
  max-height: calc(35 * 1%) !important;
}
.max-w-35 {
  max-width: calc(35 * 1%) !important;
}
.z-index-36 {
  z-index: 36 !important;
}
.max-h-36-vh {
  max-height: 36vh !important;
}
.min-h-36-vh {
  min-height: 36vh !important;
}
.max-w-36-vw {
  max-width: 36vw !important;
}
.min-w-36-vw {
  min-width: 36vw !important;
}
.h-36-vh {
  height: 36vh !important;
}
.max-h-36-p {
  max-height: calc(36 * 1%) !important;
}
.min-h-36-p {
  min-height: calc(36 * 1%) !important;
}
.max-w-36-p {
  max-width: calc(36 * 1%) !important;
}
.min-w-36-p {
  min-width: calc(36 * 1%) !important;
}
.h-36-p {
  height: calc(36 * 1%) !important;
}
.w-36-p {
  width: calc(36 * 1%) !important;
}
.max-h-36 {
  max-height: calc(36 * 1%) !important;
}
.max-w-36 {
  max-width: calc(36 * 1%) !important;
}
.z-index-37 {
  z-index: 37 !important;
}
.max-h-37-vh {
  max-height: 37vh !important;
}
.min-h-37-vh {
  min-height: 37vh !important;
}
.max-w-37-vw {
  max-width: 37vw !important;
}
.min-w-37-vw {
  min-width: 37vw !important;
}
.h-37-vh {
  height: 37vh !important;
}
.max-h-37-p {
  max-height: calc(37 * 1%) !important;
}
.min-h-37-p {
  min-height: calc(37 * 1%) !important;
}
.max-w-37-p {
  max-width: calc(37 * 1%) !important;
}
.min-w-37-p {
  min-width: calc(37 * 1%) !important;
}
.h-37-p {
  height: calc(37 * 1%) !important;
}
.w-37-p {
  width: calc(37 * 1%) !important;
}
.max-h-37 {
  max-height: calc(37 * 1%) !important;
}
.max-w-37 {
  max-width: calc(37 * 1%) !important;
}
.z-index-38 {
  z-index: 38 !important;
}
.max-h-38-vh {
  max-height: 38vh !important;
}
.min-h-38-vh {
  min-height: 38vh !important;
}
.max-w-38-vw {
  max-width: 38vw !important;
}
.min-w-38-vw {
  min-width: 38vw !important;
}
.h-38-vh {
  height: 38vh !important;
}
.max-h-38-p {
  max-height: calc(38 * 1%) !important;
}
.min-h-38-p {
  min-height: calc(38 * 1%) !important;
}
.max-w-38-p {
  max-width: calc(38 * 1%) !important;
}
.min-w-38-p {
  min-width: calc(38 * 1%) !important;
}
.h-38-p {
  height: calc(38 * 1%) !important;
}
.w-38-p {
  width: calc(38 * 1%) !important;
}
.max-h-38 {
  max-height: calc(38 * 1%) !important;
}
.max-w-38 {
  max-width: calc(38 * 1%) !important;
}
.z-index-39 {
  z-index: 39 !important;
}
.max-h-39-vh {
  max-height: 39vh !important;
}
.min-h-39-vh {
  min-height: 39vh !important;
}
.max-w-39-vw {
  max-width: 39vw !important;
}
.min-w-39-vw {
  min-width: 39vw !important;
}
.h-39-vh {
  height: 39vh !important;
}
.max-h-39-p {
  max-height: calc(39 * 1%) !important;
}
.min-h-39-p {
  min-height: calc(39 * 1%) !important;
}
.max-w-39-p {
  max-width: calc(39 * 1%) !important;
}
.min-w-39-p {
  min-width: calc(39 * 1%) !important;
}
.h-39-p {
  height: calc(39 * 1%) !important;
}
.w-39-p {
  width: calc(39 * 1%) !important;
}
.max-h-39 {
  max-height: calc(39 * 1%) !important;
}
.max-w-39 {
  max-width: calc(39 * 1%) !important;
}
.z-index-40 {
  z-index: 40 !important;
}
.max-h-40-vh {
  max-height: 40vh !important;
}
.min-h-40-vh {
  min-height: 40vh !important;
}
.max-w-40-vw {
  max-width: 40vw !important;
}
.min-w-40-vw {
  min-width: 40vw !important;
}
.h-40-vh {
  height: 40vh !important;
}
.max-h-40-p {
  max-height: calc(40 * 1%) !important;
}
.min-h-40-p {
  min-height: calc(40 * 1%) !important;
}
.max-w-40-p {
  max-width: calc(40 * 1%) !important;
}
.min-w-40-p {
  min-width: calc(40 * 1%) !important;
}
.h-40-p {
  height: calc(40 * 1%) !important;
}
.w-40-p {
  width: calc(40 * 1%) !important;
}
.max-h-40 {
  max-height: calc(40 * 1%) !important;
}
.max-w-40 {
  max-width: calc(40 * 1%) !important;
}
.z-index-41 {
  z-index: 41 !important;
}
.max-h-41-vh {
  max-height: 41vh !important;
}
.min-h-41-vh {
  min-height: 41vh !important;
}
.max-w-41-vw {
  max-width: 41vw !important;
}
.min-w-41-vw {
  min-width: 41vw !important;
}
.h-41-vh {
  height: 41vh !important;
}
.max-h-41-p {
  max-height: calc(41 * 1%) !important;
}
.min-h-41-p {
  min-height: calc(41 * 1%) !important;
}
.max-w-41-p {
  max-width: calc(41 * 1%) !important;
}
.min-w-41-p {
  min-width: calc(41 * 1%) !important;
}
.h-41-p {
  height: calc(41 * 1%) !important;
}
.w-41-p {
  width: calc(41 * 1%) !important;
}
.max-h-41 {
  max-height: calc(41 * 1%) !important;
}
.max-w-41 {
  max-width: calc(41 * 1%) !important;
}
.z-index-42 {
  z-index: 42 !important;
}
.max-h-42-vh {
  max-height: 42vh !important;
}
.min-h-42-vh {
  min-height: 42vh !important;
}
.max-w-42-vw {
  max-width: 42vw !important;
}
.min-w-42-vw {
  min-width: 42vw !important;
}
.h-42-vh {
  height: 42vh !important;
}
.max-h-42-p {
  max-height: calc(42 * 1%) !important;
}
.min-h-42-p {
  min-height: calc(42 * 1%) !important;
}
.max-w-42-p {
  max-width: calc(42 * 1%) !important;
}
.min-w-42-p {
  min-width: calc(42 * 1%) !important;
}
.h-42-p {
  height: calc(42 * 1%) !important;
}
.w-42-p {
  width: calc(42 * 1%) !important;
}
.max-h-42 {
  max-height: calc(42 * 1%) !important;
}
.max-w-42 {
  max-width: calc(42 * 1%) !important;
}
.z-index-43 {
  z-index: 43 !important;
}
.max-h-43-vh {
  max-height: 43vh !important;
}
.min-h-43-vh {
  min-height: 43vh !important;
}
.max-w-43-vw {
  max-width: 43vw !important;
}
.min-w-43-vw {
  min-width: 43vw !important;
}
.h-43-vh {
  height: 43vh !important;
}
.max-h-43-p {
  max-height: calc(43 * 1%) !important;
}
.min-h-43-p {
  min-height: calc(43 * 1%) !important;
}
.max-w-43-p {
  max-width: calc(43 * 1%) !important;
}
.min-w-43-p {
  min-width: calc(43 * 1%) !important;
}
.h-43-p {
  height: calc(43 * 1%) !important;
}
.w-43-p {
  width: calc(43 * 1%) !important;
}
.max-h-43 {
  max-height: calc(43 * 1%) !important;
}
.max-w-43 {
  max-width: calc(43 * 1%) !important;
}
.z-index-44 {
  z-index: 44 !important;
}
.max-h-44-vh {
  max-height: 44vh !important;
}
.min-h-44-vh {
  min-height: 44vh !important;
}
.max-w-44-vw {
  max-width: 44vw !important;
}
.min-w-44-vw {
  min-width: 44vw !important;
}
.h-44-vh {
  height: 44vh !important;
}
.max-h-44-p {
  max-height: calc(44 * 1%) !important;
}
.min-h-44-p {
  min-height: calc(44 * 1%) !important;
}
.max-w-44-p {
  max-width: calc(44 * 1%) !important;
}
.min-w-44-p {
  min-width: calc(44 * 1%) !important;
}
.h-44-p {
  height: calc(44 * 1%) !important;
}
.w-44-p {
  width: calc(44 * 1%) !important;
}
.max-h-44 {
  max-height: calc(44 * 1%) !important;
}
.max-w-44 {
  max-width: calc(44 * 1%) !important;
}
.z-index-45 {
  z-index: 45 !important;
}
.max-h-45-vh {
  max-height: 45vh !important;
}
.min-h-45-vh {
  min-height: 45vh !important;
}
.max-w-45-vw {
  max-width: 45vw !important;
}
.min-w-45-vw {
  min-width: 45vw !important;
}
.h-45-vh {
  height: 45vh !important;
}
.max-h-45-p {
  max-height: calc(45 * 1%) !important;
}
.min-h-45-p {
  min-height: calc(45 * 1%) !important;
}
.max-w-45-p {
  max-width: calc(45 * 1%) !important;
}
.min-w-45-p {
  min-width: calc(45 * 1%) !important;
}
.h-45-p {
  height: calc(45 * 1%) !important;
}
.w-45-p {
  width: calc(45 * 1%) !important;
}
.max-h-45 {
  max-height: calc(45 * 1%) !important;
}
.max-w-45 {
  max-width: calc(45 * 1%) !important;
}
.z-index-46 {
  z-index: 46 !important;
}
.max-h-46-vh {
  max-height: 46vh !important;
}
.min-h-46-vh {
  min-height: 46vh !important;
}
.max-w-46-vw {
  max-width: 46vw !important;
}
.min-w-46-vw {
  min-width: 46vw !important;
}
.h-46-vh {
  height: 46vh !important;
}
.max-h-46-p {
  max-height: calc(46 * 1%) !important;
}
.min-h-46-p {
  min-height: calc(46 * 1%) !important;
}
.max-w-46-p {
  max-width: calc(46 * 1%) !important;
}
.min-w-46-p {
  min-width: calc(46 * 1%) !important;
}
.h-46-p {
  height: calc(46 * 1%) !important;
}
.w-46-p {
  width: calc(46 * 1%) !important;
}
.max-h-46 {
  max-height: calc(46 * 1%) !important;
}
.max-w-46 {
  max-width: calc(46 * 1%) !important;
}
.z-index-47 {
  z-index: 47 !important;
}
.max-h-47-vh {
  max-height: 47vh !important;
}
.min-h-47-vh {
  min-height: 47vh !important;
}
.max-w-47-vw {
  max-width: 47vw !important;
}
.min-w-47-vw {
  min-width: 47vw !important;
}
.h-47-vh {
  height: 47vh !important;
}
.max-h-47-p {
  max-height: calc(47 * 1%) !important;
}
.min-h-47-p {
  min-height: calc(47 * 1%) !important;
}
.max-w-47-p {
  max-width: calc(47 * 1%) !important;
}
.min-w-47-p {
  min-width: calc(47 * 1%) !important;
}
.h-47-p {
  height: calc(47 * 1%) !important;
}
.w-47-p {
  width: calc(47 * 1%) !important;
}
.max-h-47 {
  max-height: calc(47 * 1%) !important;
}
.max-w-47 {
  max-width: calc(47 * 1%) !important;
}
.z-index-48 {
  z-index: 48 !important;
}
.max-h-48-vh {
  max-height: 48vh !important;
}
.min-h-48-vh {
  min-height: 48vh !important;
}
.max-w-48-vw {
  max-width: 48vw !important;
}
.min-w-48-vw {
  min-width: 48vw !important;
}
.h-48-vh {
  height: 48vh !important;
}
.max-h-48-p {
  max-height: calc(48 * 1%) !important;
}
.min-h-48-p {
  min-height: calc(48 * 1%) !important;
}
.max-w-48-p {
  max-width: calc(48 * 1%) !important;
}
.min-w-48-p {
  min-width: calc(48 * 1%) !important;
}
.h-48-p {
  height: calc(48 * 1%) !important;
}
.w-48-p {
  width: calc(48 * 1%) !important;
}
.max-h-48 {
  max-height: calc(48 * 1%) !important;
}
.max-w-48 {
  max-width: calc(48 * 1%) !important;
}
.z-index-49 {
  z-index: 49 !important;
}
.max-h-49-vh {
  max-height: 49vh !important;
}
.min-h-49-vh {
  min-height: 49vh !important;
}
.max-w-49-vw {
  max-width: 49vw !important;
}
.min-w-49-vw {
  min-width: 49vw !important;
}
.h-49-vh {
  height: 49vh !important;
}
.max-h-49-p {
  max-height: calc(49 * 1%) !important;
}
.min-h-49-p {
  min-height: calc(49 * 1%) !important;
}
.max-w-49-p {
  max-width: calc(49 * 1%) !important;
}
.min-w-49-p {
  min-width: calc(49 * 1%) !important;
}
.h-49-p {
  height: calc(49 * 1%) !important;
}
.w-49-p {
  width: calc(49 * 1%) !important;
}
.max-h-49 {
  max-height: calc(49 * 1%) !important;
}
.max-w-49 {
  max-width: calc(49 * 1%) !important;
}
.z-index-50 {
  z-index: 50 !important;
}
.max-h-50-vh {
  max-height: 50vh !important;
}
.min-h-50-vh {
  min-height: 50vh !important;
}
.max-w-50-vw {
  max-width: 50vw !important;
}
.min-w-50-vw {
  min-width: 50vw !important;
}
.h-50-vh {
  height: 50vh !important;
}
.max-h-50-p {
  max-height: calc(50 * 1%) !important;
}
.min-h-50-p {
  min-height: calc(50 * 1%) !important;
}
.max-w-50-p {
  max-width: calc(50 * 1%) !important;
}
.min-w-50-p {
  min-width: calc(50 * 1%) !important;
}
.h-50-p {
  height: calc(50 * 1%) !important;
}
.w-50-p {
  width: calc(50 * 1%) !important;
}
.max-h-50 {
  max-height: calc(50 * 1%) !important;
}
.max-w-50 {
  max-width: calc(50 * 1%) !important;
}
.z-index-51 {
  z-index: 51 !important;
}
.max-h-51-vh {
  max-height: 51vh !important;
}
.min-h-51-vh {
  min-height: 51vh !important;
}
.max-w-51-vw {
  max-width: 51vw !important;
}
.min-w-51-vw {
  min-width: 51vw !important;
}
.h-51-vh {
  height: 51vh !important;
}
.max-h-51-p {
  max-height: calc(51 * 1%) !important;
}
.min-h-51-p {
  min-height: calc(51 * 1%) !important;
}
.max-w-51-p {
  max-width: calc(51 * 1%) !important;
}
.min-w-51-p {
  min-width: calc(51 * 1%) !important;
}
.h-51-p {
  height: calc(51 * 1%) !important;
}
.w-51-p {
  width: calc(51 * 1%) !important;
}
.max-h-51 {
  max-height: calc(51 * 1%) !important;
}
.max-w-51 {
  max-width: calc(51 * 1%) !important;
}
.z-index-52 {
  z-index: 52 !important;
}
.max-h-52-vh {
  max-height: 52vh !important;
}
.min-h-52-vh {
  min-height: 52vh !important;
}
.max-w-52-vw {
  max-width: 52vw !important;
}
.min-w-52-vw {
  min-width: 52vw !important;
}
.h-52-vh {
  height: 52vh !important;
}
.max-h-52-p {
  max-height: calc(52 * 1%) !important;
}
.min-h-52-p {
  min-height: calc(52 * 1%) !important;
}
.max-w-52-p {
  max-width: calc(52 * 1%) !important;
}
.min-w-52-p {
  min-width: calc(52 * 1%) !important;
}
.h-52-p {
  height: calc(52 * 1%) !important;
}
.w-52-p {
  width: calc(52 * 1%) !important;
}
.max-h-52 {
  max-height: calc(52 * 1%) !important;
}
.max-w-52 {
  max-width: calc(52 * 1%) !important;
}
.z-index-53 {
  z-index: 53 !important;
}
.max-h-53-vh {
  max-height: 53vh !important;
}
.min-h-53-vh {
  min-height: 53vh !important;
}
.max-w-53-vw {
  max-width: 53vw !important;
}
.min-w-53-vw {
  min-width: 53vw !important;
}
.h-53-vh {
  height: 53vh !important;
}
.max-h-53-p {
  max-height: calc(53 * 1%) !important;
}
.min-h-53-p {
  min-height: calc(53 * 1%) !important;
}
.max-w-53-p {
  max-width: calc(53 * 1%) !important;
}
.min-w-53-p {
  min-width: calc(53 * 1%) !important;
}
.h-53-p {
  height: calc(53 * 1%) !important;
}
.w-53-p {
  width: calc(53 * 1%) !important;
}
.max-h-53 {
  max-height: calc(53 * 1%) !important;
}
.max-w-53 {
  max-width: calc(53 * 1%) !important;
}
.z-index-54 {
  z-index: 54 !important;
}
.max-h-54-vh {
  max-height: 54vh !important;
}
.min-h-54-vh {
  min-height: 54vh !important;
}
.max-w-54-vw {
  max-width: 54vw !important;
}
.min-w-54-vw {
  min-width: 54vw !important;
}
.h-54-vh {
  height: 54vh !important;
}
.max-h-54-p {
  max-height: calc(54 * 1%) !important;
}
.min-h-54-p {
  min-height: calc(54 * 1%) !important;
}
.max-w-54-p {
  max-width: calc(54 * 1%) !important;
}
.min-w-54-p {
  min-width: calc(54 * 1%) !important;
}
.h-54-p {
  height: calc(54 * 1%) !important;
}
.w-54-p {
  width: calc(54 * 1%) !important;
}
.max-h-54 {
  max-height: calc(54 * 1%) !important;
}
.max-w-54 {
  max-width: calc(54 * 1%) !important;
}
.z-index-55 {
  z-index: 55 !important;
}
.max-h-55-vh {
  max-height: 55vh !important;
}
.min-h-55-vh {
  min-height: 55vh !important;
}
.max-w-55-vw {
  max-width: 55vw !important;
}
.min-w-55-vw {
  min-width: 55vw !important;
}
.h-55-vh {
  height: 55vh !important;
}
.max-h-55-p {
  max-height: calc(55 * 1%) !important;
}
.min-h-55-p {
  min-height: calc(55 * 1%) !important;
}
.max-w-55-p {
  max-width: calc(55 * 1%) !important;
}
.min-w-55-p {
  min-width: calc(55 * 1%) !important;
}
.h-55-p {
  height: calc(55 * 1%) !important;
}
.w-55-p {
  width: calc(55 * 1%) !important;
}
.max-h-55 {
  max-height: calc(55 * 1%) !important;
}
.max-w-55 {
  max-width: calc(55 * 1%) !important;
}
.z-index-56 {
  z-index: 56 !important;
}
.max-h-56-vh {
  max-height: 56vh !important;
}
.min-h-56-vh {
  min-height: 56vh !important;
}
.max-w-56-vw {
  max-width: 56vw !important;
}
.min-w-56-vw {
  min-width: 56vw !important;
}
.h-56-vh {
  height: 56vh !important;
}
.max-h-56-p {
  max-height: calc(56 * 1%) !important;
}
.min-h-56-p {
  min-height: calc(56 * 1%) !important;
}
.max-w-56-p {
  max-width: calc(56 * 1%) !important;
}
.min-w-56-p {
  min-width: calc(56 * 1%) !important;
}
.h-56-p {
  height: calc(56 * 1%) !important;
}
.w-56-p {
  width: calc(56 * 1%) !important;
}
.max-h-56 {
  max-height: calc(56 * 1%) !important;
}
.max-w-56 {
  max-width: calc(56 * 1%) !important;
}
.z-index-57 {
  z-index: 57 !important;
}
.max-h-57-vh {
  max-height: 57vh !important;
}
.min-h-57-vh {
  min-height: 57vh !important;
}
.max-w-57-vw {
  max-width: 57vw !important;
}
.min-w-57-vw {
  min-width: 57vw !important;
}
.h-57-vh {
  height: 57vh !important;
}
.max-h-57-p {
  max-height: calc(57 * 1%) !important;
}
.min-h-57-p {
  min-height: calc(57 * 1%) !important;
}
.max-w-57-p {
  max-width: calc(57 * 1%) !important;
}
.min-w-57-p {
  min-width: calc(57 * 1%) !important;
}
.h-57-p {
  height: calc(57 * 1%) !important;
}
.w-57-p {
  width: calc(57 * 1%) !important;
}
.max-h-57 {
  max-height: calc(57 * 1%) !important;
}
.max-w-57 {
  max-width: calc(57 * 1%) !important;
}
.z-index-58 {
  z-index: 58 !important;
}
.max-h-58-vh {
  max-height: 58vh !important;
}
.min-h-58-vh {
  min-height: 58vh !important;
}
.max-w-58-vw {
  max-width: 58vw !important;
}
.min-w-58-vw {
  min-width: 58vw !important;
}
.h-58-vh {
  height: 58vh !important;
}
.max-h-58-p {
  max-height: calc(58 * 1%) !important;
}
.min-h-58-p {
  min-height: calc(58 * 1%) !important;
}
.max-w-58-p {
  max-width: calc(58 * 1%) !important;
}
.min-w-58-p {
  min-width: calc(58 * 1%) !important;
}
.h-58-p {
  height: calc(58 * 1%) !important;
}
.w-58-p {
  width: calc(58 * 1%) !important;
}
.max-h-58 {
  max-height: calc(58 * 1%) !important;
}
.max-w-58 {
  max-width: calc(58 * 1%) !important;
}
.z-index-59 {
  z-index: 59 !important;
}
.max-h-59-vh {
  max-height: 59vh !important;
}
.min-h-59-vh {
  min-height: 59vh !important;
}
.max-w-59-vw {
  max-width: 59vw !important;
}
.min-w-59-vw {
  min-width: 59vw !important;
}
.h-59-vh {
  height: 59vh !important;
}
.max-h-59-p {
  max-height: calc(59 * 1%) !important;
}
.min-h-59-p {
  min-height: calc(59 * 1%) !important;
}
.max-w-59-p {
  max-width: calc(59 * 1%) !important;
}
.min-w-59-p {
  min-width: calc(59 * 1%) !important;
}
.h-59-p {
  height: calc(59 * 1%) !important;
}
.w-59-p {
  width: calc(59 * 1%) !important;
}
.max-h-59 {
  max-height: calc(59 * 1%) !important;
}
.max-w-59 {
  max-width: calc(59 * 1%) !important;
}
.z-index-60 {
  z-index: 60 !important;
}
.max-h-60-vh {
  max-height: 60vh !important;
}
.min-h-60-vh {
  min-height: 60vh !important;
}
.max-w-60-vw {
  max-width: 60vw !important;
}
.min-w-60-vw {
  min-width: 60vw !important;
}
.h-60-vh {
  height: 60vh !important;
}
.max-h-60-p {
  max-height: calc(60 * 1%) !important;
}
.min-h-60-p {
  min-height: calc(60 * 1%) !important;
}
.max-w-60-p {
  max-width: calc(60 * 1%) !important;
}
.min-w-60-p {
  min-width: calc(60 * 1%) !important;
}
.h-60-p {
  height: calc(60 * 1%) !important;
}
.w-60-p {
  width: calc(60 * 1%) !important;
}
.max-h-60 {
  max-height: calc(60 * 1%) !important;
}
.max-w-60 {
  max-width: calc(60 * 1%) !important;
}
.z-index-61 {
  z-index: 61 !important;
}
.max-h-61-vh {
  max-height: 61vh !important;
}
.min-h-61-vh {
  min-height: 61vh !important;
}
.max-w-61-vw {
  max-width: 61vw !important;
}
.min-w-61-vw {
  min-width: 61vw !important;
}
.h-61-vh {
  height: 61vh !important;
}
.max-h-61-p {
  max-height: calc(61 * 1%) !important;
}
.min-h-61-p {
  min-height: calc(61 * 1%) !important;
}
.max-w-61-p {
  max-width: calc(61 * 1%) !important;
}
.min-w-61-p {
  min-width: calc(61 * 1%) !important;
}
.h-61-p {
  height: calc(61 * 1%) !important;
}
.w-61-p {
  width: calc(61 * 1%) !important;
}
.max-h-61 {
  max-height: calc(61 * 1%) !important;
}
.max-w-61 {
  max-width: calc(61 * 1%) !important;
}
.z-index-62 {
  z-index: 62 !important;
}
.max-h-62-vh {
  max-height: 62vh !important;
}
.min-h-62-vh {
  min-height: 62vh !important;
}
.max-w-62-vw {
  max-width: 62vw !important;
}
.min-w-62-vw {
  min-width: 62vw !important;
}
.h-62-vh {
  height: 62vh !important;
}
.max-h-62-p {
  max-height: calc(62 * 1%) !important;
}
.min-h-62-p {
  min-height: calc(62 * 1%) !important;
}
.max-w-62-p {
  max-width: calc(62 * 1%) !important;
}
.min-w-62-p {
  min-width: calc(62 * 1%) !important;
}
.h-62-p {
  height: calc(62 * 1%) !important;
}
.w-62-p {
  width: calc(62 * 1%) !important;
}
.max-h-62 {
  max-height: calc(62 * 1%) !important;
}
.max-w-62 {
  max-width: calc(62 * 1%) !important;
}
.z-index-63 {
  z-index: 63 !important;
}
.max-h-63-vh {
  max-height: 63vh !important;
}
.min-h-63-vh {
  min-height: 63vh !important;
}
.max-w-63-vw {
  max-width: 63vw !important;
}
.min-w-63-vw {
  min-width: 63vw !important;
}
.h-63-vh {
  height: 63vh !important;
}
.max-h-63-p {
  max-height: calc(63 * 1%) !important;
}
.min-h-63-p {
  min-height: calc(63 * 1%) !important;
}
.max-w-63-p {
  max-width: calc(63 * 1%) !important;
}
.min-w-63-p {
  min-width: calc(63 * 1%) !important;
}
.h-63-p {
  height: calc(63 * 1%) !important;
}
.w-63-p {
  width: calc(63 * 1%) !important;
}
.max-h-63 {
  max-height: calc(63 * 1%) !important;
}
.max-w-63 {
  max-width: calc(63 * 1%) !important;
}
.z-index-64 {
  z-index: 64 !important;
}
.max-h-64-vh {
  max-height: 64vh !important;
}
.min-h-64-vh {
  min-height: 64vh !important;
}
.max-w-64-vw {
  max-width: 64vw !important;
}
.min-w-64-vw {
  min-width: 64vw !important;
}
.h-64-vh {
  height: 64vh !important;
}
.max-h-64-p {
  max-height: calc(64 * 1%) !important;
}
.min-h-64-p {
  min-height: calc(64 * 1%) !important;
}
.max-w-64-p {
  max-width: calc(64 * 1%) !important;
}
.min-w-64-p {
  min-width: calc(64 * 1%) !important;
}
.h-64-p {
  height: calc(64 * 1%) !important;
}
.w-64-p {
  width: calc(64 * 1%) !important;
}
.max-h-64 {
  max-height: calc(64 * 1%) !important;
}
.max-w-64 {
  max-width: calc(64 * 1%) !important;
}
.z-index-65 {
  z-index: 65 !important;
}
.max-h-65-vh {
  max-height: 65vh !important;
}
.min-h-65-vh {
  min-height: 65vh !important;
}
.max-w-65-vw {
  max-width: 65vw !important;
}
.min-w-65-vw {
  min-width: 65vw !important;
}
.h-65-vh {
  height: 65vh !important;
}
.max-h-65-p {
  max-height: calc(65 * 1%) !important;
}
.min-h-65-p {
  min-height: calc(65 * 1%) !important;
}
.max-w-65-p {
  max-width: calc(65 * 1%) !important;
}
.min-w-65-p {
  min-width: calc(65 * 1%) !important;
}
.h-65-p {
  height: calc(65 * 1%) !important;
}
.w-65-p {
  width: calc(65 * 1%) !important;
}
.max-h-65 {
  max-height: calc(65 * 1%) !important;
}
.max-w-65 {
  max-width: calc(65 * 1%) !important;
}
.z-index-66 {
  z-index: 66 !important;
}
.max-h-66-vh {
  max-height: 66vh !important;
}
.min-h-66-vh {
  min-height: 66vh !important;
}
.max-w-66-vw {
  max-width: 66vw !important;
}
.min-w-66-vw {
  min-width: 66vw !important;
}
.h-66-vh {
  height: 66vh !important;
}
.max-h-66-p {
  max-height: calc(66 * 1%) !important;
}
.min-h-66-p {
  min-height: calc(66 * 1%) !important;
}
.max-w-66-p {
  max-width: calc(66 * 1%) !important;
}
.min-w-66-p {
  min-width: calc(66 * 1%) !important;
}
.h-66-p {
  height: calc(66 * 1%) !important;
}
.w-66-p {
  width: calc(66 * 1%) !important;
}
.max-h-66 {
  max-height: calc(66 * 1%) !important;
}
.max-w-66 {
  max-width: calc(66 * 1%) !important;
}
.z-index-67 {
  z-index: 67 !important;
}
.max-h-67-vh {
  max-height: 67vh !important;
}
.min-h-67-vh {
  min-height: 67vh !important;
}
.max-w-67-vw {
  max-width: 67vw !important;
}
.min-w-67-vw {
  min-width: 67vw !important;
}
.h-67-vh {
  height: 67vh !important;
}
.max-h-67-p {
  max-height: calc(67 * 1%) !important;
}
.min-h-67-p {
  min-height: calc(67 * 1%) !important;
}
.max-w-67-p {
  max-width: calc(67 * 1%) !important;
}
.min-w-67-p {
  min-width: calc(67 * 1%) !important;
}
.h-67-p {
  height: calc(67 * 1%) !important;
}
.w-67-p {
  width: calc(67 * 1%) !important;
}
.max-h-67 {
  max-height: calc(67 * 1%) !important;
}
.max-w-67 {
  max-width: calc(67 * 1%) !important;
}
.z-index-68 {
  z-index: 68 !important;
}
.max-h-68-vh {
  max-height: 68vh !important;
}
.min-h-68-vh {
  min-height: 68vh !important;
}
.max-w-68-vw {
  max-width: 68vw !important;
}
.min-w-68-vw {
  min-width: 68vw !important;
}
.h-68-vh {
  height: 68vh !important;
}
.max-h-68-p {
  max-height: calc(68 * 1%) !important;
}
.min-h-68-p {
  min-height: calc(68 * 1%) !important;
}
.max-w-68-p {
  max-width: calc(68 * 1%) !important;
}
.min-w-68-p {
  min-width: calc(68 * 1%) !important;
}
.h-68-p {
  height: calc(68 * 1%) !important;
}
.w-68-p {
  width: calc(68 * 1%) !important;
}
.max-h-68 {
  max-height: calc(68 * 1%) !important;
}
.max-w-68 {
  max-width: calc(68 * 1%) !important;
}
.z-index-69 {
  z-index: 69 !important;
}
.max-h-69-vh {
  max-height: 69vh !important;
}
.min-h-69-vh {
  min-height: 69vh !important;
}
.max-w-69-vw {
  max-width: 69vw !important;
}
.min-w-69-vw {
  min-width: 69vw !important;
}
.h-69-vh {
  height: 69vh !important;
}
.max-h-69-p {
  max-height: calc(69 * 1%) !important;
}
.min-h-69-p {
  min-height: calc(69 * 1%) !important;
}
.max-w-69-p {
  max-width: calc(69 * 1%) !important;
}
.min-w-69-p {
  min-width: calc(69 * 1%) !important;
}
.h-69-p {
  height: calc(69 * 1%) !important;
}
.w-69-p {
  width: calc(69 * 1%) !important;
}
.max-h-69 {
  max-height: calc(69 * 1%) !important;
}
.max-w-69 {
  max-width: calc(69 * 1%) !important;
}
.z-index-70 {
  z-index: 70 !important;
}
.max-h-70-vh {
  max-height: 70vh !important;
}
.min-h-70-vh {
  min-height: 70vh !important;
}
.max-w-70-vw {
  max-width: 70vw !important;
}
.min-w-70-vw {
  min-width: 70vw !important;
}
.h-70-vh {
  height: 70vh !important;
}
.max-h-70-p {
  max-height: calc(70 * 1%) !important;
}
.min-h-70-p {
  min-height: calc(70 * 1%) !important;
}
.max-w-70-p {
  max-width: calc(70 * 1%) !important;
}
.min-w-70-p {
  min-width: calc(70 * 1%) !important;
}
.h-70-p {
  height: calc(70 * 1%) !important;
}
.w-70-p {
  width: calc(70 * 1%) !important;
}
.max-h-70 {
  max-height: calc(70 * 1%) !important;
}
.max-w-70 {
  max-width: calc(70 * 1%) !important;
}
.z-index-71 {
  z-index: 71 !important;
}
.max-h-71-vh {
  max-height: 71vh !important;
}
.min-h-71-vh {
  min-height: 71vh !important;
}
.max-w-71-vw {
  max-width: 71vw !important;
}
.min-w-71-vw {
  min-width: 71vw !important;
}
.h-71-vh {
  height: 71vh !important;
}
.max-h-71-p {
  max-height: calc(71 * 1%) !important;
}
.min-h-71-p {
  min-height: calc(71 * 1%) !important;
}
.max-w-71-p {
  max-width: calc(71 * 1%) !important;
}
.min-w-71-p {
  min-width: calc(71 * 1%) !important;
}
.h-71-p {
  height: calc(71 * 1%) !important;
}
.w-71-p {
  width: calc(71 * 1%) !important;
}
.max-h-71 {
  max-height: calc(71 * 1%) !important;
}
.max-w-71 {
  max-width: calc(71 * 1%) !important;
}
.z-index-72 {
  z-index: 72 !important;
}
.max-h-72-vh {
  max-height: 72vh !important;
}
.min-h-72-vh {
  min-height: 72vh !important;
}
.max-w-72-vw {
  max-width: 72vw !important;
}
.min-w-72-vw {
  min-width: 72vw !important;
}
.h-72-vh {
  height: 72vh !important;
}
.max-h-72-p {
  max-height: calc(72 * 1%) !important;
}
.min-h-72-p {
  min-height: calc(72 * 1%) !important;
}
.max-w-72-p {
  max-width: calc(72 * 1%) !important;
}
.min-w-72-p {
  min-width: calc(72 * 1%) !important;
}
.h-72-p {
  height: calc(72 * 1%) !important;
}
.w-72-p {
  width: calc(72 * 1%) !important;
}
.max-h-72 {
  max-height: calc(72 * 1%) !important;
}
.max-w-72 {
  max-width: calc(72 * 1%) !important;
}
.z-index-73 {
  z-index: 73 !important;
}
.max-h-73-vh {
  max-height: 73vh !important;
}
.min-h-73-vh {
  min-height: 73vh !important;
}
.max-w-73-vw {
  max-width: 73vw !important;
}
.min-w-73-vw {
  min-width: 73vw !important;
}
.h-73-vh {
  height: 73vh !important;
}
.max-h-73-p {
  max-height: calc(73 * 1%) !important;
}
.min-h-73-p {
  min-height: calc(73 * 1%) !important;
}
.max-w-73-p {
  max-width: calc(73 * 1%) !important;
}
.min-w-73-p {
  min-width: calc(73 * 1%) !important;
}
.h-73-p {
  height: calc(73 * 1%) !important;
}
.w-73-p {
  width: calc(73 * 1%) !important;
}
.max-h-73 {
  max-height: calc(73 * 1%) !important;
}
.max-w-73 {
  max-width: calc(73 * 1%) !important;
}
.z-index-74 {
  z-index: 74 !important;
}
.max-h-74-vh {
  max-height: 74vh !important;
}
.min-h-74-vh {
  min-height: 74vh !important;
}
.max-w-74-vw {
  max-width: 74vw !important;
}
.min-w-74-vw {
  min-width: 74vw !important;
}
.h-74-vh {
  height: 74vh !important;
}
.max-h-74-p {
  max-height: calc(74 * 1%) !important;
}
.min-h-74-p {
  min-height: calc(74 * 1%) !important;
}
.max-w-74-p {
  max-width: calc(74 * 1%) !important;
}
.min-w-74-p {
  min-width: calc(74 * 1%) !important;
}
.h-74-p {
  height: calc(74 * 1%) !important;
}
.w-74-p {
  width: calc(74 * 1%) !important;
}
.max-h-74 {
  max-height: calc(74 * 1%) !important;
}
.max-w-74 {
  max-width: calc(74 * 1%) !important;
}
.z-index-75 {
  z-index: 75 !important;
}
.max-h-75-vh {
  max-height: 75vh !important;
}
.min-h-75-vh {
  min-height: 75vh !important;
}
.max-w-75-vw {
  max-width: 75vw !important;
}
.min-w-75-vw {
  min-width: 75vw !important;
}
.h-75-vh {
  height: 75vh !important;
}
.max-h-75-p {
  max-height: calc(75 * 1%) !important;
}
.min-h-75-p {
  min-height: calc(75 * 1%) !important;
}
.max-w-75-p {
  max-width: calc(75 * 1%) !important;
}
.min-w-75-p {
  min-width: calc(75 * 1%) !important;
}
.h-75-p {
  height: calc(75 * 1%) !important;
}
.w-75-p {
  width: calc(75 * 1%) !important;
}
.max-h-75 {
  max-height: calc(75 * 1%) !important;
}
.max-w-75 {
  max-width: calc(75 * 1%) !important;
}
.z-index-76 {
  z-index: 76 !important;
}
.max-h-76-vh {
  max-height: 76vh !important;
}
.min-h-76-vh {
  min-height: 76vh !important;
}
.max-w-76-vw {
  max-width: 76vw !important;
}
.min-w-76-vw {
  min-width: 76vw !important;
}
.h-76-vh {
  height: 76vh !important;
}
.max-h-76-p {
  max-height: calc(76 * 1%) !important;
}
.min-h-76-p {
  min-height: calc(76 * 1%) !important;
}
.max-w-76-p {
  max-width: calc(76 * 1%) !important;
}
.min-w-76-p {
  min-width: calc(76 * 1%) !important;
}
.h-76-p {
  height: calc(76 * 1%) !important;
}
.w-76-p {
  width: calc(76 * 1%) !important;
}
.max-h-76 {
  max-height: calc(76 * 1%) !important;
}
.max-w-76 {
  max-width: calc(76 * 1%) !important;
}
.z-index-77 {
  z-index: 77 !important;
}
.max-h-77-vh {
  max-height: 77vh !important;
}
.min-h-77-vh {
  min-height: 77vh !important;
}
.max-w-77-vw {
  max-width: 77vw !important;
}
.min-w-77-vw {
  min-width: 77vw !important;
}
.h-77-vh {
  height: 77vh !important;
}
.max-h-77-p {
  max-height: calc(77 * 1%) !important;
}
.min-h-77-p {
  min-height: calc(77 * 1%) !important;
}
.max-w-77-p {
  max-width: calc(77 * 1%) !important;
}
.min-w-77-p {
  min-width: calc(77 * 1%) !important;
}
.h-77-p {
  height: calc(77 * 1%) !important;
}
.w-77-p {
  width: calc(77 * 1%) !important;
}
.max-h-77 {
  max-height: calc(77 * 1%) !important;
}
.max-w-77 {
  max-width: calc(77 * 1%) !important;
}
.z-index-78 {
  z-index: 78 !important;
}
.max-h-78-vh {
  max-height: 78vh !important;
}
.min-h-78-vh {
  min-height: 78vh !important;
}
.max-w-78-vw {
  max-width: 78vw !important;
}
.min-w-78-vw {
  min-width: 78vw !important;
}
.h-78-vh {
  height: 78vh !important;
}
.max-h-78-p {
  max-height: calc(78 * 1%) !important;
}
.min-h-78-p {
  min-height: calc(78 * 1%) !important;
}
.max-w-78-p {
  max-width: calc(78 * 1%) !important;
}
.min-w-78-p {
  min-width: calc(78 * 1%) !important;
}
.h-78-p {
  height: calc(78 * 1%) !important;
}
.w-78-p {
  width: calc(78 * 1%) !important;
}
.max-h-78 {
  max-height: calc(78 * 1%) !important;
}
.max-w-78 {
  max-width: calc(78 * 1%) !important;
}
.z-index-79 {
  z-index: 79 !important;
}
.max-h-79-vh {
  max-height: 79vh !important;
}
.min-h-79-vh {
  min-height: 79vh !important;
}
.max-w-79-vw {
  max-width: 79vw !important;
}
.min-w-79-vw {
  min-width: 79vw !important;
}
.h-79-vh {
  height: 79vh !important;
}
.max-h-79-p {
  max-height: calc(79 * 1%) !important;
}
.min-h-79-p {
  min-height: calc(79 * 1%) !important;
}
.max-w-79-p {
  max-width: calc(79 * 1%) !important;
}
.min-w-79-p {
  min-width: calc(79 * 1%) !important;
}
.h-79-p {
  height: calc(79 * 1%) !important;
}
.w-79-p {
  width: calc(79 * 1%) !important;
}
.max-h-79 {
  max-height: calc(79 * 1%) !important;
}
.max-w-79 {
  max-width: calc(79 * 1%) !important;
}
.z-index-80 {
  z-index: 80 !important;
}
.max-h-80-vh {
  max-height: 80vh !important;
}
.min-h-80-vh {
  min-height: 80vh !important;
}
.max-w-80-vw {
  max-width: 80vw !important;
}
.min-w-80-vw {
  min-width: 80vw !important;
}
.h-80-vh {
  height: 80vh !important;
}
.max-h-80-p {
  max-height: calc(80 * 1%) !important;
}
.min-h-80-p {
  min-height: calc(80 * 1%) !important;
}
.max-w-80-p {
  max-width: calc(80 * 1%) !important;
}
.min-w-80-p {
  min-width: calc(80 * 1%) !important;
}
.h-80-p {
  height: calc(80 * 1%) !important;
}
.w-80-p {
  width: calc(80 * 1%) !important;
}
.max-h-80 {
  max-height: calc(80 * 1%) !important;
}
.max-w-80 {
  max-width: calc(80 * 1%) !important;
}
.z-index-81 {
  z-index: 81 !important;
}
.max-h-81-vh {
  max-height: 81vh !important;
}
.min-h-81-vh {
  min-height: 81vh !important;
}
.max-w-81-vw {
  max-width: 81vw !important;
}
.min-w-81-vw {
  min-width: 81vw !important;
}
.h-81-vh {
  height: 81vh !important;
}
.max-h-81-p {
  max-height: calc(81 * 1%) !important;
}
.min-h-81-p {
  min-height: calc(81 * 1%) !important;
}
.max-w-81-p {
  max-width: calc(81 * 1%) !important;
}
.min-w-81-p {
  min-width: calc(81 * 1%) !important;
}
.h-81-p {
  height: calc(81 * 1%) !important;
}
.w-81-p {
  width: calc(81 * 1%) !important;
}
.max-h-81 {
  max-height: calc(81 * 1%) !important;
}
.max-w-81 {
  max-width: calc(81 * 1%) !important;
}
.z-index-82 {
  z-index: 82 !important;
}
.max-h-82-vh {
  max-height: 82vh !important;
}
.min-h-82-vh {
  min-height: 82vh !important;
}
.max-w-82-vw {
  max-width: 82vw !important;
}
.min-w-82-vw {
  min-width: 82vw !important;
}
.h-82-vh {
  height: 82vh !important;
}
.max-h-82-p {
  max-height: calc(82 * 1%) !important;
}
.min-h-82-p {
  min-height: calc(82 * 1%) !important;
}
.max-w-82-p {
  max-width: calc(82 * 1%) !important;
}
.min-w-82-p {
  min-width: calc(82 * 1%) !important;
}
.h-82-p {
  height: calc(82 * 1%) !important;
}
.w-82-p {
  width: calc(82 * 1%) !important;
}
.max-h-82 {
  max-height: calc(82 * 1%) !important;
}
.max-w-82 {
  max-width: calc(82 * 1%) !important;
}
.z-index-83 {
  z-index: 83 !important;
}
.max-h-83-vh {
  max-height: 83vh !important;
}
.min-h-83-vh {
  min-height: 83vh !important;
}
.max-w-83-vw {
  max-width: 83vw !important;
}
.min-w-83-vw {
  min-width: 83vw !important;
}
.h-83-vh {
  height: 83vh !important;
}
.max-h-83-p {
  max-height: calc(83 * 1%) !important;
}
.min-h-83-p {
  min-height: calc(83 * 1%) !important;
}
.max-w-83-p {
  max-width: calc(83 * 1%) !important;
}
.min-w-83-p {
  min-width: calc(83 * 1%) !important;
}
.h-83-p {
  height: calc(83 * 1%) !important;
}
.w-83-p {
  width: calc(83 * 1%) !important;
}
.max-h-83 {
  max-height: calc(83 * 1%) !important;
}
.max-w-83 {
  max-width: calc(83 * 1%) !important;
}
.z-index-84 {
  z-index: 84 !important;
}
.max-h-84-vh {
  max-height: 84vh !important;
}
.min-h-84-vh {
  min-height: 84vh !important;
}
.max-w-84-vw {
  max-width: 84vw !important;
}
.min-w-84-vw {
  min-width: 84vw !important;
}
.h-84-vh {
  height: 84vh !important;
}
.max-h-84-p {
  max-height: calc(84 * 1%) !important;
}
.min-h-84-p {
  min-height: calc(84 * 1%) !important;
}
.max-w-84-p {
  max-width: calc(84 * 1%) !important;
}
.min-w-84-p {
  min-width: calc(84 * 1%) !important;
}
.h-84-p {
  height: calc(84 * 1%) !important;
}
.w-84-p {
  width: calc(84 * 1%) !important;
}
.max-h-84 {
  max-height: calc(84 * 1%) !important;
}
.max-w-84 {
  max-width: calc(84 * 1%) !important;
}
.z-index-85 {
  z-index: 85 !important;
}
.max-h-85-vh {
  max-height: 85vh !important;
}
.min-h-85-vh {
  min-height: 85vh !important;
}
.max-w-85-vw {
  max-width: 85vw !important;
}
.min-w-85-vw {
  min-width: 85vw !important;
}
.h-85-vh {
  height: 85vh !important;
}
.max-h-85-p {
  max-height: calc(85 * 1%) !important;
}
.min-h-85-p {
  min-height: calc(85 * 1%) !important;
}
.max-w-85-p {
  max-width: calc(85 * 1%) !important;
}
.min-w-85-p {
  min-width: calc(85 * 1%) !important;
}
.h-85-p {
  height: calc(85 * 1%) !important;
}
.w-85-p {
  width: calc(85 * 1%) !important;
}
.max-h-85 {
  max-height: calc(85 * 1%) !important;
}
.max-w-85 {
  max-width: calc(85 * 1%) !important;
}
.z-index-86 {
  z-index: 86 !important;
}
.max-h-86-vh {
  max-height: 86vh !important;
}
.min-h-86-vh {
  min-height: 86vh !important;
}
.max-w-86-vw {
  max-width: 86vw !important;
}
.min-w-86-vw {
  min-width: 86vw !important;
}
.h-86-vh {
  height: 86vh !important;
}
.max-h-86-p {
  max-height: calc(86 * 1%) !important;
}
.min-h-86-p {
  min-height: calc(86 * 1%) !important;
}
.max-w-86-p {
  max-width: calc(86 * 1%) !important;
}
.min-w-86-p {
  min-width: calc(86 * 1%) !important;
}
.h-86-p {
  height: calc(86 * 1%) !important;
}
.w-86-p {
  width: calc(86 * 1%) !important;
}
.max-h-86 {
  max-height: calc(86 * 1%) !important;
}
.max-w-86 {
  max-width: calc(86 * 1%) !important;
}
.z-index-87 {
  z-index: 87 !important;
}
.max-h-87-vh {
  max-height: 87vh !important;
}
.min-h-87-vh {
  min-height: 87vh !important;
}
.max-w-87-vw {
  max-width: 87vw !important;
}
.min-w-87-vw {
  min-width: 87vw !important;
}
.h-87-vh {
  height: 87vh !important;
}
.max-h-87-p {
  max-height: calc(87 * 1%) !important;
}
.min-h-87-p {
  min-height: calc(87 * 1%) !important;
}
.max-w-87-p {
  max-width: calc(87 * 1%) !important;
}
.min-w-87-p {
  min-width: calc(87 * 1%) !important;
}
.h-87-p {
  height: calc(87 * 1%) !important;
}
.w-87-p {
  width: calc(87 * 1%) !important;
}
.max-h-87 {
  max-height: calc(87 * 1%) !important;
}
.max-w-87 {
  max-width: calc(87 * 1%) !important;
}
.z-index-88 {
  z-index: 88 !important;
}
.max-h-88-vh {
  max-height: 88vh !important;
}
.min-h-88-vh {
  min-height: 88vh !important;
}
.max-w-88-vw {
  max-width: 88vw !important;
}
.min-w-88-vw {
  min-width: 88vw !important;
}
.h-88-vh {
  height: 88vh !important;
}
.max-h-88-p {
  max-height: calc(88 * 1%) !important;
}
.min-h-88-p {
  min-height: calc(88 * 1%) !important;
}
.max-w-88-p {
  max-width: calc(88 * 1%) !important;
}
.min-w-88-p {
  min-width: calc(88 * 1%) !important;
}
.h-88-p {
  height: calc(88 * 1%) !important;
}
.w-88-p {
  width: calc(88 * 1%) !important;
}
.max-h-88 {
  max-height: calc(88 * 1%) !important;
}
.max-w-88 {
  max-width: calc(88 * 1%) !important;
}
.z-index-89 {
  z-index: 89 !important;
}
.max-h-89-vh {
  max-height: 89vh !important;
}
.min-h-89-vh {
  min-height: 89vh !important;
}
.max-w-89-vw {
  max-width: 89vw !important;
}
.min-w-89-vw {
  min-width: 89vw !important;
}
.h-89-vh {
  height: 89vh !important;
}
.max-h-89-p {
  max-height: calc(89 * 1%) !important;
}
.min-h-89-p {
  min-height: calc(89 * 1%) !important;
}
.max-w-89-p {
  max-width: calc(89 * 1%) !important;
}
.min-w-89-p {
  min-width: calc(89 * 1%) !important;
}
.h-89-p {
  height: calc(89 * 1%) !important;
}
.w-89-p {
  width: calc(89 * 1%) !important;
}
.max-h-89 {
  max-height: calc(89 * 1%) !important;
}
.max-w-89 {
  max-width: calc(89 * 1%) !important;
}
.z-index-90 {
  z-index: 90 !important;
}
.max-h-90-vh {
  max-height: 90vh !important;
}
.min-h-90-vh {
  min-height: 90vh !important;
}
.max-w-90-vw {
  max-width: 90vw !important;
}
.min-w-90-vw {
  min-width: 90vw !important;
}
.h-90-vh {
  height: 90vh !important;
}
.max-h-90-p {
  max-height: calc(90 * 1%) !important;
}
.min-h-90-p {
  min-height: calc(90 * 1%) !important;
}
.max-w-90-p {
  max-width: calc(90 * 1%) !important;
}
.min-w-90-p {
  min-width: calc(90 * 1%) !important;
}
.h-90-p {
  height: calc(90 * 1%) !important;
}
.w-90-p {
  width: calc(90 * 1%) !important;
}
.max-h-90 {
  max-height: calc(90 * 1%) !important;
}
.max-w-90 {
  max-width: calc(90 * 1%) !important;
}
.z-index-91 {
  z-index: 91 !important;
}
.max-h-91-vh {
  max-height: 91vh !important;
}
.min-h-91-vh {
  min-height: 91vh !important;
}
.max-w-91-vw {
  max-width: 91vw !important;
}
.min-w-91-vw {
  min-width: 91vw !important;
}
.h-91-vh {
  height: 91vh !important;
}
.max-h-91-p {
  max-height: calc(91 * 1%) !important;
}
.min-h-91-p {
  min-height: calc(91 * 1%) !important;
}
.max-w-91-p {
  max-width: calc(91 * 1%) !important;
}
.min-w-91-p {
  min-width: calc(91 * 1%) !important;
}
.h-91-p {
  height: calc(91 * 1%) !important;
}
.w-91-p {
  width: calc(91 * 1%) !important;
}
.max-h-91 {
  max-height: calc(91 * 1%) !important;
}
.max-w-91 {
  max-width: calc(91 * 1%) !important;
}
.z-index-92 {
  z-index: 92 !important;
}
.max-h-92-vh {
  max-height: 92vh !important;
}
.min-h-92-vh {
  min-height: 92vh !important;
}
.max-w-92-vw {
  max-width: 92vw !important;
}
.min-w-92-vw {
  min-width: 92vw !important;
}
.h-92-vh {
  height: 92vh !important;
}
.max-h-92-p {
  max-height: calc(92 * 1%) !important;
}
.min-h-92-p {
  min-height: calc(92 * 1%) !important;
}
.max-w-92-p {
  max-width: calc(92 * 1%) !important;
}
.min-w-92-p {
  min-width: calc(92 * 1%) !important;
}
.h-92-p {
  height: calc(92 * 1%) !important;
}
.w-92-p {
  width: calc(92 * 1%) !important;
}
.max-h-92 {
  max-height: calc(92 * 1%) !important;
}
.max-w-92 {
  max-width: calc(92 * 1%) !important;
}
.z-index-93 {
  z-index: 93 !important;
}
.max-h-93-vh {
  max-height: 93vh !important;
}
.min-h-93-vh {
  min-height: 93vh !important;
}
.max-w-93-vw {
  max-width: 93vw !important;
}
.min-w-93-vw {
  min-width: 93vw !important;
}
.h-93-vh {
  height: 93vh !important;
}
.max-h-93-p {
  max-height: calc(93 * 1%) !important;
}
.min-h-93-p {
  min-height: calc(93 * 1%) !important;
}
.max-w-93-p {
  max-width: calc(93 * 1%) !important;
}
.min-w-93-p {
  min-width: calc(93 * 1%) !important;
}
.h-93-p {
  height: calc(93 * 1%) !important;
}
.w-93-p {
  width: calc(93 * 1%) !important;
}
.max-h-93 {
  max-height: calc(93 * 1%) !important;
}
.max-w-93 {
  max-width: calc(93 * 1%) !important;
}
.z-index-94 {
  z-index: 94 !important;
}
.max-h-94-vh {
  max-height: 94vh !important;
}
.min-h-94-vh {
  min-height: 94vh !important;
}
.max-w-94-vw {
  max-width: 94vw !important;
}
.min-w-94-vw {
  min-width: 94vw !important;
}
.h-94-vh {
  height: 94vh !important;
}
.max-h-94-p {
  max-height: calc(94 * 1%) !important;
}
.min-h-94-p {
  min-height: calc(94 * 1%) !important;
}
.max-w-94-p {
  max-width: calc(94 * 1%) !important;
}
.min-w-94-p {
  min-width: calc(94 * 1%) !important;
}
.h-94-p {
  height: calc(94 * 1%) !important;
}
.w-94-p {
  width: calc(94 * 1%) !important;
}
.max-h-94 {
  max-height: calc(94 * 1%) !important;
}
.max-w-94 {
  max-width: calc(94 * 1%) !important;
}
.z-index-95 {
  z-index: 95 !important;
}
.max-h-95-vh {
  max-height: 95vh !important;
}
.min-h-95-vh {
  min-height: 95vh !important;
}
.max-w-95-vw {
  max-width: 95vw !important;
}
.min-w-95-vw {
  min-width: 95vw !important;
}
.h-95-vh {
  height: 95vh !important;
}
.max-h-95-p {
  max-height: calc(95 * 1%) !important;
}
.min-h-95-p {
  min-height: calc(95 * 1%) !important;
}
.max-w-95-p {
  max-width: calc(95 * 1%) !important;
}
.min-w-95-p {
  min-width: calc(95 * 1%) !important;
}
.h-95-p {
  height: calc(95 * 1%) !important;
}
.w-95-p {
  width: calc(95 * 1%) !important;
}
.max-h-95 {
  max-height: calc(95 * 1%) !important;
}
.max-w-95 {
  max-width: calc(95 * 1%) !important;
}
.z-index-96 {
  z-index: 96 !important;
}
.max-h-96-vh {
  max-height: 96vh !important;
}
.min-h-96-vh {
  min-height: 96vh !important;
}
.max-w-96-vw {
  max-width: 96vw !important;
}
.min-w-96-vw {
  min-width: 96vw !important;
}
.h-96-vh {
  height: 96vh !important;
}
.max-h-96-p {
  max-height: calc(96 * 1%) !important;
}
.min-h-96-p {
  min-height: calc(96 * 1%) !important;
}
.max-w-96-p {
  max-width: calc(96 * 1%) !important;
}
.min-w-96-p {
  min-width: calc(96 * 1%) !important;
}
.h-96-p {
  height: calc(96 * 1%) !important;
}
.w-96-p {
  width: calc(96 * 1%) !important;
}
.max-h-96 {
  max-height: calc(96 * 1%) !important;
}
.max-w-96 {
  max-width: calc(96 * 1%) !important;
}
.z-index-97 {
  z-index: 97 !important;
}
.max-h-97-vh {
  max-height: 97vh !important;
}
.min-h-97-vh {
  min-height: 97vh !important;
}
.max-w-97-vw {
  max-width: 97vw !important;
}
.min-w-97-vw {
  min-width: 97vw !important;
}
.h-97-vh {
  height: 97vh !important;
}
.max-h-97-p {
  max-height: calc(97 * 1%) !important;
}
.min-h-97-p {
  min-height: calc(97 * 1%) !important;
}
.max-w-97-p {
  max-width: calc(97 * 1%) !important;
}
.min-w-97-p {
  min-width: calc(97 * 1%) !important;
}
.h-97-p {
  height: calc(97 * 1%) !important;
}
.w-97-p {
  width: calc(97 * 1%) !important;
}
.max-h-97 {
  max-height: calc(97 * 1%) !important;
}
.max-w-97 {
  max-width: calc(97 * 1%) !important;
}
.z-index-98 {
  z-index: 98 !important;
}
.max-h-98-vh {
  max-height: 98vh !important;
}
.min-h-98-vh {
  min-height: 98vh !important;
}
.max-w-98-vw {
  max-width: 98vw !important;
}
.min-w-98-vw {
  min-width: 98vw !important;
}
.h-98-vh {
  height: 98vh !important;
}
.max-h-98-p {
  max-height: calc(98 * 1%) !important;
}
.min-h-98-p {
  min-height: calc(98 * 1%) !important;
}
.max-w-98-p {
  max-width: calc(98 * 1%) !important;
}
.min-w-98-p {
  min-width: calc(98 * 1%) !important;
}
.h-98-p {
  height: calc(98 * 1%) !important;
}
.w-98-p {
  width: calc(98 * 1%) !important;
}
.max-h-98 {
  max-height: calc(98 * 1%) !important;
}
.max-w-98 {
  max-width: calc(98 * 1%) !important;
}
.z-index-99 {
  z-index: 99 !important;
}
.max-h-99-vh {
  max-height: 99vh !important;
}
.min-h-99-vh {
  min-height: 99vh !important;
}
.max-w-99-vw {
  max-width: 99vw !important;
}
.min-w-99-vw {
  min-width: 99vw !important;
}
.h-99-vh {
  height: 99vh !important;
}
.max-h-99-p {
  max-height: calc(99 * 1%) !important;
}
.min-h-99-p {
  min-height: calc(99 * 1%) !important;
}
.max-w-99-p {
  max-width: calc(99 * 1%) !important;
}
.min-w-99-p {
  min-width: calc(99 * 1%) !important;
}
.h-99-p {
  height: calc(99 * 1%) !important;
}
.w-99-p {
  width: calc(99 * 1%) !important;
}
.max-h-99 {
  max-height: calc(99 * 1%) !important;
}
.max-w-99 {
  max-width: calc(99 * 1%) !important;
}
.z-index-100 {
  z-index: 100 !important;
}
.max-h-100-vh {
  max-height: 100vh !important;
}
.min-h-100-vh {
  min-height: 100vh !important;
}
.max-w-100-vw {
  max-width: 100vw !important;
}
.min-w-100-vw {
  min-width: 100vw !important;
}
.h-100-vh {
  height: 100vh !important;
}
.max-h-100-p {
  max-height: calc(100 * 1%) !important;
}
.min-h-100-p {
  min-height: calc(100 * 1%) !important;
}
.max-w-100-p {
  max-width: calc(100 * 1%) !important;
}
.min-w-100-p {
  min-width: calc(100 * 1%) !important;
}
.h-100-p {
  height: calc(100 * 1%) !important;
}
.w-100-p {
  width: calc(100 * 1%) !important;
}
.max-h-100 {
  max-height: calc(100 * 1%) !important;
}
.max-w-100 {
  max-width: calc(100 * 1%) !important;
}
.top-15 {
  top: 20px !important;
}
.small {
  font-size: 65%;
}
[data-bs-toggle=tooltip] {
  cursor: pointer;
}
.form-group {
  position: relative;
}
.form-group .form-label {
  margin: 0;
}
.border-dashed {
  border-style: dashed !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1 !important;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25 !important;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5 !important;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75 !important;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1 !important;
}
.btn:focus {
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: #fff;
  font-weight: bold;
  color: var(--color-dark);
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  background: transparent;
  font-family: "font-icons";
  content: "\e916";
  font-size: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--color-dark);
  transform: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\e915";
  transform: none;
}
.modal-header {
  font-weight: 800;
}
.link-container a {
  text-decoration: none;
  color: #df5819;
}
.link-container a.active {
  color: var(--bs-dark);
}
.typing-loader {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  height: 30px;
  padding: 10px;
  background-color: var(--bg-light-theme);
  border-radius: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.typing-loader .typing-loader-text {
  font-size: 14px;
  color: var(--bs-orange-theme);
  font-weight: bold;
  animation: fadeText 1.5s infinite;
}
.typing-loader .typing-loader-dots {
  display: flex;
  gap: 6px;
}
.typing-loader .typing-loader-dots span {
  width: 10px;
  height: 10px;
  background-color: var(--bs-orange-theme);
  border-radius: 50%;
  animation: typing-dots 1.5s infinite ease-in-out;
}
.typing-loader .typing-loader-dots span:nth-child(1) {
  animation-delay: 0s;
}
.typing-loader .typing-loader-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.typing-loader .typing-loader-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes typing-dots {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeText {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
.bg-creame-yellow {
  background: var(--bg-creame-medium);
}
.img-button:hover img {
  box-shadow: var(--bs-box-shadow) !important;
}
.cropper-container {
  margin: 0 auto;
}
img.img-profile {
  border-radius: 50% !important;
  max-width: 9.286rem;
}
.link-card {
  border: solid 0.4rem #eef1f2;
  padding: 0;
  text-decoration: none;
  min-height: 14.571rem;
}
.link-card .divider {
  position: relative;
}
.link-card .divider::after {
  content: "";
  position: absolute;
  top: calc(10% - 0.071rem);
  left: 37.5%;
  width: 25%;
  height: 0.214rem;
  background: #266cb5;
}
.link-card .divider::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 12.5%;
  width: 75%;
  height: 1px;
  background: #266cb5;
}
.link-card .card-body {
  padding: 0.5rem;
}
.link-card .card-body span {
  font-size: 0.857rem;
  font-weight: bold;
  color: #333333;
  background: #c9e5d5;
  padding: 0.8rem 0.5rem;
}
.link-card:hover {
  border-color: #266cb5;
}
.link-card:hover .divider {
  position: relative;
}
.link-card:hover .divider::after {
  left: 25%;
  width: 50%;
}
.link-card:hover .divider::before {
  left: 5%;
  width: 90%;
}
.link-card:hover .card-body span {
  color: #ffffff;
  background: #266cb5;
}
.main-title {
  font-weight: bold;
}
.gallery-thumb:hover .video-thumb:before {
  background: rgba(0, 0, 0, 0.2);
}
.gallery-thumb .video-thumb {
  position: relative;
  z-index: 0;
}
.gallery-thumb .video-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.gallery-thumb h6 {
  position: relative;
  padding-top: 1rem;
}
.gallery-thumb h6:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--border-gray-color);
}
.cursor-pointer {
  cursor: pointer;
}
.form-check-input {
  cursor: pointer;
  border-color: var(--color-black);
}
.form-check-input:focus {
  box-shadow: 0 0 0.25rem rgba(127, 17, 224, 0.25);
}
.form-check-input:checked {
  background-color: var(--bs-orange-theme);
  border-color: var(--bs-orange-theme);
}
.form-check-input[type=radio] {
  background-color: transparent;
}
.form-check-input[type=radio]:checked {
  background-color: transparent;
  background-image: url("./media/ration-btn-bg-circle-5H53YF47.svg");
  border-color: var(--bs-orange-theme);
}
.dark-inverse {
  filter: var(--dark-inverse);
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-yellow {
  background-color: #f6b932;
}
.bg-yellow:hover {
  background-color: #f6b932;
}
.border-dark {
  border-color: var(--bs-dark) !important;
}
.text-dark {
  color: var(--bs-dark) !important;
}
.border-dashed-1 {
  background-image: var(--bs-dashed-border);
  background-position: bottom;
  background-size: 0.571rem 0.143rem;
  background-repeat: repeat-x;
}
.border-dashed-1::marker {
  color: #f6611d;
}
.tooltip {
  --bs-tooltip-max-width: 320px;
}
.border-orange {
  --bs-border-opacity: 1;
  border-color: var(--bs-orange-theme) !important;
}
.text-orange {
  --bs-text-opacity: 1;
  color: var(--bs-orange-theme) !important;
}
.bg-orange {
  --bs-bg-opacity: 1;
  background-color: var(--bs-orange-theme) !important;
}
.bg-orange-light {
  background: var(--bg-grediant-orange-theme) !important;
  border-color: var(--bs-orange-theme) !important;
}
.text-orange-light {
  color: var(--bs-orange-theme) !important;
}
.progress-bar {
  background-color: var(--bs-orange-theme);
}
.loading-data {
  position: relative;
}
.loading-data:after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle fill="%23000000" stroke="%23000000" stroke-width="15" r="15" cx="40" cy="100"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.4"></animate></circle><circle fill="%23000000" stroke="%23000000" stroke-width="15" r="15" cx="100" cy="100"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.2"></animate></circle><circle fill="%23000000" stroke="%23000000" stroke-width="15" r="15" cx="160" cy="100"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="0"></animate></circle></svg>');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.light-text {
  font-weight: 300;
}
.small-text {
  font-size: 12px;
}
.detail-scheme-box {
  position: relative;
}
.detail-scheme-box.position-right-bg::before {
  background-position: right;
}
.detail-scheme-box::before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("./media/KeyFeatures-JMVQPJCP.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.schemebox-slider .owl-item:nth-child(1) .card-body {
  background-color: hsl(137, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(1) .card-body .border-circle-2 {
  border: 2px solid hsl(130, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(1) .card-body .border-circle-2 img {
  background-color: hsl(130, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(2) .card-body {
  background-color: hsl(274, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(2) .card-body .border-circle-2 {
  border: 2px solid hsl(260, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(2) .card-body .border-circle-2 img {
  background-color: hsl(260, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(3) .card-body {
  background-color: hsl(51, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(3) .card-body .border-circle-2 {
  border: 2px solid hsl(30, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(3) .card-body .border-circle-2 img {
  background-color: hsl(30, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(4) .card-body {
  background-color: hsl(188, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(4) .card-body .border-circle-2 {
  border: 2px solid hsl(160, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(4) .card-body .border-circle-2 img {
  background-color: hsl(160, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(5) .card-body {
  background-color: hsl(325, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(5) .card-body .border-circle-2 {
  border: 2px solid hsl(290, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(5) .card-body .border-circle-2 img {
  background-color: hsl(290, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(6) .card-body {
  background-color: hsl(102, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(6) .card-body .border-circle-2 {
  border: 2px solid hsl(60, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(6) .card-body .border-circle-2 img {
  background-color: hsl(60, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(7) .card-body {
  background-color: hsl(239, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(7) .card-body .border-circle-2 {
  border: 2px solid hsl(190, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(7) .card-body .border-circle-2 img {
  background-color: hsl(190, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(8) .card-body {
  background-color: hsl(16, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(8) .card-body .border-circle-2 {
  border: 2px solid hsl(320, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(8) .card-body .border-circle-2 img {
  background-color: hsl(320, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(9) .card-body {
  background-color: hsl(153, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(9) .card-body .border-circle-2 {
  border: 2px solid hsl(90, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(9) .card-body .border-circle-2 img {
  background-color: hsl(90, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(10) .card-body {
  background-color: hsl(290, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(10) .card-body .border-circle-2 {
  border: 2px solid hsl(220, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(10) .card-body .border-circle-2 img {
  background-color: hsl(220, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(11) .card-body {
  background-color: hsl(67, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(11) .card-body .border-circle-2 {
  border: 2px solid hsl(350, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(11) .card-body .border-circle-2 img {
  background-color: hsl(350, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(12) .card-body {
  background-color: hsl(204, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(12) .card-body .border-circle-2 {
  border: 2px solid hsl(120, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(12) .card-body .border-circle-2 img {
  background-color: hsl(120, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(13) .card-body {
  background-color: hsl(341, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(13) .card-body .border-circle-2 {
  border: 2px solid hsl(250, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(13) .card-body .border-circle-2 img {
  background-color: hsl(250, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(14) .card-body {
  background-color: hsl(118, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(14) .card-body .border-circle-2 {
  border: 2px solid hsl(20, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(14) .card-body .border-circle-2 img {
  background-color: hsl(20, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(15) .card-body {
  background-color: hsl(255, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(15) .card-body .border-circle-2 {
  border: 2px solid hsl(150, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(15) .card-body .border-circle-2 img {
  background-color: hsl(150, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(16) .card-body {
  background-color: hsl(32, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(16) .card-body .border-circle-2 {
  border: 2px solid hsl(280, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(16) .card-body .border-circle-2 img {
  background-color: hsl(280, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(17) .card-body {
  background-color: hsl(169, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(17) .card-body .border-circle-2 {
  border: 2px solid hsl(50, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(17) .card-body .border-circle-2 img {
  background-color: hsl(50, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(18) .card-body {
  background-color: hsl(306, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(18) .card-body .border-circle-2 {
  border: 2px solid hsl(180, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(18) .card-body .border-circle-2 img {
  background-color: hsl(180, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(19) .card-body {
  background-color: hsl(83, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(19) .card-body .border-circle-2 {
  border: 2px solid hsl(310, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(19) .card-body .border-circle-2 img {
  background-color: hsl(310, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(20) .card-body {
  background-color: hsl(220, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(20) .card-body .border-circle-2 {
  border: 2px solid hsl(80, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(20) .card-body .border-circle-2 img {
  background-color: hsl(80, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(21) .card-body {
  background-color: hsl(357, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(21) .card-body .border-circle-2 {
  border: 2px solid hsl(210, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(21) .card-body .border-circle-2 img {
  background-color: hsl(210, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(22) .card-body {
  background-color: hsl(134, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(22) .card-body .border-circle-2 {
  border: 2px solid hsl(340, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(22) .card-body .border-circle-2 img {
  background-color: hsl(340, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(23) .card-body {
  background-color: hsl(271, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(23) .card-body .border-circle-2 {
  border: 2px solid hsl(110, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(23) .card-body .border-circle-2 img {
  background-color: hsl(110, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(24) .card-body {
  background-color: hsl(48, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(24) .card-body .border-circle-2 {
  border: 2px solid hsl(240, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(24) .card-body .border-circle-2 img {
  background-color: hsl(240, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(25) .card-body {
  background-color: hsl(185, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(25) .card-body .border-circle-2 {
  border: 2px solid hsl(10, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(25) .card-body .border-circle-2 img {
  background-color: hsl(10, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(26) .card-body {
  background-color: hsl(322, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(26) .card-body .border-circle-2 {
  border: 2px solid hsl(140, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(26) .card-body .border-circle-2 img {
  background-color: hsl(140, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(27) .card-body {
  background-color: hsl(99, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(27) .card-body .border-circle-2 {
  border: 2px solid hsl(270, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(27) .card-body .border-circle-2 img {
  background-color: hsl(270, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(28) .card-body {
  background-color: hsl(236, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(28) .card-body .border-circle-2 {
  border: 2px solid hsl(40, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(28) .card-body .border-circle-2 img {
  background-color: hsl(40, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(29) .card-body {
  background-color: hsl(13, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(29) .card-body .border-circle-2 {
  border: 2px solid hsl(170, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(29) .card-body .border-circle-2 img {
  background-color: hsl(170, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(30) .card-body {
  background-color: hsl(150, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(30) .card-body .border-circle-2 {
  border: 2px solid hsl(300, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(30) .card-body .border-circle-2 img {
  background-color: hsl(300, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(31) .card-body {
  background-color: hsl(287, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(31) .card-body .border-circle-2 {
  border: 2px solid hsl(70, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(31) .card-body .border-circle-2 img {
  background-color: hsl(70, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(32) .card-body {
  background-color: hsl(64, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(32) .card-body .border-circle-2 {
  border: 2px solid hsl(200, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(32) .card-body .border-circle-2 img {
  background-color: hsl(200, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(33) .card-body {
  background-color: hsl(201, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(33) .card-body .border-circle-2 {
  border: 2px solid hsl(330, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(33) .card-body .border-circle-2 img {
  background-color: hsl(330, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(34) .card-body {
  background-color: hsl(338, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(34) .card-body .border-circle-2 {
  border: 2px solid hsl(100, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(34) .card-body .border-circle-2 img {
  background-color: hsl(100, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(35) .card-body {
  background-color: hsl(115, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(35) .card-body .border-circle-2 {
  border: 2px solid hsl(230, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(35) .card-body .border-circle-2 img {
  background-color: hsl(230, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(36) .card-body {
  background-color: hsl(252, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(36) .card-body .border-circle-2 {
  border: 2px solid hsl(0, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(36) .card-body .border-circle-2 img {
  background-color: hsl(0, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(37) .card-body {
  background-color: hsl(29, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(37) .card-body .border-circle-2 {
  border: 2px solid hsl(130, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(37) .card-body .border-circle-2 img {
  background-color: hsl(130, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(38) .card-body {
  background-color: hsl(166, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(38) .card-body .border-circle-2 {
  border: 2px solid hsl(260, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(38) .card-body .border-circle-2 img {
  background-color: hsl(260, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(39) .card-body {
  background-color: hsl(303, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(39) .card-body .border-circle-2 {
  border: 2px solid hsl(30, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(39) .card-body .border-circle-2 img {
  background-color: hsl(30, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(40) .card-body {
  background-color: hsl(80, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(40) .card-body .border-circle-2 {
  border: 2px solid hsl(160, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(40) .card-body .border-circle-2 img {
  background-color: hsl(160, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(41) .card-body {
  background-color: hsl(217, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(41) .card-body .border-circle-2 {
  border: 2px solid hsl(290, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(41) .card-body .border-circle-2 img {
  background-color: hsl(290, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(42) .card-body {
  background-color: hsl(354, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(42) .card-body .border-circle-2 {
  border: 2px solid hsl(60, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(42) .card-body .border-circle-2 img {
  background-color: hsl(60, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(43) .card-body {
  background-color: hsl(131, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(43) .card-body .border-circle-2 {
  border: 2px solid hsl(190, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(43) .card-body .border-circle-2 img {
  background-color: hsl(190, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(44) .card-body {
  background-color: hsl(268, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(44) .card-body .border-circle-2 {
  border: 2px solid hsl(320, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(44) .card-body .border-circle-2 img {
  background-color: hsl(320, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(45) .card-body {
  background-color: hsl(45, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(45) .card-body .border-circle-2 {
  border: 2px solid hsl(90, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(45) .card-body .border-circle-2 img {
  background-color: hsl(90, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(46) .card-body {
  background-color: hsl(182, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(46) .card-body .border-circle-2 {
  border: 2px solid hsl(220, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(46) .card-body .border-circle-2 img {
  background-color: hsl(220, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(47) .card-body {
  background-color: hsl(319, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(47) .card-body .border-circle-2 {
  border: 2px solid hsl(350, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(47) .card-body .border-circle-2 img {
  background-color: hsl(350, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(48) .card-body {
  background-color: hsl(96, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(48) .card-body .border-circle-2 {
  border: 2px solid hsl(120, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(48) .card-body .border-circle-2 img {
  background-color: hsl(120, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(49) .card-body {
  background-color: hsl(233, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(49) .card-body .border-circle-2 {
  border: 2px solid hsl(250, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(49) .card-body .border-circle-2 img {
  background-color: hsl(250, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(50) .card-body {
  background-color: hsl(10, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(50) .card-body .border-circle-2 {
  border: 2px solid hsl(20, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(50) .card-body .border-circle-2 img {
  background-color: hsl(20, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(51) .card-body {
  background-color: hsl(147, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(51) .card-body .border-circle-2 {
  border: 2px solid hsl(150, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(51) .card-body .border-circle-2 img {
  background-color: hsl(150, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(52) .card-body {
  background-color: hsl(284, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(52) .card-body .border-circle-2 {
  border: 2px solid hsl(280, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(52) .card-body .border-circle-2 img {
  background-color: hsl(280, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(53) .card-body {
  background-color: hsl(61, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(53) .card-body .border-circle-2 {
  border: 2px solid hsl(50, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(53) .card-body .border-circle-2 img {
  background-color: hsl(50, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(54) .card-body {
  background-color: hsl(198, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(54) .card-body .border-circle-2 {
  border: 2px solid hsl(180, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(54) .card-body .border-circle-2 img {
  background-color: hsl(180, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(55) .card-body {
  background-color: hsl(335, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(55) .card-body .border-circle-2 {
  border: 2px solid hsl(310, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(55) .card-body .border-circle-2 img {
  background-color: hsl(310, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(56) .card-body {
  background-color: hsl(112, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(56) .card-body .border-circle-2 {
  border: 2px solid hsl(80, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(56) .card-body .border-circle-2 img {
  background-color: hsl(80, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(57) .card-body {
  background-color: hsl(249, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(57) .card-body .border-circle-2 {
  border: 2px solid hsl(210, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(57) .card-body .border-circle-2 img {
  background-color: hsl(210, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(58) .card-body {
  background-color: hsl(26, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(58) .card-body .border-circle-2 {
  border: 2px solid hsl(340, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(58) .card-body .border-circle-2 img {
  background-color: hsl(340, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(59) .card-body {
  background-color: hsl(163, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(59) .card-body .border-circle-2 {
  border: 2px solid hsl(110, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(59) .card-body .border-circle-2 img {
  background-color: hsl(110, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(60) .card-body {
  background-color: hsl(300, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(60) .card-body .border-circle-2 {
  border: 2px solid hsl(240, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(60) .card-body .border-circle-2 img {
  background-color: hsl(240, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(61) .card-body {
  background-color: hsl(77, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(61) .card-body .border-circle-2 {
  border: 2px solid hsl(10, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(61) .card-body .border-circle-2 img {
  background-color: hsl(10, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(62) .card-body {
  background-color: hsl(214, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(62) .card-body .border-circle-2 {
  border: 2px solid hsl(140, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(62) .card-body .border-circle-2 img {
  background-color: hsl(140, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(63) .card-body {
  background-color: hsl(351, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(63) .card-body .border-circle-2 {
  border: 2px solid hsl(270, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(63) .card-body .border-circle-2 img {
  background-color: hsl(270, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(64) .card-body {
  background-color: hsl(128, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(64) .card-body .border-circle-2 {
  border: 2px solid hsl(40, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(64) .card-body .border-circle-2 img {
  background-color: hsl(40, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(65) .card-body {
  background-color: hsl(265, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(65) .card-body .border-circle-2 {
  border: 2px solid hsl(170, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(65) .card-body .border-circle-2 img {
  background-color: hsl(170, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(66) .card-body {
  background-color: hsl(42, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(66) .card-body .border-circle-2 {
  border: 2px solid hsl(300, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(66) .card-body .border-circle-2 img {
  background-color: hsl(300, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(67) .card-body {
  background-color: hsl(179, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(67) .card-body .border-circle-2 {
  border: 2px solid hsl(70, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(67) .card-body .border-circle-2 img {
  background-color: hsl(70, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(68) .card-body {
  background-color: hsl(316, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(68) .card-body .border-circle-2 {
  border: 2px solid hsl(200, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(68) .card-body .border-circle-2 img {
  background-color: hsl(200, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(69) .card-body {
  background-color: hsl(93, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(69) .card-body .border-circle-2 {
  border: 2px solid hsl(330, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(69) .card-body .border-circle-2 img {
  background-color: hsl(330, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(70) .card-body {
  background-color: hsl(230, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(70) .card-body .border-circle-2 {
  border: 2px solid hsl(100, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(70) .card-body .border-circle-2 img {
  background-color: hsl(100, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(71) .card-body {
  background-color: hsl(7, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(71) .card-body .border-circle-2 {
  border: 2px solid hsl(230, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(71) .card-body .border-circle-2 img {
  background-color: hsl(230, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(72) .card-body {
  background-color: hsl(144, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(72) .card-body .border-circle-2 {
  border: 2px solid hsl(0, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(72) .card-body .border-circle-2 img {
  background-color: hsl(0, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(73) .card-body {
  background-color: hsl(281, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(73) .card-body .border-circle-2 {
  border: 2px solid hsl(130, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(73) .card-body .border-circle-2 img {
  background-color: hsl(130, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(74) .card-body {
  background-color: hsl(58, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(74) .card-body .border-circle-2 {
  border: 2px solid hsl(260, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(74) .card-body .border-circle-2 img {
  background-color: hsl(260, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(75) .card-body {
  background-color: hsl(195, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(75) .card-body .border-circle-2 {
  border: 2px solid hsl(30, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(75) .card-body .border-circle-2 img {
  background-color: hsl(30, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(76) .card-body {
  background-color: hsl(332, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(76) .card-body .border-circle-2 {
  border: 2px solid hsl(160, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(76) .card-body .border-circle-2 img {
  background-color: hsl(160, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(77) .card-body {
  background-color: hsl(109, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(77) .card-body .border-circle-2 {
  border: 2px solid hsl(290, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(77) .card-body .border-circle-2 img {
  background-color: hsl(290, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(78) .card-body {
  background-color: hsl(246, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(78) .card-body .border-circle-2 {
  border: 2px solid hsl(60, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(78) .card-body .border-circle-2 img {
  background-color: hsl(60, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(79) .card-body {
  background-color: hsl(23, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(79) .card-body .border-circle-2 {
  border: 2px solid hsl(190, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(79) .card-body .border-circle-2 img {
  background-color: hsl(190, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(80) .card-body {
  background-color: hsl(160, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(80) .card-body .border-circle-2 {
  border: 2px solid hsl(320, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(80) .card-body .border-circle-2 img {
  background-color: hsl(320, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(81) .card-body {
  background-color: hsl(297, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(81) .card-body .border-circle-2 {
  border: 2px solid hsl(90, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(81) .card-body .border-circle-2 img {
  background-color: hsl(90, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(82) .card-body {
  background-color: hsl(74, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(82) .card-body .border-circle-2 {
  border: 2px solid hsl(220, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(82) .card-body .border-circle-2 img {
  background-color: hsl(220, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(83) .card-body {
  background-color: hsl(211, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(83) .card-body .border-circle-2 {
  border: 2px solid hsl(350, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(83) .card-body .border-circle-2 img {
  background-color: hsl(350, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(84) .card-body {
  background-color: hsl(348, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(84) .card-body .border-circle-2 {
  border: 2px solid hsl(120, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(84) .card-body .border-circle-2 img {
  background-color: hsl(120, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(85) .card-body {
  background-color: hsl(125, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(85) .card-body .border-circle-2 {
  border: 2px solid hsl(250, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(85) .card-body .border-circle-2 img {
  background-color: hsl(250, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(86) .card-body {
  background-color: hsl(262, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(86) .card-body .border-circle-2 {
  border: 2px solid hsl(20, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(86) .card-body .border-circle-2 img {
  background-color: hsl(20, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(87) .card-body {
  background-color: hsl(39, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(87) .card-body .border-circle-2 {
  border: 2px solid hsl(150, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(87) .card-body .border-circle-2 img {
  background-color: hsl(150, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(88) .card-body {
  background-color: hsl(176, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(88) .card-body .border-circle-2 {
  border: 2px solid hsl(280, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(88) .card-body .border-circle-2 img {
  background-color: hsl(280, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(89) .card-body {
  background-color: hsl(313, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(89) .card-body .border-circle-2 {
  border: 2px solid hsl(50, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(89) .card-body .border-circle-2 img {
  background-color: hsl(50, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(90) .card-body {
  background-color: hsl(90, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(90) .card-body .border-circle-2 {
  border: 2px solid hsl(180, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(90) .card-body .border-circle-2 img {
  background-color: hsl(180, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(91) .card-body {
  background-color: hsl(227, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(91) .card-body .border-circle-2 {
  border: 2px solid hsl(310, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(91) .card-body .border-circle-2 img {
  background-color: hsl(310, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(92) .card-body {
  background-color: hsl(4, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(92) .card-body .border-circle-2 {
  border: 2px solid hsl(80, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(92) .card-body .border-circle-2 img {
  background-color: hsl(80, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(93) .card-body {
  background-color: hsl(141, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(93) .card-body .border-circle-2 {
  border: 2px solid hsl(210, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(93) .card-body .border-circle-2 img {
  background-color: hsl(210, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(94) .card-body {
  background-color: hsl(278, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(94) .card-body .border-circle-2 {
  border: 2px solid hsl(340, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(94) .card-body .border-circle-2 img {
  background-color: hsl(340, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(95) .card-body {
  background-color: hsl(55, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(95) .card-body .border-circle-2 {
  border: 2px solid hsl(110, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(95) .card-body .border-circle-2 img {
  background-color: hsl(110, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(96) .card-body {
  background-color: hsl(192, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(96) .card-body .border-circle-2 {
  border: 2px solid hsl(240, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(96) .card-body .border-circle-2 img {
  background-color: hsl(240, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(97) .card-body {
  background-color: hsl(329, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(97) .card-body .border-circle-2 {
  border: 2px solid hsl(10, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(97) .card-body .border-circle-2 img {
  background-color: hsl(10, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(98) .card-body {
  background-color: hsl(106, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(98) .card-body .border-circle-2 {
  border: 2px solid hsl(140, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(98) .card-body .border-circle-2 img {
  background-color: hsl(140, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(99) .card-body {
  background-color: hsl(243, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(99) .card-body .border-circle-2 {
  border: 2px solid hsl(270, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(99) .card-body .border-circle-2 img {
  background-color: hsl(270, 60%, 85%);
  border-radius: 50%;
}
.schemebox-slider .owl-item:nth-child(100) .card-body {
  background-color: hsl(20, 85%, 96%);
}
.schemebox-slider .owl-item:nth-child(100) .card-body .border-circle-2 {
  border: 2px solid hsl(40, 60%, 85%);
  border-radius: 50% !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.schemebox-slider .owl-item:nth-child(100) .card-body .border-circle-2 img {
  background-color: hsl(40, 60%, 85%);
  border-radius: 50%;
}
.step-form li:not(:last-child) {
  position: relative;
}
.step-form li:not(:last-child) div {
  z-index: 0;
}
.step-form li:not(:last-child) div:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  height: 2px;
  width: 100%;
  left: 50%;
  background: var(--bs-body-color);
}
.step-form li:not(:last-child) div.saved:before {
  background-color: #fd7e14;
}
.step-form li:not(:last-child) div p {
  background-color: var(--bg-white) !important;
}
.step-form li div p {
  background-color: var(--bg-white);
}
.cover-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
file-upload {
  outline: none !important;
}
.form-select option {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item {
  display: flex;
  margin: 3px 3px 0 0;
  max-width: 150px !important;
}
.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item span {
  white-space: nowrap;
}
.btn-feedback {
  rotate: -90deg;
  position: absolute;
  right: -27px;
  top: calc(50% - 62px);
}
@media (max-width: 767px) {
  .btn-feedback {
    right: -20px;
  }
}
.main-container {
  padding: 1.071rem 0;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.main-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--bg-white);
  background-repeat: repeat;
  z-index: -1;
}
.main-container .page-head {
  font-size: 1.857rem;
  font-weight: 700;
  font-family: "Montserrat";
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-container .page-head {
    font-size: 1.143rem;
  }
}
.main-container .dignitiries-box {
  background-color: var(--bg-yellow-light-theme);
}
.main-container .dignitiries-box .card {
  padding: 2.143rem 1.071rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-container .dignitiries-box .card {
    width: 100%;
  }
}
.main-container .dignitiries-box .card .card-circle {
  border: 0.143rem solid var(--bs-gray-500);
  border-radius: 50%;
  position: relative;
  width: 125px;
  height: 125px;
  margin: auto;
  padding: 10px;
  overflow: hidden;
  background: var(--bs-white);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.main-container .dignitiries-box .card .card-circle img {
  width: 100%;
  object-fit: fill;
  height: 100%;
  border-radius: 50%;
}
.main-container .dignitiries-box .card .card-title {
  font-weight: 500;
  font-size: 0.95rem;
}
.main-container .dignitiries-box .card .card-title-inner {
  font-size: 0.88rem;
  font-weight: 400;
}
.main-container .dignitiries-box .card .card-text {
  color: var(--color-darkgrey);
}
.main-container .dignitiries-box .card .card-body {
  z-index: 1;
}
.main-container .dignitiries-box.features-box {
  background:
    transparent linear-gradient(
      0deg,
      #ffe0d1 0%,
      #fff2f9 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(1) .card {
  border-bottom: 3px solid hsl(137, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(1) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(137, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(2) .card {
  border-bottom: 3px solid hsl(274, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(2) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(274, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(3) .card {
  border-bottom: 3px solid hsl(51, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(3) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(51, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(4) .card {
  border-bottom: 3px solid hsl(188, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(4) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(188, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(5) .card {
  border-bottom: 3px solid hsl(325, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(5) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(325, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(6) .card {
  border-bottom: 3px solid hsl(102, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(6) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(102, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(7) .card {
  border-bottom: 3px solid hsl(239, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(7) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(239, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(8) .card {
  border-bottom: 3px solid hsl(16, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(8) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(16, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(9) .card {
  border-bottom: 3px solid hsl(153, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(9) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(153, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(10) .card {
  border-bottom: 3px solid hsl(290, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(10) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(290, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(11) .card {
  border-bottom: 3px solid hsl(67, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(11) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(67, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(12) .card {
  border-bottom: 3px solid hsl(204, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(12) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(204, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(13) .card {
  border-bottom: 3px solid hsl(341, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(13) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(341, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(14) .card {
  border-bottom: 3px solid hsl(118, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(14) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(118, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(15) .card {
  border-bottom: 3px solid hsl(255, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(15) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(255, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(16) .card {
  border-bottom: 3px solid hsl(32, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(16) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(32, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(17) .card {
  border-bottom: 3px solid hsl(169, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(17) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(169, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(18) .card {
  border-bottom: 3px solid hsl(306, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(18) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(306, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(19) .card {
  border-bottom: 3px solid hsl(83, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(19) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(83, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(20) .card {
  border-bottom: 3px solid hsl(220, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(20) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(220, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(21) .card {
  border-bottom: 3px solid hsl(357, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(21) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(357, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(22) .card {
  border-bottom: 3px solid hsl(134, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(22) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(134, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(23) .card {
  border-bottom: 3px solid hsl(271, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(23) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(271, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(24) .card {
  border-bottom: 3px solid hsl(48, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(24) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(48, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(25) .card {
  border-bottom: 3px solid hsl(185, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(25) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(185, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(26) .card {
  border-bottom: 3px solid hsl(322, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(26) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(322, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(27) .card {
  border-bottom: 3px solid hsl(99, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(27) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(99, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(28) .card {
  border-bottom: 3px solid hsl(236, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(28) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(236, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(29) .card {
  border-bottom: 3px solid hsl(13, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(29) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(13, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(30) .card {
  border-bottom: 3px solid hsl(150, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(30) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(150, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(31) .card {
  border-bottom: 3px solid hsl(287, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(31) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(287, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(32) .card {
  border-bottom: 3px solid hsl(64, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(32) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(64, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(33) .card {
  border-bottom: 3px solid hsl(201, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(33) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(201, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(34) .card {
  border-bottom: 3px solid hsl(338, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(34) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(338, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(35) .card {
  border-bottom: 3px solid hsl(115, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(35) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(115, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(36) .card {
  border-bottom: 3px solid hsl(252, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(36) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(252, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(37) .card {
  border-bottom: 3px solid hsl(29, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(37) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(29, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(38) .card {
  border-bottom: 3px solid hsl(166, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(38) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(166, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(39) .card {
  border-bottom: 3px solid hsl(303, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(39) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(303, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(40) .card {
  border-bottom: 3px solid hsl(80, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(40) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(80, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(41) .card {
  border-bottom: 3px solid hsl(217, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(41) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(217, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(42) .card {
  border-bottom: 3px solid hsl(354, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(42) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(354, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(43) .card {
  border-bottom: 3px solid hsl(131, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(43) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(131, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(44) .card {
  border-bottom: 3px solid hsl(268, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(44) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(268, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(45) .card {
  border-bottom: 3px solid hsl(45, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(45) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(45, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(46) .card {
  border-bottom: 3px solid hsl(182, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(46) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(182, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(47) .card {
  border-bottom: 3px solid hsl(319, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(47) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(319, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(48) .card {
  border-bottom: 3px solid hsl(96, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(48) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(96, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(49) .card {
  border-bottom: 3px solid hsl(233, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(49) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(233, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(50) .card {
  border-bottom: 3px solid hsl(10, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(50) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(10, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(51) .card {
  border-bottom: 3px solid hsl(147, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(51) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(147, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(52) .card {
  border-bottom: 3px solid hsl(284, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(52) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(284, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(53) .card {
  border-bottom: 3px solid hsl(61, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(53) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(61, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(54) .card {
  border-bottom: 3px solid hsl(198, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(54) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(198, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(55) .card {
  border-bottom: 3px solid hsl(335, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(55) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(335, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(56) .card {
  border-bottom: 3px solid hsl(112, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(56) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(112, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(57) .card {
  border-bottom: 3px solid hsl(249, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(57) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(249, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(58) .card {
  border-bottom: 3px solid hsl(26, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(58) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(26, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(59) .card {
  border-bottom: 3px solid hsl(163, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(59) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(163, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(60) .card {
  border-bottom: 3px solid hsl(300, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(60) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(300, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(61) .card {
  border-bottom: 3px solid hsl(77, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(61) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(77, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(62) .card {
  border-bottom: 3px solid hsl(214, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(62) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(214, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(63) .card {
  border-bottom: 3px solid hsl(351, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(63) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(351, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(64) .card {
  border-bottom: 3px solid hsl(128, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(64) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(128, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(65) .card {
  border-bottom: 3px solid hsl(265, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(65) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(265, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(66) .card {
  border-bottom: 3px solid hsl(42, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(66) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(42, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(67) .card {
  border-bottom: 3px solid hsl(179, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(67) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(179, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(68) .card {
  border-bottom: 3px solid hsl(316, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(68) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(316, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(69) .card {
  border-bottom: 3px solid hsl(93, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(69) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(93, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(70) .card {
  border-bottom: 3px solid hsl(230, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(70) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(230, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(71) .card {
  border-bottom: 3px solid hsl(7, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(71) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(7, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(72) .card {
  border-bottom: 3px solid hsl(144, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(72) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(144, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(73) .card {
  border-bottom: 3px solid hsl(281, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(73) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(281, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(74) .card {
  border-bottom: 3px solid hsl(58, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(74) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(58, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(75) .card {
  border-bottom: 3px solid hsl(195, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(75) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(195, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(76) .card {
  border-bottom: 3px solid hsl(332, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(76) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(332, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(77) .card {
  border-bottom: 3px solid hsl(109, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(77) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(109, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(78) .card {
  border-bottom: 3px solid hsl(246, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(78) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(246, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(79) .card {
  border-bottom: 3px solid hsl(23, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(79) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(23, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(80) .card {
  border-bottom: 3px solid hsl(160, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(80) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(160, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(81) .card {
  border-bottom: 3px solid hsl(297, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(81) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(297, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(82) .card {
  border-bottom: 3px solid hsl(74, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(82) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(74, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(83) .card {
  border-bottom: 3px solid hsl(211, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(83) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(211, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(84) .card {
  border-bottom: 3px solid hsl(348, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(84) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(348, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(85) .card {
  border-bottom: 3px solid hsl(125, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(85) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(125, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(86) .card {
  border-bottom: 3px solid hsl(262, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(86) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(262, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(87) .card {
  border-bottom: 3px solid hsl(39, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(87) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(39, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(88) .card {
  border-bottom: 3px solid hsl(176, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(88) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(176, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(89) .card {
  border-bottom: 3px solid hsl(313, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(89) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(313, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(90) .card {
  border-bottom: 3px solid hsl(90, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(90) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(90, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(91) .card {
  border-bottom: 3px solid hsl(227, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(91) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(227, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(92) .card {
  border-bottom: 3px solid hsl(4, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(92) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(4, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(93) .card {
  border-bottom: 3px solid hsl(141, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(93) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(141, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(94) .card {
  border-bottom: 3px solid hsl(278, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(94) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(278, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(95) .card {
  border-bottom: 3px solid hsl(55, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(95) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(55, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(96) .card {
  border-bottom: 3px solid hsl(192, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(96) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(192, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(97) .card {
  border-bottom: 3px solid hsl(329, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(97) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(329, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(98) .card {
  border-bottom: 3px solid hsl(106, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(98) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(106, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(99) .card {
  border-bottom: 3px solid hsl(243, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(99) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(243, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(100) .card {
  border-bottom: 3px solid hsl(20, 50%, 60%) !important;
}
.main-container .dignitiries-box.features-box .slider-item:nth-child(100) .card .card-body::after {
  content: attr(data-index) !important;
  width: 30px !important;
  height: 30px !important;
  background-color: hsl(20, 50%, 60%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -30px !important;
}
.main-container .dignitiries-box.features-box .container::before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("./media/KeyFeatures-JMVQPJCP.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.main-container .detail-scheme-box .card .card-title {
  background: var(--color-whitesmoke-m);
  color: var(--color-green-medium);
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
  border-bottom: 0.071rem solid var(--color-grey81);
}
.main-container .detail-scheme-box .card .card-title h5 {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.main-container .detail-scheme-box .card .card-title h5 i {
  border-right: 0.071rem solid var(--color-grey81);
  color: var(--color-dark);
}
.main-container .detail-scheme-box .card .card-body {
  overflow: auto;
}
.main-container .detail-scheme-box .card .card-body ul {
  overflow: auto;
  padding-top: 0.857rem;
  padding-left: 1em;
  list-style: none;
}
.main-container .detail-scheme-box .card .card-body ul li {
  padding-left: 1.5em;
  position: relative;
  font-size: 1rem;
}
.main-container .detail-scheme-box .card .card-body ul li::before {
  content: "";
  width: 0.571rem;
  height: 0.571rem;
  background-color: var(--color-red-medium);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-container .detail-scheme-box .card .card-body {
    max-height: unset;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-container .detail-scheme-box .card .card-body {
    max-height: 47.5rem;
  }
}
.main-container .detail-scheme-box .card .card-body h6 {
  margin-top: 1.071rem;
  font-weight: 400;
  font-size: 1.1rem;
}
.main-container .detail-scheme-box .card .card-body h6:first-child {
  margin-top: 0;
}
.main-container .detail-scheme-box .card .card-body .tooltip-container {
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-container .detail-scheme-box .card .card-body .tooltip-container svg {
    width: 100% !important;
  }
}
.main-container .detail-scheme-box .card .card-body .tooltip-container .tooltip-cutom {
  position: absolute;
}
.main-container .detail-scheme-box .card .card-body .text-playstore {
  color: var(--color-red-medium);
  font-weight: 600;
}
.main-container .detail-scheme-box .card .card-body .search-bg {
  background: var(--color-lightsky);
}
.bg-tile {
  background: var(--tile-background);
}
.owl-carousel .owl-item img {
  object-fit: contain;
}
.bg-light {
  background-color: var(--bg-light-theme) !important;
}
.input-group-text {
  background-color: var(--bs-body-bg-theme) !important;
  border-color: var(--bs-border-color-theme) !important;
}
.text-pink-medium {
  color: var(--bs-orange-theme);
}
.bg-orange-greidant-theme {
  background: var(--bg-grediant-orange-theme);
  border-color: var(--bs-orange-theme);
}
.bg-orange-greidant-theme-verticle {
  background: var(--bg-grediant-orange-theme-verticle);
  border-color: var(--bs-orange-theme);
}
.text-justify {
  text-align: justify;
}
footer {
  position: relative;
}
.max-w-350-px {
  width: calc(100% - 20px) !important;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.register-modal .form-floating > label {
  top: 7px;
  left: 7px;
  height: auto;
  background-color: var(--body-background);
  padding: 0 3px;
}
.component-content {
  padding-top: 73px;
  background-color: var(--bg-white);
}
@media screen and (max-width: 991px) {
  .component-content {
    padding-top: 0;
  }
}
.detail-content .tooltip-inner {
  background-color: #fff;
  border: 1px solid #000;
}
.detail-content .tooltip-inner p {
  color: #000;
}
.detail-content .tooltip-inner p a {
  color: var(--bs-orange-theme) !important;
}
.modal {
  z-index: 1055;
}
.modal-backdrop {
  z-index: 1050;
}
.modal-content {
  border-color: var(--color);
}
.banner-section .owl-theme .owl-nav {
  position: absolute;
  max-width: 1670px;
  margin: 0 auto;
  right: 6%;
  transform: translateX(-50%);
  top: auto;
  bottom: 10px;
  text-align: right;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section .owl-theme .owl-nav {
    bottom: 5px;
  }
}
.banner-section .owl-theme .owl-nav .owl-prev,
.banner-section .owl-theme .owl-nav .owl-next {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  display: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section .owl-theme .owl-nav .owl-prev,
  .banner-section .owl-theme .owl-nav .owl-next {
    height: 42px;
    width: 42px;
  }
}
@media (max-width: 1023px) {
  .banner-section .owl-theme .owl-nav .owl-prev,
  .banner-section .owl-theme .owl-nav .owl-next {
    height: 35px;
    width: 35px;
  }
}
.banner-section .owl-theme .owl-nav .owl-prev {
  background-image: url("./media/arrow-left-white-slider-P25MWP5W.svg");
}
.banner-section .owl-theme .owl-nav .owl-next {
  background-image: url("./media/arrow-right-white-slider-QMO2QXUT.svg");
}
.banner-section .owl-theme .owl-dots {
  position: absolute;
  top: auto;
  bottom: 20px;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  border-radius: 15px;
  padding: 0 15px;
  display: inline-block;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .banner-section .owl-theme .owl-dots {
    height: 24px;
  }
}
.banner-section .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 1px solid var(--text-pink);
  background-color: var(--color-gray);
}
@media screen and (max-width: 1200px) {
  .banner-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}
.banner-section .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--text-pink);
}
.bottom-logo-section .owl-carousel .owl-item img {
  width: auto;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .bottom-logo-section .owl-carousel .owl-item img {
    max-height: 100%;
  }
}
.bottom-logo-section .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-logo-section .owl-carousel .owl-stage .carousel-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-logo-section .owl-carousel .owl-stage .carousel-content a {
  border: 1px solid var(--color-gray11);
  width: 220px;
  margin: 0 auto;
  height: 106px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all 1s ease;
}
.bottom-logo-section .owl-carousel .owl-stage .carousel-content a:hover {
  border-color: var(--text-pink);
}
.shadow-border {
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 24px;
  background: var(--color-light);
  border: 1px solid var(--color-gray2);
}
@media screen and (max-width: 767px) {
  .shadow-border {
    padding: 15px;
    border-radius: 5px;
  }
}
.bg-new-grap {
  background-color: var(--bg-new-grap);
}
.faq-main .accordion .accordion-item .accordion-header .accordion-button {
  background: var(--color-light);
  font-weight: 400;
  font-size: 15px;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .faq-main .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
  }
}
.faq-main .accordion .accordion-item .accordion-header .accordion-button:after {
  background: transparent;
  font-family: "font-icons";
  content: "\e916";
  font-size: 70%;
  font-weight: 300;
  display: flex;
  align-items: center;
  background: var(--color-light);
  justify-content: center;
}
.faq-main .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faq-main .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: var(--color-light);
  color: var(--color-black);
  transform: none;
  box-shadow: none;
}
.faq-main .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\e915";
  transform: none;
}
.faq-main .accordion .accordion-item .accordion-body {
  font-weight: 300;
  font-size: 15px;
  background: var(--color-light);
  padding: 0 0 24px 0px;
}
@media screen and (max-width: 767px) {
  .faq-main .accordion .accordion-item .accordion-body {
    font-size: 12px;
    padding: 0 0 15px 0px;
  }
}
.faq-main .accordion .accordion-item p {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  background: var(--color-light);
}
@media screen and (max-width: 767px) {
  .faq-main .accordion .accordion-item p {
    font-size: 12px;
  }
}
button,
a {
  cursor: pointer;
}
.theme-light .light-theme {
  display: inline-block;
}
.theme-light .dark-theme {
  display: none;
}
.theme-dark .light-theme {
  display: none;
}
.theme-dark .dark-theme {
  display: inline-block;
}
.primary-theme {
  background: var(--color-bg-light-yellow) !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: 16px;
}
#confirmDialog {
  text-align: center;
}
#confirmDialog .modal-header {
  display: none !important;
}
#confirmDialog .modal-body {
  font-size: 16px;
  color: var(--color-black);
}
#confirmDialog .modal-footer {
  justify-content: center;
  border: none;
}
.citizen-btn-aadhar {
  position: fixed;
  left: -74px;
  background-color: var(--bg-dark-theme);
  top: 50%;
  rotate: -90deg;
  z-index: 11;
  color: #fff;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .citizen-btn-aadhar {
    left: -60px;
  }
}
select.view-detail {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none !important;
  pointer-events: none;
  --bs-form-select-bg-img: none;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .categories-list .list-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .categories-list .list-group-flush > .list-group-item {
    flex: 0 0 auto;
    max-width: fit-content;
    gap: 5px;
    padding-right: 10px !important;
    border-bottom: none !important;
    border-right: 1px solid var(--border-gray-color) !important;
  }
}
@media screen and (max-width: 767px) {
  .categories-list .list-group-flush > .list-group-item:last-child {
    border-right: none !important;
  }
}
.btn-model-close {
  padding: 3px;
  border: 1px solid var(--color-black);
  height: 27px;
  width: 27px;
  margin: 10px;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.modal-open {
  overflow: hidden;
}
.no-resize {
  resize: none;
}
.welcome-model .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}
.welcome-model .owl-theme .owl-nav.disabled + .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.text-black {
  color: var(--color-black);
}
.text-black-custom {
  color: var(--color-black1) !important;
}
.text-red {
  color: var(--text-red1) !important;
}
.text-pink {
  color: var(--text-pink) !important;
}
.border-top {
  border-top-color: var(--color-gray11) !important;
}
.pink-light-bg {
  background-color: color-mix(in srgb, var(--color-primary) 10%, transparent) !important;
}
.container {
  padding: 0 60px !important;
  max-width: 1800px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    padding: 0 30px !important;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 15px !important;
  }
}
.gallery-landing-section .main-title {
  display: none;
}
.k-editor-content table {
  border-collapse: collapse !important;
  width: 100%;
}
.k-editor-content table,
.k-editor-content th,
.k-editor-content td {
  border: 1px solid #2563eb !important;
}
.k-editor-content th {
  background-color: #e0f2fe !important;
  font-weight: 600;
}
::ng-deep .k-editor-content table,
::ng-deep .k-editor-content td,
::ng-deep .k-editor-content th {
  border: 1px solid #2563eb;
}
.text-left {
  text-align: left !important;
}
.digilocker-invalid-user {
  width: 100%;
  max-width: 860px;
}
.digilocker-invalid-user .model-content {
  background-color: var(--bg-white);
}
.digilocker-invalid-user .model-content {
  display: inline-block;
  padding: 8px 16px;
  width: 100%;
  max-width: 680px;
  border: 1px solid var(--color-orange1);
  border-radius: 5px;
  color: var(--color-black);
  font-weight: 400;
  font-size: 16px;
  margin-top: 16px;
  background-color: var(--color-orange2);
}
@media screen and (max-width: 1023px) {
  .digilocker-invalid-user .model-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .digilocker-invalid-user .model-content {
    font-size: 12px;
  }
}
.dropdown-item {
  background-color: #fff;
}
.theme-pink .how-it-work .key-future-wrapper .key-future-detail::after {
  background-image: url("./media/double-arrow-right-pink-27ONOYR3.svg");
}
.theme-pink .img-pink {
  display: inline-block;
}
.theme-pink .img-red,
.theme-pink .img-blue,
.theme-pink .img-green,
.theme-pink .img-black {
  display: none !important;
}
.theme-red .how-it-work .key-future-wrapper .key-future-detail::after {
  background-image: url("./media/double-arrow-right-red-XRFRB43Y.svg");
}
.theme-red .img-red {
  display: inline-block;
}
.theme-red .img-pink,
.theme-red .img-blue,
.theme-red .img-green,
.theme-red .img-black {
  display: none !important;
}
.theme-blue .how-it-work .key-future-wrapper .key-future-detail::after {
  background-image: url("./media/double-arrow-right-blue-66AABMLY.svg");
}
.theme-blue .img-blue {
  display: inline-block;
}
.theme-blue .img-red,
.theme-blue .img-pink,
.theme-blue .img-green,
.theme-blue .img-black {
  display: none !important;
}
.theme-green .how-it-work .key-future-wrapper .key-future-detail::after {
  background-image: url("./media/double-arrow-right-green-7AAUCSOJ.svg");
}
.theme-green .img-green {
  display: inline-block;
}
.theme-green .img-red,
.theme-green .img-blue,
.theme-green .img-pink,
.theme-green .img-black {
  display: none !important;
}
.theme-black .how-it-work .key-future-wrapper .key-future-detail::after {
  background-image: url("./media/double-arrow-right-black-KLXPITWH.svg");
}
.theme-black .img-black {
  display: inline-block;
}
.theme-black .img-red,
.theme-black .img-blue,
.theme-black .img-green,
.theme-black .img-pink {
  display: none !important;
}
.qrcode {
  position: relative;
}
.qrcode::before {
  position: absolute;
  top: -1px;
  width: 2px;
  height: 98%;
  content: "";
  transform-origin: center;
  transform: rotate(130deg);
  left: 28px;
}
btn-feedback .leadership_sec {
  padding: 2% 0;
}
btn-feedback .leadership_sec .container {
  height: 100%;
}
@media (max-width: 767px) {
  btn-feedback .leadership_sec .container {
    padding: 0 60px !important;
  }
}
btn-feedback .leadership_sec .container owl-carousel-o {
  display: block;
  height: 100%;
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme {
  height: 100%;
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-stage-outer {
  height: 100%;
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-stage-outer owl-stage {
  display: block;
  height: 100%;
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-stage-outer owl-stage > div {
  height: 100%;
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-stage-outer owl-stage > div .owl-stage {
  height: 100%;
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-item {
  height: 100%;
  min-height: 100%;
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-item .leader-card {
  height: 100%;
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-nav {
  margin: 0;
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-nav .owl-prev,
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4705882353);
  color: #ffffff;
  font-size: 38px;
  line-height: 0.6;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-nav .owl-prev:hover,
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-nav .owl-next:hover {
  background-color: var(--color-primary);
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -50px;
  background-image: url("./media/arrow-left-white-slider-P25MWP5W.svg");
}
btn-feedback .leadership_sec .container owl-carousel-o .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -50px;
  background-image: url("./media/arrow-right-white-slider-QMO2QXUT.svg");
}
.leadership {
  padding: 4% 0;
}
.leadership .benefits_div {
  display: flex;
  flex-direction: column;
}
.leadership .benefits_div .Benefits-Citizens {
  flex: 1;
}
.leadership .benefits_div .Benefits-Citizens .owl-carousel .owl-stage {
  display: flex;
  align-items: flex-end;
}
.leadership .key-future-main {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .leadership .key-future-main {
    padding: 40px 0 0;
  }
}
.leadership .key-future-main .attribute-overview {
  flex: 1;
  padding: 0;
  height: 100%;
}
.leadership .key-future-main .attribute-overview owl-carousel-o {
  display: block;
  height: 100%;
}
.leadership .key-future-main .attribute-overview owl-carousel-o .owl-carousel.owl-theme {
  height: 100%;
}
.leadership .key-future-main .attribute-overview owl-carousel-o .owl-carousel.owl-theme .owl-stage-outer {
  height: 100%;
}
.leadership .key-future-main .attribute-overview owl-carousel-o .owl-carousel.owl-theme .owl-stage-outer owl-stage {
  display: block;
  height: 100%;
}
.leadership .key-future-main .attribute-overview owl-carousel-o .owl-carousel.owl-theme .owl-stage-outer owl-stage > div {
  height: 100%;
}
.leadership .key-future-main .attribute-overview owl-carousel-o .owl-carousel.owl-theme .owl-stage-outer owl-stage > div .owl-stage {
  height: 100%;
}
.leadership .key-future-main .attribute-overview owl-carousel-o .owl-carousel.owl-theme .owl-stage-outer owl-stage > div .owl-stage .owl-item {
  height: 100%;
}
.leadership .key-future-main .attribute-overview owl-carousel-o .owl-carousel.owl-theme .owl-stage-outer owl-stage > div .owl-stage .owl-item .key-future-detail {
  height: calc(100% - 20px);
  margin: 10px 10px;
  width: auto;
  flex-direction: column !important;
  flex-wrap: nowrap;
}
.leadership .key-future-main .attribute-overview owl-carousel-o .owl-carousel.owl-theme .owl-stage-outer owl-stage > div .owl-stage .owl-item .key-future-detail:hover {
  margin: 10px 10px 2px;
}
.flex-fill-5 {
  flex: 0 0 calc(20% - 0px) !important;
  max-width: calc(20% - 0px);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .flex-fill-5 {
    flex: 0 0 calc(33.33% - 0px) !important;
    max-width: calc(33.33% - 0px);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .flex-fill-5 {
    flex: 0 0 calc(33.33% - 0px) !important;
    max-width: calc(33.33% - 0px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .flex-fill-5 {
    flex: 0 0 calc(50% - 0px) !important;
    max-width: calc(50% - 0px);
  }
}
@media (max-width: 767px) {
  .flex-fill-5 {
    flex: 0 0 calc(100% - 0px) !important;
    max-width: calc(100% - 0px);
  }
}
.head-inner-banner-img {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background:
    linear-gradient(
      90deg,
      #175AA1 0%,
      #004288 100%);
}
.head-inner-banner-img .banner-page ul {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
.head-inner-banner-img .banner-page ul li {
  display: inline-block;
  font-size: 12px;
  padding-right: 20px;
  position: relative;
}
.head-inner-banner-img .banner-page ul li::before {
  content: "/";
  position: absolute;
  left: auto;
  right: 7px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
.head-inner-banner-img .banner-page ul li:last-child {
  padding-right: 0;
}
.head-inner-banner-img .banner-page ul li:last-child::before {
  display: none;
}
.head-inner-banner-img .banner-page h4 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
}
.head-banner-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-position: center 58%;
  background-repeat: no-repeat;
  background-size: cover;
}
.head-banner-img img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
.head-banner-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.head-banner-img .banner-page ul {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
.head-banner-img .banner-page ul li {
  display: inline-block;
  font-size: 16px;
  padding-right: 20px;
  position: relative;
}
.head-banner-img .banner-page ul li::before {
  content: "/";
  position: absolute;
  left: auto;
  right: 7px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
.head-banner-img .banner-page ul li:last-child {
  padding-right: 0;
}
.head-banner-img .banner-page ul li:last-child::before {
  display: none;
}
.head-banner-img .banner-page h4 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
}
.container-inner {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.shodow-border-common {
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.simple-tabbing .nav .nav-item a {
  border: none;
  font-size: 16px;
}
.simple-tabbing .nav .nav-item a:active {
  border: none;
}
.custom-field .form-control,
.custom-field .form-select {
  border-color: #E5E7EB !important;
  background-color: #F9FAFB !important;
}
.leadership_sec .owl-carousel {
  cursor: grab;
}
@media (min-width: 1150px) {
  .leadership_sec .owl-carousel {
    cursor: default;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-CJQOV3UQ.css.map */
