﻿@charset "UTF-8";
/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --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: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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-bg: #fff;
  --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-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::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: 16px 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

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 {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  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: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 4px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 4px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 8px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 8px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 16px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 16px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 24px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 24px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 32px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 32px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 40px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 40px;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 48px;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 48px;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 56px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 56px;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 64px;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 64px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 72px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 72px;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 80px;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 80px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 4px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 4px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 8px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 8px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 16px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 16px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 24px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 24px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 32px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 32px;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 40px;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 40px;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 48px;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 48px;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 56px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 56px;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 64px;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 64px;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 72px;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 72px;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 80px;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 4px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 4px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 8px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 8px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 16px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 16px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 24px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 24px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 32px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 32px;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 40px;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 40px;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 48px;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 48px;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 56px;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 56px;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 64px;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 64px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 72px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 72px;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 80px;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 4px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 4px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 8px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 8px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 16px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 16px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 24px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 24px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 32px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 32px;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 40px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 40px;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 48px;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 48px;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 56px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 56px;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 64px;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 64px;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 72px;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 72px;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 80px;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 4px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 4px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 8px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 8px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 16px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 16px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 24px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 24px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 32px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 32px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 40px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 40px;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 48px;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 48px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 56px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 56px;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 64px;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 64px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 72px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 72px;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 80px;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 1360px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 4px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 4px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 8px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 8px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 16px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 16px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 24px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 24px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 32px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 32px;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 40px;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 40px;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 48px;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 48px;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 56px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 56px;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 64px;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 64px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 72px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 72px;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 80px;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 1640px) {
  .col-h {
    flex: 1 0 0%;
  }
  .row-cols-h-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-h-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-h-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-h-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-h-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-h-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-h-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-h-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-h-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-h-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-h-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-h-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-h-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-h-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-h-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-h-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-h-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-h-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-h-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-h-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-h-0 {
    margin-left: 0;
  }
  .offset-h-1 {
    margin-left: 8.33333333%;
  }
  .offset-h-2 {
    margin-left: 16.66666667%;
  }
  .offset-h-3 {
    margin-left: 25%;
  }
  .offset-h-4 {
    margin-left: 33.33333333%;
  }
  .offset-h-5 {
    margin-left: 41.66666667%;
  }
  .offset-h-6 {
    margin-left: 50%;
  }
  .offset-h-7 {
    margin-left: 58.33333333%;
  }
  .offset-h-8 {
    margin-left: 66.66666667%;
  }
  .offset-h-9 {
    margin-left: 75%;
  }
  .offset-h-10 {
    margin-left: 83.33333333%;
  }
  .offset-h-11 {
    margin-left: 91.66666667%;
  }
  .g-h-0,
  .gx-h-0 {
    --bs-gutter-x: 0;
  }
  .g-h-0,
  .gy-h-0 {
    --bs-gutter-y: 0;
  }
  .g-h-1,
  .gx-h-1 {
    --bs-gutter-x: 4px;
  }
  .g-h-1,
  .gy-h-1 {
    --bs-gutter-y: 4px;
  }
  .g-h-2,
  .gx-h-2 {
    --bs-gutter-x: 8px;
  }
  .g-h-2,
  .gy-h-2 {
    --bs-gutter-y: 8px;
  }
  .g-h-3,
  .gx-h-3 {
    --bs-gutter-x: 16px;
  }
  .g-h-3,
  .gy-h-3 {
    --bs-gutter-y: 16px;
  }
  .g-h-4,
  .gx-h-4 {
    --bs-gutter-x: 24px;
  }
  .g-h-4,
  .gy-h-4 {
    --bs-gutter-y: 24px;
  }
  .g-h-5,
  .gx-h-5 {
    --bs-gutter-x: 32px;
  }
  .g-h-5,
  .gy-h-5 {
    --bs-gutter-y: 32px;
  }
  .g-h-6,
  .gx-h-6 {
    --bs-gutter-x: 40px;
  }
  .g-h-6,
  .gy-h-6 {
    --bs-gutter-y: 40px;
  }
  .g-h-7,
  .gx-h-7 {
    --bs-gutter-x: 48px;
  }
  .g-h-7,
  .gy-h-7 {
    --bs-gutter-y: 48px;
  }
  .g-h-8,
  .gx-h-8 {
    --bs-gutter-x: 56px;
  }
  .g-h-8,
  .gy-h-8 {
    --bs-gutter-y: 56px;
  }
  .g-h-9,
  .gx-h-9 {
    --bs-gutter-x: 64px;
  }
  .g-h-9,
  .gy-h-9 {
    --bs-gutter-y: 64px;
  }
  .g-h-10,
  .gx-h-10 {
    --bs-gutter-x: 72px;
  }
  .g-h-10,
  .gy-h-10 {
    --bs-gutter-y: 72px;
  }
  .g-h-11,
  .gx-h-11 {
    --bs-gutter-x: 80px;
  }
  .g-h-11,
  .gy-h-11 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 1840px) {
  .col-xh {
    flex: 1 0 0%;
  }
  .row-cols-xh-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xh-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xh-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xh-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xh-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xh-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xh-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xh-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xh-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xh-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xh-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xh-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xh-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xh-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xh-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xh-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xh-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xh-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xh-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xh-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xh-0 {
    margin-left: 0;
  }
  .offset-xh-1 {
    margin-left: 8.33333333%;
  }
  .offset-xh-2 {
    margin-left: 16.66666667%;
  }
  .offset-xh-3 {
    margin-left: 25%;
  }
  .offset-xh-4 {
    margin-left: 33.33333333%;
  }
  .offset-xh-5 {
    margin-left: 41.66666667%;
  }
  .offset-xh-6 {
    margin-left: 50%;
  }
  .offset-xh-7 {
    margin-left: 58.33333333%;
  }
  .offset-xh-8 {
    margin-left: 66.66666667%;
  }
  .offset-xh-9 {
    margin-left: 75%;
  }
  .offset-xh-10 {
    margin-left: 83.33333333%;
  }
  .offset-xh-11 {
    margin-left: 91.66666667%;
  }
  .g-xh-0,
  .gx-xh-0 {
    --bs-gutter-x: 0;
  }
  .g-xh-0,
  .gy-xh-0 {
    --bs-gutter-y: 0;
  }
  .g-xh-1,
  .gx-xh-1 {
    --bs-gutter-x: 4px;
  }
  .g-xh-1,
  .gy-xh-1 {
    --bs-gutter-y: 4px;
  }
  .g-xh-2,
  .gx-xh-2 {
    --bs-gutter-x: 8px;
  }
  .g-xh-2,
  .gy-xh-2 {
    --bs-gutter-y: 8px;
  }
  .g-xh-3,
  .gx-xh-3 {
    --bs-gutter-x: 16px;
  }
  .g-xh-3,
  .gy-xh-3 {
    --bs-gutter-y: 16px;
  }
  .g-xh-4,
  .gx-xh-4 {
    --bs-gutter-x: 24px;
  }
  .g-xh-4,
  .gy-xh-4 {
    --bs-gutter-y: 24px;
  }
  .g-xh-5,
  .gx-xh-5 {
    --bs-gutter-x: 32px;
  }
  .g-xh-5,
  .gy-xh-5 {
    --bs-gutter-y: 32px;
  }
  .g-xh-6,
  .gx-xh-6 {
    --bs-gutter-x: 40px;
  }
  .g-xh-6,
  .gy-xh-6 {
    --bs-gutter-y: 40px;
  }
  .g-xh-7,
  .gx-xh-7 {
    --bs-gutter-x: 48px;
  }
  .g-xh-7,
  .gy-xh-7 {
    --bs-gutter-y: 48px;
  }
  .g-xh-8,
  .gx-xh-8 {
    --bs-gutter-x: 56px;
  }
  .g-xh-8,
  .gy-xh-8 {
    --bs-gutter-y: 56px;
  }
  .g-xh-9,
  .gx-xh-9 {
    --bs-gutter-x: 64px;
  }
  .g-xh-9,
  .gy-xh-9 {
    --bs-gutter-y: 64px;
  }
  .g-xh-10,
  .gx-xh-10 {
    --bs-gutter-x: 72px;
  }
  .g-xh-10,
  .gy-xh-10 {
    --bs-gutter-y: 72px;
  }
  .g-xh-11,
  .gx-xh-11 {
    --bs-gutter-x: 80px;
  }
  .g-xh-11,
  .gy-xh-11 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 2200px) {
  .col-sh {
    flex: 1 0 0%;
  }
  .row-cols-sh-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sh-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sh-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sh-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sh-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sh-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sh-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sh-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sh-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sh-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sh-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sh-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sh-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sh-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sh-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sh-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sh-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sh-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sh-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sh-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sh-0 {
    margin-left: 0;
  }
  .offset-sh-1 {
    margin-left: 8.33333333%;
  }
  .offset-sh-2 {
    margin-left: 16.66666667%;
  }
  .offset-sh-3 {
    margin-left: 25%;
  }
  .offset-sh-4 {
    margin-left: 33.33333333%;
  }
  .offset-sh-5 {
    margin-left: 41.66666667%;
  }
  .offset-sh-6 {
    margin-left: 50%;
  }
  .offset-sh-7 {
    margin-left: 58.33333333%;
  }
  .offset-sh-8 {
    margin-left: 66.66666667%;
  }
  .offset-sh-9 {
    margin-left: 75%;
  }
  .offset-sh-10 {
    margin-left: 83.33333333%;
  }
  .offset-sh-11 {
    margin-left: 91.66666667%;
  }
  .g-sh-0,
  .gx-sh-0 {
    --bs-gutter-x: 0;
  }
  .g-sh-0,
  .gy-sh-0 {
    --bs-gutter-y: 0;
  }
  .g-sh-1,
  .gx-sh-1 {
    --bs-gutter-x: 4px;
  }
  .g-sh-1,
  .gy-sh-1 {
    --bs-gutter-y: 4px;
  }
  .g-sh-2,
  .gx-sh-2 {
    --bs-gutter-x: 8px;
  }
  .g-sh-2,
  .gy-sh-2 {
    --bs-gutter-y: 8px;
  }
  .g-sh-3,
  .gx-sh-3 {
    --bs-gutter-x: 16px;
  }
  .g-sh-3,
  .gy-sh-3 {
    --bs-gutter-y: 16px;
  }
  .g-sh-4,
  .gx-sh-4 {
    --bs-gutter-x: 24px;
  }
  .g-sh-4,
  .gy-sh-4 {
    --bs-gutter-y: 24px;
  }
  .g-sh-5,
  .gx-sh-5 {
    --bs-gutter-x: 32px;
  }
  .g-sh-5,
  .gy-sh-5 {
    --bs-gutter-y: 32px;
  }
  .g-sh-6,
  .gx-sh-6 {
    --bs-gutter-x: 40px;
  }
  .g-sh-6,
  .gy-sh-6 {
    --bs-gutter-y: 40px;
  }
  .g-sh-7,
  .gx-sh-7 {
    --bs-gutter-x: 48px;
  }
  .g-sh-7,
  .gy-sh-7 {
    --bs-gutter-y: 48px;
  }
  .g-sh-8,
  .gx-sh-8 {
    --bs-gutter-x: 56px;
  }
  .g-sh-8,
  .gy-sh-8 {
    --bs-gutter-y: 56px;
  }
  .g-sh-9,
  .gx-sh-9 {
    --bs-gutter-x: 64px;
  }
  .g-sh-9,
  .gy-sh-9 {
    --bs-gutter-y: 64px;
  }
  .g-sh-10,
  .gx-sh-10 {
    --bs-gutter-x: 72px;
  }
  .g-sh-10,
  .gy-sh-10 {
    --bs-gutter-y: 72px;
  }
  .g-sh-11,
  .gx-sh-11 {
    --bs-gutter-x: 80px;
  }
  .g-sh-11,
  .gy-sh-11 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 2400px) {
  .col-g {
    flex: 1 0 0%;
  }
  .row-cols-g-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-g-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-g-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-g-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-g-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-g-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-g-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-g-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-g-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-g-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-g-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-g-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-g-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-g-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-g-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-g-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-g-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-g-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-g-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-g-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-g-0 {
    margin-left: 0;
  }
  .offset-g-1 {
    margin-left: 8.33333333%;
  }
  .offset-g-2 {
    margin-left: 16.66666667%;
  }
  .offset-g-3 {
    margin-left: 25%;
  }
  .offset-g-4 {
    margin-left: 33.33333333%;
  }
  .offset-g-5 {
    margin-left: 41.66666667%;
  }
  .offset-g-6 {
    margin-left: 50%;
  }
  .offset-g-7 {
    margin-left: 58.33333333%;
  }
  .offset-g-8 {
    margin-left: 66.66666667%;
  }
  .offset-g-9 {
    margin-left: 75%;
  }
  .offset-g-10 {
    margin-left: 83.33333333%;
  }
  .offset-g-11 {
    margin-left: 91.66666667%;
  }
  .g-g-0,
  .gx-g-0 {
    --bs-gutter-x: 0;
  }
  .g-g-0,
  .gy-g-0 {
    --bs-gutter-y: 0;
  }
  .g-g-1,
  .gx-g-1 {
    --bs-gutter-x: 4px;
  }
  .g-g-1,
  .gy-g-1 {
    --bs-gutter-y: 4px;
  }
  .g-g-2,
  .gx-g-2 {
    --bs-gutter-x: 8px;
  }
  .g-g-2,
  .gy-g-2 {
    --bs-gutter-y: 8px;
  }
  .g-g-3,
  .gx-g-3 {
    --bs-gutter-x: 16px;
  }
  .g-g-3,
  .gy-g-3 {
    --bs-gutter-y: 16px;
  }
  .g-g-4,
  .gx-g-4 {
    --bs-gutter-x: 24px;
  }
  .g-g-4,
  .gy-g-4 {
    --bs-gutter-y: 24px;
  }
  .g-g-5,
  .gx-g-5 {
    --bs-gutter-x: 32px;
  }
  .g-g-5,
  .gy-g-5 {
    --bs-gutter-y: 32px;
  }
  .g-g-6,
  .gx-g-6 {
    --bs-gutter-x: 40px;
  }
  .g-g-6,
  .gy-g-6 {
    --bs-gutter-y: 40px;
  }
  .g-g-7,
  .gx-g-7 {
    --bs-gutter-x: 48px;
  }
  .g-g-7,
  .gy-g-7 {
    --bs-gutter-y: 48px;
  }
  .g-g-8,
  .gx-g-8 {
    --bs-gutter-x: 56px;
  }
  .g-g-8,
  .gy-g-8 {
    --bs-gutter-y: 56px;
  }
  .g-g-9,
  .gx-g-9 {
    --bs-gutter-x: 64px;
  }
  .g-g-9,
  .gy-g-9 {
    --bs-gutter-y: 64px;
  }
  .g-g-10,
  .gx-g-10 {
    --bs-gutter-x: 72px;
  }
  .g-g-10,
  .gy-g-10 {
    --bs-gutter-y: 72px;
  }
  .g-g-11,
  .gx-g-11 {
    --bs-gutter-x: 80px;
  }
  .g-g-11,
  .gy-g-11 {
    --bs-gutter-y: 80px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: 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-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-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-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-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-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.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-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !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: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.m-3 {
  margin: 16px !important;
}

.m-4 {
  margin: 24px !important;
}

.m-5 {
  margin: 32px !important;
}

.m-6 {
  margin: 40px !important;
}

.m-7 {
  margin: 48px !important;
}

.m-8 {
  margin: 56px !important;
}

.m-9 {
  margin: 64px !important;
}

.m-10 {
  margin: 72px !important;
}

.m-11 {
  margin: 80px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-5 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-6 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-7 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-8 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.mx-9 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.mx-10 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.mx-11 {
  margin-right: 80px !important;
  margin-left: 80px !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: 4px !important;
  margin-bottom: 4px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-6 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-7 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-8 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-9 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-10 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-11 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 16px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-5 {
  margin-top: 32px !important;
}

.mt-6 {
  margin-top: 40px !important;
}

.mt-7 {
  margin-top: 48px !important;
}

.mt-8 {
  margin-top: 56px !important;
}

.mt-9 {
  margin-top: 64px !important;
}

.mt-10 {
  margin-top: 72px !important;
}

.mt-11 {
  margin-top: 80px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 4px !important;
}

.me-2 {
  margin-right: 8px !important;
}

.me-3 {
  margin-right: 16px !important;
}

.me-4 {
  margin-right: 24px !important;
}

.me-5 {
  margin-right: 32px !important;
}

.me-6 {
  margin-right: 40px !important;
}

.me-7 {
  margin-right: 48px !important;
}

.me-8 {
  margin-right: 56px !important;
}

.me-9 {
  margin-right: 64px !important;
}

.me-10 {
  margin-right: 72px !important;
}

.me-11 {
  margin-right: 80px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 32px !important;
}

.mb-6 {
  margin-bottom: 40px !important;
}

.mb-7 {
  margin-bottom: 48px !important;
}

.mb-8 {
  margin-bottom: 56px !important;
}

.mb-9 {
  margin-bottom: 64px !important;
}

.mb-10 {
  margin-bottom: 72px !important;
}

.mb-11 {
  margin-bottom: 80px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 4px !important;
}

.ms-2 {
  margin-left: 8px !important;
}

.ms-3 {
  margin-left: 16px !important;
}

.ms-4 {
  margin-left: 24px !important;
}

.ms-5 {
  margin-left: 32px !important;
}

.ms-6 {
  margin-left: 40px !important;
}

.ms-7 {
  margin-left: 48px !important;
}

.ms-8 {
  margin-left: 56px !important;
}

.ms-9 {
  margin-left: 64px !important;
}

.ms-10 {
  margin-left: 72px !important;
}

.ms-11 {
  margin-left: 80px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -4px !important;
}

.m-n2 {
  margin: -8px !important;
}

.m-n3 {
  margin: -16px !important;
}

.m-n4 {
  margin: -24px !important;
}

.m-n5 {
  margin: -32px !important;
}

.m-n6 {
  margin: -40px !important;
}

.m-n7 {
  margin: -48px !important;
}

.m-n8 {
  margin: -56px !important;
}

.m-n9 {
  margin: -64px !important;
}

.m-n10 {
  margin: -72px !important;
}

.m-n11 {
  margin: -80px !important;
}

.mx-n1 {
  margin-right: -4px !important;
  margin-left: -4px !important;
}

.mx-n2 {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.mx-n3 {
  margin-right: -16px !important;
  margin-left: -16px !important;
}

.mx-n4 {
  margin-right: -24px !important;
  margin-left: -24px !important;
}

.mx-n5 {
  margin-right: -32px !important;
  margin-left: -32px !important;
}

.mx-n6 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.mx-n7 {
  margin-right: -48px !important;
  margin-left: -48px !important;
}

.mx-n8 {
  margin-right: -56px !important;
  margin-left: -56px !important;
}

.mx-n9 {
  margin-right: -64px !important;
  margin-left: -64px !important;
}

.mx-n10 {
  margin-right: -72px !important;
  margin-left: -72px !important;
}

.mx-n11 {
  margin-right: -80px !important;
  margin-left: -80px !important;
}

.my-n1 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.my-n2 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.my-n3 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.my-n4 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.my-n5 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.my-n6 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.my-n7 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.my-n8 {
  margin-top: -56px !important;
  margin-bottom: -56px !important;
}

.my-n9 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.my-n10 {
  margin-top: -72px !important;
  margin-bottom: -72px !important;
}

.my-n11 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.mt-n1 {
  margin-top: -4px !important;
}

.mt-n2 {
  margin-top: -8px !important;
}

.mt-n3 {
  margin-top: -16px !important;
}

.mt-n4 {
  margin-top: -24px !important;
}

.mt-n5 {
  margin-top: -32px !important;
}

.mt-n6 {
  margin-top: -40px !important;
}

.mt-n7 {
  margin-top: -48px !important;
}

.mt-n8 {
  margin-top: -56px !important;
}

.mt-n9 {
  margin-top: -64px !important;
}

.mt-n10 {
  margin-top: -72px !important;
}

.mt-n11 {
  margin-top: -80px !important;
}

.me-n1 {
  margin-right: -4px !important;
}

.me-n2 {
  margin-right: -8px !important;
}

.me-n3 {
  margin-right: -16px !important;
}

.me-n4 {
  margin-right: -24px !important;
}

.me-n5 {
  margin-right: -32px !important;
}

.me-n6 {
  margin-right: -40px !important;
}

.me-n7 {
  margin-right: -48px !important;
}

.me-n8 {
  margin-right: -56px !important;
}

.me-n9 {
  margin-right: -64px !important;
}

.me-n10 {
  margin-right: -72px !important;
}

.me-n11 {
  margin-right: -80px !important;
}

.mb-n1 {
  margin-bottom: -4px !important;
}

.mb-n2 {
  margin-bottom: -8px !important;
}

.mb-n3 {
  margin-bottom: -16px !important;
}

.mb-n4 {
  margin-bottom: -24px !important;
}

.mb-n5 {
  margin-bottom: -32px !important;
}

.mb-n6 {
  margin-bottom: -40px !important;
}

.mb-n7 {
  margin-bottom: -48px !important;
}

.mb-n8 {
  margin-bottom: -56px !important;
}

.mb-n9 {
  margin-bottom: -64px !important;
}

.mb-n10 {
  margin-bottom: -72px !important;
}

.mb-n11 {
  margin-bottom: -80px !important;
}

.ms-n1 {
  margin-left: -4px !important;
}

.ms-n2 {
  margin-left: -8px !important;
}

.ms-n3 {
  margin-left: -16px !important;
}

.ms-n4 {
  margin-left: -24px !important;
}

.ms-n5 {
  margin-left: -32px !important;
}

.ms-n6 {
  margin-left: -40px !important;
}

.ms-n7 {
  margin-left: -48px !important;
}

.ms-n8 {
  margin-left: -56px !important;
}

.ms-n9 {
  margin-left: -64px !important;
}

.ms-n10 {
  margin-left: -72px !important;
}

.ms-n11 {
  margin-left: -80px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.p-3 {
  padding: 16px !important;
}

.p-4 {
  padding: 24px !important;
}

.p-5 {
  padding: 32px !important;
}

.p-6 {
  padding: 40px !important;
}

.p-7 {
  padding: 48px !important;
}

.p-8 {
  padding: 56px !important;
}

.p-9 {
  padding: 64px !important;
}

.p-10 {
  padding: 72px !important;
}

.p-11 {
  padding: 80px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.px-5 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.px-6 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-7 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.px-8 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.px-9 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.px-10 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.px-11 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-6 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-7 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-8 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-9 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-10 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-11 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pt-3 {
  padding-top: 16px !important;
}

.pt-4 {
  padding-top: 24px !important;
}

.pt-5 {
  padding-top: 32px !important;
}

.pt-6 {
  padding-top: 40px !important;
}

.pt-7 {
  padding-top: 48px !important;
}

.pt-8 {
  padding-top: 56px !important;
}

.pt-9 {
  padding-top: 64px !important;
}

.pt-10 {
  padding-top: 72px !important;
}

.pt-11 {
  padding-top: 80px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 4px !important;
}

.pe-2 {
  padding-right: 8px !important;
}

.pe-3 {
  padding-right: 16px !important;
}

.pe-4 {
  padding-right: 24px !important;
}

.pe-5 {
  padding-right: 32px !important;
}

.pe-6 {
  padding-right: 40px !important;
}

.pe-7 {
  padding-right: 48px !important;
}

.pe-8 {
  padding-right: 56px !important;
}

.pe-9 {
  padding-right: 64px !important;
}

.pe-10 {
  padding-right: 72px !important;
}

.pe-11 {
  padding-right: 80px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pb-3 {
  padding-bottom: 16px !important;
}

.pb-4 {
  padding-bottom: 24px !important;
}

.pb-5 {
  padding-bottom: 32px !important;
}

.pb-6 {
  padding-bottom: 40px !important;
}

.pb-7 {
  padding-bottom: 48px !important;
}

.pb-8 {
  padding-bottom: 56px !important;
}

.pb-9 {
  padding-bottom: 64px !important;
}

.pb-10 {
  padding-bottom: 72px !important;
}

.pb-11 {
  padding-bottom: 80px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 4px !important;
}

.ps-2 {
  padding-left: 8px !important;
}

.ps-3 {
  padding-left: 16px !important;
}

.ps-4 {
  padding-left: 24px !important;
}

.ps-5 {
  padding-left: 32px !important;
}

.ps-6 {
  padding-left: 40px !important;
}

.ps-7 {
  padding-left: 48px !important;
}

.ps-8 {
  padding-left: 56px !important;
}

.ps-9 {
  padding-left: 64px !important;
}

.ps-10 {
  padding-left: 72px !important;
}

.ps-11 {
  padding-left: 80px !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 4px !important;
}

.gap-2 {
  gap: 8px !important;
}

.gap-3 {
  gap: 16px !important;
}

.gap-4 {
  gap: 24px !important;
}

.gap-5 {
  gap: 32px !important;
}

.gap-6 {
  gap: 40px !important;
}

.gap-7 {
  gap: 48px !important;
}

.gap-8 {
  gap: 56px !important;
}

.gap-9 {
  gap: 64px !important;
}

.gap-10 {
  gap: 72px !important;
}

.gap-11 {
  gap: 80px !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;
}

.fs-7 {
  font-size: 0.875rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 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-2xl) !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-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 4px !important;
  }
  .m-sm-2 {
    margin: 8px !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .m-sm-5 {
    margin: 32px !important;
  }
  .m-sm-6 {
    margin: 40px !important;
  }
  .m-sm-7 {
    margin: 48px !important;
  }
  .m-sm-8 {
    margin: 56px !important;
  }
  .m-sm-9 {
    margin: 64px !important;
  }
  .m-sm-10 {
    margin: 72px !important;
  }
  .m-sm-11 {
    margin: 80px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-sm-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-sm-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-sm-9 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-sm-10 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-sm-11 {
    margin-right: 80px !important;
    margin-left: 80px !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: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-sm-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-sm-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-sm-9 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-sm-10 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-sm-11 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  .mt-sm-5 {
    margin-top: 32px !important;
  }
  .mt-sm-6 {
    margin-top: 40px !important;
  }
  .mt-sm-7 {
    margin-top: 48px !important;
  }
  .mt-sm-8 {
    margin-top: 56px !important;
  }
  .mt-sm-9 {
    margin-top: 64px !important;
  }
  .mt-sm-10 {
    margin-top: 72px !important;
  }
  .mt-sm-11 {
    margin-top: 80px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 4px !important;
  }
  .me-sm-2 {
    margin-right: 8px !important;
  }
  .me-sm-3 {
    margin-right: 16px !important;
  }
  .me-sm-4 {
    margin-right: 24px !important;
  }
  .me-sm-5 {
    margin-right: 32px !important;
  }
  .me-sm-6 {
    margin-right: 40px !important;
  }
  .me-sm-7 {
    margin-right: 48px !important;
  }
  .me-sm-8 {
    margin-right: 56px !important;
  }
  .me-sm-9 {
    margin-right: 64px !important;
  }
  .me-sm-10 {
    margin-right: 72px !important;
  }
  .me-sm-11 {
    margin-right: 80px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
  .mb-sm-6 {
    margin-bottom: 40px !important;
  }
  .mb-sm-7 {
    margin-bottom: 48px !important;
  }
  .mb-sm-8 {
    margin-bottom: 56px !important;
  }
  .mb-sm-9 {
    margin-bottom: 64px !important;
  }
  .mb-sm-10 {
    margin-bottom: 72px !important;
  }
  .mb-sm-11 {
    margin-bottom: 80px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 4px !important;
  }
  .ms-sm-2 {
    margin-left: 8px !important;
  }
  .ms-sm-3 {
    margin-left: 16px !important;
  }
  .ms-sm-4 {
    margin-left: 24px !important;
  }
  .ms-sm-5 {
    margin-left: 32px !important;
  }
  .ms-sm-6 {
    margin-left: 40px !important;
  }
  .ms-sm-7 {
    margin-left: 48px !important;
  }
  .ms-sm-8 {
    margin-left: 56px !important;
  }
  .ms-sm-9 {
    margin-left: 64px !important;
  }
  .ms-sm-10 {
    margin-left: 72px !important;
  }
  .ms-sm-11 {
    margin-left: 80px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -4px !important;
  }
  .m-sm-n2 {
    margin: -8px !important;
  }
  .m-sm-n3 {
    margin: -16px !important;
  }
  .m-sm-n4 {
    margin: -24px !important;
  }
  .m-sm-n5 {
    margin: -32px !important;
  }
  .m-sm-n6 {
    margin: -40px !important;
  }
  .m-sm-n7 {
    margin: -48px !important;
  }
  .m-sm-n8 {
    margin: -56px !important;
  }
  .m-sm-n9 {
    margin: -64px !important;
  }
  .m-sm-n10 {
    margin: -72px !important;
  }
  .m-sm-n11 {
    margin: -80px !important;
  }
  .mx-sm-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-sm-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-sm-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-sm-n4 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-sm-n5 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-sm-n6 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-sm-n7 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-sm-n8 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-sm-n9 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-sm-n10 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-sm-n11 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .my-sm-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-sm-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-sm-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-sm-n4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-sm-n5 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-sm-n6 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-sm-n7 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-sm-n8 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-sm-n9 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-sm-n10 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-sm-n11 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mt-sm-n1 {
    margin-top: -4px !important;
  }
  .mt-sm-n2 {
    margin-top: -8px !important;
  }
  .mt-sm-n3 {
    margin-top: -16px !important;
  }
  .mt-sm-n4 {
    margin-top: -24px !important;
  }
  .mt-sm-n5 {
    margin-top: -32px !important;
  }
  .mt-sm-n6 {
    margin-top: -40px !important;
  }
  .mt-sm-n7 {
    margin-top: -48px !important;
  }
  .mt-sm-n8 {
    margin-top: -56px !important;
  }
  .mt-sm-n9 {
    margin-top: -64px !important;
  }
  .mt-sm-n10 {
    margin-top: -72px !important;
  }
  .mt-sm-n11 {
    margin-top: -80px !important;
  }
  .me-sm-n1 {
    margin-right: -4px !important;
  }
  .me-sm-n2 {
    margin-right: -8px !important;
  }
  .me-sm-n3 {
    margin-right: -16px !important;
  }
  .me-sm-n4 {
    margin-right: -24px !important;
  }
  .me-sm-n5 {
    margin-right: -32px !important;
  }
  .me-sm-n6 {
    margin-right: -40px !important;
  }
  .me-sm-n7 {
    margin-right: -48px !important;
  }
  .me-sm-n8 {
    margin-right: -56px !important;
  }
  .me-sm-n9 {
    margin-right: -64px !important;
  }
  .me-sm-n10 {
    margin-right: -72px !important;
  }
  .me-sm-n11 {
    margin-right: -80px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -4px !important;
  }
  .mb-sm-n2 {
    margin-bottom: -8px !important;
  }
  .mb-sm-n3 {
    margin-bottom: -16px !important;
  }
  .mb-sm-n4 {
    margin-bottom: -24px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -32px !important;
  }
  .mb-sm-n6 {
    margin-bottom: -40px !important;
  }
  .mb-sm-n7 {
    margin-bottom: -48px !important;
  }
  .mb-sm-n8 {
    margin-bottom: -56px !important;
  }
  .mb-sm-n9 {
    margin-bottom: -64px !important;
  }
  .mb-sm-n10 {
    margin-bottom: -72px !important;
  }
  .mb-sm-n11 {
    margin-bottom: -80px !important;
  }
  .ms-sm-n1 {
    margin-left: -4px !important;
  }
  .ms-sm-n2 {
    margin-left: -8px !important;
  }
  .ms-sm-n3 {
    margin-left: -16px !important;
  }
  .ms-sm-n4 {
    margin-left: -24px !important;
  }
  .ms-sm-n5 {
    margin-left: -32px !important;
  }
  .ms-sm-n6 {
    margin-left: -40px !important;
  }
  .ms-sm-n7 {
    margin-left: -48px !important;
  }
  .ms-sm-n8 {
    margin-left: -56px !important;
  }
  .ms-sm-n9 {
    margin-left: -64px !important;
  }
  .ms-sm-n10 {
    margin-left: -72px !important;
  }
  .ms-sm-n11 {
    margin-left: -80px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .p-sm-5 {
    padding: 32px !important;
  }
  .p-sm-6 {
    padding: 40px !important;
  }
  .p-sm-7 {
    padding: 48px !important;
  }
  .p-sm-8 {
    padding: 56px !important;
  }
  .p-sm-9 {
    padding: 64px !important;
  }
  .p-sm-10 {
    padding: 72px !important;
  }
  .p-sm-11 {
    padding: 80px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sm-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-sm-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-sm-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-sm-9 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-sm-10 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-sm-11 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-sm-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-sm-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-sm-9 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-sm-10 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-sm-11 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  .pt-sm-3 {
    padding-top: 16px !important;
  }
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  .pt-sm-5 {
    padding-top: 32px !important;
  }
  .pt-sm-6 {
    padding-top: 40px !important;
  }
  .pt-sm-7 {
    padding-top: 48px !important;
  }
  .pt-sm-8 {
    padding-top: 56px !important;
  }
  .pt-sm-9 {
    padding-top: 64px !important;
  }
  .pt-sm-10 {
    padding-top: 72px !important;
  }
  .pt-sm-11 {
    padding-top: 80px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 4px !important;
  }
  .pe-sm-2 {
    padding-right: 8px !important;
  }
  .pe-sm-3 {
    padding-right: 16px !important;
  }
  .pe-sm-4 {
    padding-right: 24px !important;
  }
  .pe-sm-5 {
    padding-right: 32px !important;
  }
  .pe-sm-6 {
    padding-right: 40px !important;
  }
  .pe-sm-7 {
    padding-right: 48px !important;
  }
  .pe-sm-8 {
    padding-right: 56px !important;
  }
  .pe-sm-9 {
    padding-right: 64px !important;
  }
  .pe-sm-10 {
    padding-right: 72px !important;
  }
  .pe-sm-11 {
    padding-right: 80px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  .pb-sm-5 {
    padding-bottom: 32px !important;
  }
  .pb-sm-6 {
    padding-bottom: 40px !important;
  }
  .pb-sm-7 {
    padding-bottom: 48px !important;
  }
  .pb-sm-8 {
    padding-bottom: 56px !important;
  }
  .pb-sm-9 {
    padding-bottom: 64px !important;
  }
  .pb-sm-10 {
    padding-bottom: 72px !important;
  }
  .pb-sm-11 {
    padding-bottom: 80px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 4px !important;
  }
  .ps-sm-2 {
    padding-left: 8px !important;
  }
  .ps-sm-3 {
    padding-left: 16px !important;
  }
  .ps-sm-4 {
    padding-left: 24px !important;
  }
  .ps-sm-5 {
    padding-left: 32px !important;
  }
  .ps-sm-6 {
    padding-left: 40px !important;
  }
  .ps-sm-7 {
    padding-left: 48px !important;
  }
  .ps-sm-8 {
    padding-left: 56px !important;
  }
  .ps-sm-9 {
    padding-left: 64px !important;
  }
  .ps-sm-10 {
    padding-left: 72px !important;
  }
  .ps-sm-11 {
    padding-left: 80px !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 4px !important;
  }
  .gap-sm-2 {
    gap: 8px !important;
  }
  .gap-sm-3 {
    gap: 16px !important;
  }
  .gap-sm-4 {
    gap: 24px !important;
  }
  .gap-sm-5 {
    gap: 32px !important;
  }
  .gap-sm-6 {
    gap: 40px !important;
  }
  .gap-sm-7 {
    gap: 48px !important;
  }
  .gap-sm-8 {
    gap: 56px !important;
  }
  .gap-sm-9 {
    gap: 64px !important;
  }
  .gap-sm-10 {
    gap: 72px !important;
  }
  .gap-sm-11 {
    gap: 80px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .m-md-5 {
    margin: 32px !important;
  }
  .m-md-6 {
    margin: 40px !important;
  }
  .m-md-7 {
    margin: 48px !important;
  }
  .m-md-8 {
    margin: 56px !important;
  }
  .m-md-9 {
    margin: 64px !important;
  }
  .m-md-10 {
    margin: 72px !important;
  }
  .m-md-11 {
    margin: 80px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-md-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-md-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-md-9 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-md-10 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-md-11 {
    margin-right: 80px !important;
    margin-left: 80px !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: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-md-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-md-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-md-9 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-md-10 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-md-11 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 4px !important;
  }
  .mt-md-2 {
    margin-top: 8px !important;
  }
  .mt-md-3 {
    margin-top: 16px !important;
  }
  .mt-md-4 {
    margin-top: 24px !important;
  }
  .mt-md-5 {
    margin-top: 32px !important;
  }
  .mt-md-6 {
    margin-top: 40px !important;
  }
  .mt-md-7 {
    margin-top: 48px !important;
  }
  .mt-md-8 {
    margin-top: 56px !important;
  }
  .mt-md-9 {
    margin-top: 64px !important;
  }
  .mt-md-10 {
    margin-top: 72px !important;
  }
  .mt-md-11 {
    margin-top: 80px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 4px !important;
  }
  .me-md-2 {
    margin-right: 8px !important;
  }
  .me-md-3 {
    margin-right: 16px !important;
  }
  .me-md-4 {
    margin-right: 24px !important;
  }
  .me-md-5 {
    margin-right: 32px !important;
  }
  .me-md-6 {
    margin-right: 40px !important;
  }
  .me-md-7 {
    margin-right: 48px !important;
  }
  .me-md-8 {
    margin-right: 56px !important;
  }
  .me-md-9 {
    margin-right: 64px !important;
  }
  .me-md-10 {
    margin-right: 72px !important;
  }
  .me-md-11 {
    margin-right: 80px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .mb-md-5 {
    margin-bottom: 32px !important;
  }
  .mb-md-6 {
    margin-bottom: 40px !important;
  }
  .mb-md-7 {
    margin-bottom: 48px !important;
  }
  .mb-md-8 {
    margin-bottom: 56px !important;
  }
  .mb-md-9 {
    margin-bottom: 64px !important;
  }
  .mb-md-10 {
    margin-bottom: 72px !important;
  }
  .mb-md-11 {
    margin-bottom: 80px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 4px !important;
  }
  .ms-md-2 {
    margin-left: 8px !important;
  }
  .ms-md-3 {
    margin-left: 16px !important;
  }
  .ms-md-4 {
    margin-left: 24px !important;
  }
  .ms-md-5 {
    margin-left: 32px !important;
  }
  .ms-md-6 {
    margin-left: 40px !important;
  }
  .ms-md-7 {
    margin-left: 48px !important;
  }
  .ms-md-8 {
    margin-left: 56px !important;
  }
  .ms-md-9 {
    margin-left: 64px !important;
  }
  .ms-md-10 {
    margin-left: 72px !important;
  }
  .ms-md-11 {
    margin-left: 80px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -4px !important;
  }
  .m-md-n2 {
    margin: -8px !important;
  }
  .m-md-n3 {
    margin: -16px !important;
  }
  .m-md-n4 {
    margin: -24px !important;
  }
  .m-md-n5 {
    margin: -32px !important;
  }
  .m-md-n6 {
    margin: -40px !important;
  }
  .m-md-n7 {
    margin: -48px !important;
  }
  .m-md-n8 {
    margin: -56px !important;
  }
  .m-md-n9 {
    margin: -64px !important;
  }
  .m-md-n10 {
    margin: -72px !important;
  }
  .m-md-n11 {
    margin: -80px !important;
  }
  .mx-md-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-md-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-md-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-md-n4 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-md-n5 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-md-n6 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-md-n7 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-md-n8 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-md-n9 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-md-n10 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-md-n11 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .my-md-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-md-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-md-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-md-n4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-md-n5 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-md-n6 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-md-n7 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-md-n8 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-md-n9 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-md-n10 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-md-n11 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mt-md-n1 {
    margin-top: -4px !important;
  }
  .mt-md-n2 {
    margin-top: -8px !important;
  }
  .mt-md-n3 {
    margin-top: -16px !important;
  }
  .mt-md-n4 {
    margin-top: -24px !important;
  }
  .mt-md-n5 {
    margin-top: -32px !important;
  }
  .mt-md-n6 {
    margin-top: -40px !important;
  }
  .mt-md-n7 {
    margin-top: -48px !important;
  }
  .mt-md-n8 {
    margin-top: -56px !important;
  }
  .mt-md-n9 {
    margin-top: -64px !important;
  }
  .mt-md-n10 {
    margin-top: -72px !important;
  }
  .mt-md-n11 {
    margin-top: -80px !important;
  }
  .me-md-n1 {
    margin-right: -4px !important;
  }
  .me-md-n2 {
    margin-right: -8px !important;
  }
  .me-md-n3 {
    margin-right: -16px !important;
  }
  .me-md-n4 {
    margin-right: -24px !important;
  }
  .me-md-n5 {
    margin-right: -32px !important;
  }
  .me-md-n6 {
    margin-right: -40px !important;
  }
  .me-md-n7 {
    margin-right: -48px !important;
  }
  .me-md-n8 {
    margin-right: -56px !important;
  }
  .me-md-n9 {
    margin-right: -64px !important;
  }
  .me-md-n10 {
    margin-right: -72px !important;
  }
  .me-md-n11 {
    margin-right: -80px !important;
  }
  .mb-md-n1 {
    margin-bottom: -4px !important;
  }
  .mb-md-n2 {
    margin-bottom: -8px !important;
  }
  .mb-md-n3 {
    margin-bottom: -16px !important;
  }
  .mb-md-n4 {
    margin-bottom: -24px !important;
  }
  .mb-md-n5 {
    margin-bottom: -32px !important;
  }
  .mb-md-n6 {
    margin-bottom: -40px !important;
  }
  .mb-md-n7 {
    margin-bottom: -48px !important;
  }
  .mb-md-n8 {
    margin-bottom: -56px !important;
  }
  .mb-md-n9 {
    margin-bottom: -64px !important;
  }
  .mb-md-n10 {
    margin-bottom: -72px !important;
  }
  .mb-md-n11 {
    margin-bottom: -80px !important;
  }
  .ms-md-n1 {
    margin-left: -4px !important;
  }
  .ms-md-n2 {
    margin-left: -8px !important;
  }
  .ms-md-n3 {
    margin-left: -16px !important;
  }
  .ms-md-n4 {
    margin-left: -24px !important;
  }
  .ms-md-n5 {
    margin-left: -32px !important;
  }
  .ms-md-n6 {
    margin-left: -40px !important;
  }
  .ms-md-n7 {
    margin-left: -48px !important;
  }
  .ms-md-n8 {
    margin-left: -56px !important;
  }
  .ms-md-n9 {
    margin-left: -64px !important;
  }
  .ms-md-n10 {
    margin-left: -72px !important;
  }
  .ms-md-n11 {
    margin-left: -80px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .p-md-5 {
    padding: 32px !important;
  }
  .p-md-6 {
    padding: 40px !important;
  }
  .p-md-7 {
    padding: 48px !important;
  }
  .p-md-8 {
    padding: 56px !important;
  }
  .p-md-9 {
    padding: 64px !important;
  }
  .p-md-10 {
    padding: 72px !important;
  }
  .p-md-11 {
    padding: 80px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-md-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-md-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-md-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-md-9 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-md-10 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-md-11 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-md-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-md-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-md-9 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-md-10 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-md-11 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 4px !important;
  }
  .pt-md-2 {
    padding-top: 8px !important;
  }
  .pt-md-3 {
    padding-top: 16px !important;
  }
  .pt-md-4 {
    padding-top: 24px !important;
  }
  .pt-md-5 {
    padding-top: 32px !important;
  }
  .pt-md-6 {
    padding-top: 40px !important;
  }
  .pt-md-7 {
    padding-top: 48px !important;
  }
  .pt-md-8 {
    padding-top: 56px !important;
  }
  .pt-md-9 {
    padding-top: 64px !important;
  }
  .pt-md-10 {
    padding-top: 72px !important;
  }
  .pt-md-11 {
    padding-top: 80px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 4px !important;
  }
  .pe-md-2 {
    padding-right: 8px !important;
  }
  .pe-md-3 {
    padding-right: 16px !important;
  }
  .pe-md-4 {
    padding-right: 24px !important;
  }
  .pe-md-5 {
    padding-right: 32px !important;
  }
  .pe-md-6 {
    padding-right: 40px !important;
  }
  .pe-md-7 {
    padding-right: 48px !important;
  }
  .pe-md-8 {
    padding-right: 56px !important;
  }
  .pe-md-9 {
    padding-right: 64px !important;
  }
  .pe-md-10 {
    padding-right: 72px !important;
  }
  .pe-md-11 {
    padding-right: 80px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .pb-md-3 {
    padding-bottom: 16px !important;
  }
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  .pb-md-5 {
    padding-bottom: 32px !important;
  }
  .pb-md-6 {
    padding-bottom: 40px !important;
  }
  .pb-md-7 {
    padding-bottom: 48px !important;
  }
  .pb-md-8 {
    padding-bottom: 56px !important;
  }
  .pb-md-9 {
    padding-bottom: 64px !important;
  }
  .pb-md-10 {
    padding-bottom: 72px !important;
  }
  .pb-md-11 {
    padding-bottom: 80px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 4px !important;
  }
  .ps-md-2 {
    padding-left: 8px !important;
  }
  .ps-md-3 {
    padding-left: 16px !important;
  }
  .ps-md-4 {
    padding-left: 24px !important;
  }
  .ps-md-5 {
    padding-left: 32px !important;
  }
  .ps-md-6 {
    padding-left: 40px !important;
  }
  .ps-md-7 {
    padding-left: 48px !important;
  }
  .ps-md-8 {
    padding-left: 56px !important;
  }
  .ps-md-9 {
    padding-left: 64px !important;
  }
  .ps-md-10 {
    padding-left: 72px !important;
  }
  .ps-md-11 {
    padding-left: 80px !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 4px !important;
  }
  .gap-md-2 {
    gap: 8px !important;
  }
  .gap-md-3 {
    gap: 16px !important;
  }
  .gap-md-4 {
    gap: 24px !important;
  }
  .gap-md-5 {
    gap: 32px !important;
  }
  .gap-md-6 {
    gap: 40px !important;
  }
  .gap-md-7 {
    gap: 48px !important;
  }
  .gap-md-8 {
    gap: 56px !important;
  }
  .gap-md-9 {
    gap: 64px !important;
  }
  .gap-md-10 {
    gap: 72px !important;
  }
  .gap-md-11 {
    gap: 80px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .m-lg-5 {
    margin: 32px !important;
  }
  .m-lg-6 {
    margin: 40px !important;
  }
  .m-lg-7 {
    margin: 48px !important;
  }
  .m-lg-8 {
    margin: 56px !important;
  }
  .m-lg-9 {
    margin: 64px !important;
  }
  .m-lg-10 {
    margin: 72px !important;
  }
  .m-lg-11 {
    margin: 80px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-lg-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-lg-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-lg-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-lg-9 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-lg-10 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-lg-11 {
    margin-right: 80px !important;
    margin-left: 80px !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: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-lg-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-lg-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-lg-9 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-lg-10 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-lg-11 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  .mt-lg-5 {
    margin-top: 32px !important;
  }
  .mt-lg-6 {
    margin-top: 40px !important;
  }
  .mt-lg-7 {
    margin-top: 48px !important;
  }
  .mt-lg-8 {
    margin-top: 56px !important;
  }
  .mt-lg-9 {
    margin-top: 64px !important;
  }
  .mt-lg-10 {
    margin-top: 72px !important;
  }
  .mt-lg-11 {
    margin-top: 80px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 4px !important;
  }
  .me-lg-2 {
    margin-right: 8px !important;
  }
  .me-lg-3 {
    margin-right: 16px !important;
  }
  .me-lg-4 {
    margin-right: 24px !important;
  }
  .me-lg-5 {
    margin-right: 32px !important;
  }
  .me-lg-6 {
    margin-right: 40px !important;
  }
  .me-lg-7 {
    margin-right: 48px !important;
  }
  .me-lg-8 {
    margin-right: 56px !important;
  }
  .me-lg-9 {
    margin-right: 64px !important;
  }
  .me-lg-10 {
    margin-right: 72px !important;
  }
  .me-lg-11 {
    margin-right: 80px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .mb-lg-5 {
    margin-bottom: 32px !important;
  }
  .mb-lg-6 {
    margin-bottom: 40px !important;
  }
  .mb-lg-7 {
    margin-bottom: 48px !important;
  }
  .mb-lg-8 {
    margin-bottom: 56px !important;
  }
  .mb-lg-9 {
    margin-bottom: 64px !important;
  }
  .mb-lg-10 {
    margin-bottom: 72px !important;
  }
  .mb-lg-11 {
    margin-bottom: 80px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 4px !important;
  }
  .ms-lg-2 {
    margin-left: 8px !important;
  }
  .ms-lg-3 {
    margin-left: 16px !important;
  }
  .ms-lg-4 {
    margin-left: 24px !important;
  }
  .ms-lg-5 {
    margin-left: 32px !important;
  }
  .ms-lg-6 {
    margin-left: 40px !important;
  }
  .ms-lg-7 {
    margin-left: 48px !important;
  }
  .ms-lg-8 {
    margin-left: 56px !important;
  }
  .ms-lg-9 {
    margin-left: 64px !important;
  }
  .ms-lg-10 {
    margin-left: 72px !important;
  }
  .ms-lg-11 {
    margin-left: 80px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -4px !important;
  }
  .m-lg-n2 {
    margin: -8px !important;
  }
  .m-lg-n3 {
    margin: -16px !important;
  }
  .m-lg-n4 {
    margin: -24px !important;
  }
  .m-lg-n5 {
    margin: -32px !important;
  }
  .m-lg-n6 {
    margin: -40px !important;
  }
  .m-lg-n7 {
    margin: -48px !important;
  }
  .m-lg-n8 {
    margin: -56px !important;
  }
  .m-lg-n9 {
    margin: -64px !important;
  }
  .m-lg-n10 {
    margin: -72px !important;
  }
  .m-lg-n11 {
    margin: -80px !important;
  }
  .mx-lg-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-lg-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-lg-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-lg-n4 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-lg-n5 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-lg-n6 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-lg-n7 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-lg-n8 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-lg-n9 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-lg-n10 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-lg-n11 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .my-lg-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-lg-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-lg-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-lg-n4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-lg-n5 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-lg-n6 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-lg-n7 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-lg-n8 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-lg-n9 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-lg-n10 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-lg-n11 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mt-lg-n1 {
    margin-top: -4px !important;
  }
  .mt-lg-n2 {
    margin-top: -8px !important;
  }
  .mt-lg-n3 {
    margin-top: -16px !important;
  }
  .mt-lg-n4 {
    margin-top: -24px !important;
  }
  .mt-lg-n5 {
    margin-top: -32px !important;
  }
  .mt-lg-n6 {
    margin-top: -40px !important;
  }
  .mt-lg-n7 {
    margin-top: -48px !important;
  }
  .mt-lg-n8 {
    margin-top: -56px !important;
  }
  .mt-lg-n9 {
    margin-top: -64px !important;
  }
  .mt-lg-n10 {
    margin-top: -72px !important;
  }
  .mt-lg-n11 {
    margin-top: -80px !important;
  }
  .me-lg-n1 {
    margin-right: -4px !important;
  }
  .me-lg-n2 {
    margin-right: -8px !important;
  }
  .me-lg-n3 {
    margin-right: -16px !important;
  }
  .me-lg-n4 {
    margin-right: -24px !important;
  }
  .me-lg-n5 {
    margin-right: -32px !important;
  }
  .me-lg-n6 {
    margin-right: -40px !important;
  }
  .me-lg-n7 {
    margin-right: -48px !important;
  }
  .me-lg-n8 {
    margin-right: -56px !important;
  }
  .me-lg-n9 {
    margin-right: -64px !important;
  }
  .me-lg-n10 {
    margin-right: -72px !important;
  }
  .me-lg-n11 {
    margin-right: -80px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -4px !important;
  }
  .mb-lg-n2 {
    margin-bottom: -8px !important;
  }
  .mb-lg-n3 {
    margin-bottom: -16px !important;
  }
  .mb-lg-n4 {
    margin-bottom: -24px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -32px !important;
  }
  .mb-lg-n6 {
    margin-bottom: -40px !important;
  }
  .mb-lg-n7 {
    margin-bottom: -48px !important;
  }
  .mb-lg-n8 {
    margin-bottom: -56px !important;
  }
  .mb-lg-n9 {
    margin-bottom: -64px !important;
  }
  .mb-lg-n10 {
    margin-bottom: -72px !important;
  }
  .mb-lg-n11 {
    margin-bottom: -80px !important;
  }
  .ms-lg-n1 {
    margin-left: -4px !important;
  }
  .ms-lg-n2 {
    margin-left: -8px !important;
  }
  .ms-lg-n3 {
    margin-left: -16px !important;
  }
  .ms-lg-n4 {
    margin-left: -24px !important;
  }
  .ms-lg-n5 {
    margin-left: -32px !important;
  }
  .ms-lg-n6 {
    margin-left: -40px !important;
  }
  .ms-lg-n7 {
    margin-left: -48px !important;
  }
  .ms-lg-n8 {
    margin-left: -56px !important;
  }
  .ms-lg-n9 {
    margin-left: -64px !important;
  }
  .ms-lg-n10 {
    margin-left: -72px !important;
  }
  .ms-lg-n11 {
    margin-left: -80px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .p-lg-5 {
    padding: 32px !important;
  }
  .p-lg-6 {
    padding: 40px !important;
  }
  .p-lg-7 {
    padding: 48px !important;
  }
  .p-lg-8 {
    padding: 56px !important;
  }
  .p-lg-9 {
    padding: 64px !important;
  }
  .p-lg-10 {
    padding: 72px !important;
  }
  .p-lg-11 {
    padding: 80px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-lg-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-lg-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-lg-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-lg-9 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-lg-10 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-lg-11 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-lg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-lg-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-lg-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-lg-9 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-lg-10 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-lg-11 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  .pt-lg-5 {
    padding-top: 32px !important;
  }
  .pt-lg-6 {
    padding-top: 40px !important;
  }
  .pt-lg-7 {
    padding-top: 48px !important;
  }
  .pt-lg-8 {
    padding-top: 56px !important;
  }
  .pt-lg-9 {
    padding-top: 64px !important;
  }
  .pt-lg-10 {
    padding-top: 72px !important;
  }
  .pt-lg-11 {
    padding-top: 80px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 4px !important;
  }
  .pe-lg-2 {
    padding-right: 8px !important;
  }
  .pe-lg-3 {
    padding-right: 16px !important;
  }
  .pe-lg-4 {
    padding-right: 24px !important;
  }
  .pe-lg-5 {
    padding-right: 32px !important;
  }
  .pe-lg-6 {
    padding-right: 40px !important;
  }
  .pe-lg-7 {
    padding-right: 48px !important;
  }
  .pe-lg-8 {
    padding-right: 56px !important;
  }
  .pe-lg-9 {
    padding-right: 64px !important;
  }
  .pe-lg-10 {
    padding-right: 72px !important;
  }
  .pe-lg-11 {
    padding-right: 80px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  .pb-lg-5 {
    padding-bottom: 32px !important;
  }
  .pb-lg-6 {
    padding-bottom: 40px !important;
  }
  .pb-lg-7 {
    padding-bottom: 48px !important;
  }
  .pb-lg-8 {
    padding-bottom: 56px !important;
  }
  .pb-lg-9 {
    padding-bottom: 64px !important;
  }
  .pb-lg-10 {
    padding-bottom: 72px !important;
  }
  .pb-lg-11 {
    padding-bottom: 80px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 4px !important;
  }
  .ps-lg-2 {
    padding-left: 8px !important;
  }
  .ps-lg-3 {
    padding-left: 16px !important;
  }
  .ps-lg-4 {
    padding-left: 24px !important;
  }
  .ps-lg-5 {
    padding-left: 32px !important;
  }
  .ps-lg-6 {
    padding-left: 40px !important;
  }
  .ps-lg-7 {
    padding-left: 48px !important;
  }
  .ps-lg-8 {
    padding-left: 56px !important;
  }
  .ps-lg-9 {
    padding-left: 64px !important;
  }
  .ps-lg-10 {
    padding-left: 72px !important;
  }
  .ps-lg-11 {
    padding-left: 80px !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 4px !important;
  }
  .gap-lg-2 {
    gap: 8px !important;
  }
  .gap-lg-3 {
    gap: 16px !important;
  }
  .gap-lg-4 {
    gap: 24px !important;
  }
  .gap-lg-5 {
    gap: 32px !important;
  }
  .gap-lg-6 {
    gap: 40px !important;
  }
  .gap-lg-7 {
    gap: 48px !important;
  }
  .gap-lg-8 {
    gap: 56px !important;
  }
  .gap-lg-9 {
    gap: 64px !important;
  }
  .gap-lg-10 {
    gap: 72px !important;
  }
  .gap-lg-11 {
    gap: 80px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 4px !important;
  }
  .m-xl-2 {
    margin: 8px !important;
  }
  .m-xl-3 {
    margin: 16px !important;
  }
  .m-xl-4 {
    margin: 24px !important;
  }
  .m-xl-5 {
    margin: 32px !important;
  }
  .m-xl-6 {
    margin: 40px !important;
  }
  .m-xl-7 {
    margin: 48px !important;
  }
  .m-xl-8 {
    margin: 56px !important;
  }
  .m-xl-9 {
    margin: 64px !important;
  }
  .m-xl-10 {
    margin: 72px !important;
  }
  .m-xl-11 {
    margin: 80px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xl-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xl-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xl-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xl-9 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xl-10 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xl-11 {
    margin-right: 80px !important;
    margin-left: 80px !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: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xl-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xl-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xl-9 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xl-10 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xl-11 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  .mt-xl-3 {
    margin-top: 16px !important;
  }
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  .mt-xl-5 {
    margin-top: 32px !important;
  }
  .mt-xl-6 {
    margin-top: 40px !important;
  }
  .mt-xl-7 {
    margin-top: 48px !important;
  }
  .mt-xl-8 {
    margin-top: 56px !important;
  }
  .mt-xl-9 {
    margin-top: 64px !important;
  }
  .mt-xl-10 {
    margin-top: 72px !important;
  }
  .mt-xl-11 {
    margin-top: 80px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 4px !important;
  }
  .me-xl-2 {
    margin-right: 8px !important;
  }
  .me-xl-3 {
    margin-right: 16px !important;
  }
  .me-xl-4 {
    margin-right: 24px !important;
  }
  .me-xl-5 {
    margin-right: 32px !important;
  }
  .me-xl-6 {
    margin-right: 40px !important;
  }
  .me-xl-7 {
    margin-right: 48px !important;
  }
  .me-xl-8 {
    margin-right: 56px !important;
  }
  .me-xl-9 {
    margin-right: 64px !important;
  }
  .me-xl-10 {
    margin-right: 72px !important;
  }
  .me-xl-11 {
    margin-right: 80px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  .mb-xl-5 {
    margin-bottom: 32px !important;
  }
  .mb-xl-6 {
    margin-bottom: 40px !important;
  }
  .mb-xl-7 {
    margin-bottom: 48px !important;
  }
  .mb-xl-8 {
    margin-bottom: 56px !important;
  }
  .mb-xl-9 {
    margin-bottom: 64px !important;
  }
  .mb-xl-10 {
    margin-bottom: 72px !important;
  }
  .mb-xl-11 {
    margin-bottom: 80px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 4px !important;
  }
  .ms-xl-2 {
    margin-left: 8px !important;
  }
  .ms-xl-3 {
    margin-left: 16px !important;
  }
  .ms-xl-4 {
    margin-left: 24px !important;
  }
  .ms-xl-5 {
    margin-left: 32px !important;
  }
  .ms-xl-6 {
    margin-left: 40px !important;
  }
  .ms-xl-7 {
    margin-left: 48px !important;
  }
  .ms-xl-8 {
    margin-left: 56px !important;
  }
  .ms-xl-9 {
    margin-left: 64px !important;
  }
  .ms-xl-10 {
    margin-left: 72px !important;
  }
  .ms-xl-11 {
    margin-left: 80px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -4px !important;
  }
  .m-xl-n2 {
    margin: -8px !important;
  }
  .m-xl-n3 {
    margin: -16px !important;
  }
  .m-xl-n4 {
    margin: -24px !important;
  }
  .m-xl-n5 {
    margin: -32px !important;
  }
  .m-xl-n6 {
    margin: -40px !important;
  }
  .m-xl-n7 {
    margin: -48px !important;
  }
  .m-xl-n8 {
    margin: -56px !important;
  }
  .m-xl-n9 {
    margin: -64px !important;
  }
  .m-xl-n10 {
    margin: -72px !important;
  }
  .m-xl-n11 {
    margin: -80px !important;
  }
  .mx-xl-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-xl-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-xl-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-xl-n4 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-xl-n5 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-xl-n6 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-xl-n7 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-xl-n8 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-xl-n9 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-xl-n10 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-xl-n11 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .my-xl-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-xl-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-xl-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-xl-n4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-xl-n5 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-xl-n6 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-xl-n7 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-xl-n8 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-xl-n9 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-xl-n10 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-xl-n11 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mt-xl-n1 {
    margin-top: -4px !important;
  }
  .mt-xl-n2 {
    margin-top: -8px !important;
  }
  .mt-xl-n3 {
    margin-top: -16px !important;
  }
  .mt-xl-n4 {
    margin-top: -24px !important;
  }
  .mt-xl-n5 {
    margin-top: -32px !important;
  }
  .mt-xl-n6 {
    margin-top: -40px !important;
  }
  .mt-xl-n7 {
    margin-top: -48px !important;
  }
  .mt-xl-n8 {
    margin-top: -56px !important;
  }
  .mt-xl-n9 {
    margin-top: -64px !important;
  }
  .mt-xl-n10 {
    margin-top: -72px !important;
  }
  .mt-xl-n11 {
    margin-top: -80px !important;
  }
  .me-xl-n1 {
    margin-right: -4px !important;
  }
  .me-xl-n2 {
    margin-right: -8px !important;
  }
  .me-xl-n3 {
    margin-right: -16px !important;
  }
  .me-xl-n4 {
    margin-right: -24px !important;
  }
  .me-xl-n5 {
    margin-right: -32px !important;
  }
  .me-xl-n6 {
    margin-right: -40px !important;
  }
  .me-xl-n7 {
    margin-right: -48px !important;
  }
  .me-xl-n8 {
    margin-right: -56px !important;
  }
  .me-xl-n9 {
    margin-right: -64px !important;
  }
  .me-xl-n10 {
    margin-right: -72px !important;
  }
  .me-xl-n11 {
    margin-right: -80px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -4px !important;
  }
  .mb-xl-n2 {
    margin-bottom: -8px !important;
  }
  .mb-xl-n3 {
    margin-bottom: -16px !important;
  }
  .mb-xl-n4 {
    margin-bottom: -24px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -32px !important;
  }
  .mb-xl-n6 {
    margin-bottom: -40px !important;
  }
  .mb-xl-n7 {
    margin-bottom: -48px !important;
  }
  .mb-xl-n8 {
    margin-bottom: -56px !important;
  }
  .mb-xl-n9 {
    margin-bottom: -64px !important;
  }
  .mb-xl-n10 {
    margin-bottom: -72px !important;
  }
  .mb-xl-n11 {
    margin-bottom: -80px !important;
  }
  .ms-xl-n1 {
    margin-left: -4px !important;
  }
  .ms-xl-n2 {
    margin-left: -8px !important;
  }
  .ms-xl-n3 {
    margin-left: -16px !important;
  }
  .ms-xl-n4 {
    margin-left: -24px !important;
  }
  .ms-xl-n5 {
    margin-left: -32px !important;
  }
  .ms-xl-n6 {
    margin-left: -40px !important;
  }
  .ms-xl-n7 {
    margin-left: -48px !important;
  }
  .ms-xl-n8 {
    margin-left: -56px !important;
  }
  .ms-xl-n9 {
    margin-left: -64px !important;
  }
  .ms-xl-n10 {
    margin-left: -72px !important;
  }
  .ms-xl-n11 {
    margin-left: -80px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 4px !important;
  }
  .p-xl-2 {
    padding: 8px !important;
  }
  .p-xl-3 {
    padding: 16px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .p-xl-5 {
    padding: 32px !important;
  }
  .p-xl-6 {
    padding: 40px !important;
  }
  .p-xl-7 {
    padding: 48px !important;
  }
  .p-xl-8 {
    padding: 56px !important;
  }
  .p-xl-9 {
    padding: 64px !important;
  }
  .p-xl-10 {
    padding: 72px !important;
  }
  .p-xl-11 {
    padding: 80px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xl-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xl-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xl-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xl-9 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xl-10 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xl-11 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xl-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xl-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xl-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xl-9 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xl-10 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xl-11 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  .pt-xl-3 {
    padding-top: 16px !important;
  }
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  .pt-xl-5 {
    padding-top: 32px !important;
  }
  .pt-xl-6 {
    padding-top: 40px !important;
  }
  .pt-xl-7 {
    padding-top: 48px !important;
  }
  .pt-xl-8 {
    padding-top: 56px !important;
  }
  .pt-xl-9 {
    padding-top: 64px !important;
  }
  .pt-xl-10 {
    padding-top: 72px !important;
  }
  .pt-xl-11 {
    padding-top: 80px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 4px !important;
  }
  .pe-xl-2 {
    padding-right: 8px !important;
  }
  .pe-xl-3 {
    padding-right: 16px !important;
  }
  .pe-xl-4 {
    padding-right: 24px !important;
  }
  .pe-xl-5 {
    padding-right: 32px !important;
  }
  .pe-xl-6 {
    padding-right: 40px !important;
  }
  .pe-xl-7 {
    padding-right: 48px !important;
  }
  .pe-xl-8 {
    padding-right: 56px !important;
  }
  .pe-xl-9 {
    padding-right: 64px !important;
  }
  .pe-xl-10 {
    padding-right: 72px !important;
  }
  .pe-xl-11 {
    padding-right: 80px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  .pb-xl-5 {
    padding-bottom: 32px !important;
  }
  .pb-xl-6 {
    padding-bottom: 40px !important;
  }
  .pb-xl-7 {
    padding-bottom: 48px !important;
  }
  .pb-xl-8 {
    padding-bottom: 56px !important;
  }
  .pb-xl-9 {
    padding-bottom: 64px !important;
  }
  .pb-xl-10 {
    padding-bottom: 72px !important;
  }
  .pb-xl-11 {
    padding-bottom: 80px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 4px !important;
  }
  .ps-xl-2 {
    padding-left: 8px !important;
  }
  .ps-xl-3 {
    padding-left: 16px !important;
  }
  .ps-xl-4 {
    padding-left: 24px !important;
  }
  .ps-xl-5 {
    padding-left: 32px !important;
  }
  .ps-xl-6 {
    padding-left: 40px !important;
  }
  .ps-xl-7 {
    padding-left: 48px !important;
  }
  .ps-xl-8 {
    padding-left: 56px !important;
  }
  .ps-xl-9 {
    padding-left: 64px !important;
  }
  .ps-xl-10 {
    padding-left: 72px !important;
  }
  .ps-xl-11 {
    padding-left: 80px !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 4px !important;
  }
  .gap-xl-2 {
    gap: 8px !important;
  }
  .gap-xl-3 {
    gap: 16px !important;
  }
  .gap-xl-4 {
    gap: 24px !important;
  }
  .gap-xl-5 {
    gap: 32px !important;
  }
  .gap-xl-6 {
    gap: 40px !important;
  }
  .gap-xl-7 {
    gap: 48px !important;
  }
  .gap-xl-8 {
    gap: 56px !important;
  }
  .gap-xl-9 {
    gap: 64px !important;
  }
  .gap-xl-10 {
    gap: 72px !important;
  }
  .gap-xl-11 {
    gap: 80px !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: 1360px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 4px !important;
  }
  .m-xxl-2 {
    margin: 8px !important;
  }
  .m-xxl-3 {
    margin: 16px !important;
  }
  .m-xxl-4 {
    margin: 24px !important;
  }
  .m-xxl-5 {
    margin: 32px !important;
  }
  .m-xxl-6 {
    margin: 40px !important;
  }
  .m-xxl-7 {
    margin: 48px !important;
  }
  .m-xxl-8 {
    margin: 56px !important;
  }
  .m-xxl-9 {
    margin: 64px !important;
  }
  .m-xxl-10 {
    margin: 72px !important;
  }
  .m-xxl-11 {
    margin: 80px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xxl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xxl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xxl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xxl-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xxl-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xxl-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xxl-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xxl-9 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xxl-10 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xxl-11 {
    margin-right: 80px !important;
    margin-left: 80px !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: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xxl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xxl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xxl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxl-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xxl-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxl-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xxl-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xxl-9 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xxl-10 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xxl-11 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 4px !important;
  }
  .mt-xxl-2 {
    margin-top: 8px !important;
  }
  .mt-xxl-3 {
    margin-top: 16px !important;
  }
  .mt-xxl-4 {
    margin-top: 24px !important;
  }
  .mt-xxl-5 {
    margin-top: 32px !important;
  }
  .mt-xxl-6 {
    margin-top: 40px !important;
  }
  .mt-xxl-7 {
    margin-top: 48px !important;
  }
  .mt-xxl-8 {
    margin-top: 56px !important;
  }
  .mt-xxl-9 {
    margin-top: 64px !important;
  }
  .mt-xxl-10 {
    margin-top: 72px !important;
  }
  .mt-xxl-11 {
    margin-top: 80px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 4px !important;
  }
  .me-xxl-2 {
    margin-right: 8px !important;
  }
  .me-xxl-3 {
    margin-right: 16px !important;
  }
  .me-xxl-4 {
    margin-right: 24px !important;
  }
  .me-xxl-5 {
    margin-right: 32px !important;
  }
  .me-xxl-6 {
    margin-right: 40px !important;
  }
  .me-xxl-7 {
    margin-right: 48px !important;
  }
  .me-xxl-8 {
    margin-right: 56px !important;
  }
  .me-xxl-9 {
    margin-right: 64px !important;
  }
  .me-xxl-10 {
    margin-right: 72px !important;
  }
  .me-xxl-11 {
    margin-right: 80px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 4px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 8px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 16px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 24px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 32px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 48px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 56px !important;
  }
  .mb-xxl-9 {
    margin-bottom: 64px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 72px !important;
  }
  .mb-xxl-11 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 4px !important;
  }
  .ms-xxl-2 {
    margin-left: 8px !important;
  }
  .ms-xxl-3 {
    margin-left: 16px !important;
  }
  .ms-xxl-4 {
    margin-left: 24px !important;
  }
  .ms-xxl-5 {
    margin-left: 32px !important;
  }
  .ms-xxl-6 {
    margin-left: 40px !important;
  }
  .ms-xxl-7 {
    margin-left: 48px !important;
  }
  .ms-xxl-8 {
    margin-left: 56px !important;
  }
  .ms-xxl-9 {
    margin-left: 64px !important;
  }
  .ms-xxl-10 {
    margin-left: 72px !important;
  }
  .ms-xxl-11 {
    margin-left: 80px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -4px !important;
  }
  .m-xxl-n2 {
    margin: -8px !important;
  }
  .m-xxl-n3 {
    margin: -16px !important;
  }
  .m-xxl-n4 {
    margin: -24px !important;
  }
  .m-xxl-n5 {
    margin: -32px !important;
  }
  .m-xxl-n6 {
    margin: -40px !important;
  }
  .m-xxl-n7 {
    margin: -48px !important;
  }
  .m-xxl-n8 {
    margin: -56px !important;
  }
  .m-xxl-n9 {
    margin: -64px !important;
  }
  .m-xxl-n10 {
    margin: -72px !important;
  }
  .m-xxl-n11 {
    margin: -80px !important;
  }
  .mx-xxl-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-xxl-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-xxl-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-xxl-n4 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-xxl-n5 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-xxl-n6 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-xxl-n7 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-xxl-n8 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-xxl-n9 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-xxl-n10 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-xxl-n11 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .my-xxl-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-xxl-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-xxl-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-xxl-n4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-xxl-n5 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-xxl-n6 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-xxl-n7 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-xxl-n8 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-xxl-n9 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-xxl-n10 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-xxl-n11 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mt-xxl-n1 {
    margin-top: -4px !important;
  }
  .mt-xxl-n2 {
    margin-top: -8px !important;
  }
  .mt-xxl-n3 {
    margin-top: -16px !important;
  }
  .mt-xxl-n4 {
    margin-top: -24px !important;
  }
  .mt-xxl-n5 {
    margin-top: -32px !important;
  }
  .mt-xxl-n6 {
    margin-top: -40px !important;
  }
  .mt-xxl-n7 {
    margin-top: -48px !important;
  }
  .mt-xxl-n8 {
    margin-top: -56px !important;
  }
  .mt-xxl-n9 {
    margin-top: -64px !important;
  }
  .mt-xxl-n10 {
    margin-top: -72px !important;
  }
  .mt-xxl-n11 {
    margin-top: -80px !important;
  }
  .me-xxl-n1 {
    margin-right: -4px !important;
  }
  .me-xxl-n2 {
    margin-right: -8px !important;
  }
  .me-xxl-n3 {
    margin-right: -16px !important;
  }
  .me-xxl-n4 {
    margin-right: -24px !important;
  }
  .me-xxl-n5 {
    margin-right: -32px !important;
  }
  .me-xxl-n6 {
    margin-right: -40px !important;
  }
  .me-xxl-n7 {
    margin-right: -48px !important;
  }
  .me-xxl-n8 {
    margin-right: -56px !important;
  }
  .me-xxl-n9 {
    margin-right: -64px !important;
  }
  .me-xxl-n10 {
    margin-right: -72px !important;
  }
  .me-xxl-n11 {
    margin-right: -80px !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -4px !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -8px !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -16px !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -24px !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -32px !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -40px !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -48px !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -56px !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -64px !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -72px !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -80px !important;
  }
  .ms-xxl-n1 {
    margin-left: -4px !important;
  }
  .ms-xxl-n2 {
    margin-left: -8px !important;
  }
  .ms-xxl-n3 {
    margin-left: -16px !important;
  }
  .ms-xxl-n4 {
    margin-left: -24px !important;
  }
  .ms-xxl-n5 {
    margin-left: -32px !important;
  }
  .ms-xxl-n6 {
    margin-left: -40px !important;
  }
  .ms-xxl-n7 {
    margin-left: -48px !important;
  }
  .ms-xxl-n8 {
    margin-left: -56px !important;
  }
  .ms-xxl-n9 {
    margin-left: -64px !important;
  }
  .ms-xxl-n10 {
    margin-left: -72px !important;
  }
  .ms-xxl-n11 {
    margin-left: -80px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 4px !important;
  }
  .p-xxl-2 {
    padding: 8px !important;
  }
  .p-xxl-3 {
    padding: 16px !important;
  }
  .p-xxl-4 {
    padding: 24px !important;
  }
  .p-xxl-5 {
    padding: 32px !important;
  }
  .p-xxl-6 {
    padding: 40px !important;
  }
  .p-xxl-7 {
    padding: 48px !important;
  }
  .p-xxl-8 {
    padding: 56px !important;
  }
  .p-xxl-9 {
    padding: 64px !important;
  }
  .p-xxl-10 {
    padding: 72px !important;
  }
  .p-xxl-11 {
    padding: 80px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xxl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xxl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xxl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xxl-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xxl-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xxl-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xxl-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xxl-9 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xxl-10 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xxl-11 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xxl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xxl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xxl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xxl-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xxl-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxl-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xxl-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xxl-9 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xxl-10 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xxl-11 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 4px !important;
  }
  .pt-xxl-2 {
    padding-top: 8px !important;
  }
  .pt-xxl-3 {
    padding-top: 16px !important;
  }
  .pt-xxl-4 {
    padding-top: 24px !important;
  }
  .pt-xxl-5 {
    padding-top: 32px !important;
  }
  .pt-xxl-6 {
    padding-top: 40px !important;
  }
  .pt-xxl-7 {
    padding-top: 48px !important;
  }
  .pt-xxl-8 {
    padding-top: 56px !important;
  }
  .pt-xxl-9 {
    padding-top: 64px !important;
  }
  .pt-xxl-10 {
    padding-top: 72px !important;
  }
  .pt-xxl-11 {
    padding-top: 80px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 4px !important;
  }
  .pe-xxl-2 {
    padding-right: 8px !important;
  }
  .pe-xxl-3 {
    padding-right: 16px !important;
  }
  .pe-xxl-4 {
    padding-right: 24px !important;
  }
  .pe-xxl-5 {
    padding-right: 32px !important;
  }
  .pe-xxl-6 {
    padding-right: 40px !important;
  }
  .pe-xxl-7 {
    padding-right: 48px !important;
  }
  .pe-xxl-8 {
    padding-right: 56px !important;
  }
  .pe-xxl-9 {
    padding-right: 64px !important;
  }
  .pe-xxl-10 {
    padding-right: 72px !important;
  }
  .pe-xxl-11 {
    padding-right: 80px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 4px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 8px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 16px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 24px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 32px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 40px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 48px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 56px !important;
  }
  .pb-xxl-9 {
    padding-bottom: 64px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 72px !important;
  }
  .pb-xxl-11 {
    padding-bottom: 80px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 4px !important;
  }
  .ps-xxl-2 {
    padding-left: 8px !important;
  }
  .ps-xxl-3 {
    padding-left: 16px !important;
  }
  .ps-xxl-4 {
    padding-left: 24px !important;
  }
  .ps-xxl-5 {
    padding-left: 32px !important;
  }
  .ps-xxl-6 {
    padding-left: 40px !important;
  }
  .ps-xxl-7 {
    padding-left: 48px !important;
  }
  .ps-xxl-8 {
    padding-left: 56px !important;
  }
  .ps-xxl-9 {
    padding-left: 64px !important;
  }
  .ps-xxl-10 {
    padding-left: 72px !important;
  }
  .ps-xxl-11 {
    padding-left: 80px !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 4px !important;
  }
  .gap-xxl-2 {
    gap: 8px !important;
  }
  .gap-xxl-3 {
    gap: 16px !important;
  }
  .gap-xxl-4 {
    gap: 24px !important;
  }
  .gap-xxl-5 {
    gap: 32px !important;
  }
  .gap-xxl-6 {
    gap: 40px !important;
  }
  .gap-xxl-7 {
    gap: 48px !important;
  }
  .gap-xxl-8 {
    gap: 56px !important;
  }
  .gap-xxl-9 {
    gap: 64px !important;
  }
  .gap-xxl-10 {
    gap: 72px !important;
  }
  .gap-xxl-11 {
    gap: 80px !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: 1640px) {
  .float-h-start {
    float: left !important;
  }
  .float-h-end {
    float: right !important;
  }
  .float-h-none {
    float: none !important;
  }
  .d-h-inline {
    display: inline !important;
  }
  .d-h-inline-block {
    display: inline-block !important;
  }
  .d-h-block {
    display: block !important;
  }
  .d-h-grid {
    display: grid !important;
  }
  .d-h-table {
    display: table !important;
  }
  .d-h-table-row {
    display: table-row !important;
  }
  .d-h-table-cell {
    display: table-cell !important;
  }
  .d-h-flex {
    display: flex !important;
  }
  .d-h-inline-flex {
    display: inline-flex !important;
  }
  .d-h-none {
    display: none !important;
  }
  .flex-h-fill {
    flex: 1 1 auto !important;
  }
  .flex-h-row {
    flex-direction: row !important;
  }
  .flex-h-column {
    flex-direction: column !important;
  }
  .flex-h-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-h-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-h-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-h-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-h-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-h-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-h-wrap {
    flex-wrap: wrap !important;
  }
  .flex-h-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-h-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-h-start {
    justify-content: flex-start !important;
  }
  .justify-content-h-end {
    justify-content: flex-end !important;
  }
  .justify-content-h-center {
    justify-content: center !important;
  }
  .justify-content-h-between {
    justify-content: space-between !important;
  }
  .justify-content-h-around {
    justify-content: space-around !important;
  }
  .justify-content-h-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-h-start {
    align-items: flex-start !important;
  }
  .align-items-h-end {
    align-items: flex-end !important;
  }
  .align-items-h-center {
    align-items: center !important;
  }
  .align-items-h-baseline {
    align-items: baseline !important;
  }
  .align-items-h-stretch {
    align-items: stretch !important;
  }
  .align-content-h-start {
    align-content: flex-start !important;
  }
  .align-content-h-end {
    align-content: flex-end !important;
  }
  .align-content-h-center {
    align-content: center !important;
  }
  .align-content-h-between {
    align-content: space-between !important;
  }
  .align-content-h-around {
    align-content: space-around !important;
  }
  .align-content-h-stretch {
    align-content: stretch !important;
  }
  .align-self-h-auto {
    align-self: auto !important;
  }
  .align-self-h-start {
    align-self: flex-start !important;
  }
  .align-self-h-end {
    align-self: flex-end !important;
  }
  .align-self-h-center {
    align-self: center !important;
  }
  .align-self-h-baseline {
    align-self: baseline !important;
  }
  .align-self-h-stretch {
    align-self: stretch !important;
  }
  .order-h-first {
    order: -1 !important;
  }
  .order-h-0 {
    order: 0 !important;
  }
  .order-h-1 {
    order: 1 !important;
  }
  .order-h-2 {
    order: 2 !important;
  }
  .order-h-3 {
    order: 3 !important;
  }
  .order-h-4 {
    order: 4 !important;
  }
  .order-h-5 {
    order: 5 !important;
  }
  .order-h-last {
    order: 6 !important;
  }
  .m-h-0 {
    margin: 0 !important;
  }
  .m-h-1 {
    margin: 4px !important;
  }
  .m-h-2 {
    margin: 8px !important;
  }
  .m-h-3 {
    margin: 16px !important;
  }
  .m-h-4 {
    margin: 24px !important;
  }
  .m-h-5 {
    margin: 32px !important;
  }
  .m-h-6 {
    margin: 40px !important;
  }
  .m-h-7 {
    margin: 48px !important;
  }
  .m-h-8 {
    margin: 56px !important;
  }
  .m-h-9 {
    margin: 64px !important;
  }
  .m-h-10 {
    margin: 72px !important;
  }
  .m-h-11 {
    margin: 80px !important;
  }
  .m-h-auto {
    margin: auto !important;
  }
  .mx-h-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-h-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-h-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-h-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-h-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-h-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-h-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-h-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-h-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-h-9 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-h-10 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-h-11 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-h-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-h-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-h-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-h-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-h-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-h-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-h-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-h-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-h-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-h-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-h-9 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-h-10 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-h-11 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-h-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-h-0 {
    margin-top: 0 !important;
  }
  .mt-h-1 {
    margin-top: 4px !important;
  }
  .mt-h-2 {
    margin-top: 8px !important;
  }
  .mt-h-3 {
    margin-top: 16px !important;
  }
  .mt-h-4 {
    margin-top: 24px !important;
  }
  .mt-h-5 {
    margin-top: 32px !important;
  }
  .mt-h-6 {
    margin-top: 40px !important;
  }
  .mt-h-7 {
    margin-top: 48px !important;
  }
  .mt-h-8 {
    margin-top: 56px !important;
  }
  .mt-h-9 {
    margin-top: 64px !important;
  }
  .mt-h-10 {
    margin-top: 72px !important;
  }
  .mt-h-11 {
    margin-top: 80px !important;
  }
  .mt-h-auto {
    margin-top: auto !important;
  }
  .me-h-0 {
    margin-right: 0 !important;
  }
  .me-h-1 {
    margin-right: 4px !important;
  }
  .me-h-2 {
    margin-right: 8px !important;
  }
  .me-h-3 {
    margin-right: 16px !important;
  }
  .me-h-4 {
    margin-right: 24px !important;
  }
  .me-h-5 {
    margin-right: 32px !important;
  }
  .me-h-6 {
    margin-right: 40px !important;
  }
  .me-h-7 {
    margin-right: 48px !important;
  }
  .me-h-8 {
    margin-right: 56px !important;
  }
  .me-h-9 {
    margin-right: 64px !important;
  }
  .me-h-10 {
    margin-right: 72px !important;
  }
  .me-h-11 {
    margin-right: 80px !important;
  }
  .me-h-auto {
    margin-right: auto !important;
  }
  .mb-h-0 {
    margin-bottom: 0 !important;
  }
  .mb-h-1 {
    margin-bottom: 4px !important;
  }
  .mb-h-2 {
    margin-bottom: 8px !important;
  }
  .mb-h-3 {
    margin-bottom: 16px !important;
  }
  .mb-h-4 {
    margin-bottom: 24px !important;
  }
  .mb-h-5 {
    margin-bottom: 32px !important;
  }
  .mb-h-6 {
    margin-bottom: 40px !important;
  }
  .mb-h-7 {
    margin-bottom: 48px !important;
  }
  .mb-h-8 {
    margin-bottom: 56px !important;
  }
  .mb-h-9 {
    margin-bottom: 64px !important;
  }
  .mb-h-10 {
    margin-bottom: 72px !important;
  }
  .mb-h-11 {
    margin-bottom: 80px !important;
  }
  .mb-h-auto {
    margin-bottom: auto !important;
  }
  .ms-h-0 {
    margin-left: 0 !important;
  }
  .ms-h-1 {
    margin-left: 4px !important;
  }
  .ms-h-2 {
    margin-left: 8px !important;
  }
  .ms-h-3 {
    margin-left: 16px !important;
  }
  .ms-h-4 {
    margin-left: 24px !important;
  }
  .ms-h-5 {
    margin-left: 32px !important;
  }
  .ms-h-6 {
    margin-left: 40px !important;
  }
  .ms-h-7 {
    margin-left: 48px !important;
  }
  .ms-h-8 {
    margin-left: 56px !important;
  }
  .ms-h-9 {
    margin-left: 64px !important;
  }
  .ms-h-10 {
    margin-left: 72px !important;
  }
  .ms-h-11 {
    margin-left: 80px !important;
  }
  .ms-h-auto {
    margin-left: auto !important;
  }
  .m-h-n1 {
    margin: -4px !important;
  }
  .m-h-n2 {
    margin: -8px !important;
  }
  .m-h-n3 {
    margin: -16px !important;
  }
  .m-h-n4 {
    margin: -24px !important;
  }
  .m-h-n5 {
    margin: -32px !important;
  }
  .m-h-n6 {
    margin: -40px !important;
  }
  .m-h-n7 {
    margin: -48px !important;
  }
  .m-h-n8 {
    margin: -56px !important;
  }
  .m-h-n9 {
    margin: -64px !important;
  }
  .m-h-n10 {
    margin: -72px !important;
  }
  .m-h-n11 {
    margin: -80px !important;
  }
  .mx-h-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-h-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-h-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-h-n4 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-h-n5 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-h-n6 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-h-n7 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-h-n8 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-h-n9 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-h-n10 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-h-n11 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .my-h-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-h-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-h-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-h-n4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-h-n5 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-h-n6 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-h-n7 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-h-n8 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-h-n9 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-h-n10 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-h-n11 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mt-h-n1 {
    margin-top: -4px !important;
  }
  .mt-h-n2 {
    margin-top: -8px !important;
  }
  .mt-h-n3 {
    margin-top: -16px !important;
  }
  .mt-h-n4 {
    margin-top: -24px !important;
  }
  .mt-h-n5 {
    margin-top: -32px !important;
  }
  .mt-h-n6 {
    margin-top: -40px !important;
  }
  .mt-h-n7 {
    margin-top: -48px !important;
  }
  .mt-h-n8 {
    margin-top: -56px !important;
  }
  .mt-h-n9 {
    margin-top: -64px !important;
  }
  .mt-h-n10 {
    margin-top: -72px !important;
  }
  .mt-h-n11 {
    margin-top: -80px !important;
  }
  .me-h-n1 {
    margin-right: -4px !important;
  }
  .me-h-n2 {
    margin-right: -8px !important;
  }
  .me-h-n3 {
    margin-right: -16px !important;
  }
  .me-h-n4 {
    margin-right: -24px !important;
  }
  .me-h-n5 {
    margin-right: -32px !important;
  }
  .me-h-n6 {
    margin-right: -40px !important;
  }
  .me-h-n7 {
    margin-right: -48px !important;
  }
  .me-h-n8 {
    margin-right: -56px !important;
  }
  .me-h-n9 {
    margin-right: -64px !important;
  }
  .me-h-n10 {
    margin-right: -72px !important;
  }
  .me-h-n11 {
    margin-right: -80px !important;
  }
  .mb-h-n1 {
    margin-bottom: -4px !important;
  }
  .mb-h-n2 {
    margin-bottom: -8px !important;
  }
  .mb-h-n3 {
    margin-bottom: -16px !important;
  }
  .mb-h-n4 {
    margin-bottom: -24px !important;
  }
  .mb-h-n5 {
    margin-bottom: -32px !important;
  }
  .mb-h-n6 {
    margin-bottom: -40px !important;
  }
  .mb-h-n7 {
    margin-bottom: -48px !important;
  }
  .mb-h-n8 {
    margin-bottom: -56px !important;
  }
  .mb-h-n9 {
    margin-bottom: -64px !important;
  }
  .mb-h-n10 {
    margin-bottom: -72px !important;
  }
  .mb-h-n11 {
    margin-bottom: -80px !important;
  }
  .ms-h-n1 {
    margin-left: -4px !important;
  }
  .ms-h-n2 {
    margin-left: -8px !important;
  }
  .ms-h-n3 {
    margin-left: -16px !important;
  }
  .ms-h-n4 {
    margin-left: -24px !important;
  }
  .ms-h-n5 {
    margin-left: -32px !important;
  }
  .ms-h-n6 {
    margin-left: -40px !important;
  }
  .ms-h-n7 {
    margin-left: -48px !important;
  }
  .ms-h-n8 {
    margin-left: -56px !important;
  }
  .ms-h-n9 {
    margin-left: -64px !important;
  }
  .ms-h-n10 {
    margin-left: -72px !important;
  }
  .ms-h-n11 {
    margin-left: -80px !important;
  }
  .p-h-0 {
    padding: 0 !important;
  }
  .p-h-1 {
    padding: 4px !important;
  }
  .p-h-2 {
    padding: 8px !important;
  }
  .p-h-3 {
    padding: 16px !important;
  }
  .p-h-4 {
    padding: 24px !important;
  }
  .p-h-5 {
    padding: 32px !important;
  }
  .p-h-6 {
    padding: 40px !important;
  }
  .p-h-7 {
    padding: 48px !important;
  }
  .p-h-8 {
    padding: 56px !important;
  }
  .p-h-9 {
    padding: 64px !important;
  }
  .p-h-10 {
    padding: 72px !important;
  }
  .p-h-11 {
    padding: 80px !important;
  }
  .px-h-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-h-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-h-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-h-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-h-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-h-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-h-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-h-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-h-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-h-9 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-h-10 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-h-11 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-h-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-h-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-h-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-h-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-h-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-h-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-h-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-h-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-h-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-h-9 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-h-10 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-h-11 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-h-0 {
    padding-top: 0 !important;
  }
  .pt-h-1 {
    padding-top: 4px !important;
  }
  .pt-h-2 {
    padding-top: 8px !important;
  }
  .pt-h-3 {
    padding-top: 16px !important;
  }
  .pt-h-4 {
    padding-top: 24px !important;
  }
  .pt-h-5 {
    padding-top: 32px !important;
  }
  .pt-h-6 {
    padding-top: 40px !important;
  }
  .pt-h-7 {
    padding-top: 48px !important;
  }
  .pt-h-8 {
    padding-top: 56px !important;
  }
  .pt-h-9 {
    padding-top: 64px !important;
  }
  .pt-h-10 {
    padding-top: 72px !important;
  }
  .pt-h-11 {
    padding-top: 80px !important;
  }
  .pe-h-0 {
    padding-right: 0 !important;
  }
  .pe-h-1 {
    padding-right: 4px !important;
  }
  .pe-h-2 {
    padding-right: 8px !important;
  }
  .pe-h-3 {
    padding-right: 16px !important;
  }
  .pe-h-4 {
    padding-right: 24px !important;
  }
  .pe-h-5 {
    padding-right: 32px !important;
  }
  .pe-h-6 {
    padding-right: 40px !important;
  }
  .pe-h-7 {
    padding-right: 48px !important;
  }
  .pe-h-8 {
    padding-right: 56px !important;
  }
  .pe-h-9 {
    padding-right: 64px !important;
  }
  .pe-h-10 {
    padding-right: 72px !important;
  }
  .pe-h-11 {
    padding-right: 80px !important;
  }
  .pb-h-0 {
    padding-bottom: 0 !important;
  }
  .pb-h-1 {
    padding-bottom: 4px !important;
  }
  .pb-h-2 {
    padding-bottom: 8px !important;
  }
  .pb-h-3 {
    padding-bottom: 16px !important;
  }
  .pb-h-4 {
    padding-bottom: 24px !important;
  }
  .pb-h-5 {
    padding-bottom: 32px !important;
  }
  .pb-h-6 {
    padding-bottom: 40px !important;
  }
  .pb-h-7 {
    padding-bottom: 48px !important;
  }
  .pb-h-8 {
    padding-bottom: 56px !important;
  }
  .pb-h-9 {
    padding-bottom: 64px !important;
  }
  .pb-h-10 {
    padding-bottom: 72px !important;
  }
  .pb-h-11 {
    padding-bottom: 80px !important;
  }
  .ps-h-0 {
    padding-left: 0 !important;
  }
  .ps-h-1 {
    padding-left: 4px !important;
  }
  .ps-h-2 {
    padding-left: 8px !important;
  }
  .ps-h-3 {
    padding-left: 16px !important;
  }
  .ps-h-4 {
    padding-left: 24px !important;
  }
  .ps-h-5 {
    padding-left: 32px !important;
  }
  .ps-h-6 {
    padding-left: 40px !important;
  }
  .ps-h-7 {
    padding-left: 48px !important;
  }
  .ps-h-8 {
    padding-left: 56px !important;
  }
  .ps-h-9 {
    padding-left: 64px !important;
  }
  .ps-h-10 {
    padding-left: 72px !important;
  }
  .ps-h-11 {
    padding-left: 80px !important;
  }
  .gap-h-0 {
    gap: 0 !important;
  }
  .gap-h-1 {
    gap: 4px !important;
  }
  .gap-h-2 {
    gap: 8px !important;
  }
  .gap-h-3 {
    gap: 16px !important;
  }
  .gap-h-4 {
    gap: 24px !important;
  }
  .gap-h-5 {
    gap: 32px !important;
  }
  .gap-h-6 {
    gap: 40px !important;
  }
  .gap-h-7 {
    gap: 48px !important;
  }
  .gap-h-8 {
    gap: 56px !important;
  }
  .gap-h-9 {
    gap: 64px !important;
  }
  .gap-h-10 {
    gap: 72px !important;
  }
  .gap-h-11 {
    gap: 80px !important;
  }
  .text-h-start {
    text-align: left !important;
  }
  .text-h-end {
    text-align: right !important;
  }
  .text-h-center {
    text-align: center !important;
  }
}
@media (min-width: 1840px) {
  .float-xh-start {
    float: left !important;
  }
  .float-xh-end {
    float: right !important;
  }
  .float-xh-none {
    float: none !important;
  }
  .d-xh-inline {
    display: inline !important;
  }
  .d-xh-inline-block {
    display: inline-block !important;
  }
  .d-xh-block {
    display: block !important;
  }
  .d-xh-grid {
    display: grid !important;
  }
  .d-xh-table {
    display: table !important;
  }
  .d-xh-table-row {
    display: table-row !important;
  }
  .d-xh-table-cell {
    display: table-cell !important;
  }
  .d-xh-flex {
    display: flex !important;
  }
  .d-xh-inline-flex {
    display: inline-flex !important;
  }
  .d-xh-none {
    display: none !important;
  }
  .flex-xh-fill {
    flex: 1 1 auto !important;
  }
  .flex-xh-row {
    flex-direction: row !important;
  }
  .flex-xh-column {
    flex-direction: column !important;
  }
  .flex-xh-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xh-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xh-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xh-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xh-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xh-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xh-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xh-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xh-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xh-start {
    justify-content: flex-start !important;
  }
  .justify-content-xh-end {
    justify-content: flex-end !important;
  }
  .justify-content-xh-center {
    justify-content: center !important;
  }
  .justify-content-xh-between {
    justify-content: space-between !important;
  }
  .justify-content-xh-around {
    justify-content: space-around !important;
  }
  .justify-content-xh-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xh-start {
    align-items: flex-start !important;
  }
  .align-items-xh-end {
    align-items: flex-end !important;
  }
  .align-items-xh-center {
    align-items: center !important;
  }
  .align-items-xh-baseline {
    align-items: baseline !important;
  }
  .align-items-xh-stretch {
    align-items: stretch !important;
  }
  .align-content-xh-start {
    align-content: flex-start !important;
  }
  .align-content-xh-end {
    align-content: flex-end !important;
  }
  .align-content-xh-center {
    align-content: center !important;
  }
  .align-content-xh-between {
    align-content: space-between !important;
  }
  .align-content-xh-around {
    align-content: space-around !important;
  }
  .align-content-xh-stretch {
    align-content: stretch !important;
  }
  .align-self-xh-auto {
    align-self: auto !important;
  }
  .align-self-xh-start {
    align-self: flex-start !important;
  }
  .align-self-xh-end {
    align-self: flex-end !important;
  }
  .align-self-xh-center {
    align-self: center !important;
  }
  .align-self-xh-baseline {
    align-self: baseline !important;
  }
  .align-self-xh-stretch {
    align-self: stretch !important;
  }
  .order-xh-first {
    order: -1 !important;
  }
  .order-xh-0 {
    order: 0 !important;
  }
  .order-xh-1 {
    order: 1 !important;
  }
  .order-xh-2 {
    order: 2 !important;
  }
  .order-xh-3 {
    order: 3 !important;
  }
  .order-xh-4 {
    order: 4 !important;
  }
  .order-xh-5 {
    order: 5 !important;
  }
  .order-xh-last {
    order: 6 !important;
  }
  .m-xh-0 {
    margin: 0 !important;
  }
  .m-xh-1 {
    margin: 4px !important;
  }
  .m-xh-2 {
    margin: 8px !important;
  }
  .m-xh-3 {
    margin: 16px !important;
  }
  .m-xh-4 {
    margin: 24px !important;
  }
  .m-xh-5 {
    margin: 32px !important;
  }
  .m-xh-6 {
    margin: 40px !important;
  }
  .m-xh-7 {
    margin: 48px !important;
  }
  .m-xh-8 {
    margin: 56px !important;
  }
  .m-xh-9 {
    margin: 64px !important;
  }
  .m-xh-10 {
    margin: 72px !important;
  }
  .m-xh-11 {
    margin: 80px !important;
  }
  .m-xh-auto {
    margin: auto !important;
  }
  .mx-xh-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xh-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xh-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xh-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xh-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xh-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xh-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xh-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xh-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xh-9 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xh-10 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xh-11 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xh-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xh-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xh-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xh-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xh-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xh-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xh-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xh-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xh-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xh-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xh-9 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xh-10 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xh-11 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xh-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xh-0 {
    margin-top: 0 !important;
  }
  .mt-xh-1 {
    margin-top: 4px !important;
  }
  .mt-xh-2 {
    margin-top: 8px !important;
  }
  .mt-xh-3 {
    margin-top: 16px !important;
  }
  .mt-xh-4 {
    margin-top: 24px !important;
  }
  .mt-xh-5 {
    margin-top: 32px !important;
  }
  .mt-xh-6 {
    margin-top: 40px !important;
  }
  .mt-xh-7 {
    margin-top: 48px !important;
  }
  .mt-xh-8 {
    margin-top: 56px !important;
  }
  .mt-xh-9 {
    margin-top: 64px !important;
  }
  .mt-xh-10 {
    margin-top: 72px !important;
  }
  .mt-xh-11 {
    margin-top: 80px !important;
  }
  .mt-xh-auto {
    margin-top: auto !important;
  }
  .me-xh-0 {
    margin-right: 0 !important;
  }
  .me-xh-1 {
    margin-right: 4px !important;
  }
  .me-xh-2 {
    margin-right: 8px !important;
  }
  .me-xh-3 {
    margin-right: 16px !important;
  }
  .me-xh-4 {
    margin-right: 24px !important;
  }
  .me-xh-5 {
    margin-right: 32px !important;
  }
  .me-xh-6 {
    margin-right: 40px !important;
  }
  .me-xh-7 {
    margin-right: 48px !important;
  }
  .me-xh-8 {
    margin-right: 56px !important;
  }
  .me-xh-9 {
    margin-right: 64px !important;
  }
  .me-xh-10 {
    margin-right: 72px !important;
  }
  .me-xh-11 {
    margin-right: 80px !important;
  }
  .me-xh-auto {
    margin-right: auto !important;
  }
  .mb-xh-0 {
    margin-bottom: 0 !important;
  }
  .mb-xh-1 {
    margin-bottom: 4px !important;
  }
  .mb-xh-2 {
    margin-bottom: 8px !important;
  }
  .mb-xh-3 {
    margin-bottom: 16px !important;
  }
  .mb-xh-4 {
    margin-bottom: 24px !important;
  }
  .mb-xh-5 {
    margin-bottom: 32px !important;
  }
  .mb-xh-6 {
    margin-bottom: 40px !important;
  }
  .mb-xh-7 {
    margin-bottom: 48px !important;
  }
  .mb-xh-8 {
    margin-bottom: 56px !important;
  }
  .mb-xh-9 {
    margin-bottom: 64px !important;
  }
  .mb-xh-10 {
    margin-bottom: 72px !important;
  }
  .mb-xh-11 {
    margin-bottom: 80px !important;
  }
  .mb-xh-auto {
    margin-bottom: auto !important;
  }
  .ms-xh-0 {
    margin-left: 0 !important;
  }
  .ms-xh-1 {
    margin-left: 4px !important;
  }
  .ms-xh-2 {
    margin-left: 8px !important;
  }
  .ms-xh-3 {
    margin-left: 16px !important;
  }
  .ms-xh-4 {
    margin-left: 24px !important;
  }
  .ms-xh-5 {
    margin-left: 32px !important;
  }
  .ms-xh-6 {
    margin-left: 40px !important;
  }
  .ms-xh-7 {
    margin-left: 48px !important;
  }
  .ms-xh-8 {
    margin-left: 56px !important;
  }
  .ms-xh-9 {
    margin-left: 64px !important;
  }
  .ms-xh-10 {
    margin-left: 72px !important;
  }
  .ms-xh-11 {
    margin-left: 80px !important;
  }
  .ms-xh-auto {
    margin-left: auto !important;
  }
  .m-xh-n1 {
    margin: -4px !important;
  }
  .m-xh-n2 {
    margin: -8px !important;
  }
  .m-xh-n3 {
    margin: -16px !important;
  }
  .m-xh-n4 {
    margin: -24px !important;
  }
  .m-xh-n5 {
    margin: -32px !important;
  }
  .m-xh-n6 {
    margin: -40px !important;
  }
  .m-xh-n7 {
    margin: -48px !important;
  }
  .m-xh-n8 {
    margin: -56px !important;
  }
  .m-xh-n9 {
    margin: -64px !important;
  }
  .m-xh-n10 {
    margin: -72px !important;
  }
  .m-xh-n11 {
    margin: -80px !important;
  }
  .mx-xh-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-xh-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-xh-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-xh-n4 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-xh-n5 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-xh-n6 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-xh-n7 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-xh-n8 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-xh-n9 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-xh-n10 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-xh-n11 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .my-xh-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-xh-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-xh-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-xh-n4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-xh-n5 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-xh-n6 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-xh-n7 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-xh-n8 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-xh-n9 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-xh-n10 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-xh-n11 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mt-xh-n1 {
    margin-top: -4px !important;
  }
  .mt-xh-n2 {
    margin-top: -8px !important;
  }
  .mt-xh-n3 {
    margin-top: -16px !important;
  }
  .mt-xh-n4 {
    margin-top: -24px !important;
  }
  .mt-xh-n5 {
    margin-top: -32px !important;
  }
  .mt-xh-n6 {
    margin-top: -40px !important;
  }
  .mt-xh-n7 {
    margin-top: -48px !important;
  }
  .mt-xh-n8 {
    margin-top: -56px !important;
  }
  .mt-xh-n9 {
    margin-top: -64px !important;
  }
  .mt-xh-n10 {
    margin-top: -72px !important;
  }
  .mt-xh-n11 {
    margin-top: -80px !important;
  }
  .me-xh-n1 {
    margin-right: -4px !important;
  }
  .me-xh-n2 {
    margin-right: -8px !important;
  }
  .me-xh-n3 {
    margin-right: -16px !important;
  }
  .me-xh-n4 {
    margin-right: -24px !important;
  }
  .me-xh-n5 {
    margin-right: -32px !important;
  }
  .me-xh-n6 {
    margin-right: -40px !important;
  }
  .me-xh-n7 {
    margin-right: -48px !important;
  }
  .me-xh-n8 {
    margin-right: -56px !important;
  }
  .me-xh-n9 {
    margin-right: -64px !important;
  }
  .me-xh-n10 {
    margin-right: -72px !important;
  }
  .me-xh-n11 {
    margin-right: -80px !important;
  }
  .mb-xh-n1 {
    margin-bottom: -4px !important;
  }
  .mb-xh-n2 {
    margin-bottom: -8px !important;
  }
  .mb-xh-n3 {
    margin-bottom: -16px !important;
  }
  .mb-xh-n4 {
    margin-bottom: -24px !important;
  }
  .mb-xh-n5 {
    margin-bottom: -32px !important;
  }
  .mb-xh-n6 {
    margin-bottom: -40px !important;
  }
  .mb-xh-n7 {
    margin-bottom: -48px !important;
  }
  .mb-xh-n8 {
    margin-bottom: -56px !important;
  }
  .mb-xh-n9 {
    margin-bottom: -64px !important;
  }
  .mb-xh-n10 {
    margin-bottom: -72px !important;
  }
  .mb-xh-n11 {
    margin-bottom: -80px !important;
  }
  .ms-xh-n1 {
    margin-left: -4px !important;
  }
  .ms-xh-n2 {
    margin-left: -8px !important;
  }
  .ms-xh-n3 {
    margin-left: -16px !important;
  }
  .ms-xh-n4 {
    margin-left: -24px !important;
  }
  .ms-xh-n5 {
    margin-left: -32px !important;
  }
  .ms-xh-n6 {
    margin-left: -40px !important;
  }
  .ms-xh-n7 {
    margin-left: -48px !important;
  }
  .ms-xh-n8 {
    margin-left: -56px !important;
  }
  .ms-xh-n9 {
    margin-left: -64px !important;
  }
  .ms-xh-n10 {
    margin-left: -72px !important;
  }
  .ms-xh-n11 {
    margin-left: -80px !important;
  }
  .p-xh-0 {
    padding: 0 !important;
  }
  .p-xh-1 {
    padding: 4px !important;
  }
  .p-xh-2 {
    padding: 8px !important;
  }
  .p-xh-3 {
    padding: 16px !important;
  }
  .p-xh-4 {
    padding: 24px !important;
  }
  .p-xh-5 {
    padding: 32px !important;
  }
  .p-xh-6 {
    padding: 40px !important;
  }
  .p-xh-7 {
    padding: 48px !important;
  }
  .p-xh-8 {
    padding: 56px !important;
  }
  .p-xh-9 {
    padding: 64px !important;
  }
  .p-xh-10 {
    padding: 72px !important;
  }
  .p-xh-11 {
    padding: 80px !important;
  }
  .px-xh-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xh-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xh-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xh-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xh-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xh-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xh-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xh-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xh-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xh-9 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xh-10 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xh-11 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xh-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xh-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xh-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xh-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xh-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xh-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xh-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xh-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xh-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xh-9 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xh-10 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xh-11 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xh-0 {
    padding-top: 0 !important;
  }
  .pt-xh-1 {
    padding-top: 4px !important;
  }
  .pt-xh-2 {
    padding-top: 8px !important;
  }
  .pt-xh-3 {
    padding-top: 16px !important;
  }
  .pt-xh-4 {
    padding-top: 24px !important;
  }
  .pt-xh-5 {
    padding-top: 32px !important;
  }
  .pt-xh-6 {
    padding-top: 40px !important;
  }
  .pt-xh-7 {
    padding-top: 48px !important;
  }
  .pt-xh-8 {
    padding-top: 56px !important;
  }
  .pt-xh-9 {
    padding-top: 64px !important;
  }
  .pt-xh-10 {
    padding-top: 72px !important;
  }
  .pt-xh-11 {
    padding-top: 80px !important;
  }
  .pe-xh-0 {
    padding-right: 0 !important;
  }
  .pe-xh-1 {
    padding-right: 4px !important;
  }
  .pe-xh-2 {
    padding-right: 8px !important;
  }
  .pe-xh-3 {
    padding-right: 16px !important;
  }
  .pe-xh-4 {
    padding-right: 24px !important;
  }
  .pe-xh-5 {
    padding-right: 32px !important;
  }
  .pe-xh-6 {
    padding-right: 40px !important;
  }
  .pe-xh-7 {
    padding-right: 48px !important;
  }
  .pe-xh-8 {
    padding-right: 56px !important;
  }
  .pe-xh-9 {
    padding-right: 64px !important;
  }
  .pe-xh-10 {
    padding-right: 72px !important;
  }
  .pe-xh-11 {
    padding-right: 80px !important;
  }
  .pb-xh-0 {
    padding-bottom: 0 !important;
  }
  .pb-xh-1 {
    padding-bottom: 4px !important;
  }
  .pb-xh-2 {
    padding-bottom: 8px !important;
  }
  .pb-xh-3 {
    padding-bottom: 16px !important;
  }
  .pb-xh-4 {
    padding-bottom: 24px !important;
  }
  .pb-xh-5 {
    padding-bottom: 32px !important;
  }
  .pb-xh-6 {
    padding-bottom: 40px !important;
  }
  .pb-xh-7 {
    padding-bottom: 48px !important;
  }
  .pb-xh-8 {
    padding-bottom: 56px !important;
  }
  .pb-xh-9 {
    padding-bottom: 64px !important;
  }
  .pb-xh-10 {
    padding-bottom: 72px !important;
  }
  .pb-xh-11 {
    padding-bottom: 80px !important;
  }
  .ps-xh-0 {
    padding-left: 0 !important;
  }
  .ps-xh-1 {
    padding-left: 4px !important;
  }
  .ps-xh-2 {
    padding-left: 8px !important;
  }
  .ps-xh-3 {
    padding-left: 16px !important;
  }
  .ps-xh-4 {
    padding-left: 24px !important;
  }
  .ps-xh-5 {
    padding-left: 32px !important;
  }
  .ps-xh-6 {
    padding-left: 40px !important;
  }
  .ps-xh-7 {
    padding-left: 48px !important;
  }
  .ps-xh-8 {
    padding-left: 56px !important;
  }
  .ps-xh-9 {
    padding-left: 64px !important;
  }
  .ps-xh-10 {
    padding-left: 72px !important;
  }
  .ps-xh-11 {
    padding-left: 80px !important;
  }
  .gap-xh-0 {
    gap: 0 !important;
  }
  .gap-xh-1 {
    gap: 4px !important;
  }
  .gap-xh-2 {
    gap: 8px !important;
  }
  .gap-xh-3 {
    gap: 16px !important;
  }
  .gap-xh-4 {
    gap: 24px !important;
  }
  .gap-xh-5 {
    gap: 32px !important;
  }
  .gap-xh-6 {
    gap: 40px !important;
  }
  .gap-xh-7 {
    gap: 48px !important;
  }
  .gap-xh-8 {
    gap: 56px !important;
  }
  .gap-xh-9 {
    gap: 64px !important;
  }
  .gap-xh-10 {
    gap: 72px !important;
  }
  .gap-xh-11 {
    gap: 80px !important;
  }
  .text-xh-start {
    text-align: left !important;
  }
  .text-xh-end {
    text-align: right !important;
  }
  .text-xh-center {
    text-align: center !important;
  }
}
@media (min-width: 2200px) {
  .float-sh-start {
    float: left !important;
  }
  .float-sh-end {
    float: right !important;
  }
  .float-sh-none {
    float: none !important;
  }
  .d-sh-inline {
    display: inline !important;
  }
  .d-sh-inline-block {
    display: inline-block !important;
  }
  .d-sh-block {
    display: block !important;
  }
  .d-sh-grid {
    display: grid !important;
  }
  .d-sh-table {
    display: table !important;
  }
  .d-sh-table-row {
    display: table-row !important;
  }
  .d-sh-table-cell {
    display: table-cell !important;
  }
  .d-sh-flex {
    display: flex !important;
  }
  .d-sh-inline-flex {
    display: inline-flex !important;
  }
  .d-sh-none {
    display: none !important;
  }
  .flex-sh-fill {
    flex: 1 1 auto !important;
  }
  .flex-sh-row {
    flex-direction: row !important;
  }
  .flex-sh-column {
    flex-direction: column !important;
  }
  .flex-sh-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sh-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sh-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sh-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sh-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sh-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sh-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sh-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sh-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sh-start {
    justify-content: flex-start !important;
  }
  .justify-content-sh-end {
    justify-content: flex-end !important;
  }
  .justify-content-sh-center {
    justify-content: center !important;
  }
  .justify-content-sh-between {
    justify-content: space-between !important;
  }
  .justify-content-sh-around {
    justify-content: space-around !important;
  }
  .justify-content-sh-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sh-start {
    align-items: flex-start !important;
  }
  .align-items-sh-end {
    align-items: flex-end !important;
  }
  .align-items-sh-center {
    align-items: center !important;
  }
  .align-items-sh-baseline {
    align-items: baseline !important;
  }
  .align-items-sh-stretch {
    align-items: stretch !important;
  }
  .align-content-sh-start {
    align-content: flex-start !important;
  }
  .align-content-sh-end {
    align-content: flex-end !important;
  }
  .align-content-sh-center {
    align-content: center !important;
  }
  .align-content-sh-between {
    align-content: space-between !important;
  }
  .align-content-sh-around {
    align-content: space-around !important;
  }
  .align-content-sh-stretch {
    align-content: stretch !important;
  }
  .align-self-sh-auto {
    align-self: auto !important;
  }
  .align-self-sh-start {
    align-self: flex-start !important;
  }
  .align-self-sh-end {
    align-self: flex-end !important;
  }
  .align-self-sh-center {
    align-self: center !important;
  }
  .align-self-sh-baseline {
    align-self: baseline !important;
  }
  .align-self-sh-stretch {
    align-self: stretch !important;
  }
  .order-sh-first {
    order: -1 !important;
  }
  .order-sh-0 {
    order: 0 !important;
  }
  .order-sh-1 {
    order: 1 !important;
  }
  .order-sh-2 {
    order: 2 !important;
  }
  .order-sh-3 {
    order: 3 !important;
  }
  .order-sh-4 {
    order: 4 !important;
  }
  .order-sh-5 {
    order: 5 !important;
  }
  .order-sh-last {
    order: 6 !important;
  }
  .m-sh-0 {
    margin: 0 !important;
  }
  .m-sh-1 {
    margin: 4px !important;
  }
  .m-sh-2 {
    margin: 8px !important;
  }
  .m-sh-3 {
    margin: 16px !important;
  }
  .m-sh-4 {
    margin: 24px !important;
  }
  .m-sh-5 {
    margin: 32px !important;
  }
  .m-sh-6 {
    margin: 40px !important;
  }
  .m-sh-7 {
    margin: 48px !important;
  }
  .m-sh-8 {
    margin: 56px !important;
  }
  .m-sh-9 {
    margin: 64px !important;
  }
  .m-sh-10 {
    margin: 72px !important;
  }
  .m-sh-11 {
    margin: 80px !important;
  }
  .m-sh-auto {
    margin: auto !important;
  }
  .mx-sh-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sh-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-sh-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sh-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-sh-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sh-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-sh-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sh-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-sh-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-sh-9 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-sh-10 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-sh-11 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sh-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sh-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sh-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-sh-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sh-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sh-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sh-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-sh-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sh-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-sh-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-sh-9 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-sh-10 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-sh-11 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sh-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sh-0 {
    margin-top: 0 !important;
  }
  .mt-sh-1 {
    margin-top: 4px !important;
  }
  .mt-sh-2 {
    margin-top: 8px !important;
  }
  .mt-sh-3 {
    margin-top: 16px !important;
  }
  .mt-sh-4 {
    margin-top: 24px !important;
  }
  .mt-sh-5 {
    margin-top: 32px !important;
  }
  .mt-sh-6 {
    margin-top: 40px !important;
  }
  .mt-sh-7 {
    margin-top: 48px !important;
  }
  .mt-sh-8 {
    margin-top: 56px !important;
  }
  .mt-sh-9 {
    margin-top: 64px !important;
  }
  .mt-sh-10 {
    margin-top: 72px !important;
  }
  .mt-sh-11 {
    margin-top: 80px !important;
  }
  .mt-sh-auto {
    margin-top: auto !important;
  }
  .me-sh-0 {
    margin-right: 0 !important;
  }
  .me-sh-1 {
    margin-right: 4px !important;
  }
  .me-sh-2 {
    margin-right: 8px !important;
  }
  .me-sh-3 {
    margin-right: 16px !important;
  }
  .me-sh-4 {
    margin-right: 24px !important;
  }
  .me-sh-5 {
    margin-right: 32px !important;
  }
  .me-sh-6 {
    margin-right: 40px !important;
  }
  .me-sh-7 {
    margin-right: 48px !important;
  }
  .me-sh-8 {
    margin-right: 56px !important;
  }
  .me-sh-9 {
    margin-right: 64px !important;
  }
  .me-sh-10 {
    margin-right: 72px !important;
  }
  .me-sh-11 {
    margin-right: 80px !important;
  }
  .me-sh-auto {
    margin-right: auto !important;
  }
  .mb-sh-0 {
    margin-bottom: 0 !important;
  }
  .mb-sh-1 {
    margin-bottom: 4px !important;
  }
  .mb-sh-2 {
    margin-bottom: 8px !important;
  }
  .mb-sh-3 {
    margin-bottom: 16px !important;
  }
  .mb-sh-4 {
    margin-bottom: 24px !important;
  }
  .mb-sh-5 {
    margin-bottom: 32px !important;
  }
  .mb-sh-6 {
    margin-bottom: 40px !important;
  }
  .mb-sh-7 {
    margin-bottom: 48px !important;
  }
  .mb-sh-8 {
    margin-bottom: 56px !important;
  }
  .mb-sh-9 {
    margin-bottom: 64px !important;
  }
  .mb-sh-10 {
    margin-bottom: 72px !important;
  }
  .mb-sh-11 {
    margin-bottom: 80px !important;
  }
  .mb-sh-auto {
    margin-bottom: auto !important;
  }
  .ms-sh-0 {
    margin-left: 0 !important;
  }
  .ms-sh-1 {
    margin-left: 4px !important;
  }
  .ms-sh-2 {
    margin-left: 8px !important;
  }
  .ms-sh-3 {
    margin-left: 16px !important;
  }
  .ms-sh-4 {
    margin-left: 24px !important;
  }
  .ms-sh-5 {
    margin-left: 32px !important;
  }
  .ms-sh-6 {
    margin-left: 40px !important;
  }
  .ms-sh-7 {
    margin-left: 48px !important;
  }
  .ms-sh-8 {
    margin-left: 56px !important;
  }
  .ms-sh-9 {
    margin-left: 64px !important;
  }
  .ms-sh-10 {
    margin-left: 72px !important;
  }
  .ms-sh-11 {
    margin-left: 80px !important;
  }
  .ms-sh-auto {
    margin-left: auto !important;
  }
  .m-sh-n1 {
    margin: -4px !important;
  }
  .m-sh-n2 {
    margin: -8px !important;
  }
  .m-sh-n3 {
    margin: -16px !important;
  }
  .m-sh-n4 {
    margin: -24px !important;
  }
  .m-sh-n5 {
    margin: -32px !important;
  }
  .m-sh-n6 {
    margin: -40px !important;
  }
  .m-sh-n7 {
    margin: -48px !important;
  }
  .m-sh-n8 {
    margin: -56px !important;
  }
  .m-sh-n9 {
    margin: -64px !important;
  }
  .m-sh-n10 {
    margin: -72px !important;
  }
  .m-sh-n11 {
    margin: -80px !important;
  }
  .mx-sh-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-sh-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-sh-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-sh-n4 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-sh-n5 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-sh-n6 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-sh-n7 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-sh-n8 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-sh-n9 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-sh-n10 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-sh-n11 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .my-sh-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-sh-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-sh-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-sh-n4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-sh-n5 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-sh-n6 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-sh-n7 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-sh-n8 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-sh-n9 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-sh-n10 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-sh-n11 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mt-sh-n1 {
    margin-top: -4px !important;
  }
  .mt-sh-n2 {
    margin-top: -8px !important;
  }
  .mt-sh-n3 {
    margin-top: -16px !important;
  }
  .mt-sh-n4 {
    margin-top: -24px !important;
  }
  .mt-sh-n5 {
    margin-top: -32px !important;
  }
  .mt-sh-n6 {
    margin-top: -40px !important;
  }
  .mt-sh-n7 {
    margin-top: -48px !important;
  }
  .mt-sh-n8 {
    margin-top: -56px !important;
  }
  .mt-sh-n9 {
    margin-top: -64px !important;
  }
  .mt-sh-n10 {
    margin-top: -72px !important;
  }
  .mt-sh-n11 {
    margin-top: -80px !important;
  }
  .me-sh-n1 {
    margin-right: -4px !important;
  }
  .me-sh-n2 {
    margin-right: -8px !important;
  }
  .me-sh-n3 {
    margin-right: -16px !important;
  }
  .me-sh-n4 {
    margin-right: -24px !important;
  }
  .me-sh-n5 {
    margin-right: -32px !important;
  }
  .me-sh-n6 {
    margin-right: -40px !important;
  }
  .me-sh-n7 {
    margin-right: -48px !important;
  }
  .me-sh-n8 {
    margin-right: -56px !important;
  }
  .me-sh-n9 {
    margin-right: -64px !important;
  }
  .me-sh-n10 {
    margin-right: -72px !important;
  }
  .me-sh-n11 {
    margin-right: -80px !important;
  }
  .mb-sh-n1 {
    margin-bottom: -4px !important;
  }
  .mb-sh-n2 {
    margin-bottom: -8px !important;
  }
  .mb-sh-n3 {
    margin-bottom: -16px !important;
  }
  .mb-sh-n4 {
    margin-bottom: -24px !important;
  }
  .mb-sh-n5 {
    margin-bottom: -32px !important;
  }
  .mb-sh-n6 {
    margin-bottom: -40px !important;
  }
  .mb-sh-n7 {
    margin-bottom: -48px !important;
  }
  .mb-sh-n8 {
    margin-bottom: -56px !important;
  }
  .mb-sh-n9 {
    margin-bottom: -64px !important;
  }
  .mb-sh-n10 {
    margin-bottom: -72px !important;
  }
  .mb-sh-n11 {
    margin-bottom: -80px !important;
  }
  .ms-sh-n1 {
    margin-left: -4px !important;
  }
  .ms-sh-n2 {
    margin-left: -8px !important;
  }
  .ms-sh-n3 {
    margin-left: -16px !important;
  }
  .ms-sh-n4 {
    margin-left: -24px !important;
  }
  .ms-sh-n5 {
    margin-left: -32px !important;
  }
  .ms-sh-n6 {
    margin-left: -40px !important;
  }
  .ms-sh-n7 {
    margin-left: -48px !important;
  }
  .ms-sh-n8 {
    margin-left: -56px !important;
  }
  .ms-sh-n9 {
    margin-left: -64px !important;
  }
  .ms-sh-n10 {
    margin-left: -72px !important;
  }
  .ms-sh-n11 {
    margin-left: -80px !important;
  }
  .p-sh-0 {
    padding: 0 !important;
  }
  .p-sh-1 {
    padding: 4px !important;
  }
  .p-sh-2 {
    padding: 8px !important;
  }
  .p-sh-3 {
    padding: 16px !important;
  }
  .p-sh-4 {
    padding: 24px !important;
  }
  .p-sh-5 {
    padding: 32px !important;
  }
  .p-sh-6 {
    padding: 40px !important;
  }
  .p-sh-7 {
    padding: 48px !important;
  }
  .p-sh-8 {
    padding: 56px !important;
  }
  .p-sh-9 {
    padding: 64px !important;
  }
  .p-sh-10 {
    padding: 72px !important;
  }
  .p-sh-11 {
    padding: 80px !important;
  }
  .px-sh-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sh-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-sh-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sh-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-sh-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sh-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-sh-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sh-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-sh-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-sh-9 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-sh-10 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-sh-11 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-sh-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sh-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-sh-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sh-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sh-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sh-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-sh-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sh-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-sh-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-sh-9 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-sh-10 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-sh-11 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-sh-0 {
    padding-top: 0 !important;
  }
  .pt-sh-1 {
    padding-top: 4px !important;
  }
  .pt-sh-2 {
    padding-top: 8px !important;
  }
  .pt-sh-3 {
    padding-top: 16px !important;
  }
  .pt-sh-4 {
    padding-top: 24px !important;
  }
  .pt-sh-5 {
    padding-top: 32px !important;
  }
  .pt-sh-6 {
    padding-top: 40px !important;
  }
  .pt-sh-7 {
    padding-top: 48px !important;
  }
  .pt-sh-8 {
    padding-top: 56px !important;
  }
  .pt-sh-9 {
    padding-top: 64px !important;
  }
  .pt-sh-10 {
    padding-top: 72px !important;
  }
  .pt-sh-11 {
    padding-top: 80px !important;
  }
  .pe-sh-0 {
    padding-right: 0 !important;
  }
  .pe-sh-1 {
    padding-right: 4px !important;
  }
  .pe-sh-2 {
    padding-right: 8px !important;
  }
  .pe-sh-3 {
    padding-right: 16px !important;
  }
  .pe-sh-4 {
    padding-right: 24px !important;
  }
  .pe-sh-5 {
    padding-right: 32px !important;
  }
  .pe-sh-6 {
    padding-right: 40px !important;
  }
  .pe-sh-7 {
    padding-right: 48px !important;
  }
  .pe-sh-8 {
    padding-right: 56px !important;
  }
  .pe-sh-9 {
    padding-right: 64px !important;
  }
  .pe-sh-10 {
    padding-right: 72px !important;
  }
  .pe-sh-11 {
    padding-right: 80px !important;
  }
  .pb-sh-0 {
    padding-bottom: 0 !important;
  }
  .pb-sh-1 {
    padding-bottom: 4px !important;
  }
  .pb-sh-2 {
    padding-bottom: 8px !important;
  }
  .pb-sh-3 {
    padding-bottom: 16px !important;
  }
  .pb-sh-4 {
    padding-bottom: 24px !important;
  }
  .pb-sh-5 {
    padding-bottom: 32px !important;
  }
  .pb-sh-6 {
    padding-bottom: 40px !important;
  }
  .pb-sh-7 {
    padding-bottom: 48px !important;
  }
  .pb-sh-8 {
    padding-bottom: 56px !important;
  }
  .pb-sh-9 {
    padding-bottom: 64px !important;
  }
  .pb-sh-10 {
    padding-bottom: 72px !important;
  }
  .pb-sh-11 {
    padding-bottom: 80px !important;
  }
  .ps-sh-0 {
    padding-left: 0 !important;
  }
  .ps-sh-1 {
    padding-left: 4px !important;
  }
  .ps-sh-2 {
    padding-left: 8px !important;
  }
  .ps-sh-3 {
    padding-left: 16px !important;
  }
  .ps-sh-4 {
    padding-left: 24px !important;
  }
  .ps-sh-5 {
    padding-left: 32px !important;
  }
  .ps-sh-6 {
    padding-left: 40px !important;
  }
  .ps-sh-7 {
    padding-left: 48px !important;
  }
  .ps-sh-8 {
    padding-left: 56px !important;
  }
  .ps-sh-9 {
    padding-left: 64px !important;
  }
  .ps-sh-10 {
    padding-left: 72px !important;
  }
  .ps-sh-11 {
    padding-left: 80px !important;
  }
  .gap-sh-0 {
    gap: 0 !important;
  }
  .gap-sh-1 {
    gap: 4px !important;
  }
  .gap-sh-2 {
    gap: 8px !important;
  }
  .gap-sh-3 {
    gap: 16px !important;
  }
  .gap-sh-4 {
    gap: 24px !important;
  }
  .gap-sh-5 {
    gap: 32px !important;
  }
  .gap-sh-6 {
    gap: 40px !important;
  }
  .gap-sh-7 {
    gap: 48px !important;
  }
  .gap-sh-8 {
    gap: 56px !important;
  }
  .gap-sh-9 {
    gap: 64px !important;
  }
  .gap-sh-10 {
    gap: 72px !important;
  }
  .gap-sh-11 {
    gap: 80px !important;
  }
  .text-sh-start {
    text-align: left !important;
  }
  .text-sh-end {
    text-align: right !important;
  }
  .text-sh-center {
    text-align: center !important;
  }
}
@media (min-width: 2400px) {
  .float-g-start {
    float: left !important;
  }
  .float-g-end {
    float: right !important;
  }
  .float-g-none {
    float: none !important;
  }
  .d-g-inline {
    display: inline !important;
  }
  .d-g-inline-block {
    display: inline-block !important;
  }
  .d-g-block {
    display: block !important;
  }
  .d-g-grid {
    display: grid !important;
  }
  .d-g-table {
    display: table !important;
  }
  .d-g-table-row {
    display: table-row !important;
  }
  .d-g-table-cell {
    display: table-cell !important;
  }
  .d-g-flex {
    display: flex !important;
  }
  .d-g-inline-flex {
    display: inline-flex !important;
  }
  .d-g-none {
    display: none !important;
  }
  .flex-g-fill {
    flex: 1 1 auto !important;
  }
  .flex-g-row {
    flex-direction: row !important;
  }
  .flex-g-column {
    flex-direction: column !important;
  }
  .flex-g-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-g-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-g-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-g-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-g-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-g-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-g-wrap {
    flex-wrap: wrap !important;
  }
  .flex-g-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-g-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-g-start {
    justify-content: flex-start !important;
  }
  .justify-content-g-end {
    justify-content: flex-end !important;
  }
  .justify-content-g-center {
    justify-content: center !important;
  }
  .justify-content-g-between {
    justify-content: space-between !important;
  }
  .justify-content-g-around {
    justify-content: space-around !important;
  }
  .justify-content-g-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-g-start {
    align-items: flex-start !important;
  }
  .align-items-g-end {
    align-items: flex-end !important;
  }
  .align-items-g-center {
    align-items: center !important;
  }
  .align-items-g-baseline {
    align-items: baseline !important;
  }
  .align-items-g-stretch {
    align-items: stretch !important;
  }
  .align-content-g-start {
    align-content: flex-start !important;
  }
  .align-content-g-end {
    align-content: flex-end !important;
  }
  .align-content-g-center {
    align-content: center !important;
  }
  .align-content-g-between {
    align-content: space-between !important;
  }
  .align-content-g-around {
    align-content: space-around !important;
  }
  .align-content-g-stretch {
    align-content: stretch !important;
  }
  .align-self-g-auto {
    align-self: auto !important;
  }
  .align-self-g-start {
    align-self: flex-start !important;
  }
  .align-self-g-end {
    align-self: flex-end !important;
  }
  .align-self-g-center {
    align-self: center !important;
  }
  .align-self-g-baseline {
    align-self: baseline !important;
  }
  .align-self-g-stretch {
    align-self: stretch !important;
  }
  .order-g-first {
    order: -1 !important;
  }
  .order-g-0 {
    order: 0 !important;
  }
  .order-g-1 {
    order: 1 !important;
  }
  .order-g-2 {
    order: 2 !important;
  }
  .order-g-3 {
    order: 3 !important;
  }
  .order-g-4 {
    order: 4 !important;
  }
  .order-g-5 {
    order: 5 !important;
  }
  .order-g-last {
    order: 6 !important;
  }
  .m-g-0 {
    margin: 0 !important;
  }
  .m-g-1 {
    margin: 4px !important;
  }
  .m-g-2 {
    margin: 8px !important;
  }
  .m-g-3 {
    margin: 16px !important;
  }
  .m-g-4 {
    margin: 24px !important;
  }
  .m-g-5 {
    margin: 32px !important;
  }
  .m-g-6 {
    margin: 40px !important;
  }
  .m-g-7 {
    margin: 48px !important;
  }
  .m-g-8 {
    margin: 56px !important;
  }
  .m-g-9 {
    margin: 64px !important;
  }
  .m-g-10 {
    margin: 72px !important;
  }
  .m-g-11 {
    margin: 80px !important;
  }
  .m-g-auto {
    margin: auto !important;
  }
  .mx-g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-g-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-g-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-g-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-g-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-g-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-g-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-g-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-g-8 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-g-9 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-g-10 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-g-11 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-g-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-g-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-g-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-g-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-g-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-g-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-g-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-g-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-g-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-g-8 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-g-9 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-g-10 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-g-11 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-g-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-g-0 {
    margin-top: 0 !important;
  }
  .mt-g-1 {
    margin-top: 4px !important;
  }
  .mt-g-2 {
    margin-top: 8px !important;
  }
  .mt-g-3 {
    margin-top: 16px !important;
  }
  .mt-g-4 {
    margin-top: 24px !important;
  }
  .mt-g-5 {
    margin-top: 32px !important;
  }
  .mt-g-6 {
    margin-top: 40px !important;
  }
  .mt-g-7 {
    margin-top: 48px !important;
  }
  .mt-g-8 {
    margin-top: 56px !important;
  }
  .mt-g-9 {
    margin-top: 64px !important;
  }
  .mt-g-10 {
    margin-top: 72px !important;
  }
  .mt-g-11 {
    margin-top: 80px !important;
  }
  .mt-g-auto {
    margin-top: auto !important;
  }
  .me-g-0 {
    margin-right: 0 !important;
  }
  .me-g-1 {
    margin-right: 4px !important;
  }
  .me-g-2 {
    margin-right: 8px !important;
  }
  .me-g-3 {
    margin-right: 16px !important;
  }
  .me-g-4 {
    margin-right: 24px !important;
  }
  .me-g-5 {
    margin-right: 32px !important;
  }
  .me-g-6 {
    margin-right: 40px !important;
  }
  .me-g-7 {
    margin-right: 48px !important;
  }
  .me-g-8 {
    margin-right: 56px !important;
  }
  .me-g-9 {
    margin-right: 64px !important;
  }
  .me-g-10 {
    margin-right: 72px !important;
  }
  .me-g-11 {
    margin-right: 80px !important;
  }
  .me-g-auto {
    margin-right: auto !important;
  }
  .mb-g-0 {
    margin-bottom: 0 !important;
  }
  .mb-g-1 {
    margin-bottom: 4px !important;
  }
  .mb-g-2 {
    margin-bottom: 8px !important;
  }
  .mb-g-3 {
    margin-bottom: 16px !important;
  }
  .mb-g-4 {
    margin-bottom: 24px !important;
  }
  .mb-g-5 {
    margin-bottom: 32px !important;
  }
  .mb-g-6 {
    margin-bottom: 40px !important;
  }
  .mb-g-7 {
    margin-bottom: 48px !important;
  }
  .mb-g-8 {
    margin-bottom: 56px !important;
  }
  .mb-g-9 {
    margin-bottom: 64px !important;
  }
  .mb-g-10 {
    margin-bottom: 72px !important;
  }
  .mb-g-11 {
    margin-bottom: 80px !important;
  }
  .mb-g-auto {
    margin-bottom: auto !important;
  }
  .ms-g-0 {
    margin-left: 0 !important;
  }
  .ms-g-1 {
    margin-left: 4px !important;
  }
  .ms-g-2 {
    margin-left: 8px !important;
  }
  .ms-g-3 {
    margin-left: 16px !important;
  }
  .ms-g-4 {
    margin-left: 24px !important;
  }
  .ms-g-5 {
    margin-left: 32px !important;
  }
  .ms-g-6 {
    margin-left: 40px !important;
  }
  .ms-g-7 {
    margin-left: 48px !important;
  }
  .ms-g-8 {
    margin-left: 56px !important;
  }
  .ms-g-9 {
    margin-left: 64px !important;
  }
  .ms-g-10 {
    margin-left: 72px !important;
  }
  .ms-g-11 {
    margin-left: 80px !important;
  }
  .ms-g-auto {
    margin-left: auto !important;
  }
  .m-g-n1 {
    margin: -4px !important;
  }
  .m-g-n2 {
    margin: -8px !important;
  }
  .m-g-n3 {
    margin: -16px !important;
  }
  .m-g-n4 {
    margin: -24px !important;
  }
  .m-g-n5 {
    margin: -32px !important;
  }
  .m-g-n6 {
    margin: -40px !important;
  }
  .m-g-n7 {
    margin: -48px !important;
  }
  .m-g-n8 {
    margin: -56px !important;
  }
  .m-g-n9 {
    margin: -64px !important;
  }
  .m-g-n10 {
    margin: -72px !important;
  }
  .m-g-n11 {
    margin: -80px !important;
  }
  .mx-g-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-g-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-g-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-g-n4 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-g-n5 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-g-n6 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-g-n7 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-g-n8 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-g-n9 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-g-n10 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-g-n11 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .my-g-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-g-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-g-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-g-n4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-g-n5 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-g-n6 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-g-n7 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-g-n8 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-g-n9 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-g-n10 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-g-n11 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mt-g-n1 {
    margin-top: -4px !important;
  }
  .mt-g-n2 {
    margin-top: -8px !important;
  }
  .mt-g-n3 {
    margin-top: -16px !important;
  }
  .mt-g-n4 {
    margin-top: -24px !important;
  }
  .mt-g-n5 {
    margin-top: -32px !important;
  }
  .mt-g-n6 {
    margin-top: -40px !important;
  }
  .mt-g-n7 {
    margin-top: -48px !important;
  }
  .mt-g-n8 {
    margin-top: -56px !important;
  }
  .mt-g-n9 {
    margin-top: -64px !important;
  }
  .mt-g-n10 {
    margin-top: -72px !important;
  }
  .mt-g-n11 {
    margin-top: -80px !important;
  }
  .me-g-n1 {
    margin-right: -4px !important;
  }
  .me-g-n2 {
    margin-right: -8px !important;
  }
  .me-g-n3 {
    margin-right: -16px !important;
  }
  .me-g-n4 {
    margin-right: -24px !important;
  }
  .me-g-n5 {
    margin-right: -32px !important;
  }
  .me-g-n6 {
    margin-right: -40px !important;
  }
  .me-g-n7 {
    margin-right: -48px !important;
  }
  .me-g-n8 {
    margin-right: -56px !important;
  }
  .me-g-n9 {
    margin-right: -64px !important;
  }
  .me-g-n10 {
    margin-right: -72px !important;
  }
  .me-g-n11 {
    margin-right: -80px !important;
  }
  .mb-g-n1 {
    margin-bottom: -4px !important;
  }
  .mb-g-n2 {
    margin-bottom: -8px !important;
  }
  .mb-g-n3 {
    margin-bottom: -16px !important;
  }
  .mb-g-n4 {
    margin-bottom: -24px !important;
  }
  .mb-g-n5 {
    margin-bottom: -32px !important;
  }
  .mb-g-n6 {
    margin-bottom: -40px !important;
  }
  .mb-g-n7 {
    margin-bottom: -48px !important;
  }
  .mb-g-n8 {
    margin-bottom: -56px !important;
  }
  .mb-g-n9 {
    margin-bottom: -64px !important;
  }
  .mb-g-n10 {
    margin-bottom: -72px !important;
  }
  .mb-g-n11 {
    margin-bottom: -80px !important;
  }
  .ms-g-n1 {
    margin-left: -4px !important;
  }
  .ms-g-n2 {
    margin-left: -8px !important;
  }
  .ms-g-n3 {
    margin-left: -16px !important;
  }
  .ms-g-n4 {
    margin-left: -24px !important;
  }
  .ms-g-n5 {
    margin-left: -32px !important;
  }
  .ms-g-n6 {
    margin-left: -40px !important;
  }
  .ms-g-n7 {
    margin-left: -48px !important;
  }
  .ms-g-n8 {
    margin-left: -56px !important;
  }
  .ms-g-n9 {
    margin-left: -64px !important;
  }
  .ms-g-n10 {
    margin-left: -72px !important;
  }
  .ms-g-n11 {
    margin-left: -80px !important;
  }
  .p-g-0 {
    padding: 0 !important;
  }
  .p-g-1 {
    padding: 4px !important;
  }
  .p-g-2 {
    padding: 8px !important;
  }
  .p-g-3 {
    padding: 16px !important;
  }
  .p-g-4 {
    padding: 24px !important;
  }
  .p-g-5 {
    padding: 32px !important;
  }
  .p-g-6 {
    padding: 40px !important;
  }
  .p-g-7 {
    padding: 48px !important;
  }
  .p-g-8 {
    padding: 56px !important;
  }
  .p-g-9 {
    padding: 64px !important;
  }
  .p-g-10 {
    padding: 72px !important;
  }
  .p-g-11 {
    padding: 80px !important;
  }
  .px-g-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-g-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-g-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-g-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-g-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-g-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-g-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-g-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-g-8 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-g-9 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-g-10 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-g-11 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-g-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-g-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-g-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-g-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-g-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-g-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-g-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-g-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-g-8 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-g-9 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-g-10 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-g-11 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-g-0 {
    padding-top: 0 !important;
  }
  .pt-g-1 {
    padding-top: 4px !important;
  }
  .pt-g-2 {
    padding-top: 8px !important;
  }
  .pt-g-3 {
    padding-top: 16px !important;
  }
  .pt-g-4 {
    padding-top: 24px !important;
  }
  .pt-g-5 {
    padding-top: 32px !important;
  }
  .pt-g-6 {
    padding-top: 40px !important;
  }
  .pt-g-7 {
    padding-top: 48px !important;
  }
  .pt-g-8 {
    padding-top: 56px !important;
  }
  .pt-g-9 {
    padding-top: 64px !important;
  }
  .pt-g-10 {
    padding-top: 72px !important;
  }
  .pt-g-11 {
    padding-top: 80px !important;
  }
  .pe-g-0 {
    padding-right: 0 !important;
  }
  .pe-g-1 {
    padding-right: 4px !important;
  }
  .pe-g-2 {
    padding-right: 8px !important;
  }
  .pe-g-3 {
    padding-right: 16px !important;
  }
  .pe-g-4 {
    padding-right: 24px !important;
  }
  .pe-g-5 {
    padding-right: 32px !important;
  }
  .pe-g-6 {
    padding-right: 40px !important;
  }
  .pe-g-7 {
    padding-right: 48px !important;
  }
  .pe-g-8 {
    padding-right: 56px !important;
  }
  .pe-g-9 {
    padding-right: 64px !important;
  }
  .pe-g-10 {
    padding-right: 72px !important;
  }
  .pe-g-11 {
    padding-right: 80px !important;
  }
  .pb-g-0 {
    padding-bottom: 0 !important;
  }
  .pb-g-1 {
    padding-bottom: 4px !important;
  }
  .pb-g-2 {
    padding-bottom: 8px !important;
  }
  .pb-g-3 {
    padding-bottom: 16px !important;
  }
  .pb-g-4 {
    padding-bottom: 24px !important;
  }
  .pb-g-5 {
    padding-bottom: 32px !important;
  }
  .pb-g-6 {
    padding-bottom: 40px !important;
  }
  .pb-g-7 {
    padding-bottom: 48px !important;
  }
  .pb-g-8 {
    padding-bottom: 56px !important;
  }
  .pb-g-9 {
    padding-bottom: 64px !important;
  }
  .pb-g-10 {
    padding-bottom: 72px !important;
  }
  .pb-g-11 {
    padding-bottom: 80px !important;
  }
  .ps-g-0 {
    padding-left: 0 !important;
  }
  .ps-g-1 {
    padding-left: 4px !important;
  }
  .ps-g-2 {
    padding-left: 8px !important;
  }
  .ps-g-3 {
    padding-left: 16px !important;
  }
  .ps-g-4 {
    padding-left: 24px !important;
  }
  .ps-g-5 {
    padding-left: 32px !important;
  }
  .ps-g-6 {
    padding-left: 40px !important;
  }
  .ps-g-7 {
    padding-left: 48px !important;
  }
  .ps-g-8 {
    padding-left: 56px !important;
  }
  .ps-g-9 {
    padding-left: 64px !important;
  }
  .ps-g-10 {
    padding-left: 72px !important;
  }
  .ps-g-11 {
    padding-left: 80px !important;
  }
  .gap-g-0 {
    gap: 0 !important;
  }
  .gap-g-1 {
    gap: 4px !important;
  }
  .gap-g-2 {
    gap: 8px !important;
  }
  .gap-g-3 {
    gap: 16px !important;
  }
  .gap-g-4 {
    gap: 24px !important;
  }
  .gap-g-5 {
    gap: 32px !important;
  }
  .gap-g-6 {
    gap: 40px !important;
  }
  .gap-g-7 {
    gap: 48px !important;
  }
  .gap-g-8 {
    gap: 56px !important;
  }
  .gap-g-9 {
    gap: 64px !important;
  }
  .gap-g-10 {
    gap: 72px !important;
  }
  .gap-g-11 {
    gap: 80px !important;
  }
  .text-g-start {
    text-align: left !important;
  }
  .text-g-end {
    text-align: right !important;
  }
  .text-g-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@keyframes onclick {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(80);
    opacity: 0;
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotate360m {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shadow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
html,
body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  color: hsl(230deg, 11%, 20%);
  margin: 0;
  padding: 0;
  font-weight: 400;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1rem;
  line-height: 1.5em;
  scrollbar-color: hsl(230deg, 11%, 70%) transparent;
  scrollbar-width: thin;
  /* ползунок скроллбара */
}
@media (min-width: 992px) {
  html,
  body {
    font-size: 1rem;
    line-height: 1.5em;
  }
  html .screen-wrapper,
  body .screen-wrapper {
    min-width: 320px;
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
  }
  html .screen-wrapper.screen-wrapper_innerscroll,
  body .screen-wrapper.screen-wrapper_innerscroll {
    height: 100vh;
    overflow: hidden;
  }
  html .content-wrapper,
  body .content-wrapper {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 320px;
    max-width: 1366px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  html .content-wrapper,
  body .content-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}
html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background-color: transparent;
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background-color: hsl(230deg, 11%, 70%);
  border-radius: 2px;
  box-shadow: none;
}
html ::-webkit-scrollbar-thumb:hover,
body ::-webkit-scrollbar-thumb:hover {
  background-color: hsl(230deg, 11%, 70%);
}

a {
  color: hsl(199deg, 49%, 37%);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: color;
  text-decoration: none;
}
a:visited {
  color: hsl(199deg, 49%, 37%);
}
a:hover {
  color: hsl(194deg, 37%, 51%);
}
a:active {
  color: hsl(202deg, 44%, 34%);
}

figure {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  word-spacing: -1px;
  margin: 0;
}
figure img {
  width: 100%;
  overflow: hidden;
}

nav ul, nav ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.hr_slime {
  margin: 8px 0;
}

hr {
  color: hsl(230deg, 11%, 90%);
  opacity: 1;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("fonts/roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-ThinItalic.woff2") format("woff2"), url("fonts/roboto/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-Light.woff2") format("woff2"), url("fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-LightItalic.woff2") format("woff2"), url("fonts/roboto/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-RegularItalic.woff2") format("woff2"), url("fonts/roboto/Roboto-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("fonts/roboto/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("fonts/roboto/Roboto-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-Black.woff2") format("woff2"), url("fonts/roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-BlackItalic.woff2") format("woff2"), url("fonts/roboto/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
.screen-wrapper {
  min-width: 320px;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
.screen-wrapper.screen-wrapper_innerscroll {
  height: 100vh;
  overflow: hidden;
}

.content-wrapper {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  min-width: 320px;
  max-width: 1366px;
  width: 100%;
}
@media (max-width: 1360px) {
  .content-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 768px) {
  .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1360px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767.98px) {
  .hide-b-md {
    display: none;
  }
}
@media (min-width: 576px) {
  .w-sm-30 {
    width: 30%;
  }
  .w-sm-70 {
    width: 70%;
  }
}
@media (max-width: 1199.98px) {
  .hide-b-xl {
    display: none;
  }
}
@media (min-width: 992px) {
  .w-lg-20 {
    width: 20%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-80 {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .hide-xl {
    display: none;
  }
}
@media (max-width: 1359.98px) {
  .hide-b-xxl {
    display: none;
  }
}
@media (min-width: 1360px) {
  .hide-xxl {
    display: none;
  }
}
main {
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
}
main .main-left-container {
  margin-right: 0;
}
@media (min-width: 1200px) {
  main .main-left-container {
    margin-right: 2rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3em;
}

h1 {
  font-size: 1.75em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.75em;
  }
  h2 {
    font-size: 2.25em;
  }
  h3 {
    font-size: 1.75em;
  }
  h4 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.25em;
  }
}
p {
  margin: 1em 0 0;
}
p:first-child {
  margin: 0;
}

strong {
  font-weight: 500;
}

.text_bold {
  font-weight: 700 !important;
}

.text_normal {
  font-weight: 400 !important;
}

dl {
  margin-bottom: 0;
}
dl dt {
  font-weight: 400;
}
dl dd {
  margin: 0;
}
dl.dl_small {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
dl.dl_small dt {
  font-weight: normal;
  color: hsl(220deg, 5%, 50%);
}

ins {
  text-decoration: none;
}

.c-or600 {
  color: hsl(40deg, 100%, 50%);
}

.c-pr600 {
  color: hsl(199deg, 49%, 37%);
}

.text_small {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.list-unstyled {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.additional-links {
  padding: 2rem 0;
  background-color: hsl(187deg, 85%, 92%);
}
.additional-links ul {
  margin: 0;
  padding: 0 1rem;
}
.additional-links ul li {
  margin: 0;
}
.additional-links ul li::marker {
  color: hsl(199deg, 49%, 37%);
}
.additional-links ul li a {
  color: hsl(199deg, 49%, 37%);
  font-size: 0.875rem;
  line-height: 1.125rem;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: color;
}
.additional-links ul li a:hover, .additional-links ul li a:focus {
  color: hsl(230deg, 11%, 40%);
}

.aside-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.aside-nav ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background-color;
}
.aside-nav ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: hsl(199deg, 49%, 37%);
  border-radius: 50%;
}
.aside-nav ul li a {
  margin-left: 0.5rem;
  color: hsl(199deg, 49%, 37%);
  font-size: 0.875rem;
  line-height: 1.125rem;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: color;
}
.aside-nav ul li a:hover, .aside-nav ul li a:focus {
  color: hsl(206deg, 39%, 30%);
}
.aside-nav ul li.active::before {
  background-color: hsl(40deg, 100%, 50%);
}
.aside-nav ul li.active:hover::before, .aside-nav ul li.active:focus::before {
  background-color: hsl(40deg, 100%, 50%);
}
.aside-nav ul li.active a {
  color: hsl(40deg, 100%, 50%);
}
.aside-nav ul li:hover::before, .aside-nav ul li:focus::before {
  background-color: hsl(206deg, 39%, 30%);
}
.aside-nav ul li:last-child {
  margin-bottom: 0;
}

.badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 20px;
  padding: 3px 0;
  background-color: hsl(230deg, 11%, 90%);
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}
.badge.badge-danger {
  background-color: hsl(40deg, 100%, 50%);
}
.badge.badge-inlinbe {
  top: -10px;
  right: -10px;
}

.block-simple {
  border-radius: 8px;
}
.block-simple.block-simple_brd-base300 {
  border: 1px solid hsl(230deg, 11%, 70%);
}
.block-simple.block-simple_alert {
  background: hsl(0deg, 100%, 96%);
  border-left: 4px solid hsl(0deg, 100%, 50%);
}
.block-simple.block-simple_bg-pr100 {
  background: hsl(185deg, 85%, 92%);
}
.block-simple.block-simple_brd-pr300 {
  border: 1px solid hsl(185deg, 85%, 78%);
}
.block-simple.block-simple_bg-base10 {
  background: hsl(230deg, 11%, 90%);
}
.block-simple.block-simple_bg-white {
  background: #fff;
}
.block-simple.block-simple_warning {
  background: hsl(46deg, 100%, 80%);
}

.breadcrumbs .breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs .breadcrumbs__item {
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  margin: 2px 0;
}
.breadcrumbs .breadcrumbs__item:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24'%3e%3cg fill='%233F455A' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath class='st0' d='M9.1,6.1c0,0,0.1-0.1,0.1-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0.1,0.1,0.1l5.5,5.5 c0,0,0.1,0.1,0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2c0,0.1-0.1,0.1-0.1,0.1l-5.5,5.5C9.7,18,9.6,18,9.5,18s-0.2,0-0.3-0.1 C9,17.8,9,17.7,9,17.5c0-0.1,0-0.2,0.1-0.3l5.2-5.2L9.1,6.8c0,0-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0-0.2s0-0.1,0-0.2 C9.1,6.2,9.1,6.2,9.1,6.1L9.1,6.1z'/%3e%3c/g%3e%3c/svg%3e ");
  margin: 0 4px;
}
.breadcrumbs .breadcrumbs__item a:hover {
  color: hsl(194deg, 37%, 51%);
}
.breadcrumbs .breadcrumbs__item a:active {
  color: hsl(202deg, 44%, 34%);
}
.breadcrumbs .breadcrumbs__item.breadcrumbs__item_active:after {
  display: none;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  outline: none !important;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 0.5em 1em;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background-color, color;
  cursor: pointer;
  box-shadow: none !important;
}
.btn:disabled {
  cursor: not-allowed;
}
.btn.btn_large {
  padding: 1em 2em;
}
.btn.btn_small {
  font-size: 0.875rem;
  line-height: 1.285em;
  padding: 0.55em 0.75em 0.45em;
}
.btn.btn_extrasmall {
  font-size: 0.75rem;
  line-height: 1em;
  padding: 0.5em 0.25em;
}
.btn.btn_primary {
  color: #fff;
  background-color: hsl(213deg, 33%, 26%);
}
.btn.btn_primary:hover {
  background-color: hsl(206deg, 39%, 30%);
  color: #fff;
}
.btn.btn_primary:active {
  background-color: hsl(212deg, 33%, 18%);
}
.btn.btn_primary:disabled {
  background-color: #808c9b;
  color: #fff;
}
.btn.btn_primary-mid {
  color: #fff;
  background-color: hsl(199deg, 49%, 37%);
}
.btn.btn_primary-mid:hover {
  background-color: hsl(194deg, 37%, 51%);
}
.btn.btn_primary-mid:active {
  background-color: hsl(202deg, 44%, 34%);
}
.btn.btn_primary-mid:disabled {
  background-color: #83a9bb;
  color: #fff;
}
.btn.btn_primary-mid.outline {
  color: hsl(199deg, 49%, 37%);
  background-color: #fff;
  border: 1px solid hsl(199deg, 49%, 37%);
}
.btn.btn_primary-mid.outline:hover {
  color: #457d98;
  border-color: #457d98;
}
.btn.btn_primary-mid.outline:active {
  color: #2b647f;
  border-color: #2b647f;
}
.btn.btn_primary-mid.outline:disabled {
  color: rgba(48, 111, 141, 0.6);
  border-color: rgba(48, 111, 141, 0.6);
}
.btn.btn_primary-mid.btn_primary-mid-link {
  color: hsl(199deg, 49%, 37%) !important;
  background-color: transparent;
}
.btn.btn_primary-mid.btn_primary-mid-link:hover {
  color: #457d98;
}
.btn.btn_primary-mid.btn_primary-mid-link:active {
  color: #2b647f;
}
.btn.btn_primary-mid.btn_primary-mid-link:disabled {
  color: rgba(48, 111, 141, 0.6);
}
.btn.btn_primary-mid-link {
  background-color: transparent;
  color: hsl(199deg, 49%, 37%);
}
.btn.btn_primary-mid-link:hover {
  color: #457d98;
}
.btn.btn_primary-mid-link:active {
  color: #2e6986;
}
.btn.btn_primary-mid-link:disabled {
  color: rgba(48, 111, 141, 0.6);
}
.btn.btn_primary-mid-link.active {
  color: #fff;
  background-color: hsl(199deg, 49%, 37%);
}
.btn.btn_primary-light {
  color: hsl(213deg, 33%, 26%);
  background-color: hsl(185deg, 85%, 92%);
}
.btn.btn_primary-light:hover {
  background-color: #ddfafc;
}
.btn.btn_primary-light:active {
  background-color: #ceedef;
}
.btn.btn_primary-light:disabled {
  background-color: #ddfafc;
  color: rgba(44, 64, 88, 0.6);
}
.btn.btn_secondary {
  background-color: hsl(220deg, 6%, 90%);
  color: hsl(230deg, 11%, 20%);
}
.btn.btn_secondary:hover {
  background-color: hsl(228deg, 5%, 80%);
}
.btn.btn_secondary:active {
  background-color: hsl(223deg, 5%, 70%);
}
.btn.btn_secondary:disabled {
  background-color: #efeff1;
  color: rgba(45, 47, 57, 0.6);
}
.btn.btn_secondary:disabled img {
  opacity: 0.6;
}
.btn.btn_secondary.k-selected:hover {
  color: white;
}
.btn.btn_secondary-mid {
  background-color: hsl(220deg, 6%, 90%);
  color: hsl(230deg, 11%, 20%) !important;
}
.btn.btn_secondary-mid:hover {
  background-color: hsl(228deg, 5%, 80%);
}
.btn.btn_secondary-mid:active {
  background-color: hsl(223deg, 5%, 70%);
}
.btn.btn_secondary-mid:disabled {
  background-color: #efeff1;
  color: rgba(45, 47, 57, 0.6);
}
.btn.btn_secondary-mid.k-selected:hover {
  color: white;
}
.btn.btn_secondary-mid.outline {
  background-color: #fff;
  border: 1px solid hsl(230deg, 11%, 90%);
  color: hsl(230deg, 11%, 20%);
}
.btn.btn_secondary-mid.outline:hover {
  border-color: #e9e9ed;
}
.btn.btn_secondary-mid.outline:active {
  border-color: #dedfe3;
}
.btn.btn_secondary-mid.outline:disabled {
  border-color: #f1f2f4;
  color: rgba(45, 47, 57, 0.6);
}
.btn.btn_danger {
  background-color: hsl(0deg, 100%, 50%);
  color: #fff;
}
.btn.btn_danger:hover {
  background-color: #ff3333;
}
.btn.btn_danger:active {
  background-color: #fa0000;
}
.btn.btn_danger:disabled {
  background-color: #ff8080;
  color: rgba(255, 255, 255, 0.6);
}
.btn.btn_danger.outline {
  background-color: #fff;
  border: 1px solid hsl(0deg, 100%, 50%);
  color: hsl(0deg, 100%, 50%);
}
.btn.btn_danger.outline:hover {
  border-color: #ff3333;
}
.btn.btn_danger.outline:active {
  border-color: #fa0000;
}
.btn.btn_danger.outline:disabled {
  border-color: #ff8080;
  color: rgba(255, 0, 0, 0.6);
}
.btn.btn_special {
  background-color: hsl(213deg, 33%, 26%);
  color: #fff;
}
.btn.btn_special:hover {
  background-color: #415369;
}
.btn.btn_special:active {
  background-color: #283a4f;
}
.btn.btn_special:disabled {
  background-color: #96a0ac;
  color: rgba(255, 255, 255, 0.6);
}
.btn.btn_alert {
  background-color: hsl(0deg, 100%, 50%);
  color: #fff;
  border-color: hsl(0deg, 100%, 50%);
}
.btn.btn_alert:hover {
  background-color: hsl(0deg, 100%, 40%);
  color: #fff;
  border-color: hsl(0deg, 100%, 40%);
}
.btn.btn_alert:active {
  background-color: hsl(0deg, 100%, 30%);
  border-color: hsl(0deg, 100%, 30%);
}
.btn.btn_warning {
  background-color: hsl(46deg, 100%, 80%);
  color: hsl(46deg, 100%, 20%);
  border-color: hsl(46deg, 100%, 80%);
}
.btn.btn_warning:hover {
  background-color: hsl(46deg, 100%, 70%);
  color: hsl(46deg, 100%, 20%);
  border-color: hsl(46deg, 100%, 70%);
}
.btn.btn_warning:active {
  background-color: hsl(46deg, 100%, 60%);
  border-color: hsl(46deg, 100%, 60%);
}
.btn.btn_switch.btn_extrasmall {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.75rem;
}
.btn.btn_switch.btn_secondary {
  background-color: hsl(230deg, 11%, 94%);
  color: hsl(230deg, 11%, 20%);
}
.btn.btn_switch.btn_secondary:hover {
  background-color: #f1f2f4;
}
.btn.btn_switch.btn_secondary:active, .btn.btn_switch.btn_secondary.active {
  background-color: hsl(230deg, 11%, 30%);
  color: #fff;
}
.btn.btn_wrap {
  height: auto;
  line-height: 1.35em;
  padding: 0.5em 2em;
}
.btn.btn-icon {
  display: flex;
  align-items: center;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: color, background, opacity;
}
.btn.btn-icon.btn-icon__icon {
  display: block;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  word-spacing: -1px;
  width: 24px;
  height: 24px;
}
.btn.btn-icon.btn-icon__icon img {
  width: 100%;
  height: 100%;
}
.btn.btn-icon.btn-icon__icon_small {
  display: block;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  word-spacing: -1px;
  width: 24px;
  height: 24px;
}
.btn.btn-icon.btn-icon__icon_small img {
  width: 100%;
  height: 100%;
}
.btn.btn-icon.btn-icon__icon_large {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  word-spacing: -1px;
  width: 32px;
  height: 32px;
  padding: 7px;
}
.btn.btn-icon.btn-icon__icon_large img {
  width: 100%;
  height: 100%;
}
.btn.btn-icon.btn_small {
  padding: 0.4375rem !important;
}
.btn.btn-icon.btn-icon_grey {
  background-color: hsl(230deg, 11%, 90%);
}
.btn.btn-icon.btn-icon_light {
  padding: 0;
  opacity: 0.8;
  text-align: left;
  color: hsl(199deg, 49%, 37%);
  line-height: 1.3em;
}
.btn.btn-icon.btn-icon_light:hover, .btn.btn-icon.btn-icon_light:active {
  opacity: 1;
}
.btn.btn-icon.btn_white {
  color: #fff;
}
.btn.btn-icon.opened {
  transform: rotate(90deg);
}
.btn.btn-link {
  border-radius: 0;
  padding: 0;
}
.btn.btn-ico {
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  outline: none !important;
  border-radius: 4px;
}
.btn.btn-ico:hover {
  background-color: hsl(230deg, 11%, 94%);
}
.btn.btn-ico.btn_secondary {
  background-color: hsl(230deg, 11%, 94%);
  color: hsl(230deg, 11%, 20%);
}
.btn.btn-ico.btn_secondary:hover {
  background-color: #f1f2f4;
}
.btn.btn-ico.btn_secondary:active {
  background-color: #e9eaec;
}
.btn.btn-ico.btn_secondary:disabled {
  background-color: #f7f7f8;
  color: rgba(45, 47, 57, 0.6);
}
.btn.btn-ico.btn_primary {
  background-color: hsl(213deg, 33%, 26%);
  color: #fff;
}
.btn.btn-ico.btn_primary:hover {
  background-color: #566679;
}
.btn.btn-ico.btn_primary:active {
  background-color: #2b3f56;
}
.btn.btn-ico.btn_primary:disabled {
  background-color: #98b7c6;
  color: rgba(45, 47, 57, 0.6);
}
.btn.btn-ico.btn_primary-mid {
  color: #fff;
  background-color: hsl(199deg, 49%, 37%);
}
.btn.btn-ico.btn_primary-mid:hover {
  background-color: #457d98;
}
.btn.btn-ico.btn_primary-mid:active {
  background-color: #2e6986;
}
.btn.btn-ico.btn_primary-mid:disabled {
  background-color: #457d98;
  color: rgba(255, 255, 255, 0.6);
}
.btn.btn-ico.btn-ico__white:hover {
  background-color: rgba(238, 239, 241, 0.1);
}
.btn.btn-ico.btn-ico__clear:hover {
  background-color: rgba(45, 47, 57, 0.25);
}
.btn.btn-ico.btn-icon_grey {
  background-color: hsl(230deg, 11%, 90%);
}
.btn.btn-ico.btn-ico_18 {
  width: 18px;
  height: 18px;
}
.btn.btn-ico.btn-ico_24 {
  width: 24px;
  height: 24px;
}
.btn.btn-ico.btn-ico_28 {
  width: 28px;
  height: 28px;
}
.btn.btn-ico.btn-ico_32 {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}
.btn.btn-ico.btn-ico_40 {
  width: 40px;
  height: 40px;
}
.btn.btn-ico.btn-ico_48 {
  width: 48px;
  height: 48px;
}
.btn.btn-ico.btn-ico_56 {
  width: 56px;
  height: 56px;
}
.btn.btn-ico .btn-ico__ico {
  display: block;
  width: 24px;
  height: 24px;
}
.btn.btn-ico .btn-ico__ico img {
  width: 100%;
}
.btn.btn-ico.btn-dataurl {
  text-indent: -20000px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.btn-group {
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group.btn-group__switch input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-group.btn-group__switch input + .btn {
  background-color: hsl(230deg, 11%, 94%);
  color: hsl(230deg, 11%, 20%);
}
.btn-group.btn-group__switch input:checked + .btn {
  background-color: hsl(230deg, 11%, 30%);
  color: #fff;
}

.divider {
  width: 1px;
  background-color: hsl(230deg, 11%, 90%);
}
.divider.horizontal {
  width: 100%;
  height: 1px;
}

.form-control {
  width: 100%;
  border: 1px solid hsl(230deg, 11%, 80%);
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: calc(0.5em - 1px) 0.75em;
  color: hsl(230deg, 11%, 20%);
  position: relative;
  border-radius: 4px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: border-color;
  outline: none !important;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: hsl(199deg, 49%, 37%);
  z-index: 1;
}
.form-control:disabled {
  cursor: not-allowed;
  background: hsl(230deg, 11%, 90%);
  color: hsl(230deg, 11%, 50%);
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.form-control.form-control_small {
  font-size: 0.875rem;
  line-height: 1.285em;
  padding: calc(0.5em - 1px) 0.75em;
}
.form-control.form-control_large {
  line-height: 56px;
  height: 56px;
}
.form-control.form-control_date {
  width: auto;
  padding-right: 40px !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24'%3e%3cg fill='%2394979E' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M7 3V4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4H17V3H16V4H8V3H7ZM6 6H7V7H8V6H16V7H17V6H18V8H6V6ZM6 10H18V18H6V10Z' /%3e%3cpath d='M8 12H9V13.001H8V12Z' /%3e%3cpath d='M14 14H15V15.001H14V14Z' /%3e%3cpath d='M10 12H16V13.001H10V12Z' /%3e%3cpath d='M8 14H13V15.001H8V14Z' /%3e%3c/g%3e%3c/svg%3e ");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.form-control.form-control_date::-webkit-calendar-picker-indicator {
  background: none;
  cursor: pointer;
}
.form-control.mw-120 {
  flex: 0 0 120px;
  width: 120px;
}
.form-control.mw-140 {
  width: 100%;
  max-width: 140px;
}
.form-control.mw-160 {
  width: 100%;
  max-width: 160px;
}
.form-control.mw-180 {
  width: 100%;
  min-width: 180px;
}
.form-control.mw-360 {
  width: 100%;
  max-width: 360px;
}
.form-control.mw-400 {
  width: 100%;
  max-width: 400px;
}
.form-control.w-80 {
  width: 88px !important;
}
.form-control.w-160 {
  flex: 0 0 160px;
  width: 160px;
}
.form-control.w-200 {
  flex: 0 0 200px;
  width: 200px;
}
.form-control.mh-68 {
  min-height: 68px;
}
.form-control .full-width {
  flex: 1;
}
.form-control[type=search] {
  padding-left: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23303236' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M15 10.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm.749 3.835a6.5 6.5 0 1 0-1.414 1.414l3.372 3.372a1 1 0 1 0 1.415-1.414l-3.373-3.372Z'/%3e%3c/g%3e%3c/svg%3e");
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 24px;
}

.form-control_date-separetor {
  flex: 0 0 1.5rem;
  display: flex;
  align-items: center;
  width: 1.5rem;
  padding: 0 0.5rem;
}
.form-control_date-separetor::after {
  content: "";
  width: 0.5rem;
  height: 1px;
  background-color: hsl(230deg, 11%, 20%);
}

select::-ms-expand {
  display: none;
}

select.form-control {
  width: auto;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 48px !important;
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23303236' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M12 6a.75.75 0 0 1 .75.75v8.689l3.219-3.22a.752.752 0 0 1 1.062 1.062l-4.5 4.5a.75.75 0 0 1-1.062 0l-4.5-4.5a.75.75 0 1 1 1.062-1.063l3.219 3.221v-8.69A.75.75 0 0 1 12 6Z'/%3e%3c/g%3e%3c/svg%3e") no-repeat right 8px center/24px;
  cursor: pointer;
}
select.form-control.form-control_small {
  padding-right: 40px !important;
  background-position: right 4px center;
}

label {
  margin: 0;
}

textarea.form-control {
  padding: 1rem;
  height: auto;
  line-height: 1.35rem;
  scrollbar-color: hsl(230deg, 11%, 70%) transparent;
  scrollbar-width: thin;
  /* ползунок скроллбара */
}
textarea.form-control ::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
textarea.form-control ::-webkit-scrollbar-thumb {
  background-color: hsl(230deg, 11%, 70%);
  border-radius: 2px;
  box-shadow: none;
}
textarea.form-control ::-webkit-scrollbar-thumb:hover {
  background-color: hsl(230deg, 11%, 70%);
}

.form-group {
  position: relative;
}
.form-group .form-group__label {
  display: block;
  font-size: 0.875em;
  line-height: 1.2em;
  font-weight: 600;
}
.form-group .form-group__label.text-normal {
  font-weight: normal;
}
.form-group .form-group__label.mw-120 {
  flex: 0 0 7.5rem;
  width: 7.5rem;
}
.form-group .form-group__label.mw-140 {
  width: 100%;
  max-width: 140px;
}
.form-group .form-group__label.mw-160 {
  width: 100%;
  max-width: 160px;
}
.form-group .form-group__wrapper {
  margin-top: 0.5rem;
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  position: relative;
}
.form-group .form-group__group {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.form-group .form-group__group:last-child {
  margin-right: 0;
}
.form-group.form-group_inline {
  display: flex;
  align-items: center;
}
.form-group.form-group_inline.flex-full-width {
  flex: 1;
}
.form-group.form-group_inline .form-group__label {
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.form-group.form-group_inline .form-group__wrapper {
  margin-top: 0;
}
.form-group.form-group_inline .form-control {
  margin-top: 0;
}
@media (min-width: 992px) {
  .form-group.form-group-lg_inline {
    display: flex;
    align-items: center;
  }
  .form-group.form-group-lg_inline .form-group__label {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .form-group.form-group-lg_inline .form-group__wrapper {
    margin-top: 0;
  }
  .form-group.form-group-lg_inline .form-control {
    margin-top: 0;
  }
  .form-group.form-group-lg_inline .w-lg-25 {
    width: 25% !important;
  }
  .form-group.form-group-lg_inline .w-lg-75 {
    width: 75% !important;
  }
}

.form-control-dropdown {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  z-index: 999;
  background: #fff;
  border-radius: 4px;
  border: 1px solid hsl(230deg, 11%, 80%);
  box-shadow: 0 4px 8px hsla(227deg, 5%, 10%, 0.1);
  scrollbar-color: hsl(230deg, 11%, 70%) transparent;
  scrollbar-width: thin;
  /* ползунок скроллбара */
}
.form-control-dropdown ::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.form-control-dropdown ::-webkit-scrollbar-thumb {
  background-color: hsl(230deg, 11%, 70%);
  border-radius: 2px;
  box-shadow: none;
}
.form-control-dropdown ::-webkit-scrollbar-thumb:hover {
  background-color: hsl(230deg, 11%, 70%);
}
.form-control-dropdown .form-control-dropdown__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.form-control-dropdown .form-control-dropdown__list-item {
  padding: 0.5rem 1rem;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background;
  background: transparent;
  cursor: pointer;
}
.form-control-dropdown .form-control-dropdown__list-item:hover {
  background: hsl(230deg, 11%, 94%);
}

.form-check {
  position: relative;
  display: flex;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 1.5em !important;
  height: 1.5em !important;
  padding: 0 !important;
  margin: 0 !important;
}
.form-check label {
  position: relative;
  cursor: pointer;
  padding: 0.15em 0 0 2em;
  min-height: 1.5em;
  display: inline-block;
  line-height: 1.2em;
}
.form-check input[type=checkbox] + label:before,
.form-check input[type=radio] + label:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
  border: 1px solid hsl(230deg, 11%, 70%);
  border-radius: 2px;
  background: #fff;
}
.form-check input[type=radio] + label:before {
  border-radius: 50%;
}
.form-check input[type=checkbox] + label:after,
.form-check input[type=radio] + label:after {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  background: #fff;
  position: absolute;
  top: 0.435em;
  left: 0.435em;
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
.form-check input[type=radio] + label:after {
  border-radius: 50%;
}
.form-check input[type=checkbox]:checked + label:before,
.form-check input[type=radio]:checked + label:before {
  background: hsl(213deg, 33%, 26%);
  border-color: hsl(213deg, 33%, 26%);
}
.form-check input[type=checkbox]:checked + label:after,
.form-check input[type=radio]:checked + label:after {
  opacity: 1;
}
.form-check.check-icon-primary input[type=checkbox]:checked + label:before {
  background-color: hsl(199deg, 49%, 37%);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 9.44121L8.13185 12.6346L13.5 7.14707L12.1471 6L7.98247 10.2049L5.68945 8.16569L4.5 9.44121Z' fill='%23E4E5E7'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  border-color: hsl(199deg, 49%, 37%);
}
.form-check.check-icon-primary input[type=checkbox]:checked + label:after {
  opacity: 0;
}
.form-check.form-check_nolabel {
  width: 24px;
}
.form-check.form-check_nolabel label {
  padding: 0;
  text-indent: -20000px;
  width: 24px;
}
.form-check.form-check_small input[type=checkbox],
.form-check.form-check_small input[type=radio] {
  width: 1.25em !important;
  height: 1.25em !important;
}
.form-check.form-check_small label {
  padding: 0.05em 0 0 1.75em;
  min-height: 1.25em;
  font-size: 0.875rem;
}
.form-check.form-check_small input[type=checkbox] + label:before,
.form-check.form-check_small input[type=radio] + label:before {
  width: 1.25em;
  height: 1.25em;
}
.form-check.form-check_small input[type=checkbox] + label:after,
.form-check.form-check_small input[type=radio] + label:after {
  width: 6px;
  height: 6px;
  top: 6px;
  left: 6px;
}
.form-check.form-check_small.indeterminate input[type=checkbox] + label:after {
  width: 8px;
  height: 2px;
  top: 8px;
  left: 5px;
}
.form-check.disabled {
  cursor: not-allowed;
}
.form-check.disabled input[type=checkbox]:disabled + label:before,
.form-check.disabled input[type=radio]:disabled + label:before {
  background: hsl(230deg, 11%, 90%);
  border-color: hsl(230deg, 11%, 60%);
  pointer-events: none;
}
.form-check.disabled input[type=radio]:disabled + label:after {
  background: hsl(230deg, 11%, 60%);
}

.TextInput__error {
  margin-left: 8px;
}

input[type=file] {
  padding: 0 !important;
  margin: -1px !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hashtags {
  font-size: 0.875em;
  color: hsl(230deg, 11%, 50%);
}

header {
  position: relative;
  background: #fff;
  padding: 0.75rem 0;
  border-bottom: 1px solid hsl(230deg, 11%, 90%);
}
@media (min-width: 992px) {
  header {
    padding: 1rem 0;
  }
}
@media (min-width: 1200px) {
  header {
    border-bottom: 0;
  }
}
@media (min-width: 1360px) {
  header {
    padding: 1.5rem 0;
  }
}

.ico-menu {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' xml:space='preserve'%3e%3cg fill='%23282828'%3e%3crect x='4' y='8' class='st0' width='24' height='2'/%3e%3crect x='4' y='15' class='st0' width='24' height='2'/%3e%3crect x='4' y='22' class='st0' width='24' height='2'/%3e%3c/g%3e%3c/svg%3e");
}

.ico-menu-white {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' xml:space='preserve'%3e%3cg fill='%23fff'%3e%3crect x='4' y='8' class='st0' width='24' height='2'/%3e%3crect x='4' y='15' class='st0' width='24' height='2'/%3e%3crect x='4' y='22' class='st0' width='24' height='2'/%3e%3c/g%3e%3c/svg%3e");
}

.ico-close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23303236' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M5.668 5.667a1 1 0 0 1 1.414 0l5.293 5.293 5.293-5.293a1 1 0 1 1 1.414 1.415l-5.293 5.292 5.293 5.293a1 1 0 0 1-1.414 1.414l-5.293-5.292-5.293 5.292a1 1 0 0 1-1.414-1.414l5.293-5.293-5.293-5.292a1 1 0 0 1 0-1.415Z' /%3e%3c/g%3e%3c/svg%3e");
}

.ico-close_white {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23fff' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M5.668 5.667a1 1 0 0 1 1.414 0l5.293 5.293 5.293-5.293a1 1 0 1 1 1.414 1.415l-5.293 5.292 5.293 5.293a1 1 0 0 1-1.414 1.414l-5.293-5.292-5.293 5.292a1 1 0 0 1-1.414-1.414l5.293-5.293-5.293-5.292a1 1 0 0 1 0-1.415Z' /%3e%3c/g%3e%3c/svg%3e");
}

.ico-question_blue {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%2331708E' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M19 12a7 7 0 1 1-14 0 7 7 0 0 1 14 0Zm-7 8a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-2.504-9.967a.237.237 0 0 1-.24-.247C9.35 8.091 10.737 7.5 12.005 7.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825Zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927Z'/%3e%3c/g%3e%3c/svg%3e");
}

.ico-chevron-left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23303236' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M9.136 17.864a.462.462 0 0 0 .653 0l5.538-5.537a.463.463 0 0 0 0-.654L9.789 6.135a.462.462 0 1 0-.653.654l5.212 5.21-5.212 5.212a.461.461 0 0 0 0 .653Z'/%3e%3c/g%3e%3c/svg%3e");
}

.ico-chevron-down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23303236' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M6.136 9.136a.461.461 0 0 0 0 .653l5.537 5.538a.464.464 0 0 0 .654 0l5.538-5.538a.462.462 0 0 0-.654-.653l-5.21 5.212-5.212-5.212a.461.461 0 0 0-.653 0Z'/%3e%3c/g%3e%3c/svg%3e");
}

.ico-exit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23303236' %3e%3cpath d='M4 19h8v2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h8v2H4v14Z'/%3e%3cpath d='m17 7-1.4 1.4 2.6 2.6H8v2h10.2l-2.6 2.6L17 17l5-5-5-5Z'/%3e%3c/g%3e%3c/svg%3e");
}

.ico-download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23303236' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M12.025 16a1 1 0 0 0 1-1V6.425l2.516 2.53a1 1 0 1 0 1.418-1.41l-4.227-4.25a1 1 0 0 0-1.415-.004l-4.272 4.25a1 1 0 1 0 1.41 1.417l2.57-2.555V15a1 1 0 0 0 1 1ZM21 19H3v2h18v-2Z'/%3e%3c/g%3e%3c/svg%3e");
}

.ico-settings {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5438 3.78044C11.6771 3.686 11.8365 3.63527 12 3.63527C12.1635 3.63527 12.3229 3.686 12.4562 3.78044C12.5895 3.87488 12.6901 4.00834 12.744 4.16235L12.7457 4.16714L13.0044 4.89211C13.1171 5.21324 13.2963 5.50708 13.5304 5.75449C13.7652 6.00264 14.05 6.19847 14.3659 6.32912C14.6819 6.45978 15.022 6.52232 15.3639 6.51264C15.7044 6.50299 16.0391 6.42192 16.3462 6.2747L17.042 5.94739L17.049 5.94406C17.1963 5.87308 17.362 5.84958 17.5233 5.87682C17.6845 5.90406 17.8333 5.98069 17.9489 6.09609C18.0646 6.21149 18.1414 6.35993 18.1687 6.52083C18.196 6.68173 18.1724 6.84712 18.1013 6.99407L18.098 7.00104L17.7696 7.69605L17.7689 7.69756C17.6233 8.0038 17.5437 8.33713 17.5353 8.676C17.5269 9.01542 17.5902 9.35281 17.721 9.66626C17.8517 9.97971 18.0471 10.2622 18.2944 10.4955C18.5413 10.7283 18.8343 10.9068 19.1546 11.0194L19.1564 11.02L19.8687 11.2732C20.0125 11.3313 20.1361 11.4305 20.2237 11.5584C20.3132 11.6891 20.3611 11.8437 20.3611 12.0021C20.3611 12.1604 20.3132 12.315 20.2237 12.4457C20.1361 12.5737 20.0125 12.6729 19.8687 12.7309L19.1614 12.9823C18.8331 13.092 18.532 13.2705 18.2784 13.506C18.0223 13.7439 17.8207 14.0342 17.6876 14.3571C17.5544 14.6799 17.4928 15.0277 17.507 15.3766C17.521 15.7208 17.6084 16.058 17.7633 16.3657L18.088 17.0529L18.0913 17.0599C18.1625 17.2068 18.186 17.3722 18.1587 17.5331C18.1314 17.694 18.0546 17.8425 17.939 17.9578C17.8233 18.0732 17.6745 18.1499 17.5133 18.1771C17.352 18.2044 17.1863 18.1809 17.039 18.1099L17.032 18.1065L16.3355 17.7789L16.3346 17.7785C16.0275 17.633 15.6932 17.5535 15.3534 17.5451C15.0132 17.5368 14.6751 17.5999 14.3609 17.7304C14.0468 17.8609 13.7636 18.0558 13.5299 18.3026C13.2966 18.5489 13.1177 18.8413 13.0048 19.1609L13.0042 19.1627L12.7505 19.8734C12.6922 20.0169 12.5928 20.1402 12.4646 20.2276C12.3336 20.3169 12.1786 20.3647 12.02 20.3647C11.8613 20.3647 11.7063 20.3169 11.5753 20.2276C11.4471 20.1402 11.3477 20.0169 11.2895 19.8734L11.0376 19.1676C10.9276 18.84 10.7487 18.5396 10.5127 18.2866C10.2743 18.031 9.98336 17.8299 9.65978 17.6971C9.3362 17.5642 8.98765 17.5027 8.63803 17.5169C8.29305 17.5308 7.95508 17.618 7.64667 17.7726L6.95801 18.0966L6.95102 18.0999C6.80375 18.1709 6.63799 18.1944 6.47674 18.1672C6.31548 18.1399 6.16671 18.0633 6.05106 17.9479C5.93541 17.8325 5.85861 17.684 5.83131 17.5231C5.80401 17.3622 5.82756 17.1969 5.8987 17.0499L5.90203 17.0429L6.2304 16.3479L6.23105 16.3465C6.37672 16.0403 6.45631 15.7069 6.46467 15.368C6.47305 15.0286 6.4098 14.6912 6.27903 14.3777C6.14825 14.0643 5.95288 13.7817 5.70558 13.5485C5.45871 13.3157 5.16561 13.1372 4.84524 13.0245L4.8436 13.0239L4.13132 12.7708C3.98747 12.7127 3.86393 12.6135 3.77629 12.4856C3.68677 12.3549 3.63887 12.2002 3.63887 12.0419C3.63887 11.8836 3.68677 11.729 3.77629 11.5983C3.86393 11.4703 3.98746 11.3711 4.13131 11.313L4.83859 11.0617C5.16696 10.952 5.46804 10.7734 5.72158 10.538C5.97771 10.3001 6.17926 10.0098 6.31241 9.68691C6.44557 9.36404 6.50718 9.01626 6.49302 8.66741C6.47905 8.32319 6.39163 7.98595 6.23667 7.67822L5.91202 6.99108C5.84258 6.84431 5.82018 6.6793 5.84824 6.51943C5.87629 6.35955 5.95324 6.21226 6.06853 6.09776C6.18382 5.98326 6.3318 5.90717 6.49215 5.87992C6.65251 5.85267 6.81739 5.8756 6.96416 5.94557L6.96799 5.94739L7.66453 6.27503L7.66586 6.27566C7.97282 6.42102 8.30695 6.50044 8.64664 6.50879C8.98681 6.51715 9.32494 6.45404 9.63909 6.32355C9.95323 6.19306 10.2364 5.99812 10.4701 5.75137C10.7034 5.50506 10.8823 5.21263 10.9952 4.893L10.9958 4.89128L11.2543 4.16714L11.256 4.16235C11.3099 4.00834 11.4105 3.87488 11.5438 3.78044ZM13.405 2.44709C13.8148 2.73739 14.1241 3.14746 14.2903 3.62064L14.5491 4.34572L14.551 4.35089C14.5875 4.45552 14.6458 4.55128 14.7221 4.63185C14.7983 4.71243 14.8908 4.77601 14.9934 4.81844C15.096 4.86086 15.2064 4.88117 15.3174 4.87803C15.4284 4.87488 15.5375 4.84836 15.6375 4.8002L15.6442 4.79697L16.34 4.46973C16.7926 4.25257 17.3016 4.18084 17.7968 4.2645C18.2935 4.34839 18.7516 4.5844 19.1078 4.93978C19.464 5.29516 19.7005 5.75232 19.7846 6.24786C19.8684 6.742 19.7965 7.24989 19.5789 7.70149L19.2509 8.39571L19.2498 8.39806C19.2023 8.49764 19.1764 8.60605 19.1737 8.71626C19.171 8.82647 19.1915 8.93602 19.234 9.0378C19.2764 9.13958 19.3399 9.23131 19.4202 9.30704C19.5005 9.38277 19.5958 9.4408 19.7001 9.47738L19.7032 9.47846L20.432 9.73749L20.4435 9.74155L20.4548 9.74596C20.91 9.92308 21.3011 10.2332 21.5768 10.6357C21.8525 11.0383 22 11.5145 22 12.0021C22 12.4896 21.8525 12.9658 21.5768 13.3684C21.3011 13.7709 20.91 14.081 20.4548 14.2582L20.4435 14.2626L20.432 14.2666L19.7032 14.5257L19.6941 14.5289L19.685 14.5319C19.5771 14.5674 19.4782 14.6258 19.395 14.703C19.3118 14.7803 19.2464 14.8745 19.2032 14.9794C19.1599 15.0842 19.1399 15.1971 19.1445 15.3104C19.1491 15.4237 19.1782 15.5346 19.2298 15.6356L19.2355 15.6468L19.2409 15.6582L19.5689 16.3524C19.7865 16.804 19.8584 17.3119 19.7746 17.8061C19.6905 18.3016 19.454 18.7588 19.0978 19.1142C18.7416 19.4695 18.2835 19.7055 17.7868 19.7894C17.2916 19.8731 16.7826 19.8014 16.33 19.5842L15.6343 19.2569L15.6319 19.2558C15.5321 19.2085 15.4235 19.1826 15.313 19.1799C15.2026 19.1772 15.0928 19.1977 14.9908 19.2401C14.8888 19.2824 14.7968 19.3457 14.7209 19.4259C14.645 19.506 14.5869 19.6011 14.5502 19.7051L14.5491 19.7082L14.2895 20.4355L14.2855 20.4469L14.281 20.4582C14.1035 20.9124 13.7927 21.3026 13.3893 21.5777C12.9859 21.8528 12.5086 22 12.02 22C11.5313 22 11.0541 21.8528 10.6506 21.5777C10.2472 21.3026 9.93641 20.9124 9.75889 20.4582L9.75448 20.4469L9.75041 20.4355L9.49082 19.7082L9.48759 19.6992L9.48458 19.6901C9.44898 19.5824 9.39047 19.4837 9.31306 19.4007C9.23565 19.3177 9.14118 19.2524 9.03611 19.2093C8.93105 19.1662 8.81787 19.1462 8.70435 19.1508C8.59083 19.1554 8.47964 19.1844 8.37842 19.2359L8.36717 19.2416L8.35575 19.247L7.66 19.5742C7.2074 19.7914 6.6984 19.8631 6.20317 19.7795C5.70654 19.6956 5.24837 19.4596 4.8922 19.1042C4.53604 18.7488 4.29951 18.2916 4.21543 17.7961C4.13159 17.302 4.20348 16.7941 4.42112 16.3425L4.74911 15.6483L4.75023 15.6459C4.79766 15.5463 4.82358 15.4379 4.8263 15.3277C4.82902 15.2175 4.80848 15.108 4.76602 15.0062C4.72355 14.9044 4.66012 14.8127 4.57982 14.7369C4.49952 14.6612 4.40416 14.6032 4.29993 14.5666L4.29683 14.5655L3.56799 14.3065L3.55655 14.3024L3.54523 14.298C3.08998 14.1209 2.69891 13.8108 2.42321 13.4082C2.1475 13.0057 2 12.5295 2 12.0419C2 11.5543 2.1475 11.0781 2.42321 10.6756C2.69891 10.2731 3.08998 9.96293 3.54523 9.78581L3.55654 9.7814L3.56798 9.77734L4.29683 9.51832L4.30589 9.5151L4.31502 9.51209C4.42291 9.47657 4.52183 9.4182 4.605 9.34096C4.68817 9.26372 4.75361 9.16945 4.79685 9.06462C4.84008 8.95978 4.86009 8.84686 4.85549 8.73358C4.85089 8.62031 4.8218 8.50937 4.77021 8.40836L4.76448 8.39714L4.75909 8.38575L4.4298 7.68878C4.21609 7.23684 4.14755 6.72962 4.23392 6.23739C4.32033 5.74502 4.55732 5.29139 4.91238 4.93876C5.26744 4.58613 5.72317 4.35177 6.21702 4.26786C6.71012 4.18407 7.21711 4.25436 7.66862 4.46908L8.36573 4.797L8.36809 4.79811C8.46788 4.84544 8.57653 4.8713 8.68699 4.87402C8.79744 4.87673 8.90723 4.85624 9.00924 4.81387C9.11124 4.7715 9.20317 4.7082 9.27907 4.62808C9.35497 4.54796 9.41313 4.45281 9.44978 4.34881L9.45087 4.34571L9.70969 3.62064C9.8759 3.14746 10.1852 2.73739 10.595 2.44709C11.0055 2.15625 11.4965 2 12 2C12.5035 2 12.9945 2.15625 13.405 2.44709ZM9.13257 12C9.13257 10.4196 10.4166 9.13833 12.0006 9.13833C13.5846 9.13833 14.8686 10.4196 14.8686 12C14.8686 13.5805 13.5846 14.8618 12.0006 14.8618C10.4166 14.8618 9.13257 13.5805 9.13257 12ZM12.0006 7.50306C9.5115 7.50306 7.4937 9.51643 7.4937 12C7.4937 14.4837 9.5115 16.497 12.0006 16.497C14.4897 16.497 16.5075 14.4837 16.5075 12C16.5075 9.51643 14.4897 7.50306 12.0006 7.50306Z' fill='%23303236'/%3E%3C/svg%3E");
}

.ico-notifications {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2943 3.43628C13.2989 3.39176 13.3012 3.34656 13.3012 3.30082C13.3012 2.5824 12.7188 2 12.0004 2C11.282 2 10.6996 2.5824 10.6996 3.30082C10.6996 3.34662 10.702 3.39188 10.7066 3.43646C7.68222 4.05357 5.67121 6.6635 5.52088 8.93963C5.37823 11.0996 5.02647 15.5651 3.73481 17.9196C3.50493 18.3387 3.81585 19.0611 4.2938 19.0611H19.7079C20.1859 19.0611 20.4968 18.3387 20.2669 17.9196C18.9753 15.5651 18.6235 11.0996 18.4808 8.93963C18.3305 6.66327 16.3191 4.05305 13.2943 3.43628ZM11.9994 5.30112L11.9742 5.30157C9.33275 5.34854 7.61924 7.51638 7.51654 9.07143C7.4444 10.1636 7.31619 11.8954 7.03391 13.6707C6.86125 14.7567 6.61784 15.9514 6.25546 17.0611H17.7463C17.3839 15.9514 17.1405 14.7567 16.9678 13.6707C16.6855 11.8954 16.5573 10.1636 16.4852 9.07143C16.3825 7.51638 14.669 5.34854 12.0275 5.30157L12.0024 5.30112L12.0009 5.30113L11.9994 5.30112ZM9.36841 20.3503C9.36841 20.6959 9.43649 21.0381 9.56875 21.3575C9.70102 21.6768 9.89488 21.9669 10.1393 22.2113C10.3837 22.4557 10.6738 22.6496 10.9931 22.7818C11.3124 22.9141 11.6547 22.9822 12.0003 22.9822C12.3459 22.9822 12.6882 22.9141 13.0075 22.7818C13.3268 22.6496 13.617 22.4557 13.8613 22.2113C14.1057 21.9669 14.2996 21.6768 14.4319 21.3575C14.5641 21.0381 14.6322 20.6959 14.6322 20.3503H12.0003H9.36841Z' fill='%23303236'/%3E%3C/svg%3E%0A");
}

.ico-vert-dots-menu {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16.2405C12.5304 16.2405 13.0391 16.4512 13.4142 16.8263C13.7893 17.2013 14 17.71 14 18.2405C14 18.7709 13.7893 19.2796 13.4142 19.6547C13.0391 20.0298 12.5304 20.2405 12 20.2405C11.4696 20.2405 10.9609 20.0298 10.5858 19.6547C10.2107 19.2796 10 18.7709 10 18.2405C10 17.71 10.2107 17.2013 10.5858 16.8263C10.9609 16.4512 11.4696 16.2405 12 16.2405ZM12 10.2405C12.5304 10.2405 13.0391 10.4512 13.4142 10.8263C13.7893 11.2013 14 11.71 14 12.2405C14 12.7709 13.7893 13.2796 13.4142 13.6547C13.0391 14.0298 12.5304 14.2405 12 14.2405C11.4696 14.2405 10.9609 14.0298 10.5858 13.6547C10.2107 13.2796 10 12.7709 10 12.2405C10 11.71 10.2107 11.2013 10.5858 10.8263C10.9609 10.4512 11.4696 10.2405 12 10.2405V10.2405ZM12 4.24048C12.5304 4.24048 13.0391 4.45119 13.4142 4.82626C13.7893 5.20134 14 5.71004 14 6.24048C14 6.77091 13.7893 7.27962 13.4142 7.65469C13.0391 8.02976 12.5304 8.24048 12 8.24048C11.4696 8.24048 10.9609 8.02976 10.5858 7.65469C10.2107 7.27962 10 6.77091 10 6.24048C10 5.71004 10.2107 5.20134 10.5858 4.82626C10.9609 4.45119 11.4696 4.24048 12 4.24048Z' fill='%23303236'/%3E%3C/svg%3E");
}

.ico-info-alt {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0002 12.0005C20.0002 16.4188 16.4185 20.0005 12.0002 20.0005C7.58197 20.0005 4.00024 16.4188 4.00024 12.0005C4.00024 7.58221 7.58197 4.00049 12.0002 4.00049C16.4185 4.00049 20.0002 7.58221 20.0002 12.0005ZM22.0002 12.0005C22.0002 17.5233 17.5231 22.0005 12.0002 22.0005C6.4774 22.0005 2.00024 17.5233 2.00024 12.0005C2.00024 6.47764 6.4774 2.00049 12.0002 2.00049C17.5231 2.00049 22.0002 6.47764 22.0002 12.0005Z' fill='%2331708E'/%3E%3Cpath d='M12 9.00049C12.5523 9.00049 13 8.55277 13 8.00049C13 7.4482 12.5523 7.00049 12 7.00049C11.4477 7.00049 11 7.4482 11 8.00049C11 8.55277 11.4477 9.00049 12 9.00049Z' fill='%2331708E'/%3E%3Crect x='11' y='10' width='2' height='7' rx='1' fill='%2331708E'/%3E%3C/svg%3E%0A");
}

.ico-update {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.80538 4.10534C5.64886 3.95738 5.64886 3.70828 5.80538 3.56032L8.36739 1.13839C8.6065 0.912359 9 1.08187 9 1.4109V3.00028C12.7279 3.00028 15.75 6.02236 15.75 9.75028C15.75 13.4782 12.7279 16.5003 9 16.5003C5.27208 16.5003 2.25 13.4782 2.25 9.75028C2.25 8.85652 2.4241 8.00158 2.74094 7.21887C2.89636 6.83492 3.3336 6.64966 3.71755 6.80508C4.1015 6.9605 4.28676 7.39774 4.13134 7.78169C3.88566 8.38863 3.75 9.05268 3.75 9.75028C3.75 12.6498 6.10051 15.0003 9 15.0003C11.8995 15.0003 14.25 12.6498 14.25 9.75028C14.25 6.85079 11.8995 4.50028 9 4.50028V6.25475C9 6.58378 8.6065 6.75329 8.36739 6.52726L5.80538 4.10534Z' fill='%2331708E'/%3E%3C/svg%3E%0A");
}

.ico-chevron-down_white {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2946 9.29462C16.9053 8.90535 16.2743 8.905 15.8846 9.29385L12.1546 13.0157C12.0692 13.101 11.9308 13.101 11.8454 13.0157L8.11538 9.29385C7.72568 8.905 7.09465 8.90535 6.70538 9.29462C6.3158 9.68419 6.3158 10.3158 6.70538 10.7054L11.2261 15.2261C11.6535 15.6535 12.3465 15.6535 12.7739 15.2261L17.2946 10.7054C17.6842 10.3158 17.6842 9.68419 17.2946 9.29462Z' fill='white'/%3E%3C/svg%3E%0A");
}

.ico-pen {
  background-image: url("/i/icons/ico-pen_18-dark.svg");
}

.ico-trash {
  background-image: url("/i/icons/ico-delete_18.svg");
}

.modal {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: hsla(227deg, 17%, 30%, 0.5);
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.modal .modal__dialog {
  width: calc(100vw - 16px);
  max-width: 780px;
  margin: auto;
  pointer-events: none;
  border-radius: 0.5rem;
  background-color: #fff;
}
.modal .modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.5rem;
  outline: 0;
  height: 100%;
  overflow-y: auto;
}
.modal .modal__header {
  padding: 1.5rem 2rem 0.5rem;
  /*border-bottom: 1px solid $c-base-200;*/
  position: relative;
}
.modal .modal__title {
  padding-right: 80px;
}
.modal .modal__trigger {
  position: absolute;
  right: 12px;
  top: 12px;
}
.modal .modal__body {
  padding: 1.5rem 2rem;
}
.modal .modal__footer {
  padding: 1rem 2rem;
  border-top: 1px solid hsl(230deg, 11%, 90%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal.modal_scroll-vert .modal__dialog {
  max-height: calc(100vh - 16px);
}
.modal.modal_scroll-vert .modal__content {
  max-height: 100%;
  overflow: hidden;
}
.modal.modal_scroll-vert .modal__body {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: hsl(230deg, 11%, 70%) transparent;
  scrollbar-width: thin;
  /* ползунок скролл-бара */
}
.modal.modal_scroll-vert .modal__body::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.modal.modal_scroll-vert .modal__body ::-webkit-scrollbar-thumb {
  background-color: hsl(230deg, 11%, 70%);
  border-radius: 2px;
  box-shadow: none;
}
.modal.modal_scroll-vert .modal__body ::-webkit-scrollbar-thumb:hover {
  background-color: hsl(230deg, 11%, 70%);
}
.modal.modal_500 .modal__dialog {
  max-width: 500px;
}
.modal.modal_wide .modal__dialog {
  max-width: 1680px;
  max-height: calc(100vh - 16px);
}

.range {
  position: relative;
  max-width: 360px;
}
.range .range-track {
  position: relative;
  width: 100%;
  height: 0.25rem;
  background-color: hsl(230deg, 11%, 80%);
  border-radius: 1px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.range .range-track .range-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: hsl(199deg, 49%, 37%);
  z-index: 2;
}
.range .range-thumb {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-top: -0.625rem;
  background-color: #fff;
  border: 2px solid hsl(199deg, 49%, 37%);
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}

.scroll-block {
  scrollbar-color: hsl(230deg, 11%, 70%) transparent;
  scrollbar-width: thin;
  /* ползунок скроллбара */
}
.scroll-block::-webkit-scrollbar {
  background-color: transparent;
}
.scroll-block ::-webkit-scrollbar-thumb {
  background-color: hsl(230deg, 11%, 70%);
  border-radius: 2px;
  box-shadow: none;
}
.scroll-block ::-webkit-scrollbar-thumb:hover {
  background-color: hsl(230deg, 11%, 70%);
}
.scroll-block.scroll-block_hor {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.scroll-block.scroll-block_hor::-webkit-scrollbar {
  height: 8px;
  background-color: transparent;
}

.switcher-item {
  display: flex;
  align-items: flex-start;
}
.switcher-item .switcher {
  position: relative;
  width: 2.5rem;
  height: 1.5rem;
  padding: 0;
  background-color: hsl(230deg, 11%, 90%);
  border-radius: 0.75rem;
  box-shadow: 0px 1px 1px 0px hsla(0deg, 0%, 0%, 0.08) inset;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background-color;
}
.switcher-item .switcher::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 2px 0px hsla(0deg, 0%, 10%, 0.24);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: transform;
}
.switcher-item .switcher.on {
  background-color: hsl(199deg, 49%, 37%);
}
.switcher-item .switcher.on::after {
  content: "";
  transform: translateX(0.75rem);
}
.switcher-item .switcher-label {
  flex: 1;
  margin-left: 1rem;
}
.switcher-item.switcher-item__small .switcher {
  width: 2rem;
  height: 1.125rem;
  border-radius: 0.5625rem;
}
.switcher-item.switcher-item__small .switcher::after {
  top: 0.1875rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}
.switcher-item.switcher-item__small .switcher-label {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.table {
  width: 100%;
  border-collapse: collapse;
  /* tr:hover {
      td {
          background: $c-primary-10;
      }
  }*/
}
.table th, .table td {
  border: 1px solid hsl(230deg, 11%, 90%);
  background: #fff;
}
.table th:first-child, .table td:first-child {
  border-left: 0;
}
.table th:last-child, .table td:last-child {
  border-right: 0;
}
.table.table-borderless {
  border-spacing: 0 0.5rem;
  border-collapse: separate;
}
.table.table-borderless th, .table.table-borderless td {
  border: none;
  background: #fff;
}
.table th {
  padding: 0.75rem 1rem;
  font-size: 0.7rem;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  border-top-color: hsl(230deg, 11%, 80%);
  border-bottom-color: hsl(230deg, 11%, 80%);
}
.table td {
  font-size: 0.875rem;
  line-height: 1.2em;
  padding: 0.75rem 1rem;
  background: #fff;
  vertical-align: middle;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background;
}
.table td.has-input {
  padding: 0.25rem;
}
.table td.approved {
  background-color: hsl(130deg, 50%, 40%) !important;
  color: #fff;
}
.table td.data-input {
  background-color: hsl(199deg, 49%, 37%) !important;
  color: #fff;
}
.table td.awaiting {
  background-color: hsl(40deg, 100%, 50%) !important;
  color: #fff;
}
.table td.withdrawn {
  background-color: hsl(230deg, 11%, 70%) !important;
  color: #fff;
}
.table td .info-item-status.yellow {
  color: hsl(46deg, 100%, 40%);
}
.table.table_small th {
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
}
.table.table_small td {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
}
.table.table_small td.only-btn {
  padding: 0.25rem 0.25rem;
}
.table tr.active td {
  background: hsl(185deg, 85%, 92%);
}
.table tr.done td {
  background: #FFF;
}
.table tr.undone td {
  background: #FFEBEB;
}
.table .td-rollup {
  background: hsl(230deg, 11%, 94%) !important;
}
.table .ch {
  border-left-width: 8px;
}
.table .ch-sp {
  border-left-color: hsl(199deg, 49%, 37%);
}
.table.table_fixed {
  table-layout: fixed;
  min-width: 100%;
}
.table.table_stripe tbody tr:nth-child(odd) td {
  background: hsl(230deg, 11%, 97%);
}

.table-overflow {
  overflow-x: auto;
}

.table-accordion {
  padding: 0 !important;
  background-color: transparent !important;
}
.table-accordion .table-accordion_block-container {
  border: 4px solid hsl(185deg, 85%, 78%);
}
.table-accordion .table-accordion_block-container.table-accordion_block-container__light {
  border-color: hsl(230deg, 11%, 90%);
}

.table-accordion_block {
  padding: 1.5rem;
  border-bottom: 1px solid hsl(230deg, 11%, 90%);
}
.table-accordion_block .table-accordion_block-info {
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .table-accordion_block .table-accordion_block-info {
    display: flex;
  }
}
.table-accordion_block .table-accordion_block-info .info-item span {
  margin-right: 0.25rem;
  color: hsl(230deg, 11%, 50%);
}
.table-accordion_block .table-accordion_block-info .info-item .info-item-status.yellow {
  color: hsl(46deg, 100%, 40%);
  font-weight: 700;
  text-transform: uppercase;
}
.table-accordion_block .table-accordion_block-info .info-item_bullet {
  display: none;
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  margin: 0 1rem;
  background-color: hsl(199deg, 49%, 37%);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .table-accordion_block .table-accordion_block-info .info-item_bullet {
    display: block;
  }
}
.table-accordion_block .table-accordion_block-info:last-child {
  margin-bottom: 0;
}

.flex-table {
  min-width: 1120px;
}
.flex-table .flex-table__row {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.flex-table .flex-table__row:hover .flex-table__cell:not(.cell-header) {
  background-color: hsl(230deg, 11%, 94%);
}
.flex-table .flex-table__row.opened .flex-table__cell {
  background-color: hsl(185deg, 85%, 92%);
}
.flex-table .flex-table__row.opened .flex-table__cell.first-cell {
  flex: 3;
  max-width: 29rem;
  padding: 0;
}
.flex-table .flex-table__row.opened .flex-table__cell.first-cell .actions {
  display: flex;
  height: 100%;
}
.flex-table .flex-table__row.opened .flex-table__cell.first-cell .actions .action .opened {
  transform: rotate(90deg);
}
.flex-table .flex-table__row .flex-table__cell {
  flex: 1;
  display: block;
  align-items: center;
  min-width: 10rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-right: 1px solid hsl(230deg, 11%, 90%);
  border-bottom: 1px solid hsl(230deg, 11%, 90%);
  font-size: 0.875rem;
  line-height: 1.125rem;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background-color;
}
.flex-table .flex-table__row .flex-table__cell.cell-header {
  padding: 1rem;
  border-top: 1px solid hsl(230deg, 11%, 70%);
  border-bottom: none;
}
.flex-table .flex-table__row .flex-table__cell.cell-subheader {
  background-color: hsl(230deg, 11%, 94%);
  border-top: 1px solid hsl(230deg, 11%, 70%);
  border-bottom: 1px solid hsl(230deg, 11%, 70%);
}
.flex-table .flex-table__row .flex-table__cell.cell-subheader.first-cell .actions .action .empty {
  height: 1.5rem;
}
.flex-table .flex-table__row .flex-table__cell.first-cell {
  flex: 3;
  display: flex;
  max-width: 29rem;
  padding: 0;
}
.flex-table .flex-table__row .flex-table__cell.first-cell .actions {
  display: flex;
  height: 100%;
}
.flex-table .flex-table__row .flex-table__cell.first-cell .actions .action {
  padding: 0.5rem;
  border-right: 1px solid hsl(230deg, 11%, 90%);
}
.flex-table .flex-table__row .flex-table__cell.first-cell .actions .action .empty {
  width: 2rem;
  height: 2rem;
}
.flex-table .flex-table__row .flex-table__cell.first-cell .text {
  flex: 1;
  padding: 0.5rem 1rem;
}
.flex-table .child {
  padding: 0.5rem 0;
  background-color: hsl(230deg, 11%, 90%);
}
.flex-table .child .flex-table__row:last-child .flex-table__cell {
  border-bottom: 1px solid hsl(230deg, 11%, 70%);
}

.table-legend {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.4375rem 0;
}
.table-legend .legend-item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.table-legend .legend-item .legend-color {
  width: 0.75rem;
  height: 1.125rem;
}
.table-legend .legend-item .legend-title {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.table-legend .legend-item.approved .legend-color {
  background-color: hsl(130deg, 50%, 40%);
}
.table-legend .legend-item.data-input .legend-color {
  background-color: hsl(199deg, 49%, 37%);
}
.table-legend .legend-item.awaiting .legend-color {
  background-color: hsl(40deg, 100%, 50%);
}
.table-legend .legend-item.withdrawn .legend-color {
  background-color: hsl(230deg, 11%, 70%);
}
.table-legend .legend-item:last-child {
  margin-right: 0;
}

.rows-number {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.tabs.tabs__bordered .tabs__list {
  box-shadow: inset 0 -2px 0 hsl(230deg, 11%, 90%);
}
.tabs .tabs__list {
  display: flex;
  overflow-x: auto;
}
.tabs .tabs__item + .tabs__item {
  margin-left: 2em;
}
.tabs .tabs__link {
  display: block;
  white-space: nowrap;
  color: hsl(230deg, 11%, 50%);
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: none;
  padding-bottom: calc(0.5rem + 3px);
  position: relative;
}
.tabs .tabs__link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: hsl(213deg, 33%, 26%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: width, opacity;
}
.tabs .tabs__item:hover .tabs__link, .tabs .tabs__item.tabs__item_active .tabs__link {
  color: hsl(230deg, 11%, 20%);
}
.tabs .tabs__item.tabs__item_active .tabs__link:after {
  opacity: 1;
  width: 100%;
}

.step-header {
  display: flex;
  align-items: center;
  margin: 2rem 0 1rem 0;
}
.step-header .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid hsl(199deg, 49%, 37%);
  border-radius: 50%;
  color: hsl(199deg, 49%, 37%);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
}
.step-header .step-title {
  margin-left: 1rem;
  color: hsl(213deg, 33%, 26%);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.step-header button {
  margin-left: 1rem;
}

.project-logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none !important;
  transition-duration: 0s;
  color: hsl(230deg, 11%, 20%) !important;
  --logoheight: 32px;
}
.project-logo .project-logo__img {
  display: flex;
  align-items: center;
}
.project-logo .project-logo__img-block {
  display: block;
  position: relative;
  height: var(--logoheight);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
.project-logo .project-logo__img-block img {
  display: block;
  width: auto;
  height: 100%;
}
.project-logo .project-logo__img-block.logo-resource {
  height: var(--logoheight);
}
.project-logo .logo-fns {
  margin-right: 33px;
}
.project-logo .logo-fns:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(var(--logoheight) * 0.6);
  background: hsl(230deg, 11%, 20%);
  opacity: 0.4;
  position: absolute;
  right: -16px;
  top: calc(50% - var(--logoheight) * 0.6 / 2);
}
.project-logo .project-logo__title {
  padding-left: 16px;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
.project-logo .project-logo__title_short {
  display: block;
  line-height: 1em;
  font-weight: 500;
}
.project-logo .project-logo__title_long {
  display: none;
  font-size: 0.875rem;
  line-height: 1.25em;
  font-weight: 500;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: font-size;
}
@media (min-width: 992px) {
  .project-logo {
    --logoheight: 40px;
  }
  .project-logo .project-logo__title_short {
    display: none;
  }
  .project-logo .project-logo__title_long {
    display: block;
  }
}
@media (min-width: 1200px) {
  .project-logo {
    --logoheight: 48px;
  }
  .project-logo .logo-fns {
    margin-right: 49px;
  }
  .project-logo .logo-fns:after {
    right: -24px;
  }
  .project-logo .project-logo__title_long {
    font-size: 16px;
  }
}
.project-logo.project-logo_footer {
  flex-direction: column;
}
.project-logo.project-logo_footer .project-logo__title {
  margin-top: 16px;
  padding-left: 0;
}
.project-logo.project-logo_footer .project-logo__title_short {
  display: none;
}
.project-logo.project-logo_footer .project-logo__title_long {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .project-logo.project-logo_footer {
    flex-direction: row;
    --logoheight: 40px !important;
  }
  .project-logo.project-logo_footer .logo-fns {
    margin-right: 33px !important;
  }
  .project-logo.project-logo_footer .logo-fns:after {
    right: -16px;
  }
  .project-logo.project-logo_footer .project-logo__title {
    margin-top: 0;
    padding-left: 16px;
  }
  .project-logo.project-logo_footer .project-logo__title_long {
    text-align: left;
    font-size: 14px !important;
  }
}
.project-logo.project-logo_ondark {
  color: #fff !important;
}
.project-logo.project-logo_ondark .logo-fns:after {
  background: #fff;
}

footer {
  background: hsl(213deg, 33%, 26%);
  padding: 1.5em 0;
  font-size: 0.875em;
  color: #fff;
}
footer a {
  color: #fff !important;
}

.filters-block {
  padding: 1.5rem 2rem;
  background-color: hsl(230deg, 11%, 94%);
  border-radius: 0.5rem;
}
.filters-block .filters-block-wrapper {
  margin-bottom: 1.2rem;
}
.filters-block .filters-block-wrapper:last-child {
  margin-bottom: 0;
}
.filters-block .filters-block-wrapper.filters-block-wrapper_inline {
  display: flex;
  gap: 2rem;
}

.object-parent-block {
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid hsl(230deg, 11%, 90%);
}
.object-parent-block h2 {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.object-parent-block label {
  margin: 0;
  color: hsl(230deg, 11%, 20%);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
}
.object-parent-block label .star {
  color: hsl(40deg, 100%, 50%);
}
.object-parent-block label.text-normal {
  font-weight: 400;
}

.object-parent__info-message {
  margin: 0 0 1.5rem 0;
  color: hsl(230deg, 11%, 50%);
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.object-parent__info-message .star {
  color: hsl(40deg, 100%, 50%);
}

.object-parent__table-overflow {
  overflow-x: auto;
}
.object-parent__table-overflow table {
  min-width: 1200px;
}

.tooltips {
  position: absolute;
  z-index: 999;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.steps {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .steps {
    padding-bottom: 1rem;
  }
}
.steps .step {
  flex: 2;
  text-align: center;
  height: 2rem;
}
@media (min-width: 992px) {
  .steps .step {
    height: auto;
  }
}
.steps .step .step-indicator {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 100%;
  margin-right: 1rem;
}
.steps .step .step-indicator::before, .steps .step .step-indicator::after {
  content: "";
  flex: 1;
  display: block;
  width: 2px;
  height: 100%;
  background-color: hsl(230deg, 11%, 80%);
}
.steps .step .step-indicator .step-dot {
  flex: 0 0 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: hsl(230deg, 11%, 80%);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .steps .step .step-indicator {
    width: 100%;
    height: 1.5rem;
    margin-bottom: 0.25rem;
    margin-right: 0;
  }
  .steps .step .step-indicator::before, .steps .step .step-indicator::after {
    content: "";
    flex: 1;
    display: block;
    height: 2px;
    background-color: hsl(230deg, 11%, 80%);
  }
  .steps .step .step-indicator .step-dot {
    flex: 0 0 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: hsl(230deg, 11%, 80%);
    border-radius: 50%;
  }
}
.steps .step .step-text {
  color: hsl(230deg, 11%, 70%);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  align-self: center;
}
.steps .step.step_start {
  flex: 1;
  text-align: left;
}
.steps .step.step_start .step-indicator::before {
  display: none;
}
.steps .step.step_start .step-text {
  align-self: flex-start;
}
@media (min-width: 992px) {
  .steps .step.step_start .step-text {
    align-self: initial;
  }
}
.steps .step.step_end {
  flex: 1;
  text-align: right;
}
.steps .step.step_end .step-indicator::after {
  display: none;
}
.steps .step.step_end .step-text {
  align-self: flex-end;
}
@media (min-width: 992px) {
  .steps .step.step_end .step-text {
    align-self: initial;
  }
}
.steps .step.current .step-indicator .step-dot {
  position: relative;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 2px solid hsl(199deg, 49%, 37%);
}
.steps .step.current .step-indicator .step-dot::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 0.5rem;
  height: 0.5rem;
  background-color: hsl(199deg, 49%, 37%);
  border-radius: 50%;
}
.steps .step.current .step-indicator::before {
  background-color: hsl(199deg, 49%, 37%);
}
.steps .step.complete .step-indicator .step-dot {
  position: relative;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: hsl(199deg, 49%, 37%);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 9.44121L8.13185 12.6346L13.5 7.14707L12.1471 6L7.98247 10.2049L5.68945 8.16569L4.5 9.44121Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
.steps .step.complete .step-indicator::before, .steps .step.complete .step-indicator::after {
  background-color: hsl(199deg, 49%, 37%);
}
.steps .step.complete .step-text {
  color: hsl(199deg, 49%, 37%);
}

.company-registration .company-registration-header {
  padding: 1rem 0;
  background: hsl(185deg, 85%, 92%) url("i/bg-search.jpg") no-repeat center top/auto;
}
.company-registration .company-registration-header h1 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
}
.company-registration .company-registration-main {
  padding: 2rem 0 4rem 0;
}
.company-registration .company-registration-main .company-registration-block {
  margin-bottom: 2rem;
}
.company-registration .company-registration-main .company-registration-block h2 {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.company-registration .company-registration-main .company-registration-footer {
  padding-top: 1rem;
  border-top: 1px solid hsl(230deg, 11%, 90%);
}

.certificate-card {
  display: block;
  margin-top: 0.5rem;
  padding: 1rem 1.5rem;
  background-color: hsl(210deg, 100%, 98%);
  border-radius: 0.5rem;
  color: hsl(213deg, 33%, 26%);
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background-color;
}
.certificate-card .certificate-card__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.certificate-card .certificate-card__provider {
  margin-top: 0.25rem;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  color: hsl(230deg, 11%, 20%);
}
.certificate-card .certificate-card__provider .certificate-card__provider-title {
  color: hsl(230deg, 11%, 50%);
}
.certificate-card .certificate-card__date-expire {
  margin-top: 0.25rem;
}
.certificate-card:hover, .certificate-card:focus {
  background-color: hsl(188deg, 50%, 97%);
  color: hsl(213deg, 33%, 26%);
}
.certificate-card:focus-visible {
  outline: 1px solid hsl(199deg, 49%, 37%);
}

.certificate-header {
  margin-bottom: 1rem !important;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
}

.authorization .modal-footer {
  border: none;
  max-width: 32rem;
  padding: 0 2px;
  margin: 0 auto;
  margin-top: 1.5rem !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  min-height: 24px;
}

.certificate-cards {
  max-height: 550px;
  overflow: auto;
}
.certificate-cards .certificate-card {
  cursor: pointer;
  border-left: 4px solid transparent;
}

.certificate-card:hover {
  border-left: 4px solid #0272b6;
}

.cert-selected {
  border-left: 4px solid #1ba942 !important;
  background-color: hsl(188deg, 50%, 97%);
}

.login-modal-window-wrapper {
  position: fixed;
  max-width: 680px;
  z-index: 20001;
  background: #fff;
  border-radius: 16px;
  padding: 25px 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.k-input {
  width: 100%;
  border: 1px solid hsl(230deg, 11%, 80%);
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: hsl(230deg, 11%, 20%);
  position: relative;
  border-radius: 4px !important;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: border-color;
  outline: none;
  box-shadow: none;
  line-height: 1.285em;
  height: 32px;
}
.k-input input {
  color: hsl(230deg, 11%, 20%);
}
.k-input :focus-within {
  box-shadow: none;
  border-color: hsl(199deg, 49%, 37%);
  z-index: 1;
}
.k-input input[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.k-input .k-input-button {
  background-color: transparent;
  /*.k-i-calendar::before {
      background: transparent url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24'%3e%3cg fill='%2394979E' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M7 3V4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4H17V3H16V4H8V3H7ZM6 6H7V7H8V6H16V7H17V6H18V8H6V6ZM6 10H18V18H6V10Z' /%3e%3cpath d='M8 12H9V13.001H8V12Z' /%3e%3cpath d='M14 14H15V15.001H14V14Z' /%3e%3cpath d='M10 12H16V13.001H10V12Z' /%3e%3cpath d='M8 14H13V15.001H8V14Z' /%3e%3c/g%3e%3c/svg%3e ") no-repeat right -4px center/24px;
      content: "";
      height: 100%;
      width: 100%;
  }*/
}
.k-input .k-input-button .k-i-arrow-s::before {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23303236' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M12 6a.75.75 0 0 1 .75.75v8.689l3.219-3.22a.752.752 0 0 1 1.062 1.062l-4.5 4.5a.75.75 0 0 1-1.062 0l-4.5-4.5a.75.75 0 1 1 1.062-1.063l3.219 3.221v-8.69A.75.75 0 0 1 12 6Z'/%3e%3c/g%3e%3c/svg%3e") no-repeat right -4px center/24px;
  content: "";
  height: 100%;
  width: 100%;
}
.k-input .k-input-button .k-i-calendar {
  color: #000;
}
.k-input .k-input-button .k-i-clock {
  color: #000;
}
.k-input .k-clear-value {
  display: none;
  outline: 0;
  opacity: 0.5;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  height: 1em;
  right: calc(7px + 1.2em);
  z-index: 10;
}
.k-input .k-input-inner[aria-readonly=true] ~ .k-input-button,
.k-input .k-input-inner:disabled ~ .k-input-button {
  display: none;
}
.k-input .w-160 {
  width: 160px;
}
.k-input .w-200 {
  width: 200px;
}
.k-input .k-input-inner::placeholder,
.k-input .k-selection-multiple > .k-readonly,
.k-input .k-selection-multiple:has(.k-readonly) {
  opacity: 0.7 !important;
  color: gray;
}
.k-input .k-input-spinner button[role=button] {
  background-color: transparent;
}
.k-input .k-input-spinner button[role=button]:hover {
  background-color: #e9ecef;
}

.k-input:hover .k-clear-value {
  display: flex;
}

.k-input:focus, .k-input.k-focus {
  box-shadow: none;
  border-color: hsl(199deg, 49%, 37%);
  z-index: 1;
}

input.btn {
  border: none;
}

.form-control_small .k-input {
  font-size: 0.875rem;
  line-height: 1.285em;
}

.k-button {
  border: none;
  text-align: center;
  border-radius: 4px !important;
  padding: 0.5em 1em;
  text-decoration: none !important;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background-color, color;
  background-color: #415369;
  color: #fff;
}

.k-picker .k-input-button {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23303236' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M12 6a.75.75 0 0 1 .75.75v8.689l3.219-3.22a.752.752 0 0 1 1.062 1.062l-4.5 4.5a.75.75 0 0 1-1.062 0l-4.5-4.5a.75.75 0 1 1 1.062-1.063l3.219 3.221v-8.69A.75.75 0 0 1 12 6Z'/%3e%3c/g%3e%3c/svg%3e") no-repeat right 1px center/24px;
}
.k-picker .k-i-arrow-s::before {
  content: none;
}

.k-input.k-multiselect {
  min-height: 32px;
  height: auto;
  padding-right: 3rem;
}
.k-input.k-multiselect .k-clear-value {
  right: calc(7px + 0.2em);
}

.k-input:focus-within {
  box-shadow: unset;
  border-color: hsl(199deg, 49%, 37%);
  box-shadow: none;
}

input[readonly]:read-only:not([type=submit]):not([type=button]):not([type=radio]),
textarea[readonly]:read-only,
input[disabled]:disabled:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
textarea[disabled]:disabled,
.k-no-click {
  background-color: #F4F5F5;
}

.k-checkbox:disabled:checked {
  background-color: #e4e5e7;
  border-color: #94979e;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 9.44121L8.13185 12.6346L13.5 7.14707L12.1471 6L7.98247 10.2049L5.68945 8.16569L4.5 9.44121Z' fill='%2394979E'/%3E%3C/svg%3E%0A");
  opacity: 1;
}

.k-checkbox:disabled:not(:checked) {
  background-color: #e4e5e7;
  border-color: #94979e;
  opacity: 1;
}

.k-checkbox:hover:not(:checked):not(:disabled) {
  border-color: #797d86;
}

.k-checkbox:not(:disabled):checked:hover {
  background-color: hsl(194deg, 37%, 51%);
  border-color: hsl(194deg, 37%, 51%);
}

.k-checkbox:checked:focus {
  border: hsl(199deg, 49%, 37%);
}

.k-checkbox {
  border-color: hsl(230deg, 11%, 70%);
}

.k-disabled {
  opacity: 1;
}

input[type=file] {
  width: 100% !important;
  height: 100% !important;
  clip: unset !important;
}

.k-checkbox-md {
  width: 1.25em;
  height: 1.25em;
}

.k-rounded-md {
  border-radius: 2px;
}

.k-checkbox + .k-checkbox-label {
  margin-inline-start: 0.875rem;
}

.k-checkbox:checked, .k-checkbox.k-checked {
  background-color: hsl(199deg, 49%, 37%);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 9.44121L8.13185 12.6346L13.5 7.14707L12.1471 6L7.98247 10.2049L5.68945 8.16569L4.5 9.44121Z' fill='%23E4E5E7'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  border-color: hsl(199deg, 49%, 37%);
}

.k-checkbox:checked:focus, .k-checkbox.k-checked.k-focus, .k-checkbox:focus, .k-checkbox.k-focus {
  box-shadow: none;
}

.k-checkbox:focus {
  border: 1px solid hsl(230deg, 11%, 70%);
}

.message-page__settings .switchers .k-switch-track:focus, .message-page__settings .switchers .k-switch:focus, .message-page__settings .switchers k-rounded-full:focus {
  outline: 3px solid rgb(175, 243, 249);
}

.k-tooltip {
  color: #000;
  background-color: hsl(230deg, 11%, 94%);
  border-radius: 8px;
  font-size: 0.875rem;
  padding: 0.5rem 0.5rem;
}
.k-tooltip .k-tooltip-button {
  color: hsl(230deg, 11%, 20%);
  margin: 5px;
}
.k-tooltip .k-callout {
  color: #000;
}
.k-tooltip .k-tooltip-content {
  padding: 1rem;
}
.k-tooltip .k-tooltip-content div {
  white-space: initial;
}
.k-tooltip .k-tooltip-content .table-accordion_block-info {
  padding: 1rem 1rem;
}

#ContextMenu_tb_active.k-tooltip {
  left: -200px;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border: 1px solid hsl(230deg, 11%, 90%);
  border-radius: 0.25rem;
  box-shadow: 0px 8px 24px 0px hsla(0deg, 0%, 0%, 0.1);
  z-index: 99;
  padding: 0;
}

#NotificationWindow_tb_active.k-tooltip {
  position: absolute;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border: 1px solid hsl(230deg, 11%, 90%);
  border-radius: 0.25rem;
  box-shadow: 0px 8px 24px 0px hsla(0deg, 0%, 0%, 0.1);
  z-index: 99;
  padding: 0;
}
#NotificationWindow_tb_active.k-tooltip .k-tooltip-content {
  padding: 0;
}
#NotificationWindow_tb_active.k-tooltip .message-box-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
#NotificationWindow_tb_active.k-tooltip .message-box-header .title {
  margin: 0;
}
#NotificationWindow_tb_active.k-tooltip .message-box-header .badge {
  position: static;
  margin-left: 0.5rem;
}
#NotificationWindow_tb_active.k-tooltip .message-box-item {
  padding: 1rem;
  /*border-top: 1px solid $c-base-100;*/
}
#NotificationWindow_tb_active.k-tooltip .message-box-item .message-content .message-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#NotificationWindow_tb_active.k-tooltip .message-box-item .message-content .message-info .message-indicator {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
}
#NotificationWindow_tb_active.k-tooltip .message-box-item .message-content .message-info .message-date {
  color: hsl(230deg, 11%, 50%);
  font-size: 0.75rem;
  line-height: 1rem;
}
#NotificationWindow_tb_active.k-tooltip .message-box-item .message-content .message-text {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#NotificationWindow_tb_active.k-tooltip .message-box-item.readed .message-content .message-indicator {
  background-color: hsl(230deg, 11%, 70%);
}
#NotificationWindow_tb_active.k-tooltip .message-box-item.unreaded .message-content .message-indicator {
  background-color: hsl(0deg, 100%, 50%);
}
#NotificationWindow_tb_active.k-tooltip .message-box-footer {
  padding: 1rem;
  /*border-top: 1px solid $c-base-100;*/
}

.k-window {
  border-radius: 0.5rem;
  font-family: Roboto, sans-serif !important;
}
.k-window .k-dialog-content {
  padding: 1.5rem 2rem;
}
.k-window .k-window-titlebar {
  padding: 1.5rem 2rem 0.5rem;
  border: none;
  align-items: center;
}
.k-window .k-window-titlebar .k-window-title {
  padding-top: 0px;
}
.k-window .k-window-actions .k-window-action {
  opacity: 1;
}
.k-window .k-window-actions .k-window-action .k-button-icon.k-i-close::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23303236' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M5.668 5.667a1 1 0 0 1 1.414 0l5.293 5.293 5.293-5.293a1 1 0 1 1 1.414 1.415l-5.293 5.292 5.293 5.293a1 1 0 0 1-1.414 1.414l-5.293-5.292-5.293 5.292a1 1 0 0 1-1.414-1.414l5.293-5.293-5.293-5.292a1 1 0 0 1 0-1.415Z' /%3e%3c/g%3e%3c/svg%3e");
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #000;
}
.k-window .k-button {
  color: #fff;
}
.k-window .k-button-icon {
  color: #415369;
}
.k-window a:hover {
  color: hsl(194deg, 37%, 51%);
}
.k-window .k-window-title {
  font-family: "Roboto", sans-serif;
  color: hsl(230deg, 11%, 20%);
  font-size: 1.25em;
  position: relative;
  font-weight: 700;
}
.k-window .k-button-text {
  color: white;
}
.k-window .k-button.k-icon-button:hover {
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
}
.k-window .modal__footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid hsl(230deg, 11%, 90%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.k-window .k-window-content {
  padding: 1rem 2rem 1.5rem;
}
.k-window .k-item,
.k-window .k-item.k-state-hover {
  color: #000;
}
.k-window .k-state-active.k-item {
  opacity: 1;
}
.k-window .k-picker:hover,
.k-window .k-picker.k-hover {
  border-color: #e4e7eb;
  background-color: transparent;
}
.k-window .k-picker .k-select[type=button] {
  background-color: transparent;
}

.k-pager-wrap {
  background: none;
  border: none;
}

.k-pager-nav.k-link, .k-pager-refresh {
  font-size: 0.875em;
  margin-right: 4px;
  line-height: 1.2em;
  padding: 0.55em 0.9em;
  text-align: center;
  background: #fff;
  border-width: 0;
  border-radius: 4px;
  color: hsl(230deg, 11%, 20%);
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background, color;
}

.k-pager-nav.k-link:hover, .k-pager-refresh:hover {
  background: hsl(230deg, 11%, 30%);
  color: #fff;
}

.k-i-arrow-end-left {
  background-color: #f1f2f4;
  color: hsl(230deg, 11%, 10%);
  background-image: "/i/icons/chevron-short-left.svg";
}

.k-listview {
  border-width: 0;
  font-family: Roboto, sans-serif !important;
}

.k-nodata {
  width: 100%;
  color: #000;
}

.k-grid {
  background: #fff;
  border-width: 0px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
}
.k-grid a:not(.btn):not(.news-link):not(.k-button):not(.k-pager-nav) {
  color: hsl(199deg, 49%, 37%) !important;
}
.k-grid .k-grid-header {
  background: transparent;
  font-size: 0.7rem;
  font-weight: 600;
  border-top-width: 0px;
  border-bottom-width: 1px;
  margin-right: 1px;
}
.k-grid .k-grid-header .k-grid-header-wrap {
  border-width: 0px;
}
.k-grid .k-grid-header .k-cell-inner {
  width: 100%;
  margin: 0px auto;
  word-break: break-word;
}
.k-grid .k-grid-header .k-cell-inner .k-link {
  padding: 0px 0px;
}
.k-grid .k-grid-header .k-cell-inner .k-link .k-column-title {
  text-overflow: unset;
  white-space: break-spaces;
}
.k-grid .k-grid-header th {
  vertical-align: middle;
  text-transform: uppercase;
  text-align: left;
  border-top-width: 1px;
  white-space: break-spaces;
}
.k-grid .k-grid-header th[data-index="1"] {
  border-left-width: 0px;
}
.k-grid .k-grid-header .k-i-sort-asc-sm,
.k-grid .k-grid-header .k-i-sort-desc-sm {
  color: #000;
}
.k-grid td[role=gridcell], .k-grid th[role=columnheader] {
  border-left: none;
}
.k-grid td[role=gridcell] ~ td[role=gridcell], .k-grid th[role=columnheader] ~ th[role=columnheader] {
  border-left: 1px solid #dee2e6 !important;
}
.k-grid .k-hierarchy-col {
  width: 0;
}
.k-grid .k-dirty {
  display: none;
}
.k-grid .k-grid-delete {
  background-color: hsl(230deg, 11%, 94%);
  color: hsl(230deg, 11%, 20%);
}
.k-grid .k-i-close::before {
  content: "\e10c";
}
.k-grid .k-grid-removeall, .k-grid .k-grid-interval {
  padding-left: 2.5em !important;
}
.k-grid .k-grid-removeall::before {
  content: "\e11b";
  position: absolute;
  top: 50%;
  left: 1em;
  width: 1em;
  height: 1em;
  display: block;
  background: transparent;
  opacity: 1;
  margin-top: -0.5em;
}
.k-grid .k-grid-interval::before {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 1em;
  height: 1em;
  display: block;
  opacity: 1;
  margin-top: -0.5em;
  background-color: #fff;
  -webkit-mask-image: url(/i/icons/ico-settings_24.svg);
  mask-image: url(/i/icons/ico-settings_24.svg);
  -webkit-mask-size: 16px;
  mask-size: 16px;
  background-size: contain;
}
.k-grid .k-grid-interval:hover::before {
  background-color: #000;
}
.k-grid .k-grid-add, .k-grid .k-grid-removeall, .k-grid .k-grid-interval {
  color: rgb(255, 255, 255);
  background-color: rgb(48, 111, 141);
}
.k-grid .k-grid-add:hover:hover, .k-grid .k-grid-removeall:hover, .k-grid .k-grid-interval:hover {
  background-color: hsl(230deg, 11%, 94%);
  color: hsl(230deg, 11%, 20%);
}
.k-grid th {
  hyphens: auto;
}
.k-grid td[role=gridcell] {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  border-bottom: 1px solid #dee2e6;
}
.k-grid .k-input-button {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='%23303236' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M12 6a.75.75 0 0 1 .75.75v8.689l3.219-3.22a.752.752 0 0 1 1.062 1.062l-4.5 4.5a.75.75 0 0 1-1.062 0l-4.5-4.5a.75.75 0 1 1 1.062-1.063l3.219 3.221v-8.69A.75.75 0 0 1 12 6Z'/%3e%3c/g%3e%3c/svg%3e") no-repeat right 1px center/24px;
}
.k-grid .k-input-button .k-i-arrow-s::before {
  display: none;
}
.k-grid .k-grid-toolbar {
  background: transparent;
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
.k-grid tr {
  position: relative;
}
.k-grid tr .k-hierarchy-cell {
  position: absolute;
  right: 0;
  z-index: 10;
  border: none;
  height: 100%;
}
.k-grid tr .k-hierarchy-cell .k-icon {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  height: auto;
}
.k-grid tr .k-hierarchy-cell .k-i-expand::before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #000;
  -webkit-mask-image: url(/i/icons/ico-chevron-right_18.svg);
  mask-image: url(/i/icons/ico-chevron-right_18.svg);
  -webkit-mask-size: 16px;
  mask-size: 16px;
  background-size: contain;
}
.k-grid tr .k-hierarchy-cell .k-i-collapse::before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #000;
  -webkit-mask-image: url(/i/icons/ico-chevron-right_18.svg);
  mask-image: url(/i/icons/ico-chevron-right_18.svg);
  -webkit-mask-size: 16px;
  mask-size: 16px;
  background-size: contain;
  transform: rotate(90deg);
}
.k-grid tr .k-hierarchy-cell .k-i-expand:hover::before,
.k-grid tr .k-hierarchy-cell .k-i-collapse:hover::before {
  background-color: hsl(194deg, 37%, 51%);
}
.k-grid .k-grid-content tr td[role=gridcell] {
  padding: 0.25rem 0.25rem;
  font-size: 0.875rem;
  border-bottom: 1px solid #dee2e6;
}
.k-grid .k-grid-content tr td[role=gridcell] ~ td[role=gridcell] {
  border-left: 1px solid #dee2e6 !important;
}
.k-grid .k-grid-content .k-state-selected {
  background-color: rgba(0, 0, 0, 0.08);
}
.k-grid .k-grid-content .k-state-selected td {
  background-color: rgba(0, 0, 0, 0.08);
}
.k-grid .k-pager-wrap .k-pager-numbers .k-link {
  border: 1px solid transparent;
  color: #000;
  border-radius: 4px 4px;
  outline: none !important;
}
.k-grid .k-pager-wrap .k-pager-numbers .k-state-selected {
  background-color: hsl(213deg, 33%, 26%);
  border: 1px solid hsl(213deg, 33%, 26%);
  border-radius: 4px 4px;
  color: #fff;
}
.k-grid .k-pager-wrap .k-link:focus {
  box-shadow: none !important;
}
.k-grid .k-pager-wrap .k-i-arrow-end-left,
.k-grid .k-pager-wrap .k-i-arrow-end-right {
  background-color: transparent;
  color: inherit;
}
.k-grid .k-pager-wrap .k-pager-nav.k-link:hover,
.k-grid .k-pager-wrap .k-pager-refresh:hover {
  background-color: #e9ecef;
  color: #000;
}
.k-grid .k-pager-wrap .k-pager-sizes .k-dropdown {
  background: transparent;
}
.k-grid .k-pager-wrap .k-pager-sizes *:focus {
  box-shadow: none !important;
}
.k-grid .k-grid-pager:focus {
  box-shadow: none !important;
}
.k-grid .k-alt {
  background-color: transparent;
}
.k-grid .k-detail-row .k-hierarchy-cell {
  border: none !important;
}
.k-grid .k-detail-row .k-detail-cell {
  padding: 0px 0px;
}
.k-grid .k-detail-row .table-accordion_block div[id$=GridPartial] ._adressobjectgrid {
  margin-bottom: 1rem;
}
.k-grid .k-detail-row .table-accordion_block div[id$=GridPartial]:last-child ._adressobjectgrid {
  margin-bottom: 0rem !important;
}
.k-grid table[role=treegrid] .k-master-row td:last-child {
  padding-right: 25px;
}
.k-grid .k-icon-button.k-button-md > .k-button-icon {
  min-width: 1rem;
  min-height: 1rem;
}
.k-grid table[role=grid] tr td {
  white-space: break-spaces;
}
.k-grid .k-pager-numbers-wrap {
  margin: auto 0px;
}
.k-grid .k-pager-numbers-wrap .k-pager-numbers li {
  margin: auto 2px;
}

.k-grid-norecords {
  padding: 2rem 2rem;
}

._adressobjectgrid .k-grid-header th[role=columnheader] ~ th[role=columnheader][data-index="1"] {
  border-left: none !important;
}

#ApproveRequestGrid {
  min-height: 100px;
}
#ApproveRequestGrid .k-grid-header th[data-index="1"] {
  border-left-width: 1px;
}

#gridHistory table,
#Guids table,
#HistoryGrid table {
  table-layout: fixed;
}
#gridHistory .k-grid-header th,
#Guids .k-grid-header th,
#HistoryGrid .k-grid-header th {
  font-weight: bold;
}
#gridHistory .k-grid-header th[data-index="1"],
#Guids .k-grid-header th[data-index="1"],
#HistoryGrid .k-grid-header th[data-index="1"] {
  border-left-width: 1px;
}
#gridHistory td,
#Guids td,
#HistoryGrid td {
  word-wrap: break-word !important;
  white-space: break-spaces !important;
}

#Guids table {
  table-layout: unset;
}

#gridRequest .k-grid-header {
  padding-right: 0px !important;
}
#gridRequest .k-grid-content {
  height: auto !important;
  min-height: 100px;
  overflow: unset !important;
}

.k-grid.h-auto .k-grid-content {
  height: auto !important;
}

#NotificationGrid {
  border: 1px solid hsl(230deg, 11%, 90%);
  border-radius: 0.5rem;
}
#NotificationGrid thead th {
  border-left: 0 !important;
}
#NotificationGrid .k-button {
  font-size: 0.875rem;
  line-height: 1.285em;
  padding: 0.55em 0.75em 0.45em;
}
#NotificationGrid .k-grid-readSelected.k-button {
  background-color: hsl(230deg, 11%, 90%);
  color: hsl(230deg, 11%, 20%);
}
#NotificationGrid .k-grid-readSelected.k-button:hover {
  background-color: #e9e9ed;
}
#NotificationGrid .k-grid-removeSelected.k-button {
  background-color: #fff;
  border: 1px solid hsl(0deg, 100%, 50%);
  color: hsl(0deg, 100%, 50%);
}
#NotificationGrid .k-toolbar.k-grid-toolbar {
  justify-content: flex-end !important;
  display: flex;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid hsl(230deg, 11%, 90%);
  border-top: none;
}
#NotificationGrid .k-master-row td {
  gap: 1.5rem;
  padding: 1rem 0.5rem;
  border-left: none !important;
  border-right: none !important;
}
#NotificationGrid .k-checkbox:checked {
  border: 5px solid hsl(213deg, 33%, 26%);
  border-color: hsl(213deg, 33%, 26%);
  z-index: 10;
  background-color: white;
  border-radius: 0;
}

#HistoryGrid td {
  white-space: unset !important;
}

.grid-without-header .k-grid-header {
  display: none !important;
}

.subObjects-grid-norecords .k-grid-norecords {
  text-align: center;
  background: #fff;
  justify-content: center;
}

.with-detail-template-grid .k-detail-row .k-detail-cell {
  border-bottom: 1px solid #dee2e6 !important;
}

.detail-template-grid {
  background: #fff;
  border: solid 16px #f4f5f5;
}

#NotificationWindowGrid.k-grid .k-grid-header {
  display: none;
}
#NotificationWindowGrid.k-grid table[role=grid] tr td {
  white-space: normal;
}
#NotificationWindowGrid.k-grid td[role=gridcell] {
  padding: 0;
}

.without-header .k-grid-header {
  display: none;
}

.news-grid {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.news-grid .k-grid-content {
  height: auto !important;
}
.news-grid .k-grid-content [role=rowgroup] {
  display: flex;
  flex-wrap: wrap;
}
.news-grid .k-grid-content [role=rowgroup] tr[role=row] {
  display: flex;
  flex: 0 0 auto;
  width: 33.3%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  min-height: 280px;
}
.news-grid .k-grid-content [role=rowgroup] tr[role=row] td {
  border: none !important;
  width: 100%;
}
.news-grid .k-grid-content [role=rowgroup] tr[role=row] a,
.news-grid .k-grid-content [role=rowgroup] tr[role=row] a:hover,
.news-grid .k-grid-content [role=rowgroup] tr[role=row] a:visited {
  color: inherit;
}
.news-grid .k-grid-content [role=rowgroup] tr[role=row]:hover {
  background: transparent;
}
@media (min-width: 768px) {
  .news-grid .k-grid-content [role=rowgroup] tr[role=row] {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .news-grid .k-grid-content [role=rowgroup] tr[role=row] {
    flex: 0 0 auto;
    width: 33.3%;
  }
}

.k-list-header {
  padding: 0px 16px;
}
.k-list-header .k-combobox-tmpl_custom-header-wrapper {
  display: flex;
  justify-content: space-around;
}
.k-list-header .k-combobox-tmpl_custom-header-wrapper .k-combobox-tmpl_custom-header {
  flex: 1 1 70%;
  text-align: start;
  font-weight: bold;
}
.k-list-header .k-combobox-tmpl_custom-header-wrapper .k-combobox-tmpl_custom-header:first-child {
  flex: 1 1 30%;
  text-align: start;
  font-weight: bold;
}

.k-list-content .k-list-item .k-list-item-text {
  display: flex;
  width: 100%;
}
.k-list-content .k-list-item .k-list-item-text .k-combobox-tmpl_custom-item {
  flex: 1 1 70%;
  text-align: start;
}
.k-list-content .k-list-item .k-list-item-text .k-combobox-tmpl_custom-item:first-child {
  flex: 1 1 30%;
  text-align: start;
}
.k-list-content .k-list-item.k-selected,
.k-list-content .k-selected.k-list-optionlabel {
  color: #000;
  background-color: #e9ecef;
}

.k-calendar-container .k-calendar .k-header {
  background-color: hsl(199deg, 49%, 37%);
}
.k-calendar-container .k-calendar .k-today {
  border-color: #bcbebf;
  border-width: 1px;
}
.k-calendar-container .k-calendar .k-state-selected {
  border-color: hsl(199deg, 49%, 37%);
}
.k-calendar-container .k-calendar .k-state-selected .k-link {
  background-color: hsl(199deg, 49%, 37%);
}
.k-calendar-container .k-calendar .k-state-selected.k-state-hover .k-link {
  background-color: #e9ecef;
  color: #000;
}
.k-calendar-container .k-calendar .k-footer .k-link {
  color: #000;
}
.k-calendar-container .k-calendar .k-link {
  box-shadow: unset !important;
}

.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  margin-left: 16px;
}

#RelatedListsPartial .k-widget {
  height: 440px;
}
#RelatedListsPartial .k-widget.k-listbox .k-list-scroller {
  height: 100%;
}

.k-listbox .k-listbox-toolbar .k-disabled {
  background-color: #91b2cf;
}
.k-listbox .k-listbox-toolbar .k-button-solid-base {
  background-color: hsl(199deg, 49%, 37%);
}

.k-datepicker .k-input-button {
  background: transparent;
}
.k-datepicker .k-input-button.k-icon-button:hover {
  background: #e9ecef;
}

.k-datetimepicker .k-input-button {
  background: transparent;
}
.k-datetimepicker .k-input-button.k-icon-button:hover {
  background: #e9ecef;
}

.k-widget .k-upload .k-dropzone {
  color: #212529;
  border: none;
}

.k-upload {
  border: none;
  width: 100%;
  font-family: Roboto, sans-serif;
}
.k-upload .k-button {
  color: #fff;
}
.k-upload .k-upload-button {
  cursor: pointer !important;
  z-index: 1000 !important;
  background-color: hsl(230deg, 11%, 94%);
  color: hsl(230deg, 11%, 20%);
  font-family: inherit;
}
.k-upload .k-upload-button [data-role=upload] {
  font-size: 0px !important;
}
.k-upload .k-upload-button:hover {
  color: #fff;
  background-color: hsl(199deg, 49%, 37%);
}
.k-upload .file-wrapper {
  height: auto;
}

.upload-hint {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Roboto", sans-serif;
  color: hsl(230deg, 11%, 20%);
  font-weight: 400;
}

.k-dropdown {
  background-color: #fff;
  border-color: rgb(198, 200, 210);
}

.k-dropdown:focus {
  box-shadow: none !important;
}

.k-dropdown[aria-readonly=true],
.k-dropdown:disabled {
  background-color: #F4F5F5;
}
.k-dropdown[aria-readonly=true] .k-input-button,
.k-dropdown:disabled .k-input-button {
  display: none;
}

.k-treeview {
  font-family: Roboto, sans-serif !important;
}
.k-treeview .k-treeview-leaf {
  min-height: 1.25em;
  font-size: 0.875em;
  line-height: 1.2em;
  text-wrap: initial;
  padding: 0.4375rem 0.75rem;
}
.k-treeview .k-treeview-leaf:focus, .k-treeview .k-treeview-leaf.k-focus {
  box-shadow: none;
}
.k-treeview .k-selected {
  color: #000;
  background-color: hsl(185deg, 85%, 92%);
  border: none;
}
.k-treeview .k-i-collapse, .k-treeview .k-i-expand {
  width: 24px;
  height: 24px;
}
.k-treeview .k-i-expand::before, .k-treeview .k-i-collapse::before {
  content: "";
  mask-image: url(/i/icons/ico-interactive-user-guide-angle-right.svg);
  -webkit-mask-size: 12px;
  mask-size: 12px;
  mask-position: right;
  -webkit-mask-position: right;
  background-size: contain;
  background-color: #000;
  width: 10px;
  height: 14px;
}
.k-treeview .k-i-collapse::before {
  transform: rotate(90deg);
}
.k-treeview .dropdown .k-i-more-vertical::before {
  color: #000;
}

/* dotted treeview */
.k-treeview .k-item[data-expanded=true] {
  overflow: hidden;
  position: relative;
}

.k-treeview .k-item[data-expanded=true]:before {
  content: none;
}

.k-treeview .k-item .k-icon {
  background: white;
}

.k-treeview .k-item .k-checkbox-label {
  vertical-align: text-top;
}

.k-treeview .k-item > div:only-child {
  position: relative;
}

.k-treeview .k-item > div:only-child:before {
  content: none;
}

.UserGuideMenuTree {
  overflow: unset;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem] {
  padding: 0 0;
  border-radius: 0.25rem;
  cursor: pointer;
  background-color: inherit;
  color: #000;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem] .k-treeview-top,
.UserGuideMenuTree .k-treeview-group li[role=treeitem] .k-treeview-bot {
  border-radius: 0.25rem;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem] ul[role=group] {
  padding-left: 2rem;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem] ul[role=group] .k-treeview-leaf {
  font-weight: normal;
  text-transform: unset;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem] .k-treeview-leaf:hover,
.UserGuideMenuTree .k-treeview-group li[role=treeitem] .k-treeview-leaf.k-hover {
  background-color: inherit;
  color: #000;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem] .k-treeview-leaf {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem] .k-treeview-leaf .dropdown {
  justify-content: end;
  padding-left: 1rem;
  flex: 0 0 30%;
  display: flex;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem] [id$=tv_active] {
  border-radius: 0.25rem;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem] .dropdown-content {
  color: #000;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem] .dropdown-content button {
  color: #000;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem]:has(.k-focus) .k-focus {
  color: #fff;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem]:has(.k-focus) .k-focus .dropdown-content {
  color: #fff;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem]:has(.k-focus) .k-focus .dropdown-content button {
  color: #fff;
}
.UserGuideMenuTree .k-treeview-group li[role=treeitem]:has(.k-focus) ul[role=group] {
  color: #fff;
}
.UserGuideMenuTree .k-treeview-group .k-treeview-toggle {
  margin-left: 1rem;
}
.UserGuideMenuTree .k-treeview-group .k-treeview-toggle .k-i-collapse,
.UserGuideMenuTree .k-treeview-group .k-treeview-toggle .k-i-expand {
  width: 24px;
  height: 24px;
}
.UserGuideMenuTree .k-treeview-group .k-treeview-toggle .k-i-collapse::before,
.UserGuideMenuTree .k-treeview-group .k-treeview-toggle .k-i-expand::before {
  content: "";
  -webkit-mask-image: url(/i/icons/ico-interactive-user-guide-angle-right.svg);
  mask-image: url(/i/icons/ico-interactive-user-guide-angle-right.svg);
  -webkit-mask-size: 12px;
  mask-size: 12px;
  mask-position: right;
  -webkit-mask-position: right;
  background-size: contain;
  background-color: #000;
  width: 10px;
  height: 14px;
}
.UserGuideMenuTree .k-treeview-group li[data-expanded=true] > .k-treeview-bot > .k-treeview-toggle > .k-i-collapse::before,
.UserGuideMenuTree .k-treeview-group li[data-expanded=true] > .k-treeview-bot > .k-treeview-toggle > .k-i-expand::before,
.UserGuideMenuTree .k-treeview-group li[data-expanded=true] > .k-treeview-mid > .k-treeview-toggle > .k-i-expand::before,
.UserGuideMenuTree .k-treeview-group li[data-expanded=true] > .k-treeview-mid > .k-treeview-toggle > .k-i-collapse::before {
  transform: rotate(90deg);
}
.UserGuideMenuTree li[role=treeitem]:not([id$=tv_active]) > .k-treeview-top:hover,
.UserGuideMenuTree li[role=treeitem]:not([id$=tv_active]) > .k-treeview-bot:hover,
.UserGuideMenuTree li[role=treeitem]:not([id$=tv_active]) > .k-treeview-mid:hover {
  background-color: hsl(195deg, 45%, 86%);
  color: #000;
}
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-top,
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-bot,
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-mid {
  border-radius: 0.25rem;
  background-color: hsl(199deg, 49%, 37%);
}
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-top .k-selected,
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-bot .k-selected,
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-mid .k-selected {
  background-color: inherit;
  color: #fff;
}
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-top .k-selected .dropdown button,
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-bot .k-selected .dropdown button,
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-mid .k-selected .dropdown button {
  color: inherit;
}
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-top .k-treeview-toggle .k-i-collapse::before,
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-top .k-treeview-toggle .k-i-expand::before,
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-bot .k-treeview-toggle .k-i-collapse::before,
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-bot .k-treeview-toggle .k-i-expand::before,
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-mid .k-treeview-toggle .k-i-collapse::before,
.UserGuideMenuTree li[id$=tv_active] > .k-treeview-mid .k-treeview-toggle .k-i-expand::before {
  background-color: #fff;
}

.k-window {
  max-height: 95vh;
  overflow-y: scroll;
  border-color: none;
}

.k-window-content {
  padding: 1.5rem 2rem;
}

.k-switch {
  width: 2rem;
  height: 1.125rem;
  border-radius: 0.5625rem;
}
.k-switch .k-switch-track {
  width: 2rem;
  height: 1.125rem;
}

.k-switch.k-switch-on .k-switch-track {
  border-color: hsl(199deg, 49%, 37%);
  background-color: hsl(199deg, 49%, 37%);
  box-shadow: 0px 1px 1px 0px hsla(0deg, 0%, 0%, 0.08) inset;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background-color;
}
.k-switch.k-switch-on .k-switch-thumb {
  background-color: white;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}

.k-switch.k-switch-off .k-switch-track {
  border-color: hsl(230deg, 11%, 90%);
  background-color: hsl(230deg, 11%, 90%);
  box-shadow: 0px 1px 1px 0px hsla(0deg, 0%, 0%, 0.08) inset;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background-color;
}
.k-switch.k-switch-off .k-switch-thumb-wrap {
  left: 6px;
}
.k-switch.k-switch-off .k-switch-thumb {
  background-color: white;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}

#UserTaskBoardGrid .k-taskboard-toolbar .k-button {
  background-color: transparent;
  color: hsl(199deg, 49%, 37%);
  font-size: 0.875rem;
  line-height: 1.285em;
  padding: 0.55em 0.75em 0.45em;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  text-decoration: none !important;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: background-color, color;
  cursor: pointer;
  text-transform: none;
}
#UserTaskBoardGrid .k-taskboard-toolbar .k-button.active {
  color: #fff;
  background-color: hsl(199deg, 49%, 37%);
}
#UserTaskBoardGrid .k-taskboard-toolbar, #UserTaskBoardGrid .k-toolbar {
  padding: 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));
}
#UserTaskBoardGrid .k-card {
  border-style: none;
}
#UserTaskBoardGrid .k-taskboard-column {
  flex: 0 0 auto;
  width: 32.33333333%;
  background-color: transparent;
  border: none;
}
#UserTaskBoardGrid .k-taskboard-content {
  height: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid hsl(230deg, 11%, 90%);
  padding-left: 0;
  padding-right: 0;
  display: flex;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
#UserTaskBoardGrid .k-taskboard-column-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid hsl(230deg, 11%, 90%);
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}
#UserTaskBoardGrid .k-taskboard-column-cards-container {
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  padding: 0.5rem;
  background-color: hsl(230deg, 11%, 94%);
  border-radius: 0.5rem;
}
#UserTaskBoardGrid .k-searchbox.k-input {
  width: 33.33333333%;
}
#UserTaskBoardGrid .k-cursor-move {
  cursor: default;
}
#UserTaskBoardGrid .k-taskboard-columns-container {
  width: 100%;
}
#UserTaskBoardGrid .k-taskboard-card {
  background-color: #fff;
  border: 1px solid hsl(230deg, 11%, 90%);
  border-radius: 0.5rem;
}
#UserTaskBoardGrid .user-task {
  padding: 1rem;
  border: none;
}

#ObjectInfoTabsId .k-content {
  padding-left: 0px;
  padding-right: 0px;
}

.k-tabstrip .k-grid td[role=gridcell] {
  border-left: none !important;
}
.k-tabstrip table[role=treegrid] {
  table-layout: fixed;
}
.k-tabstrip table[role=treegrid] .k-grid-header th {
  white-space: break-spaces;
}
.k-tabstrip table[role=treegrid] [role=rowgroup] tr {
  white-space: break-spaces;
  word-wrap: break-word;
}
.k-tabstrip table[role=treegrid] [role=rowgroup] .k-detail-row {
  white-space: unset;
}
.k-tabstrip .k-tabstrip-content:focus {
  outline: none;
}

.k-tabstrip-items {
  font-family: Roboto, sans-serif !important;
  font-size: 0.875rem !important;
  color: hsl(230deg, 11%, 50%);
}
.k-tabstrip-items .k-link {
  color: hsl(230deg, 11%, 50%);
}
.k-tabstrip-items .k-link:hover {
  color: hsl(230deg, 11%, 20%);
}
.k-tabstrip-items .k-state-active {
  color: hsl(230deg, 11%, 20%);
}
.k-tabstrip-items .k-state-active .k-link {
  color: hsl(230deg, 11%, 20%);
}

.layout-page-header {
  padding: 1rem 0;
  background: hsl(185deg, 85%, 92%) url("/i/bg-search.jpg") no-repeat center top/auto;
}
.layout-page-header h1 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.menu-system {
  display: none;
}

.content-wrapper {
  max-width: 80vw;
}

@media (min-width: 1600px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.form-check input[type=radio].flat-radio:checked + label {
  background: hsl(185deg, 85%, 92%);
}

.form-check input[type=radio].flat-radio + label {
  padding: 1.5em;
  margin: 0;
  background: rgb(238, 239, 241);
  width: 100%;
  border-radius: 8px;
}

.form-check input[type=radio].flat-radio + label:hover {
  background: hsl(185deg, 85%, 92%);
  cursor: pointer;
}

.form-check input[type=radio].flat-radio + label:before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 28%;
  background: url("/i/icons/ico-arrow-forward_24.svg");
  right: 10px;
  border: none;
  left: initial;
}

.form-check input[type=radio].flat-radio + label:after {
  content: none;
}

.no-arrow-label .form-check input[type=radio].flat-radio + label:before {
  display: none;
}

.k-radio:checked,
.k-radio.k-checked {
  border-color: #0d6efd !important;
  background-color: #0d6efd !important;
}

.message-block {
  padding: 1em 2em;
  border-radius: 0.5rem;
}
.message-block.message-block_warning {
  background: hsl(46deg, 100%, 80%);
  color: hsl(46deg, 100%, 30%);
}
.message-block.message-block_blue {
  background: hsl(185deg, 85%, 92%);
  color: hsl(213deg, 33%, 26%);
}

.message-with-border {
  padding: 1.5rem 2rem;
  background-color: hsl(230deg, 11%, 94%);
  border-left: 4px solid hsl(230deg, 11%, 80%);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
}
.message-with-border.message-warning {
  background-color: hsl(46deg, 100%, 96%);
  border-color: hsl(46deg, 100%, 40%);
}
.message-with-border.message-danger {
  background-color: hsl(16deg, 92%, 95%);
  border-color: hsl(16deg, 92%, 40%);
}

#SignatureCheck .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 100px;
}
#SignatureCheck .k-card {
  width: 310px;
  margin: 5px;
}
#SignatureCheck .k-card tr {
  border-width: 1px 0px 0px 0px;
}
#SignatureCheck .k-card td {
  padding-left: 20px;
}
#SignatureCheck .k-card .val {
  font-weight: bold;
  color: green;
}
#SignatureCheck .k-card .val_err {
  font-weight: bold;
  color: red;
}
#SignatureCheck .k-card-footer a {
  margin-right: 5px;
}
#SignatureCheck .border-green {
  border-color: green !important;
}
#SignatureCheck .border-red {
  border-color: red !important;
}
#SignatureCheck td {
  color: grey;
}

.faq-page {
  padding: 1rem 0 2rem 0;
  min-height: 500px;
}
@media (min-width: 992px) {
  .faq-page {
    padding: 2rem 0 4rem 0;
  }
}
.faq-page .faq-section h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #212529;
}
.faq-page .faq-section .button1 {
  margin-top: 2rem;
  display: flex;
}
.faq-page .faq-section .button1 a {
  display: flex;
  flex-direction: row;
}
.faq-page .faq-section .button1:first-child {
  margin-top: 0px;
}
.faq-page .faq-section .button2 {
  border-bottom: 1px solid hsl(230deg, 11%, 90%);
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
.faq-page .faq-section .button2 a {
  color: #212529;
}
.faq-page .faq-section .dropdown2 {
  padding: 0.5rem 0;
  padding-left: 1rem;
}
.faq-page .faq-section .dropdown2 p, .faq-page .faq-section .dropdown2 a {
  margin-left: 40px;
}
.faq-page .faq-section .dropdown2 p a {
  color: hsl(199deg, 49%, 37%) !important;
}
.faq-page .faq-section .btn-icon.opened {
  transform: rotate(90deg);
}
.faq-page .faq-section .action-block .subheader {
  flex: 1;
  margin-bottom: 1rem;
  color: hsl(199deg, 49%, 37%);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
@media (min-width: 992px) {
  .faq-page .faq-section .action-block .subheader {
    margin-bottom: 0;
  }
}

.fag-block {
  padding: 0.5rem 0;
  padding-left: 2rem;
}
.fag-block .faq-block__question {
  display: flex;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .fag-block .faq-block__question {
    margin-bottom: 0;
  }
}
.fag-block .faq-block__question p {
  margin: 0;
  flex: 1;
}
.fag-block .faq-block__question.opened .btn {
  transform: rotate(90deg);
}
.fag-block .faq-block__question.opened + .faq-block__answer {
  display: block;
}
.fag-block .faq-block__answer {
  max-width: 856px;
  margin-top: 1rem;
}
.fag-block .faq-block__answer.mw-none {
  max-width: none;
}
.fag-block .faq-block__answer p {
  margin-bottom: 1.5rem;
  font-style: italic;
}
.fag-block .faq-block__answer p:last-child {
  margin-bottom: 0;
}

.enter-link-button, .registr-link, .registr-info-link {
  font-weight: bold;
  line-height: 30px;
}

.hidden {
  display: none;
}

.file_service_error {
  color: #dc3545;
}

#spokesman .user-power {
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid hsl(230deg, 11%, 90%);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

._for-attention {
  position: relative;
  color: #e87e37;
  padding-left: 40px;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}

._for-attention:before {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  color: #e87e37;
  content: "⚠";
  font-size: 36px;
  box-sizing: border-box;
  line-height: 36px;
}

.oktmo-selected-placeholder {
  margin: 0 0 0 1rem;
  overflow-y: scroll;
  max-height: 590px;
}
.oktmo-selected-placeholder div {
  background-color: rgb(255, 249, 229);
  width: 100%;
  padding: 1rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}
.oktmo-selected-placeholder div ul {
  overflow-y: scroll;
}
.oktmo-selected-placeholder div p {
  color: hsl(230deg, 11%, 50%);
  padding-bottom: 0.25rem;
}
.oktmo-selected-placeholder div li {
  padding: 0.25rem 0;
}

.oktmo-multiple-view .row {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}
.oktmo-multiple-view .row .tag {
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  border-color: #bcbebf;
  color: rgb(48, 50, 54);
  background-color: #edeeee;
  padding: 0.35rem 0.6rem;
  border-radius: 8px;
  margin: 0.3rem;
  width: auto;
}
.oktmo-multiple-view .row .name {
  color: hsl(230deg, 11%, 50%);
}

._upload {
  padding: 20px 20px;
  border: 1px dashed hsl(230deg, 11%, 80%);
  border-radius: 4px;
  background-color: transparent !important;
}
._upload .k-button:hover {
  cursor: pointer !important;
}

.border-top {
  padding-top: 1rem;
  border-top: 1px solid hsl(230deg, 11%, 90%);
}

.final-page-form {
  height: 450px;
  display: table-cell;
  vertical-align: middle;
}

.register-final-form {
  padding: 2rem;
  border: 1px solid hsl(230deg, 11%, 80%);
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  border-radius: 10px;
}
.register-final-form label {
  font-weight: normal;
  color: hsl(220deg, 5%, 50%);
}

.k-input-inner {
  font-size: 0.845rem;
}

.k-chip-content {
  font-size: 0.845rem;
}

.error-border {
  border: 1px solid #dc3545;
  border-radius: 0.5rem;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  cursor: pointer;
}

a:not([href]):not([class]) {
  color: hsl(199deg, 49%, 37%);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transition-property: color;
  text-decoration: none;
  cursor: pointer;
}

a:not([href]):not([class]):hover {
  color: hsl(194deg, 37%, 51%);
}

input, textarea {
  font-size: 0.875rem;
}

:focus-visible {
  outline: none;
}

.menu-system {
  z-index: 10000;
}

.js-action-text-info {
  position: relative;
}

.action-text-info {
  position: absolute;
  z-index: 100;
  display: none;
  padding: 10px;
  margin-left: 0px;
  margin-top: 0px;
  min-width: 400px;
  box-sizing: border-box;
  color: #000;
  background-color: hsl(230deg, 11%, 94%);
  border-radius: 4px;
  font-size: 0.875rem;
  text-indent: 0;
  left: 100%;
}

.user-profile {
  max-width: 300px;
}
.user-profile .user-profile-date {
  white-space: break-spaces;
}

.d-inline-flex {
  width: 100%;
}

textarea {
  border: 1px solid hsl(230deg, 11%, 80%);
  border-radius: 4px;
  outline: none;
  padding: 0.375rem 0.75rem !important;
}

textarea.k-invalid {
  border-color: #dc3545;
}

*:focus {
  box-shadow: none;
  border-color: hsl(199deg, 49%, 37%);
  z-index: 10;
}

.table.table-borderless td {
  background: transparent;
}

.k-list-item:focus,
.k-list-optionlabel:focus,
.k-list-item.k-focus,
.k-focus.k-list-optionlabel {
  box-shadow: none !important;
}

.fw-normal label {
  font-weight: 400;
}

._transparent-button:hover {
  background-color: rgb(206, 211, 219);
}

.tabs__list:focus-visible {
  outline-color: transparent;
}

.tabs__link {
  cursor: pointer;
}

.comparing-divider {
  width: 1px;
  background-color: hsl(230deg, 11%, 90%);
}

.table-accordion_block-info dl {
  align-items: center;
  margin-bottom: 0;
}

dl dt label {
  color: #000;
  font-weight: 700 !important;
}

.object-import {
  min-height: 480px;
  padding: 2rem 2rem 4rem 2rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.border-bottom {
  border-bottom: 1px solid hsl(230deg, 11%, 90%);
}

.layout-page-header {
  max-height: 56px;
}

field-validation-error {
  color: #dc3545;
}

.k-form-error {
  align-items: center;
}

.k-button-icon {
  transform: none !important;
}

.k-button-icon::before {
  transform: none !important;
}

.filters-block-wrapper {
  margin-bottom: 1rem !important;
}

footer {
  z-index: 1;
}

.content-wrapper,
.btn-group,
.btn-group-vertical {
  font-family: Roboto, sans-serif !important;
}

.col-md-9 {
  flex: 0 0 auto;
  width: 75% !important;
}

.btn_primary-mid-link {
  padding: 0.5em 1em !important;
}

.certificate-cards {
  max-height: 550px;
  max-width: 32rem !important;
}
.certificate-cards .certificate-card {
  cursor: pointer;
  border-left: 4px solid transparent;
}

.certificate-card:hover {
  border-left: 4px solid #0272b6;
}

.authorization .authorization-container {
  min-height: 100%;
  height: auto;
}

.ico-info-alt {
  margin-left: 1rem;
}

.form-check label {
  font-weight: 400;
  margin-left: 0px !important;
}

.form-check input[type=checkbox]:checked + label:after {
  opacity: 0;
}

.form-check input[type=checkbox]:checked + label:before {
  background-color: hsl(199deg, 49%, 37%);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 9.44121L8.13185 12.6346L13.5 7.14707L12.1471 6L7.98247 10.2049L5.68945 8.16569L4.5 9.44121Z' fill='%23E4E5E7'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  border-color: hsl(199deg, 49%, 37%);
}

.certificate-card:active {
  border-left: 4px solid #02b65a;
}

.steps .step.complete .step-text {
  color: #000;
}
.steps .step.current .step-text {
  color: hsl(199deg, 49%, 37%);
}
.steps .step.current .step-indicator .step-dot::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.oktmo-multiple-items .name .clear-multiple-oktmo-item {
  display: inline;
  margin-left: 0.875rem;
  cursor: pointer;
}
.oktmo-multiple-items .name .clear-multiple-oktmo-item :hover {
  color: hsl(24deg, 100%, 50%);
}

.login-modal-window {
  width: 600px;
  background-color: #fff;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
  padding: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11000;
}

.login-modal-window .modal-header h3 {
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid hsl(199deg, 49%, 37%);
  color: hsl(199deg, 49%, 37%);
  margin: 0 auto;
  width: 60%;
}

.login-modal-window .modal-body {
  padding: 25px;
  max-height: 70vh;
  overflow: auto;
}

.login-modal-window .modal-footer {
  text-align: center;
}

.login-modal-window .modal-footer input[type=button] {
  margin: 0 15px;
}

.login-modal-window .modal-footer .k-button {
  margin: 0 15px;
}

.login-modal-overlay {
  color: #000 !important;
  opacity: 0.5 !important;
  background: #000 !important;
  z-index: 7999;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden !important;
}

.ndErr-modal-overlay {
  display: none;
  color: #000 !important;
  opacity: 0.5 !important;
  background: #000 !important;
  z-index: 8900;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden !important;
}

.cert-overlay {
  opacity: 0.9;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 12000;
  display: none;
}

.cert-overlay-text {
  color: #fff;
  top: 45%;
  text-align: center;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  position: fixed;
}

.ecp-helplink {
  font-size: 14px;
  color: #000;
  margin-top: 0px;
  text-align: left;
  background: #f8fbfd;
  background-color: hsl(210deg, 100%, 98%);
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
}

.cert-warning {
  font-weight: 700;
  color: #b10000;
  padding: 3px 3px 3px 0;
}

.cert-invalid {
  background-image: url("/i/crossed-out.png");
  background-repeat: repeat;
  opacity: 0.4;
}

.cert-error-stack {
  background: #f8fbfd;
  border: 2px solid #e7f0f8;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  padding: 5px;
  margin-top: 10px;
  word-wrap: break-word;
  text-align: left;
}

.certs-list {
  /*max-height: 550px;*/
  overflow: auto;
}

.certs-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.certs-list ul li {
  list-style-type: none;
  font-size: 14px;
  padding: 0 10px 0 10px;
  border-left: 4px solid rgba(0, 0, 0, 0);
  margin-bottom: 15px;
}

.certs-list .hidden-value {
  display: none;
}

.certs-list ul li div {
  cursor: pointer;
}

.certs-list ul li:hover {
  border-left: 4px solid #0272b6;
}

.certs-list ul li:active {
  border-left: 4px solid #0272b6;
}

.certs-list .cert-name {
  font-size: 16px;
  font-weight: 700;
}

.cssProgress {
  width: 100%;
  margin: 5px 0px 5px 0px;
}

.cssProgress .progress1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.cssProgress .cssProgress-bar {
  display: block;
  float: left;
  width: 0%;
  height: 100%;
  background: #3798d9;
  box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}

.cssProgress .cssProgress-label {
  position: absolute;
  overflow: hidden;
  left: 0px;
  right: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.7em;
  text-align: center;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}

.cssProgress .cssProgress-info {
  background-color: #9575cd !important;
}

.cssProgress .cssProgress-danger {
  background-color: #ef5350 !important;
}

.cssProgress .cssProgress-success {
  background-color: #66bb6a !important;
}

.cssProgress .cssProgress-warning {
  background-color: #ffb74d !important;
}

.cssProgress .cssProgress-right {
  float: right !important;
}

.cssProgress .cssProgress-label-left {
  margin-left: 10px;
  text-align: left !important;
}

.cssProgress .cssProgress-label-right {
  margin-right: 10px;
  text-align: right !important;
}

.cssProgress .cssProgress-label2 {
  display: block;
  margin: 2px 0;
  padding: 0 8px;
  font-size: 0.8em;
}

.cssProgress .cssProgress-label2.cssProgress-label2-right {
  text-align: right;
}

.cssProgress .cssProgress-label2.cssProgress-label2-center {
  text-align: center;
}

.cssProgress .cssProgress-stripes, .cssProgress .cssProgress-active, .cssProgress .cssProgress-active-right {
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-size: 35px 35px;
}

.cssProgress .cssProgress-active {
  -webkit-animation: cssProgressActive 2s linear infinite;
  animation: cssProgressActive 2s linear infinite;
}

.cssProgress .cssProgress-active-right {
  -webkit-animation: cssProgressActiveRight 2s linear infinite;
  animation: cssProgressActiveRight 2s linear infinite;
}

@-webkit-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@-webkit-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
@keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
.progress1 {
  background-color: #EEE;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.progress1 .cssProgress-bar {
  height: 18px;
}

.progress1 .cssProgress-label {
  line-height: 18px;
}

.modal-footer {
  border: none;
  max-width: 32rem;
  padding: 0 2px;
  margin: 0 auto;
  margin-top: 1.5rem !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  min-height: 24px;
}
.modal-footer .modal-footer-timer {
  position: absolute;
  right: 0px;
}

.cert-selected {
  border-left: 4px solid #1ba942 !important;
  background-color: hsl(188deg, 50%, 97%);
}

.register-final-form {
  padding: 2rem;
  border: 1px solid hsl(230deg, 11%, 80%);
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  border-radius: 10px;
}
.register-final-form label {
  font-weight: normal;
  color: hsl(220deg, 5%, 50%);
}

main-error {
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
}
main-error .layout-page-header-error {
  padding: 1rem 0;
  background: hsl(185deg, 85%, 92%) url(/i/bg-search.jpg) no-repeat center top/auto;
}
main-error .error-container {
  text-align: center;
  background: #fff;
  padding: 20px 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 50px auto;
  max-width: 600px;
}
main-error .error-container h1 {
  font-size: 24px;
  color: #333;
}
main-error .error-container p {
  font-size: 18px;
  color: #666;
}
