@charset "UTF-8";
@font-face {
  font-family: TildaSans;
  font-display: swap;
  src: url("../fonts/TildaSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: TildaSans;
  font-display: swap;
  src: url("../fonts/TildaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: TildaSans;
  font-display: swap;
  src: url("../fonts/TildaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: TildaSans;
  font-display: swap;
  src: url("../fonts/TildaSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: TildaSans;
  font-display: swap;
  src: url("../fonts/TildaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: TildaSans;
  font-display: swap;
  src: url("../fonts/TildaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TildaSans;
  font-display: swap;
  src: url("../fonts/TildaSans-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
:root {
  --text-color: #333333;
  --primary-color: #A50702;
  --font-family: Manrope;
  --border-radius: 20rem;
}

/*!
 * Bootstrap Reboot v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #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-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

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

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

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

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

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

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;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

/* 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;
}

/*!
 * Bootstrap Grid v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --ui-gutter-x: 20rem;
  --ui-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--ui-gutter-x) * 0.5);
  padding-left: calc(var(--ui-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720rem;
  }
}
@media (min-width: 1100px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960rem;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1125rem;
  }
}
@media (min-width: 17200px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1125rem;
  }
}
:root {
  --ui-breakpoint-xs: 0;
  --ui-breakpoint-sm: 576px;
  --ui-breakpoint-md: 768px;
  --ui-breakpoint-lg: 1100px;
  --ui-breakpoint-xl: 1400px;
  --ui-breakpoint-xxl: 17200px;
}

.row {
  --ui-gutter-x: 20rem;
  --ui-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--ui-gutter-y));
  margin-right: calc(-0.5 * var(--ui-gutter-x));
  margin-left: calc(-0.5 * var(--ui-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--ui-gutter-x) * 0.5);
  padding-left: calc(var(--ui-gutter-x) * 0.5);
  margin-top: var(--ui-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --ui-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --ui-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --ui-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --ui-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --ui-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --ui-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --ui-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --ui-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --ui-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --ui-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --ui-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --ui-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --ui-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --ui-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --ui-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --ui-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --ui-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --ui-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --ui-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --ui-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --ui-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --ui-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --ui-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --ui-gutter-y: 3rem;
  }
}
@media (min-width: 1100px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --ui-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --ui-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --ui-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --ui-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --ui-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --ui-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --ui-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --ui-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --ui-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --ui-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --ui-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --ui-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --ui-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --ui-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --ui-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --ui-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --ui-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --ui-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --ui-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --ui-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --ui-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --ui-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --ui-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --ui-gutter-y: 3rem;
  }
}
@media (min-width: 17200px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --ui-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --ui-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --ui-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --ui-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --ui-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --ui-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --ui-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --ui-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --ui-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --ui-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --ui-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --ui-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1100px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 17200px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Utilities v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --ui-blue: #0d6efd;
  --ui-indigo: #6610f2;
  --ui-purple: #6f42c1;
  --ui-pink: #d63384;
  --ui-red: #dc3545;
  --ui-orange: #fd7e14;
  --ui-yellow: #ffc107;
  --ui-green: #198754;
  --ui-teal: #20c997;
  --ui-cyan: #0dcaf0;
  --ui-black: #000;
  --ui-white: #fff;
  --ui-gray: #6c757d;
  --ui-gray-dark: #343a40;
  --ui-gray-100: #f8f9fa;
  --ui-gray-200: #e9ecef;
  --ui-gray-300: #dee2e6;
  --ui-gray-400: #ced4da;
  --ui-gray-500: #adb5bd;
  --ui-gray-600: #6c757d;
  --ui-gray-700: #495057;
  --ui-gray-800: #343a40;
  --ui-gray-900: #212529;
  --ui-primary: #0d6efd;
  --ui-secondary: #6c757d;
  --ui-success: #198754;
  --ui-info: #0dcaf0;
  --ui-warning: #ffc107;
  --ui-danger: #dc3545;
  --ui-light: #f8f9fa;
  --ui-dark: #212529;
  --ui-primary-rgb: 13, 110, 253;
  --ui-secondary-rgb: 108, 117, 125;
  --ui-success-rgb: 25, 135, 84;
  --ui-info-rgb: 13, 202, 240;
  --ui-warning-rgb: 255, 193, 7;
  --ui-danger-rgb: 220, 53, 69;
  --ui-light-rgb: 248, 249, 250;
  --ui-dark-rgb: 33, 37, 41;
  --ui-primary-text-emphasis: #052c65;
  --ui-secondary-text-emphasis: #2b2f32;
  --ui-success-text-emphasis: #0a3622;
  --ui-info-text-emphasis: #055160;
  --ui-warning-text-emphasis: #664d03;
  --ui-danger-text-emphasis: #58151c;
  --ui-light-text-emphasis: #495057;
  --ui-dark-text-emphasis: #495057;
  --ui-primary-bg-subtle: #cfe2ff;
  --ui-secondary-bg-subtle: #e2e3e5;
  --ui-success-bg-subtle: #d1e7dd;
  --ui-info-bg-subtle: #cff4fc;
  --ui-warning-bg-subtle: #fff3cd;
  --ui-danger-bg-subtle: #f8d7da;
  --ui-light-bg-subtle: #fcfcfd;
  --ui-dark-bg-subtle: #ced4da;
  --ui-primary-border-subtle: #9ec5fe;
  --ui-secondary-border-subtle: #c4c8cb;
  --ui-success-border-subtle: #a3cfbb;
  --ui-info-border-subtle: #9eeaf9;
  --ui-warning-border-subtle: #ffe69c;
  --ui-danger-border-subtle: #f1aeb5;
  --ui-light-border-subtle: #e9ecef;
  --ui-dark-border-subtle: #adb5bd;
  --ui-white-rgb: 255, 255, 255;
  --ui-black-rgb: 0, 0, 0;
  --ui-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";
  --ui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --ui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --ui-body-font-family: var(--bs-font-sans-serif);
  --ui-body-font-size: 1rem;
  --ui-body-font-weight: 400;
  --ui-body-line-height: 1.5;
  --ui-body-color: #212529;
  --ui-body-color-rgb: 33, 37, 41;
  --ui-body-bg: #fff;
  --ui-body-bg-rgb: 255, 255, 255;
  --ui-emphasis-color: #000;
  --ui-emphasis-color-rgb: 0, 0, 0;
  --ui-secondary-color: rgba(33, 37, 41, 0.75);
  --ui-secondary-color-rgb: 33, 37, 41;
  --ui-secondary-bg: #e9ecef;
  --ui-secondary-bg-rgb: 233, 236, 239;
  --ui-tertiary-color: rgba(33, 37, 41, 0.5);
  --ui-tertiary-color-rgb: 33, 37, 41;
  --ui-tertiary-bg: #f8f9fa;
  --ui-tertiary-bg-rgb: 248, 249, 250;
  --ui-heading-color: inherit;
  --ui-link-color: #0d6efd;
  --ui-link-color-rgb: 13, 110, 253;
  --ui-link-decoration: underline;
  --ui-link-hover-color: #0a58ca;
  --ui-link-hover-color-rgb: 10, 88, 202;
  --ui-code-color: #d63384;
  --ui-highlight-color: #212529;
  --ui-highlight-bg: #fff3cd;
  --ui-border-width: 1px;
  --ui-border-style: solid;
  --ui-border-color: #dee2e6;
  --ui-border-color-translucent: rgba(0, 0, 0, 0.175);
  --ui-border-radius: 0.375rem;
  --ui-border-radius-sm: 0.25rem;
  --ui-border-radius-lg: 0.5rem;
  --ui-border-radius-xl: 1rem;
  --ui-border-radius-xxl: 2rem;
  --ui-border-radius-2xl: var(--ui-border-radius-xxl);
  --ui-border-radius-pill: 50rem;
  --ui-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --ui-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --ui-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --ui-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --ui-focus-ring-width: 0.25rem;
  --ui-focus-ring-opacity: 0.25;
  --ui-focus-ring-color: rgba(13, 110, 253, 0.25);
  --ui-form-valid-color: #198754;
  --ui-form-valid-border-color: #198754;
  --ui-form-invalid-color: #dc3545;
  --ui-form-invalid-border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--ui-primary-rgb), var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--ui-primary-rgb), var(--ui-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--ui-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--ui-secondary-rgb), var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--ui-secondary-rgb), var(--ui-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--ui-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--ui-success-rgb), var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--ui-success-rgb), var(--ui-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--ui-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--ui-info-rgb), var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--ui-info-rgb), var(--ui-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--ui-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--ui-warning-rgb), var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--ui-warning-rgb), var(--ui-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--ui-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--ui-danger-rgb), var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--ui-danger-rgb), var(--ui-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--ui-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--ui-light-rgb), var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--ui-light-rgb), var(--ui-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--ui-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--ui-dark-rgb), var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--ui-dark-rgb), var(--ui-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--ui-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--ui-link-underline-opacity, 1)) !important;
}

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

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

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--ui-link-color-rgb), var(--ui-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--ui-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--ui-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--ui-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--ui-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --ui-focus-ring-color: rgba(var(--ui-primary-rgb), var(--ui-focus-ring-opacity));
}

.focus-ring-secondary {
  --ui-focus-ring-color: rgba(var(--ui-secondary-rgb), var(--ui-focus-ring-opacity));
}

.focus-ring-success {
  --ui-focus-ring-color: rgba(var(--ui-success-rgb), var(--ui-focus-ring-opacity));
}

.focus-ring-info {
  --ui-focus-ring-color: rgba(var(--ui-info-rgb), var(--ui-focus-ring-opacity));
}

.focus-ring-warning {
  --ui-focus-ring-color: rgba(var(--ui-warning-rgb), var(--ui-focus-ring-opacity));
}

.focus-ring-danger {
  --ui-focus-ring-color: rgba(var(--ui-danger-rgb), var(--ui-focus-ring-opacity));
}

.focus-ring-light {
  --ui-focus-ring-color: rgba(var(--ui-light-rgb), var(--ui-focus-ring-opacity));
}

.focus-ring-dark {
  --ui-focus-ring-color: rgba(var(--ui-dark-rgb), var(--ui-focus-ring-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: var(--ui-border-width) var(--ui-border-style) var(--ui-border-color) !important;
}

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

.border-top {
  border-top: var(--ui-border-width) var(--ui-border-style) var(--ui-border-color) !important;
}

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

.border-end {
  border-right: var(--ui-border-width) var(--ui-border-style) var(--ui-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--ui-border-width) var(--ui-border-style) var(--ui-border-color) !important;
}

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

.border-start {
  border-left: var(--ui-border-width) var(--ui-border-style) var(--ui-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

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

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

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

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

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

.border-opacity-10 {
  --ui-border-opacity: 0.1;
}

.border-opacity-25 {
  --ui-border-opacity: 0.25;
}

.border-opacity-50 {
  --ui-border-opacity: 0.5;
}

.border-opacity-75 {
  --ui-border-opacity: 0.75;
}

.border-opacity-100 {
  --ui-border-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --ui-text-opacity: 1;
  color: var(--ui-secondary-color) !important;
}

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

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

.text-body-secondary {
  --ui-text-opacity: 1;
  color: var(--ui-secondary-color) !important;
}

.text-body-tertiary {
  --ui-text-opacity: 1;
  color: var(--ui-tertiary-color) !important;
}

.text-body-emphasis {
  --ui-text-opacity: 1;
  color: var(--ui-emphasis-color) !important;
}

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

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --ui-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --ui-link-opacity: 0.1;
}

.link-opacity-25 {
  --ui-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --ui-link-opacity: 0.25;
}

.link-opacity-50 {
  --ui-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --ui-link-opacity: 0.5;
}

.link-opacity-75 {
  --ui-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --ui-link-opacity: 0.75;
}

.link-opacity-100 {
  --ui-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --ui-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

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

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

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

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

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

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

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

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

.link-underline {
  --ui-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--ui-link-color-rgb), var(--ui-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --ui-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --ui-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --ui-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --ui-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --ui-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --ui-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --ui-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --ui-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --ui-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --ui-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --ui-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --ui-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--ui-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(--ui-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--ui-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--ui-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--ui-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--ui-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--ui-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--ui-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--ui-border-radius) !important;
  border-top-right-radius: var(--ui-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--ui-border-radius-sm) !important;
  border-top-right-radius: var(--ui-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--ui-border-radius) !important;
  border-top-right-radius: var(--ui-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--ui-border-radius-lg) !important;
  border-top-right-radius: var(--ui-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--ui-border-radius-xl) !important;
  border-top-right-radius: var(--ui-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--ui-border-radius-xxl) !important;
  border-top-right-radius: var(--ui-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--ui-border-radius-pill) !important;
  border-top-right-radius: var(--ui-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--ui-border-radius) !important;
  border-bottom-right-radius: var(--ui-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--ui-border-radius-sm) !important;
  border-bottom-right-radius: var(--ui-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--ui-border-radius) !important;
  border-bottom-right-radius: var(--ui-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--ui-border-radius-lg) !important;
  border-bottom-right-radius: var(--ui-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--ui-border-radius-xl) !important;
  border-bottom-right-radius: var(--ui-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--ui-border-radius-xxl) !important;
  border-bottom-right-radius: var(--ui-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--ui-border-radius-pill) !important;
  border-bottom-right-radius: var(--ui-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--ui-border-radius) !important;
  border-bottom-left-radius: var(--ui-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--ui-border-radius-sm) !important;
  border-bottom-left-radius: var(--ui-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--ui-border-radius) !important;
  border-bottom-left-radius: var(--ui-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--ui-border-radius-lg) !important;
  border-bottom-left-radius: var(--ui-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--ui-border-radius-xl) !important;
  border-bottom-left-radius: var(--ui-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--ui-border-radius-xxl) !important;
  border-bottom-left-radius: var(--ui-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--ui-border-radius-pill) !important;
  border-bottom-left-radius: var(--ui-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--ui-border-radius) !important;
  border-top-left-radius: var(--ui-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--ui-border-radius-sm) !important;
  border-top-left-radius: var(--ui-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--ui-border-radius) !important;
  border-top-left-radius: var(--ui-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--ui-border-radius-lg) !important;
  border-top-left-radius: var(--ui-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--ui-border-radius-xl) !important;
  border-top-left-radius: var(--ui-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--ui-border-radius-xxl) !important;
  border-top-left-radius: var(--ui-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--ui-border-radius-pill) !important;
  border-top-left-radius: var(--ui-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1100px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 17200px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
body, html {
  height: 100%;
  font-size: 0.0520833333vw;
}

@media screen and (max-width: 1540px) {
  body, html {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 992px) {
  body, html {
    font-size: 0.0657894737vw;
  }
}
@media screen and (max-width: 768px) {
  body, html {
    font-size: 0.176056338vw;
  }
}
@media screen and (max-width: 568px) {
  body, html {
    font-size: 0.2666666667vw;
  }
}
html {
  height: 100%;
  -ms-overflow-style: scrollbar;
}

body {
  height: 100vh;
  font-size: 18rem;
}

@media (min-width: 1920px) {
  html {
    font-size: 1px;
  }
}
.bg-grey {
  background: #F7F7F7;
}

.container {
  width: 100%;
  max-width: 1160rem;
}

.swiper-wrapper {
  height: auto;
}

a {
  color: #a3824f;
  text-decoration: none;
}

a:hover {
  color: #a3824f;
  text-decoration: underline;
}

/* Функции */
/* Утилиты */
/* Сбросы */
.sn-notifications-container {
  font-size: 18rem;
}

.sn-notifications-container {
  --sn-success-color: rgb(111, 207, 151);
  --sn-success-progress-color: rgb(84, 170, 120);
  --sn-error-color: rgb(235, 87, 87);
  --sn-error-progress-color: rgb(192, 69, 69);
  --sn-warning-color: rgb(242, 201, 76);
  --sn-warning-progress-color: rgb(196, 166, 79);
  --sn-info-color: rgb(81, 205, 243);
  --sn-info-progress-color: rgb(84, 169, 196);
  --sn-notifications-gap: 20px;
  --sn-notifications-padding: 20px;
  --sn-notify-width: 320px;
  --sn-notify-radius: 6px;
  --sn-notify-transition-timing-function: ease;
  --sn-notify-transition-duration: .5s;
  --sn-notify-autoclose-timeout: 30s;
  --sn-notify-padding: 10rem;
  --sn-notify-icon-size: 30rem;
  --sn-notify-close-icon-size: 20rem;
  --sn-notify-border-size: 1px;
  --sn-notify-border-color: transparent;
  --sn-notify-border-style: solid;
  --sn-notify-progress-color: rgb(51, 51, 51);
  --sn-notify-close-icon-color: rgb(51, 51, 51);
  --sn-notify-title-color: rgb(51, 51, 51);
  --sn-notify-text-color: rgb(77, 77, 77);
  --sn-notify-shadow-color: transparent;
  --sn-notify-progress-height: 5px;
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 100vh;
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  align-content: flex-start;
  grid-gap: var(--sn-notifications-gap);
  gap: var(--sn-notifications-gap);
  padding: var(--sn-notifications-padding);
}

.sn-notifications-container.sn-is-x-center {
  justify-content: center;
}

.sn-notifications-container.sn-is-y-center {
  align-content: center;
  justify-content: flex-end;
}

.sn-notifications-container.sn-is-center {
  justify-content: center;
  align-content: center;
}

.sn-notifications-container.sn-is-left {
  justify-content: flex-start;
}

.sn-notifications-container.sn-is-right {
  justify-content: flex-end;
}

.sn-notifications-container.sn-is-top {
  align-content: flex-start;
}

.sn-notifications-container.sn-is-bottom {
  align-content: flex-end;
}

.sn-notify {
  pointer-events: auto;
  transition-timing-function: var(--sn-notify-transition-timing-function);
  transition-duration: var(--sn-notify-transition-duration);
  transition-properties: transform, opacity;
  border-radius: var(--sn-notify-radius);
  background-color: var(--sn-notify-background-color, transparent);
  border: var(--sn-notify-border-size) var(--sn-notify-border-style) var(--sn-notify-border-color);
  padding: var(--sn-notify-padding);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: var(--sn-notify-width);
}

.sn-notify-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--sn-notify-icon-size);
  height: var(--sn-notify-icon-size);
  margin-right: 5rem;
  color: var(--sn-notify-icon-color);
}

.sn-notify-close {
  position: absolute;
  right: 0.75em;
  top: 0.75em;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--sn-notify-close-icon-size);
  width: var(--sn-notify-close-icon-size);
  color: var(--sn-notify-close-icon-color);
}

.sn-notify-title {
  font-size: 18rem;
  font-weight: 600;
  padding-right: calc(var(--sn-notify-padding) + var(--sn-notify-close-icon-size));
  color: var(--sn-notify-title-color);
}

.sn-notify-text {
  font-size: 16rem;
  margin-top: 25rem;
  color: var(--sn-notify-text-color);
}

.sn-notify-outline {
  --sn-notify-background-color: rgb(255, 255, 255);
  --sn-notify-border-color: var(--sn-success-color);
  box-shadow: 0 2px 26px var(--sn-notify-shadow-color);
}

.sn-notify-outline.sn-notify-success {
  --sn-notify-border-color: var(--sn-success-color);
  --sn-notify-icon-color: var(--sn-success-color);
  --sn-notify-shadow-color: rgba(82, 215, 0, .1);
}

.sn-notify-outline.sn-notify-error {
  --sn-notify-border-color: var(--sn-error-color);
  --sn-notify-icon-color: var(--sn-error-color);
  --sn-notify-shadow-color: rgba(215, 0, 0, .1);
}

.sn-notify-outline.sn-notify-warning {
  --sn-notify-border-color: var(--sn-warning-color);
  --sn-notify-icon-color: var(--sn-warning-color);
  --sn-notify-shadow-color: rgba(242, 201, 76, .1);
}

.sn-notify-outline.sn-notify-info {
  --sn-notify-border-color: var(--sn-info-color);
  --sn-notify-icon-color: var(--sn-info-color);
  --sn-notify-shadow-color: rgba(84, 175, 202, .1);
}

.sn-notify-outline .sn-notify-title {
  --sn-notify-title-color: rgb(51, 51, 51);
}

.sn-notify-outline .sn-notify-text {
  --sn-notify-text-color: rgb(77, 77, 77);
}

.sn-notify-outline .sn-notify-close {
  --sn-notify-close-icon-color: rgb(130, 130, 130);
}

.sn-notify-filled {
  --sn-notify-title-color: rgb(51, 51, 51);
  --sn-notify-text-color: rgb(51, 51, 51);
  --sn-notify-icon-color: rgb(51, 51, 51);
  --sn-notify-close-icon-color: rgb(51, 51, 51);
}

.sn-notify-filled.sn-notify-success {
  --sn-notify-background-color: var(--sn-success-color);
}

.sn-notify-filled.sn-notify-error {
  --sn-notify-background-color: var(--sn-error-color);
}

.sn-notify-filled.sn-notify-warning {
  --sn-notify-background-color: var(--sn-warning-color);
}

.sn-notify-filled.sn-notify-info {
  --sn-notify-background-color: var(--sn-info-color);
}

.sn-notify-fade {
  opacity: 0;
  will-change: opacity;
}

.sn-notify-fade-in {
  opacity: 1;
}

.sn-notify-slide {
  opacity: 0;
  will-change: opacity, transform;
  transform: translate3d(var(--sn-notify-x), var(--sn-notify-y), 0);
}

.sn-is-left .sn-notify-slide {
  --sn-notify-x: -100%;
  --sn-notify-y: 0;
}

.sn-is-right .sn-notify-slide, .sn-is-y-center:not(.sn-is-left) .sn-notify-slide {
  --sn-notify-x: 100%;
  --sn-notify-y: 0;
}

.sn-is-top.sn-is-x-center .sn-notify-slide, .sn-is-x-center .sn-notify-slide {
  --sn-notify-y: -100%;
  --sn-notify-x: 0;
}

.sn-is-bottom.sn-is-x-center .sn-notify-slide {
  --sn-notify-y: 100%;
  --sn-notify-x: 0;
}

.sn-notify-slide-in {
  opacity: 1;
  transform: translateZ(0);
}

.sn-notify-autoclose {
  padding-bottom: calc(var(--sn-notify-padding) + var(--sn-notify-progress-height));
}

.sn-notify-autoclose.sn-notify-success {
  --sn-notify-progress-color: var(--sn-success-progress-color);
}

.sn-notify-autoclose.sn-notify-error {
  --sn-notify-progress-color: var(--sn-error-progress-color);
}

.sn-notify-autoclose.sn-notify-warning {
  --sn-notify-progress-color: var(--sn-warning-progress-color);
}

.sn-notify-autoclose.sn-notify-info {
  --sn-notify-progress-color: var(--sn-info-progress-color);
}

.sn-notify-autoclose:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  will-change: width;
  width: 100%;
  height: var(--sn-notify-progress-height);
  border-radius: 0 999px 999px 0;
  background-color: var(--sn-notify-progress-color);
  animation: progress var(--sn-notify-autoclose-timeout) linear forwards;
}

@keyframes progress {
  to {
    width: 0%;
  }
}

h1, h2, h3, h4, h5, h5 {
  margin: 0;
  color: #101010;
  font-weight: 700;
}

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

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: var(--primary-color);
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px var(--primary-color), 0 0 5px var(--primary-color);
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

.ui-btn {
  appearance: none;
  padding: 0 30rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50rem;
  color: var(--ui-btn-font-color);
  text-decoration: none;
  text-align: center;
  transition: all 0.25s;
  background: none;
  border: 1px solid transparent;
  gap: 10rem;
  border-radius: 15px;
  font-weight: 700;
  line-height: normal;
  font-size: 14rem;
}
@media (min-width: 1100px) {
  .ui-btn {
    font-size: 15rem;
    gap: 20rem;
  }
}
.ui-btn svg {
  fill: currentColor;
  stroke: currentColor !important;
}
.ui-btn:hover {
  color: #F8122F;
  border-color: var(--ui-btn-color);
  text-decoration: none;
}
.ui-btn:focus, .ui-btn:active {
  color: #C70921;
  border-color: var(--ui-btn-color);
}
.ui-btn_primary {
  color: #fff;
  background: linear-gradient(0deg, #a3824f 0%, #b7873d 100%);
  border-color: transparent;
}
.ui-btn_primary:hover, .ui-btn_primary:focus, .ui-btn_primary:active {
  color: #fff;
  background: linear-gradient(0deg, #a3824f 0%, #a3824f 100%);
  border-color: #a3824f;
}
.ui-btn_green-outline {
  border-radius: 7rem;
  color: #fff;
  background: transparent;
  border-color: #5eb52c;
}
.ui-btn_green-outline:hover, .ui-btn_green-outline:focus, .ui-btn_green-outline:active {
  color: #fff;
  background: #5eb52c;
  border-color: #5eb52c;
}
.ui-btn--icon {
  padding-right: 62px;
  background-position: right 34px center !important;
  background-repeat: no-repeat !important;
}
.ui-btn--icon.icon-portfolio {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5688 4.20241L17.3029 3.93655L13.8219 0.455517L13.556 0.189655C13.4357 0.0693103 13.2688 0 13.0981 0H3.09052C2.68156 0 2.24121 0.315862 2.24121 1.00897V13.4483V19.1507V19.3103C2.24121 19.599 2.53156 19.8803 2.875 19.969C2.89225 19.9734 2.9088 19.98 2.92673 19.9834C2.98052 19.9941 3.03535 20 3.09052 20H16.9091C16.9643 20 17.0191 19.9941 17.0729 19.9834C17.0909 19.98 17.1074 19.9734 17.1247 19.969C17.4681 19.8803 17.7585 19.599 17.7585 19.3103V19.1507V13.4483V4.82C17.7585 4.55552 17.7267 4.36034 17.5688 4.20241ZM16.5291 4.13793H13.6205V1.22931L16.5291 4.13793ZM3.09052 19.3103C3.06604 19.3103 3.04397 19.3014 3.02225 19.2934C2.96845 19.2679 2.93087 19.2141 2.93087 19.1507V14.1379H17.0688V19.1507C17.0688 19.2141 17.0312 19.2676 16.9774 19.2934C16.9557 19.3014 16.9336 19.3103 16.9091 19.3103H3.09052ZM2.93087 13.4483V1.00897C2.93087 0.934138 2.94225 0.689655 3.09052 0.689655H12.9509C12.9395 0.733103 12.9309 0.777931 12.9309 0.824483V4.82759H16.934C16.9805 4.82759 17.025 4.81897 17.0685 4.80759C17.0685 4.81276 17.0688 4.81483 17.0688 4.82V13.4483H2.93087Z' fill='white'/%3E%3Cpath d='M7.60048 15.4292C7.48565 15.3351 7.35599 15.2641 7.21151 15.2172C7.06703 15.1699 6.92082 15.1465 6.77324 15.1465H5.77393V18.621H6.33979V17.3668H6.75944C6.94151 17.3668 7.10841 17.3403 7.2591 17.2868C7.40979 17.2334 7.53875 17.1579 7.64565 17.0606C7.75255 16.9634 7.83565 16.843 7.89565 16.6999C7.95531 16.5568 7.98531 16.3975 7.98531 16.2213C7.98531 16.0548 7.94979 15.9048 7.8791 15.771C7.80841 15.6372 7.7153 15.5237 7.60048 15.4292ZM7.38599 16.5772C7.35117 16.673 7.30599 16.7475 7.24944 16.801C7.19289 16.8544 7.13082 16.893 7.06324 16.9165C6.99565 16.9399 6.92703 16.952 6.85806 16.952H6.33944V15.5754H6.76358C6.90806 15.5754 7.02427 15.5982 7.11255 15.6437C7.20048 15.6892 7.26875 15.7458 7.31772 15.8134C7.36634 15.881 7.39841 15.9517 7.41427 16.0254C7.42979 16.0992 7.43772 16.1644 7.43772 16.221C7.43772 16.3627 7.42048 16.4813 7.38599 16.5772Z' fill='white'/%3E%3Cpath d='M11.0184 15.6555C10.8722 15.5017 10.6884 15.3779 10.4667 15.2854C10.2449 15.193 9.98803 15.1465 9.69597 15.1465H8.64941V18.621H9.96459C10.0084 18.621 10.076 18.6154 10.1673 18.6044C10.2584 18.5934 10.3591 18.5686 10.4691 18.5289C10.5791 18.4896 10.6929 18.4306 10.8108 18.352C10.9287 18.2734 11.0346 18.1658 11.1291 18.0289C11.2236 17.892 11.3011 17.7223 11.3625 17.5196C11.4239 17.3168 11.4546 17.0723 11.4546 16.7865C11.4546 16.5789 11.4184 16.3768 11.3463 16.1806C11.2736 15.9848 11.1646 15.8096 11.0184 15.6555ZM10.606 17.8382C10.4363 18.0834 10.1598 18.2058 9.77631 18.2058H9.21528V15.5751H9.54528C9.81562 15.5751 10.0356 15.6106 10.2053 15.6813C10.3749 15.752 10.5094 15.8448 10.6084 15.9596C10.7073 16.0744 10.7739 16.2023 10.8087 16.3437C10.8432 16.4851 10.8604 16.6282 10.8604 16.7727C10.8604 17.2379 10.7756 17.5934 10.606 17.8382Z' fill='white'/%3E%3Cpath d='M12.2749 18.621H12.8501V17.0558H14.3021V16.6692H12.8501V15.5754H14.448V15.1465H12.2749V18.621Z' fill='white'/%3E%3Cpath d='M13.251 7.91794C12.9341 7.91794 12.5451 7.95932 12.0931 8.04139C11.462 7.37174 10.8034 6.3938 10.3386 5.4338C10.7996 3.49277 10.5689 3.21794 10.4672 3.08829C10.3589 2.95036 10.2062 2.72656 10.0324 2.72656C9.95962 2.72656 9.76099 2.75967 9.68203 2.78587C9.48341 2.85208 9.37651 3.00518 9.291 3.20484C9.0472 3.77484 9.38168 4.74656 9.72582 5.49553C9.43168 6.66553 8.93824 8.06587 8.41962 9.20243C7.11272 9.80105 6.41858 10.389 6.35582 10.95C6.33306 11.1541 6.38134 11.4538 6.74031 11.7231C6.83858 11.7966 6.95375 11.8355 7.07375 11.8355C7.37548 11.8355 7.68031 11.6045 8.03306 11.109C8.29031 10.7476 8.56651 10.2548 8.85479 9.64311C9.77824 9.23932 10.9207 8.87449 11.8989 8.67001C12.4438 9.19311 12.9317 9.45794 13.351 9.45794C13.66 9.45794 13.9248 9.31587 14.1165 9.04725C14.3162 8.7676 14.3617 8.51725 14.251 8.30242C14.1182 8.04415 13.791 7.91794 13.251 7.91794ZM7.08134 11.2535C6.91996 11.1297 6.92927 11.0462 6.93272 11.0148C6.9541 10.8231 7.25444 10.4828 7.99134 10.0686C7.43272 11.1004 7.13272 11.2373 7.08134 11.2535ZM9.90893 3.34932C9.92375 3.34449 10.2693 3.72898 9.94203 4.45829C9.45031 3.95518 9.87513 3.3607 9.90893 3.34932ZM9.19617 8.87553C9.54617 8.04139 9.87168 7.12036 10.1182 6.26725C10.5055 6.96311 10.9707 7.63829 11.4362 8.17898C10.7003 8.35174 9.91686 8.59553 9.19617 8.87553ZM13.6448 8.71036C13.5386 8.85898 13.3082 8.86242 13.2275 8.86242C13.0438 8.86242 12.9751 8.75311 12.6941 8.53691C12.9258 8.50725 13.1444 8.49967 13.3186 8.49967C13.6251 8.49967 13.6813 8.54484 13.7238 8.5676C13.7162 8.59208 13.6962 8.63829 13.6448 8.71036Z' fill='white'/%3E%3C/svg%3E%0A");
}
.ui-btn_block {
  display: flex;
  width: 100%;
}

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

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

.accordion__item {
  padding: 15rem 8rem 15rem 30rem;
  /** Установить свои значения */
  background-color: #fff;
  border-radius: 10rem;
}
.accordion__item__button {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-anchor: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  justify-content: space-between;
  text-align: left;
  padding: 0;
  font-weight: 700;
  font-size: 18rem;
  line-height: 149%;
  color: #212121;
}
.accordion__item__button:after {
  content: "";
  height: 40rem;
  width: 40rem;
  background-color: #F7F7F7;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12.9697H23' stroke='%23222222' stroke-linecap='square'/%3E%3Cpath d='M12 1.96973V23.9697' stroke='%23222222' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-size: 24rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  flex: 0 0 40rem;
  transform: rotate(45deg);
}
.accordion__item__button.collapsed:after {
  transform: rotate(0);
}
@media (min-width: 1100px) {
  .accordion__item__button {
    font-size: 21rem;
    line-height: 150%;
  }
}
.accordion__item__body {
  font-size: 14rem;
  text-align: left;
  padding-top: 12rem;
}
@media (min-width: 1100px) {
  .accordion__item__body {
    padding-top: 20rem;
    font-size: 16rem;
  }
}
.accordion__item:not(:last-child) {
  margin-bottom: 1px;
}

.breadcrumb {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 56px;
  list-style: none;
}
.breadcrumb-item {
  line-height: 20px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  /* identical to box height */
  color: #000000;
}
.breadcrumb-item a {
  text-decoration: none;
  transition: color 0.2s;
  font-weight: bold;
  color: #000000;
}
.breadcrumb-item a span {
  font-weight: bold;
}
.breadcrumb-item a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.breadcrumb-item span {
  font-weight: normal;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  width: 8px;
  height: 13px;
  position: absolute;
  left: 7px;
  top: 1px;
}
.breadcrumb-item.active {
  color: #101010;
}
@media (min-width: 1100px) {
  .breadcrumb {
    display: flex;
  }
}

:root {
  --form-input-height: 56rem;
  --form-input-border-width: 1px;
  --form-input-border-radius: 8rem;
  --form-input-padding-x: 12rem;
  --form-input-padding-y: 8rem;
  --form-input-font-size: 16rem;
  --form-input-line-height: 1.5;
  --form-input-color: #212529;
  --form-input-bg: #fff;
  --form-input-border-color: #fff;
  --form-input-focus-color: #212529;
  --form-input-focus-bg: #fff;
  --form-input-focus-border-color: #a3824f;
  --form-input-placeholder-color: #6c757d;
  --form-input-disabled-color: #6c757d;
  --form-input-disabled-bg: #e9ecef;
  --form-input-disabled-border-color: #ced4da;
  --form-input-box-shadow: none;
  --form-input-focus-box-shadow: 0 0 0 4rem rgba(#a3824f, 0.25);
  --form-input-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --form-floating-height: calc(var(--form-input-height) + (var(--form-input-border-width) * 2));
  --form-floating-line-height: 1.25;
  --form-floating-padding-x: var(--form-input-padding-x);
  --form-floating-padding-y: 16rem;
  --form-floating-input-padding-t: 26rem;
  --form-floating-input-padding-b: 10rem;
  --form-floating-label-height: 24rem;
  --form-floating-label-opacity: 0.65;
  --form-floating-label-transform: scale(0.85) translateY(-8rem) translateX(2.4rem);
  --form-floating-label-disabled-color: #6c757d;
  --form-floating-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  --form-file-button-color: #212529;
  --form-file-button-bg: #e9ecef;
  --form-file-button-hover-bg: #dde0e3;
  --form-color-width: 48rem;
  --form-check-min-height: 24rem;
  --form-check-padding-start: 24rem;
  --form-check-margin-bottom: 0.5rem;
  --form-check-input-width: 16rem;
  --form-check-input-border: 1px solid #adb5bd;
  --form-check-input-border-radius: 0.25rem;
  --form-check-radio-border-radius: 50%;
  --form-check-input-focus-border: #86b7fe;
  --form-check-input-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --form-check-input-checked-bg-color: #0d6efd;
  --form-check-input-checked-border-color: #0d6efd;
  --form-check-input-indeterminate-bg-color: #0d6efd;
  --form-check-input-indeterminate-border-color: #0d6efd;
  --form-check-input-disabled-opacity: 0.5;
  --form-check-label-disabled-opacity: 0.5;
  --form-check-label-color: #212529;
  --form-check-label-cursor: pointer;
  --form-check-transition: background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --form-check-input-active-filter: brightness(90%);
  --form-switch-width: 48rem;
  --form-switch-padding-start: 48rem;
  --form-switch-border-radius: 32rem;
  --form-switch-transition: background-position 0.15s ease-in-out;
  --form-switch-checked-bg-position: right center;
  --form-check-inline-margin-end: 1px;
  --form-check-btn-check-disabled-opacity: 0.65;
}

.modal .f-control {
  --form-input-border-color: #a3824f;
}

.f-control {
  display: block;
  width: 100%;
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  font-size: var(--form-input-font-size);
  font-weight: 400;
  line-height: var(--form-input-line-height);
  color: var(--form-input-color);
  appearance: none;
  background-color: var(--form-input-bg);
  background-clip: padding-box;
  border: var(--form-input-border-width) solid var(--form-input-border-color);
  border-radius: var(--form-input-border-radius);
  box-shadow: var(--form-input-box-shadow);
  transition: var(--form-input-transition);
}
.f-control[type=file] {
  overflow: hidden;
}
.f-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.f-control:focus {
  color: var(--form-input-focus-color);
  background-color: var(--form-input-focus-bg);
  border-color: var(--form-input-focus-border-color);
  outline: 0;
  box-shadow: var(--form-input-focus-box-shadow);
}
.f-control::-webkit-date-and-time-value {
  min-width: 85rem;
  height: calc(var(--form-input-line-height) * 1em);
  margin: 0;
}
.f-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.f-control::placeholder {
  color: var(--form-input-placeholder-color);
  opacity: 1;
}
.f-control:disabled {
  color: var(--form-input-disabled-color);
  background-color: var(--form-input-disabled-bg);
  border-color: var(--form-input-disabled-border-color);
  opacity: 1;
}
.f-control::file-selector-button {
  padding: var(--form-input-padding-y) var(--form-input-padding-x);
  margin: calc(var(--form-input-padding-y) * -1) calc(var(--form-input-padding-x) * -1);
  margin-inline-end: var(--form-input-padding-x);
  color: var(--form-file-button-color);
  background-color: var(--form-file-button-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--form-input-border-width);
  border-radius: 0;
  transition: var(--form-input-transition);
}
.f-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--form-file-button-hover-bg);
}

.f-control-plaintext {
  display: block;
  width: 100%;
  padding: var(--form-input-padding-y) 0;
  margin-bottom: 0;
  line-height: var(--form-input-line-height);
  color: var(--form-input-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--form-input-border-width) 0;
}
.f-control-plaintext:focus {
  outline: 0;
}

textarea.f-control {
  min-height: var(--form-input-height);
}

.f-control-color {
  width: var(--form-color-width);
  height: var(--form-input-height);
  padding: var(--form-input-padding-y);
}
.f-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.f-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--form-input-border-radius);
}
.f-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--form-input-border-radius);
}

.f-floating {
  position: relative;
}
.f-floating > .f-control,
.f-floating > .f-control-plaintext,
.f-floating > .form-select {
  height: var(--form-floating-height);
  min-height: var(--form-floating-height);
  line-height: var(--form-floating-line-height);
}
.f-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: var(--form-floating-padding-y) var(--form-floating-padding-x);
  overflow: hidden;
  color: rgba(var(--body-color-rgb), var(--form-floating-label-opacity));
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--form-input-border-width) solid transparent;
  transform-origin: 0 0;
  transition: var(--form-floating-transition);
}
.f-floating > .f-control,
.f-floating > .f-control-plaintext {
  padding: var(--form-floating-padding-y) var(--form-floating-padding-x);
}
.f-floating > .f-control::placeholder,
.f-floating > .f-control-plaintext::placeholder {
  color: transparent;
}
.f-floating > .f-control:focus, .f-floating > .f-control:not(:placeholder-shown),
.f-floating > .f-control-plaintext:focus,
.f-floating > .f-control-plaintext:not(:placeholder-shown) {
  padding-top: var(--form-floating-input-padding-t);
  padding-bottom: var(--form-floating-input-padding-b);
}
.f-floating > .f-control:-webkit-autofill,
.f-floating > .f-control-plaintext:-webkit-autofill {
  padding-top: var(--form-floating-input-padding-t);
  padding-bottom: var(--form-floating-input-padding-b);
}
.f-floating > .form-select {
  padding-top: var(--form-floating-input-padding-t);
  padding-bottom: var(--form-floating-input-padding-b);
  padding-left: var(--form-floating-padding-x);
}
.f-floating > .f-control:focus ~ label,
.f-floating > .f-control:not(:placeholder-shown) ~ label,
.f-floating > .f-control-plaintext ~ label,
.f-floating > .form-select ~ label {
  transform: var(--form-floating-label-transform);
}
.f-floating > .f-control:-webkit-autofill ~ label {
  transform: var(--form-floating-label-transform);
}
.f-floating > textarea:focus ~ label::after,
.f-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: var(--form-floating-padding-y) calc(var(--form-floating-padding-x) * 0.5);
  z-index: -1;
  height: var(--form-floating-label-height);
  content: "";
  background-color: var(--form-input-bg);
  border-radius: var(--form-input-border-radius);
}
.f-floating > textarea:disabled ~ label::after {
  background-color: var(--form-input-disabled-bg);
}
.f-floating > .f-control-plaintext ~ label {
  border-width: var(--form-input-border-width) 0;
}
.f-floating > :disabled ~ label,
.f-floating > .f-control:disabled ~ label {
  color: var(--form-floating-label-disabled-color);
}

.f-check {
  display: block;
  min-height: var(--form-check-min-height);
  padding-left: var(--form-check-padding-start);
  margin-bottom: var(--form-check-margin-bottom);
}
.f-check .f-check-input {
  float: left;
  margin-left: calc(var(--form-check-padding-start) * -1);
}

.f-check-reverse {
  padding-right: var(--form-check-padding-start);
  padding-left: 0;
  text-align: right;
}
.f-check-reverse .f-check-input {
  float: right;
  margin-right: calc(var(--form-check-padding-start) * -1);
  margin-left: 0;
}

.f-check-input {
  --form-check-bg: #fff;
  --form-check-bg-image: none;
  flex-shrink: 0;
  width: var(--form-check-input-width);
  height: var(--form-check-input-width);
  margin-top: 5rem;
  vertical-align: top;
  appearance: none;
  background-color: var(--form-check-bg);
  background-image: var(--form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--form-check-input-border);
  print-color-adjust: exact;
  transition: var(--form-check-transition);
}
.f-check-input[type=checkbox] {
  border-radius: var(--form-check-input-border-radius);
}
.f-check-input[type=radio] {
  border-radius: var(--form-check-radio-border-radius);
}
.f-check-input:active {
  filter: var(--form-check-input-active-filter);
}
.f-check-input:focus {
  border-color: var(--form-check-input-focus-border);
  outline: 0;
  box-shadow: var(--form-check-input-focus-box-shadow);
}
.f-check-input:checked {
  background-color: var(--form-check-input-checked-bg-color);
  border-color: var(--form-check-input-checked-border-color);
}
.f-check-input:checked[type=checkbox] {
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.f-check-input:checked[type=radio] {
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.f-check-input[type=checkbox]:indeterminate {
  background-color: var(--form-check-input-indeterminate-bg-color);
  border-color: var(--form-check-input-indeterminate-border-color);
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.f-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: var(--form-check-input-disabled-opacity);
}
.f-check-input[disabled] ~ .f-check-label, .f-check-input:disabled ~ .f-check-label {
  cursor: default;
  opacity: var(--form-check-label-disabled-opacity);
}

.f-check-label {
  color: var(--form-check-label-color);
  cursor: var(--form-check-label-cursor);
}

.f-switch {
  padding-left: var(--form-switch-padding-start);
}
.f-switch .f-check-input {
  --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: var(--form-switch-width);
  margin-left: calc(var(--form-switch-padding-start) * -1);
  background-image: var(--form-switch-bg);
  background-position: left center;
  border-radius: var(--form-switch-border-radius);
  transition: var(--form-switch-transition);
}
.f-switch .f-check-input:focus {
  --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.f-switch .f-check-input:checked {
  background-position: var(--form-switch-checked-bg-position);
  --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.f-switch.f-check-reverse {
  padding-right: var(--form-switch-padding-start);
  padding-left: 0;
}
.f-switch.f-check-reverse .f-check-input {
  margin-right: calc(var(--form-switch-padding-start) * -1);
  margin-left: 0;
}

.f-check-inline {
  display: inline-block;
  margin-right: var(--form-check-inline-margin-end);
}

@media (prefers-color-scheme: dark) {
  .f-switch .f-check-input:not(:checked):not(:focus) {
    --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
  }
}
.modal {
  --ui-modal-width: 954rem;
  --ui-modal-padding: 24rem 16rem;
  --ui-modal-margin: 30rem;
  --ui-modal-border-radius: 16rem;
  --ui-modal-header-padding: 20rem 24rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
@media (min-width: 1100px) {
  .modal {
    --ui-modal-header-padding: 45rem 98rem 0;
    --ui-modal-padding: 48rem;
    --ui-modal-border-radius: 24rem;
  }
}
.modal .f-group {
  margin-bottom: 15rem;
}
.modal .btn-close {
  position: absolute;
  cursor: pointer;
  right: 12rem;
  top: 12rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='26.766357' height='26.766113' viewBox='0 0 26.7664 26.7661' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs/%3E%3Cpath id='Vector' d='M24.75 2L2 24.75M2 2L24.75 24.75' stroke='%23000000' stroke-opacity='1.000000' stroke-width='4.000000' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 14rem;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  width: 32rem;
  height: 32rem;
  z-index: 10;
  transition: all 0.5s;
}
.modal .btn-close:hover {
  transform: scale(1.1);
}
@media (min-width: 1100px) {
  .modal .btn-close {
    right: 20rem;
    top: 20rem;
    background-size: 23rem;
  }
}
.modal .row {
  --ui-gutter-x: 12rem;
  --ui-gutter-y: 12rem;
}
@media (min-width: 1100px) {
  .modal .row {
    --ui-gutter-x: 20rem;
    --ui-gutter-y: 20rem;
  }
}
.modal textarea {
  height: 232rem;
}

.modal.fade {
  transition: opacity 0.15s linear;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--ui-modal-margin);
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  max-width: var(--ui-modal-width);
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50rem);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--ui-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 16rem;
  box-shadow: 0rem 4rem 40rem 0rem rgba(143, 159, 205, 0.25);
  padding: 24rem 16rem;
  outline: 0;
}
@media (min-width: 1100px) {
  .modal-content {
    border-radius: 24rem;
    padding: 48rem;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24rem;
}
@media (min-width: 1100px) {
  .modal-header {
    margin-bottom: 32rem;
  }
}

.modal-title {
  margin-bottom: 0;
  color: #101010;
  font-size: 24rem;
  font-weight: 900;
  line-height: 30rem;
  text-align: left;
}
@media (min-width: 1100px) {
  .modal-title {
    font-size: 48rem;
    font-weight: 900;
    line-height: 48rem;
    letter-spacing: -0.01em;
  }
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 34rem 0 0;
}

@media (max-width: 1099px) {
  .modal-dialog {
    max-width: var(--ui-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --ui-modal-width: 100%;
  }
}
.u-space-base {
  margin-bottom: 60rem;
}
@media (min-width: 1100px) {
  .u-space-base {
    margin-bottom: 120rem;
  }
}

.ui-tab {
  margin-bottom: 24px;
  padding: 8px;
  border-radius: 16px;
  box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  background: rgb(255, 255, 255);
  display: flex;
  width: 100%;
  gap: 8px;
}
.ui-tab a {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101010;
  text-decoration: none;
  padding: 0 40px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.5s ease-out;
}
.ui-tab a.active {
  background: #a3824f;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1099px) {
  .ui-tab a {
    flex: 1;
  }
}
@media (min-width: 1100px) {
  .ui-tab a {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    height: 56px;
  }
}
@media (min-width: 1100px) {
  .ui-tab a {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    height: 56px;
  }
}
.ui-tab--lg {
  margin-top: 24px;
  margin-bottom: 0;
}
.ui-tab--lg a {
  padding: 0 40px;
}
@media (min-width: 1100px) {
  .ui-tab--lg a {
    min-width: 372px;
    height: 75px;
    font-size: 28px;
    padding: 0 48px;
  }
}
@media (min-width: 1400px) {
  .ui-tab--lg a {
    min-width: 372px;
    height: 92px;
    font-size: 32px;
    padding: 0 48px;
  }
}
@media (min-width: 1100px) {
  .ui-tab--lg {
    margin-top: 32px;
    padding: 16px;
    border-radius: 24px;
  }
}
@media (min-width: 1100px) {
  .ui-tab {
    display: inline-flex;
    width: auto;
  }
}

.ui-title {
  line-height: 112%;
  margin-bottom: 30rem;
  font-weight: 700;
  font-size: 24rem;
  color: #333;
}
.ui-title strong {
  color: var(--primary-color);
}
@media (min-width: 1100px) {
  .ui-title {
    font-size: 48rem;
    margin-bottom: 60rem;
  }
}

.ui-video {
  position: relative;
  cursor: pointer;
  height: 100%;
}
@media (min-width: 1100px) {
  .ui-video {
    margin-top: 10px;
    height: 100%;
  }
}
.ui-video__image {
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 1100px) {
  .ui-video__image {
    height: calc(100% - 10px);
  }
}
.ui-video__image img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
@media (min-width: 1100px) {
  .ui-video__image img {
    height: 100%;
  }
}
.ui-video__btn {
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='104' viewBox='0 0 104 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_106_6866)'%3E%3Crect width='104' height='104' rx='52' fill='white' fill-opacity='0.2'/%3E%3Crect x='1' y='1' width='102' height='102' rx='51' stroke='white' stroke-width='2'/%3E%3Cpath d='M72 52C72.0012 52.5093 71.8707 53.0102 71.6209 53.4541C71.3712 53.898 71.0109 54.2697 70.575 54.5331L43.56 71.0593C43.1045 71.3382 42.5829 71.4905 42.0489 71.5004C41.5149 71.5103 40.988 71.3774 40.5225 71.1156C40.0615 70.8578 39.6774 70.4819 39.4098 70.0264C39.1422 69.571 39.0008 69.0525 39 68.5243V35.4756C39.0008 34.9474 39.1422 34.4289 39.4098 33.9735C39.6774 33.518 40.0615 33.1421 40.5225 32.8843C40.988 32.6225 41.5149 32.4896 42.0489 32.4995C42.5829 32.5094 43.1045 32.6617 43.56 32.9406L70.575 49.4668C71.0109 49.7302 71.3712 50.1019 71.6209 50.5458C71.8707 50.9897 72.0012 51.4907 72 52Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_106_6866' x='-20' y='-20' width='144' height='144' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_106_6866'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_106_6866' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  width: 104px;
  height: 104px;
  left: calc(50% - 52px);
  top: calc(50% - 52px);
  transition: all 0.5s;
}
.ui-video:hover .ui-video__btn {
  transform: scale(1.1);
}
.ui-video:hover .ui-video__image img {
  transform: scale(1.1);
}

/****/
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

.ui-radio {
  display: block;
}
.ui-radio input[type=radio] {
  display: none;
}
.ui-radio label {
  display: inline-flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 16px;
  background: rgb(255, 255, 255);
  padding: 0 24px;
  min-width: 144px;
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 1100px) {
  .ui-radio label {
    height: 140px;
    min-width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    box-shadow: 0px 4px 40px 0px rgba(143, 159, 205, 0.25);
  }
}
@media (min-width: 17200px) {
  .ui-radio label {
    font-size: 28px;
    line-height: 36px;
  }
}
.ui-radio input[type=radio]:checked + label {
  border-color: rgb(228, 5, 33);
  color: #E40521;
}
.ui-radio input[type=radio]:disabled + label {
  background: #efefef;
  color: #666;
}
.ui-slide {
  margin: 60px 0;
}
@media (min-width: 1400px) {
  .ui-slide {
    margin: 100px 0;
  }
}
@media (min-width: 17200px) {
  .ui-slide {
    margin: 120px 0;
  }
}
.ui-slide--first {
  margin: 24px 0;
}
@media (min-width: 1400px) {
  .ui-slide--first {
    margin: 56px 0;
  }
}
.ui-slide--inside {
  margin: 0;
  padding: 20px 0;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .ui-slide--inside {
    padding: 60px 0;
  }
}

.u-socials {
  display: inline-flex;
  gap: 10rem;
}
.u-socials__item {
  display: inline-flex;
  width: 40rem;
  height: 40rem;
  background: var(--text-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.5s;
}
.u-socials__item svg {
  width: 25rem;
  height: 25rem;
}
.u-socials__item.wa {
  background: #47e570;
}
.u-socials__item.tg {
  background: #05a0eb;
}
.u-socials__item:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
}

.header {
  box-sizing: border-box;
  z-index: 90;
  width: 100%;
  transition: all 0.5s;
  top: 0;
  position: fixed;
  --header-height: 100rem;
  --header-logo-height: 100rem;
  --header-color: #101010;
}
.header__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: var(--header-height);
}
.header__logo {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  align-self: start;
}
.header__logo__link img {
  vertical-align: top;
  height: var(--header-logo-height);
  transition: all 0.5s;
}
.header__logo__link img:hover {
  filter: drop-shadow(0 0 2rem rgba(var(--primary-color), 0.75));
}
.header__nav__item {
  position: relative;
}
.header__nav__item:has(.sub-menu) .header__nav__link {
  padding-right: 20rem;
}
.header__nav__item:has(.sub-menu) .header__nav__link:after {
  content: "";
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  mask-size: 100%;
  background: currentColor;
  position: absolute;
  width: 16rem;
  height: 16rem;
  right: 0;
}
.header__nav__item .sub-menu {
  padding: 10rem;
  pointer-events: none;
}
.header__nav__item .sub-menu > div:not(:last-child) {
  margin-bottom: 5rem;
}
@media (min-width: 1100px) {
  .header__nav__item .sub-menu > div:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.header__nav__item .sub-menu a {
  font-size: 14rem;
  color: #231F20;
  line-height: 18rem;
  display: inline-block;
}
.header__nav__item .sub-menu a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
@media (max-width: 1099px) {
  .header__nav__item .sub-menu {
    width: 100%;
    display: none;
  }
}
@media (min-width: 1100px) {
  .header__nav__item .sub-menu {
    padding: 16rem;
    opacity: 0 !important;
    transition: opacity 0.5s;
    position: absolute;
    top: 100%;
    min-width: 200rem;
    box-shadow: 0 4px 4px -1px rgba(12, 12, 13, 0.05), 0 4px 4px -1px rgba(12, 12, 13, 0.1);
    background: #fff;
    border-radius: 10px;
  }
}
@media (max-width: 1099px) {
  .header__nav__item.open > .sub-menu {
    display: block;
  }
}
.header__nav__item:hover > .sub-menu {
  pointer-events: auto;
  opacity: 1 !important;
}
.header__nav__link {
  position: relative;
  color: var(--text-color);
  transition: color 0.25s;
  text-decoration: none;
  opacity: 1;
  line-height: normal;
  font-weight: 600;
  font-size: 16rem;
}
.header__nav__link:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.header__nav__link.active {
  font-weight: 700;
  color: var(--primary-color);
}
@media (min-width: 1100px) {
  .header__nav__link {
    font-size: 16rem;
    text-align: center;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
  }
}
@media (min-width: 1100px) {
  .header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20rem;
    flex: 1;
  }
}
@media (min-width: 1400px) {
  .header__nav {
    gap: 25rem;
  }
}
@media (min-width: 17200px) {
  .header__nav {
    gap: 30rem;
  }
}
.header__btn {
  height: 50rem;
  font-size: 14rem;
  font-weight: 600;
  padding: 0 28rem;
  color: var(--header-color);
}
.header__phone-icon {
  color: var(--header-color);
  margin: 0 20rem 0 auto;
}
.header__phone-icon svg {
  width: 24rem;
  height: 24rem;
}
.header__phone {
  color: var(--header-color);
}
.header__phone a {
  font-weight: 700;
  font-size: 24rem;
  text-align: center;
  color: var(--header-color);
}
@media (min-width: 1100px) {
  .header__phone a {
    font-weight: 500;
    font-size: 20rem;
  }
}
@media (min-width: 1100px) {
  .header__phone {
    order: 4;
    margin: 0 25rem;
    text-align: right;
  }
}
@media (min-width: 1100px) {
  .header__menu-blind {
    flex: 1;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1099px) {
  .header__menu-blind {
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    position: fixed;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 4;
    right: -100%;
    top: 0;
    width: 100%;
    transition: right 0.3s ease-out;
    overflow: auto;
    background-color: #FFFFFF;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 92rem 44rem 44rem;
  }
  .header__menu-blind__logo {
    padding: 0 4rem;
    margin-bottom: 35rem;
  }
  .header__menu-blind__logo__link img {
    vertical-align: top;
    height: 20rem;
  }
  .header__menu-blind__close {
    display: inline-block;
    height: 20rem;
    width: 20rem;
    background-image: url("data:image/svg+xml,%3Csvg width='20.000000' height='20.000000' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3CclipPath id='clip4_19224'%3E%3Crect id='icons' rx='-0.500000' width='19.000000' height='19.000000' transform='translate(0.500000 0.500000)' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='icons' rx='-0.500000' width='19.000000' height='19.000000' transform='translate(0.500000 0.500000)' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cg clip-path='url(%23clip4_19224)'%3E%3Cpath id='Vector' d='M19 1L1 19M1 1L19 19' stroke='%231D1D1B' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100%;
    right: 24rem;
    top: 18rem;
    cursor: pointer;
    position: absolute;
  }
  .header__menu-blind .header__nav {
    text-align: left;
    width: 100%;
  }
  .header__menu-blind .header__nav__item {
    width: 100%;
    margin-bottom: 28rem;
  }
  .header__menu-blind .header__nav__link {
    padding: 0;
    opacity: 1;
  }
  .header__menu-blind .header__phone {
    margin-bottom: 20rem;
  }
  .header__menu-blind.opened {
    right: 0;
  }
}

.main {
  padding-top: 120rem;
}

.front-page .header {
  --header-color: #fff;
}
.front-page .main {
  padding-top: 0;
}

.is-sticky-header .header {
  top: 0;
  position: fixed;
  backdrop-filter: blur(30rem);
  background: rgba(255, 255, 255, 0.7);
  --header-color: #101010;
}

.fake-link {
  cursor: pointer;
}

.footer {
  padding: 20rem 0 64rem;
  background-color: #fff;
  color: #333;
}
.footer .row {
  --ui-gutter-x: 20rem;
  --ui-gutter-y: 10rem;
}
.footer__logo {
  margin-bottom: 20rem;
}
.footer__logo img {
  width: 50rem;
}
@media (min-width: 1100px) {
  .footer__logo img {
    width: 84rem;
  }
}
@media (min-width: 1100px) {
  .footer__logo {
    margin-bottom: 30rem;
  }
}
.footer__copyright {
  font-weight: 300;
  font-size: 16rem;
  margin-bottom: 20rem;
}
@media (min-width: 1100px) {
  .footer__copyright {
    margin-bottom: 48rem;
    font-size: 20rem;
  }
}
.footer__policy {
  margin-bottom: 30rem;
}
.footer__policy a {
  font-weight: 300;
  font-size: 16rem;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #333;
}
@media (min-width: 1100px) {
  .footer__policy a {
    font-size: 20rem;
  }
}
@media (min-width: 1100px) {
  .footer__policy {
    margin-bottom: 70rem;
  }
}
.footer__title {
  margin-bottom: 10rem;
  font-weight: 600;
  font-size: 16rem;
  color: #333;
  line-height: 225%;
}
@media (min-width: 1100px) {
  .footer__title {
    margin-bottom: 30rem;
    font-size: 20rem;
    line-height: normal;
  }
}
.footer__links > div:not(:last-child) {
  margin-bottom: 10rem;
}
@media (min-width: 1100px) {
  .footer__links > div:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.footer__links a {
  font-size: 16rem;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  line-height: 225%;
}
@media (min-width: 1100px) {
  .footer__links a {
    font-size: 20rem;
    line-height: normal;
  }
}
.footer__links a:hover {
  color: var(--primary-color);
}
.footer__links_projects > div:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .footer__links_projects > div:not(:last-child) {
    margin-bottom: 19rem;
  }
}
.footer__links_projects a {
  font-weight: 300;
}
.footer__phones {
  margin-bottom: 10rem;
  font-size: 20rem;
}
.footer__phones a {
  font-weight: 700;
  color: #333;
}
@media (min-width: 1100px) {
  .footer__phones {
    font-size: 24rem;
    margin-bottom: 16rem;
  }
}
.footer__email {
  margin-bottom: 10rem;
  font-size: 16rem;
  line-height: 225%;
  letter-spacing: -0.04em;
}
.footer__email a {
  font-weight: 300;
  color: #333;
}
@media (min-width: 1100px) {
  .footer__email {
    line-height: normal;
    font-size: 20rem;
    margin-bottom: 20rem;
  }
}
.footer__address {
  margin-bottom: 20rem;
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: -0.04em;
}
@media (min-width: 1100px) {
  .footer__address {
    font-size: 20rem;
    margin-bottom: 30rem;
  }
}
@media (min-width: 1100px) {
  .footer {
    padding: 60rem 0 100rem;
  }
}

.footer-alert {
  display: none;
  width: 100%;
  justify-content: center;
  background: #FFFFFF;
}
@media (min-width: 1100px) {
  .footer-alert {
    display: flex;
    padding: 24px 64px;
  }
}
.footer-alert img {
  width: 100%;
}
.footer-alert--mob {
  display: flex;
  text-align: center;
  padding: 4px 16px 16px 16px;
}
@media (min-width: 1100px) {
  .footer-alert--mob {
    display: none;
  }
}

.hero {
  position: relative;
  width: 100%;
}
.hero__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1548rem;
  transform: translateX(-50%);
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero__content {
  position: relative;
  z-index: 3;
  padding: 97rem 0 212rem;
}
@media (min-width: 1100px) {
  .hero__content {
    padding: 140rem 0 210rem;
  }
}
.hero__title {
  color: #fff;
  font-size: 24rem;
  margin-bottom: 60rem;
  font-weight: 400;
}
@media (min-width: 1100px) {
  .hero__title {
    font-size: 50rem;
    margin-bottom: 83rem;
  }
}
.hero__description {
  color: #fff;
  font-size: 15rem;
  font-weight: 400;
  margin-bottom: 35rem;
  display: flex;
  gap: 20rem;
}
.hero__description img {
  width: 64rem;
  flex: 0 0 64rem;
}
@media (min-width: 1100px) {
  .hero__description {
    font-size: 20rem;
    margin-bottom: 36rem;
    max-width: 500rem;
  }
}
.hero__button {
  gap: 10rem;
  height: 50rem;
  padding: 0 20rem;
  font-size: 16rem;
  font-weight: 700;
  box-shadow: 0 20px 50px 0 rgba(163, 130, 79, 0.4);
}
@media (max-width: 1099px) {
  .hero__button {
    width: 100%;
    display: flex;
  }
}
@media (min-width: 1100px) {
  .hero__button {
    padding: 0 22rem;
    border-radius: 10rem;
    height: 80rem;
  }
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  z-index: 3;
  position: relative;
}
@media (min-width: 1100px) {
  .hero-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    margin-top: -90rem;
  }
}
.hero-grid__item {
  box-shadow: 0 0 50rem 0 rgba(107, 107, 107, 0.1);
  background: #fff;
  border-radius: 15rem;
  position: relative;
  padding: 20rem 30rem 55rem;
}
.hero-grid__item__star {
  font-weight: 400;
  font-size: 24rem;
  line-height: 154%;
  text-align: right;
  color: #1e8506;
  position: absolute;
  right: 34rem;
  top: 16rem;
}
.hero-grid__item__img {
  height: 52rem;
  margin-bottom: 18rem;
}
.hero-grid__item__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left center;
}
.hero-grid__item__num {
  position: absolute;
  bottom: 0;
  right: 15rem;
  height: 70rem;
  opacity: 0.02;
}
.hero-grid__item__num img {
  height: 100%;
}
.hero-grid__item__text {
  font-weight: 400;
  font-size: 14rem;
  line-height: 171%;
  color: #101010;
}

.news-list {
  --ui-gutter-x: 20rem;
  --ui-gutter-y: 40rem;
}

.news-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
.news-item__image-wrapper {
  overflow: hidden;
  margin-bottom: 20rem;
  border-radius: 10rem 10rem 0 0;
}
@media (min-width: 1100px) {
  .news-item__image-wrapper {
    margin-bottom: 30rem;
    border-radius: 20rem;
  }
}
.news-item__image {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  aspect-ratio: 328/243;
}
@media (min-width: 1100px) {
  .news-item__image {
    aspect-ratio: 524/388;
  }
}
.news-item:hover {
  text-decoration: none;
}
.news-item:hover .news-item__image, .news-item:focus .news-item__image {
  transform: scale(1.08);
}
.news-item__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: space-between;
}
.news-item__title {
  font-size: 20rem;
  color: #333;
  font-weight: 700;
  margin: 0 0 20rem;
  line-height: 1.2;
}
@media (min-width: 1100px) {
  .news-item__title {
    font-size: 32rem;
    margin-bottom: 45rem;
  }
}
.news-item__footer {
  display: flex;
  align-items: center;
  gap: 16rem;
  margin-top: 10rem;
}
.news-item__link {
  display: inline-flex;
  align-items: center;
  gap: 10rem;
  color: #A50702;
  font-size: 14rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}
.news-item__link:hover {
  color: #730501;
}
.news-item__link svg {
  stroke: #A50702;
  stroke-width: 3rem;
  fill: none;
  width: 21rem;
  height: 21rem;
}
@media (min-width: 1100px) {
  .news-item__link svg {
    width: 32rem;
    height: 32rem;
  }
}
@media (min-width: 1100px) {
  .news-item__link {
    font-size: 24rem;
    gap: 20rem;
  }
}
@media (min-width: 1100px) {
  .news-item {
    padding: 30rem 30rem 86rem 30rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20rem;
    box-shadow: 0 4rem 4rem rgba(12, 12, 13, 0.05), 0 4rem 4rem rgba(12, 12, 13, 0.1);
  }
  .news-item:hover, .news-item:focus {
    box-shadow: 0 8rem 24rem rgba(12, 12, 13, 0.1), 0 8rem 24rem rgba(12, 12, 13, 0.15);
  }
}

.contact-form {
  --form-check-label-color: #fff;
  background-image: url("../images/stuff/bg2.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
}
.contact-form:before, .contact-form:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 45%;
}
.contact-form:before {
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.contact-form:after {
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #01101f 0%, rgba(1, 16, 31, 0) 100%);
}
.contact-form__title {
  position: relative;
  margin-bottom: 40rem;
  font-size: 16rem;
  color: #333333;
  font-weight: 700;
  line-height: 100%;
}
@media (min-width: 1100px) {
  .contact-form__title {
    font-size: 42rem;
    text-align: center;
    margin-bottom: 20rem;
  }
}
.contact-form__subtitle {
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  text-align: center;
  color: #677b8f;
  margin-bottom: 45rem;
  position: relative;
}
@media (min-width: 1100px) {
  .contact-form__subtitle {
    margin-bottom: 45rem;
  }
}
.contact-form__fields {
  --ui-gutter-y: 15rem;
  --ui-gutter-x: 15rem;
}
.contact-form__form {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 40rem;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  padding: 80rem 64rem;
  position: relative;
  z-index: 2;
  max-width: 840rem;
  margin: auto;
}
@media (min-width: 1100px) {
  .contact-form {
    padding: 32rem 0 60rem;
  }
}

.request-form {
  width: 100%;
  padding: 28rem 40rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10rem;
  box-shadow: 0 1rem 4rem rgba(12, 12, 13, 0.05);
}
.request-form__text {
  margin-bottom: 20rem;
  font-size: 14rem;
  color: #777;
  font-weight: 400;
  letter-spacing: -0.04em;
}
@media (min-width: 1100px) {
  .request-form__text {
    font-size: 20rem;
    margin-bottom: 20rem;
  }
}
.request-form__title {
  margin-bottom: 30rem;
  font-size: 24rem;
  color: #333;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media (min-width: 1100px) {
  .request-form__title {
    font-size: 36rem;
    margin-bottom: 30rem;
  }
}
.request-form__fields {
  --ui-gutter-y: 15rem;
  --ui-gutter-x: 15rem;
}
.request-form__field {
  margin-bottom: 15rem;
}
.request-form__field:last-child {
  margin-bottom: 0;
}
.request-form__button {
  width: 100%;
  height: 50rem;
}
@media (min-width: 1100px) {
  .request-form__button {
    height: 90rem;
    font-size: 24rem;
    border-radius: 45rem;
  }
}
.request-form__agreement {
  font-size: 14rem;
  text-align: center;
  color: #777777;
  font-weight: 400;
  margin-top: 20rem;
}
@media (min-width: 1100px) {
  .request-form__agreement {
    font-size: 14rem;
    margin-top: 26rem;
  }
}
@media (min-width: 1100px) {
  .request-form {
    padding: 60rem;
    border-radius: 20rem;
    box-shadow: 0 4px 4px -1px rgba(12, 12, 13, 0.05), 0 4px 4px -1px rgba(12, 12, 13, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .request-form__footer {
    margin-top: auto;
  }
}

.u-section {
  padding: 50rem 0;
}
@media (min-width: 1100px) {
  .u-section {
    padding: 70rem 0;
  }
}

.u-title {
  font-weight: 400;
  color: #101010;
  font-size: 24rem;
  line-height: 125%;
}
.u-title strong {
  color: #a3824f;
  font-weight: 700;
}
@media (min-width: 1100px) {
  .u-title {
    font-size: 42rem;
  }
}

.u-header .u-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 24rem;
}
@media (min-width: 1100px) {
  .u-header .u-title {
    margin-bottom: 12rem;
  }
}
.u-header__description {
  font-weight: 400;
  font-size: 14rem;
  line-height: 163%;
  text-align: center;
  color: #282828;
  margin-bottom: 50rem;
}
@media (min-width: 1100px) {
  .u-header__description {
    font-size: 22rem;
    margin-bottom: 90rem;
  }
}

.u-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
}
@media (min-width: 1100px) {
  .u-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40rem;
    grid-row-gap: 40rem;
  }
}

.comfort {
  overflow: hidden;
}
.comfort__header {
  margin-bottom: 40rem;
}
.comfort__header__subtitle {
  margin-bottom: 16rem;
  font-weight: 700;
  font-size: 22rem;
  line-height: 127%;
  color: #000;
}
@media (min-width: 1100px) {
  .comfort__header__subtitle {
    margin-bottom: 0;
    padding-top: 12rem;
  }
}
.comfort__header__text {
  font-weight: 400;
  font-size: 13rem;
  line-height: 169%;
  color: #979797;
}
@media (min-width: 1100px) {
  .comfort__header__text {
    align-self: end;
    padding-bottom: 12rem;
  }
}
.comfort__header__title {
  margin-bottom: 22rem;
}
@media (min-width: 1100px) {
  .comfort__header__title {
    grid-area: 1/2/3/3;
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .comfort__header {
    display: grid;
    grid-template-columns: 1fr 66.55%;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 60rem;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-bottom: 80rem;
  }
}
.comfort__list {
  display: flex;
  flex-direction: column;
  gap: 30rem;
}
.comfort__item {
  background: #fff;
  border-radius: 15rem;
}
@media (min-width: 1100px) {
  .comfort__item {
    display: flex;
  }
}
.comfort__item__image {
  border-radius: 15rem 15rem 0 0;
  overflow: hidden;
  position: relative;
}
.comfort__item__image img {
  vertical-align: top;
  width: 100%;
  aspect-ratio: 320/168;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1100px) {
  .comfort__item__image img {
    aspect-ratio: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1100px) {
  .comfort__item__image {
    flex: 0 0 38.62%;
    order: 2;
    border-radius: 0 15rem 15rem 0;
  }
}
.comfort__item__body {
  padding: 26rem 20rem;
}
@media (min-width: 1100px) {
  .comfort__item__body {
    padding: 50rem 60rem 30rem;
  }
}
.comfort__item__title {
  font-weight: 700;
  font-size: 18rem;
  line-height: 170%;
  color: #21283a;
  margin-bottom: 15rem;
  position: relative;
}
.comfort__item__title span {
  color: #fd5c3f;
}
.comfort__item__title:before {
  left: -60rem;
  content: "";
  position: absolute;
  border-radius: 5rem;
  width: 81rem;
  height: 81rem;
  background: #f7f7ff;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: left top;
  top: 50%;
}
@media (min-width: 1100px) {
  .comfort__item__title:before {
    left: -100rem;
  }
}
@media (min-width: 1100px) {
  .comfort__item__title {
    font-size: 22rem;
  }
}
.comfort__item__text {
  font-weight: 400;
  font-size: 11rem;
  line-height: 169%;
  color: rgba(33, 40, 58, 0.6);
}
@media (min-width: 1100px) {
  .comfort__item__text {
    font-size: 13rem;
  }
}

.catalog__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
}
@media (min-width: 1100px) {
  .catalog__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40rem;
    grid-row-gap: 40rem;
  }
}

.card {
  width: 100%;
  background: #fff;
  border-radius: 15rem;
  display: flex;
  flex-direction: column;
}
.card__image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 83.33%;
  margin-bottom: 20rem;
  border-radius: 15rem 15rem 0 0;
  overflow: hidden;
}
.card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__discount {
  position: absolute;
  top: 10rem;
  right: 10rem;
  width: 70rem;
  height: 50rem;
  background: #a3824f;
  border-radius: 50rem;
  padding: 11rem 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card__discount-text {
  color: #fff;
  font-size: 12rem;
  line-height: 1;
}
.card__discount-value {
  color: #fff;
  font-size: 12rem;
  line-height: 1;
  margin-top: 4rem;
}
.card__content {
  padding: 20rem;
}
.card__title {
  font-size: 22rem;
  line-height: 1.4;
  color: #000;
  margin-bottom: 15rem;
}
.card__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.card__title-link:hover {
  color: var(--color-primary);
}
.card__price-label {
  font-size: 16rem;
  line-height: 1.3;
  color: #000;
  margin-bottom: 15rem;
}
.card__price {
  display: flex;
  align-items: baseline;
  gap: 4rem;
}
.card__price-current {
  font-size: 20rem;
  line-height: 1.35;
  color: #000;
}
.card__price-old {
  position: relative;
  font-size: 20rem;
  line-height: 1.35;
  color: #bdbdbd;
}
.card__price-old::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #bdbdbd;
}
.card__price-currency {
  font-size: 20rem;
  line-height: 1.35;
  color: inherit;
}
.card__footer {
  margin-top: auto;
  padding: 0 20rem 20rem;
}

.advantages {
  background-image: url("../images/stuff/decor-air-m.jpg");
  background-size: 100% auto;
  background-position: top left;
  position: relative;
}
@media (min-width: 768px) {
  .advantages {
    background-image: url("../images/stuff/decor-air.png");
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1100px) {
  .advantages:before, .advantages:after {
    content: "";
    position: absolute;
    background-image: url("../images/stuff/decor-left.png");
    width: 245rem;
    height: 608rem;
  }
  .advantages:before {
    left: 0;
    bottom: 70rem;
    transform: rotate(180deg);
  }
  .advantages:after {
    top: 0;
    right: 0;
  }
}
.advantages .u-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 24rem;
}
@media (min-width: 1100px) {
  .advantages .u-title {
    margin-bottom: 12rem;
  }
}
.advantages__description {
  font-weight: 400;
  font-size: 14rem;
  line-height: 163%;
  text-align: center;
  color: #282828;
  margin-bottom: 50rem;
}
@media (min-width: 1100px) {
  .advantages__description {
    font-size: 22rem;
    margin-bottom: 90rem;
  }
}
.advantages__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
}
@media (min-width: 1100px) {
  .advantages__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40rem;
    grid-row-gap: 40rem;
  }
}

.advantage-card {
  position: relative;
  border-radius: 15rem;
  overflow: hidden;
  box-shadow: 0 0 50rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: var(--advantage-card-image);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  aspect-ratio: 360/590;
}
.advantage-card__content {
  padding: 38rem 34rem;
}
.advantage-card__title {
  font-size: 22rem;
  line-height: 1.3;
  color: #282828;
  margin-bottom: 28rem;
  font-weight: 400;
}
@media (min-width: 1100px) {
  .advantage-card__title {
    font-size: 24rem;
    margin-bottom: 50rem;
  }
}
.advantage-card__list {
  display: flex;
  flex-direction: column;
  gap: 19rem;
}
.advantage-card__item {
  display: flex;
  align-items: flex-start;
  gap: 11rem;
  max-width: 220rem;
  padding-left: 20rem;
  position: relative;
  font-size: 16rem;
  line-height: 1.3;
  color: #282828;
}
.advantage-card__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5rem;
  width: 9rem;
  height: 9rem;
  border: 3rem solid #e06205;
  border-radius: 50%;
}

.about {
  display: grid;
  grid-auto-rows: auto;
  gap: 20rem;
}
@media (min-width: 1100px) {
  .about {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 25rem;
  }
}
.about__content {
  grid-row: span 2;
}
.about__title {
  font-size: 24rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 36rem;
}
@media (min-width: 1100px) {
  .about__title {
    font-size: 42rem;
  }
}
.about__subtitle {
  font-weight: bold;
  font-size: 14rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 36rem;
}
@media (min-width: 1100px) {
  .about__subtitle {
    font-size: 24rem;
  }
}
.about__text {
  font-size: 13rem;
  line-height: 169%;
  color: #000;
}
@media (min-width: 1100px) {
  .about__text {
    font-size: 16rem;
  }
}
.about__image {
  border-radius: 20rem;
  overflow: hidden;
  position: relative;
}
.about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1099px) {
  .about__image {
    aspect-ratio: 320/152;
  }
}

.tariffs .u-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
}
@media (min-width: 1100px) {
  .tariffs .u-title {
    margin-bottom: 60rem;
  }
}

.tariff-card {
  width: 100%;
  background: #fff;
  border: 1rem solid #e9eaed;
  border-radius: 12rem;
  padding: 8rem;
}
@media (min-width: 1100px) {
  .tariff-card {
    border-radius: 16rem;
    padding: 10rem;
    display: flex;
    align-items: center;
    gap: 50rem;
  }
}
.tariff-card__content {
  background: #f7f7f7;
  border-radius: 9rem;
  padding: 15rem 22rem;
  margin-bottom: 15rem;
}
@media (min-width: 1100px) {
  .tariff-card__content {
    width: 328rem;
    margin-bottom: 0;
  }
}
.tariff-card__title {
  font-size: 20rem;
  line-height: 1.2;
  color: #101010;
  margin-bottom: 15rem;
  font-weight: 700;
}
@media (min-width: 1100px) {
  .tariff-card__title {
    font-size: 26rem;
    margin-bottom: 9rem;
  }
}
.tariff-card__price {
  font-size: 12rem;
  line-height: 1.2;
  color: #101010;
}
@media (min-width: 1100px) {
  .tariff-card__price {
    font-size: 16rem;
  }
}
.tariff-card__description {
  font-size: 12rem;
  line-height: 1.3;
  color: #101010;
}
@media (min-width: 1100px) {
  .tariff-card__description {
    font-size: 16rem;
  }
}

.rent .u-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 24rem;
}
@media (min-width: 1100px) {
  .rent .u-title {
    margin-bottom: 12rem;
  }
}
.rent__description {
  font-weight: 400;
  font-size: 14rem;
  line-height: 163%;
  text-align: center;
  color: #282828;
  margin-bottom: 50rem;
}
@media (min-width: 1100px) {
  .rent__description {
    font-size: 22rem;
    margin-bottom: 90rem;
  }
}
.rent__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
}
@media (min-width: 1100px) {
  .rent__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40rem;
    grid-row-gap: 40rem;
  }
}

.rent-card {
  width: 100%;
  background: #f7f7f7;
  border-radius: 30rem;
  overflow: hidden;
}
.rent-card__gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 380/238;
}
.rent-card .js-swiper-rent {
  width: 100%;
  height: 100%;
}
.rent-card .swiper-slide {
  width: 100%;
  height: 100%;
}
.rent-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rent-card .js-swiper-rent-prev,
.rent-card .js-swiper-rent-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30rem;
  height: 30rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  color: var(--primary-color);
}
.rent-card .js-swiper-rent-prev::after,
.rent-card .js-swiper-rent-next::after {
  display: none;
}
.rent-card .js-swiper-rent-prev svg,
.rent-card .js-swiper-rent-next svg {
  width: 7rem;
  height: 13rem;
}
.rent-card .js-swiper-rent-prev:hover,
.rent-card .js-swiper-rent-next:hover {
  color: #fff;
  background: var(--primary-color);
}
.rent-card .js-swiper-rent-prev {
  left: 20rem;
}
.rent-card .js-swiper-rent-next {
  right: 20rem;
}
.rent-card__tags {
  position: absolute;
  top: 20rem;
  left: 20rem;
  right: 20rem;
  display: flex;
  gap: 10rem;
  z-index: 2;
}
.rent-card__tag {
  padding: 8rem 15rem;
  border-radius: 10rem;
  font-size: 14rem;
  line-height: 1;
}
.rent-card__tag--date {
  background: #4f4f4f;
  color: #fff;
}
.rent-card__tag--action {
  background: #fff;
  color: #00bc62;
}
.rent-card__content {
  padding: 25rem 30rem;
}
.rent-card__title {
  font-size: 22rem;
  line-height: 1.2;
  color: #101010;
  margin-bottom: 15rem;
}
.rent-card__description {
  font-size: 16rem;
  line-height: 1.3;
  color: #101010;
  margin-bottom: 25rem;
}

.reviews .u-title {
  margin-bottom: 12rem;
}
@media (min-width: 1100px) {
  .reviews .u-title {
    margin-bottom: 26rem;
  }
}
.reviews__description {
  font-weight: 400;
  font-size: 14rem;
  line-height: 172%;
  text-align: center;
  color: #101010;
  margin-bottom: 24rem;
}
.reviews__description__text {
  margin-bottom: 12rem;
}
@media (min-width: 1100px) {
  .reviews__description__text {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .reviews__description {
    display: flex;
    gap: 14rem;
    align-items: center;
    font-size: 20rem;
    padding-left: 16rem;
    margin-bottom: 40rem;
  }
}

.review-card {
  width: 100%;
  background: #f7f7f7;
  border-radius: 15rem;
  padding: 20rem 26rem;
}
.review-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 20rem;
}
.review-card__avatar {
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 16rem;
}
.review-card__author {
  font-size: 18rem;
  line-height: 1.2;
  color: #282828;
  font-weight: bold;
}
.review-card__date {
  margin-left: auto;
  font-size: 14rem;
  line-height: 1.2;
  color: #282828;
  opacity: 0.5;
}
.review-card__text {
  font-size: 15rem;
  line-height: 1.3;
  color: #282828;
  margin-bottom: 15rem;
}
.review-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review-card__rating {
  display: flex;
  gap: 2rem;
}
.review-card__star {
  color: #fac916;
}
.review-card__star svg {
  width: 20rem;
  height: 20rem;
}
.review-card__link svg {
  width: 75rem;
  height: 18rem;
}

[data-rating] .review-card__star {
  opacity: 0.3;
}
[data-rating][data-rating="1"] .review-card__star:nth-child(-n+1) {
  opacity: 1;
}
[data-rating][data-rating="2"] .review-card__star:nth-child(-n+2) {
  opacity: 1;
}
[data-rating][data-rating="3"] .review-card__star:nth-child(-n+3) {
  opacity: 1;
}
[data-rating][data-rating="4"] .review-card__star:nth-child(-n+4) {
  opacity: 1;
}
[data-rating][data-rating="5"] .review-card__star:nth-child(-n+5) {
  opacity: 1;
}

.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
}
.rating-badge__score {
  display: flex;
  align-items: center;
  border: 1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
  padding: 6rem 10rem;
  min-width: 60rem;
  height: 40rem;
}
.rating-badge__score-value {
  font-size: 18rem;
  line-height: 1.2;
  color: #000;
  margin-right: 4rem;
}
.rating-badge__score-star {
  width: 12rem;
  height: 12rem;
}
.rating-badge__score-star svg {
  width: 100%;
  height: 100%;
}
.rating-badge__score--yandex .rating-badge__score-star {
  color: #ff4433;
}
.rating-badge__score--2gis .rating-badge__score-star {
  color: #299400;
}
.rating-badge__logo--yandex {
  width: 96rem;
  height: 23rem;
}
.rating-badge__logo--2gis {
  width: 96rem;
  height: 26rem;
}

.map-section {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 58rem 70rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
}
@media (min-width: 1100px) {
  .map-section {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
}
.map-section__ceil {
  position: relative;
}
.map-section__ceil .full-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20rem;
}
.map-section__contacts {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  margin-bottom: 15rem;
}
.map-section__contacts > div {
  display: flex;
  font-size: 14rem;
  line-height: 150%;
  color: #343434;
  gap: 12rem;
}
.map-section__contacts > div a {
  color: #010101;
}
.map-section__contacts > div svg {
  color: #49C5FF;
  height: 16rem;
  width: 16rem;
  flex: 0 0 16rem;
  position: relative;
  top: 2rem;
}
.map-section__title {
  color: #010101;
  margin-bottom: 15rem;
  font-size: 34rem;
  line-height: 121%;
  letter-spacing: -0.03em;
}
@media (min-width: 1100px) {
  .map-section__title {
    font-size: 34rem;
  }
}
.map-section__description {
  color: #010101;
  margin-bottom: 25rem;
  font-size: 14rem;
  line-height: 161%;
}
.map-section__schedule {
  font-weight: 400;
  font-size: 20rem;
  line-height: 125%;
  letter-spacing: -0.05em;
  color: #010101;
}
.map-section__route-link {
  display: inline-block;
  font-weight: 700;
  font-size: 13rem;
  line-height: 137%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: right;
  color: #21b224;
}
.map-section__route-link:hover {
  text-decoration: underline;
}
.map-section__footer {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  flex-wrap: wrap;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-buttons__button {
  display: flex;
  align-items: center;
  height: 55rem;
  padding: 0 25rem 0 12rem;
  border-radius: 30rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-weight: 400;
  font-size: 14rem;
  line-height: 169%;
  text-transform: uppercase;
  color: #fff;
}
.contact-buttons__button:hover {
  opacity: 0.9;
}
.contact-buttons__button-icon {
  width: 20rem;
  height: 20rem;
  flex-shrink: 0;
}
.contact-buttons__button-icon-wrapper {
  width: 35rem;
  height: 35rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.contact-buttons__button--phone {
  background-color: #FFDE13;
  color: #1B202B !important;
}
.contact-buttons__button--phone .contact-buttons__button-icon {
  color: #000000;
}
.contact-buttons__button--whatsapp {
  background-color: #42A221;
  color: #FFFFFF !important;
}
.contact-buttons__button--whatsapp .contact-buttons__button-icon {
  color: #42A221;
}
.contact-buttons__button--telegram {
  background-color: #50A2FF;
  color: #FFFFFF !important;
}
.contact-buttons__button--telegram .contact-buttons__button-icon {
  color: #50A2FF;
}
.contact-buttons__button:hover {
  text-decoration: none;
}
@media (min-width: 1100px) {
  .contact-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

.contacts-mini .u-title {
  margin-bottom: 38rem;
  text-align: center;
  font-weight: 700;
}

.product {
  margin-bottom: 60rem;
}
.product__title {
  font-weight: 400;
  color: #101010;
  font-size: 24rem;
  line-height: 125%;
  margin-bottom: 10rem;
}
.product__title strong {
  color: #a3824f;
  font-weight: 700;
}
@media (min-width: 1100px) {
  .product__title {
    font-size: 42rem;
  }
}
.product__price-label {
  font-size: 18rem;
  color: #777;
  font-weight: 300;
  margin-bottom: 15rem;
}
.product__price {
  margin-bottom: 15rem;
  font-size: 16rem;
  font-weight: 500;
}
.product__price s {
  color: #bdbdbd;
}
@media (min-width: 1100px) {
  .product__price {
    font-size: 20rem;
  }
}
.product__actions {
  margin-bottom: 15rem;
}
.product__text {
  font-size: 16rem;
}
.product__text ul, .product__text ol {
  padding-left: 20rem;
}

.product-slider {
  margin-bottom: 20rem;
  position: relative;
}
.product-slider__main {
  margin-bottom: 10rem;
  border-radius: 8rem;
  overflow: hidden;
}
.product-slider__main .swiper-slide {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.product-slider__main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-slider__main .swiper-button-next,
.product-slider__main .swiper-button-prev {
  width: 40rem;
  height: 40rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #000;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}
.product-slider__main .swiper-button-next svg,
.product-slider__main .swiper-button-prev svg {
  width: 30rem;
  height: 30rem;
}
.product-slider__main .swiper-button-next:hover,
.product-slider__main .swiper-button-prev:hover {
  background: #fff;
}
.product-slider__main .swiper-button-next.swiper-button-disabled,
.product-slider__main .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.product-slider__main .swiper-button-prev {
  left: 10rem;
}
.product-slider__main .swiper-button-prev:after {
  margin-left: -2rem;
}
.product-slider__main .swiper-button-next {
  right: 10rem;
}
.product-slider__main .swiper-button-next:after {
  margin-right: -2rem;
}
.product-slider__thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  border-radius: 4rem;
  overflow: hidden;
  cursor: pointer;
}
.product-slider__thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.product-slider__thumbs .swiper-slide img {
  width: 100%;
  height: 80rem;
  object-fit: cover;
}

.booking-table {
  width: 100%;
  border-collapse: collapse;
}
.booking-table__cell {
  padding: 16rem;
  vertical-align: middle;
}
.booking-table__cell--image {
  width: 120rem;
  padding-left: 0;
}
.booking-table__cell--title {
  min-width: 200rem;
}
.booking-table__cell--quantity {
  width: 160rem;
}
.booking-table__cell--price {
  width: 120rem;
  white-space: nowrap;
}
.booking-table__cell--remove {
  width: 50rem;
  padding-right: 0;
  text-align: right;
}
.booking-item {
  padding-bottom: 24rem;
  margin-bottom: 24rem;
  border-bottom: 1px solid #eee;
}
.booking-item__image {
  width: 120rem;
  height: 120rem;
  flex-shrink: 0;
  border-radius: 8rem;
  overflow: hidden;
}
.booking-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-item__title {
  font-size: 18rem;
  font-weight: 400;
  color: #101010;
  margin: 0;
  line-height: 1.4;
}
.booking-item__quantity {
  display: inline-flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 6rem;
  padding: 6rem 12rem;
}
.booking-item__quantity button {
  width: 24rem;
  height: 24rem;
  padding: 0;
  border: none;
  background: none;
  color: #777;
  font-size: 20rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.booking-item__quantity button:hover {
  color: #101010;
}
.booking-item__quantity .quantity-value {
  min-width: 24rem;
  text-align: center;
  margin: 0 8rem;
  font-size: 16rem;
}
.booking-item__price {
  font-size: 18rem;
  font-weight: 500;
  color: #101010;
}
.booking-item__remove {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  width: 32rem;
  height: 32rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.booking-item__remove svg {
  width: 16rem;
  height: 16rem;
  fill: #777;
  transition: fill 0.3s ease;
}
.booking-item__remove:hover {
  background-color: #f5f5f5;
}
.booking-item__remove:hover svg {
  fill: #101010;
}
.booking-form__text {
  font-size: 16rem;
  color: #777;
  margin-bottom: 24rem;
}
.booking-form .f-floating {
  margin-bottom: 16rem;
}
.booking-form .f-floating:last-of-type {
  margin-bottom: 0;
}
.booking-total {
  font-size: 20rem;
  font-weight: 500;
  color: #101010;
}

.product-detail {
  padding: 50rem 0;
}
@media (min-width: 1100px) {
  .product-detail {
    padding: 70rem 0;
  }
}
.product-detail__header {
  margin-bottom: 40rem;
  text-align: center;
}
@media (min-width: 1100px) {
  .product-detail__header {
    margin-bottom: 60rem;
  }
}
.product-detail__title {
  font-size: 24rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20rem;
  font-weight: 700;
}
@media (min-width: 1100px) {
  .product-detail__title {
    font-size: 42rem;
  }
}
.product-detail__description {
  font-size: 16rem;
  line-height: 1.5;
  color: #666;
  max-width: 800rem;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .product-detail__description {
    font-size: 18rem;
  }
}
.product-detail__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30rem;
}
@media (min-width: 1100px) {
  .product-detail__content {
    grid-template-columns: 1fr 1fr;
    gap: 60rem;
  }
}
.product-detail__gallery {
  position: relative;
  border-radius: 15rem;
  overflow: hidden;
}
.product-detail__gallery .swiper {
  width: 100%;
  height: 100%;
}
.product-detail__gallery .swiper-slide {
  width: 100%;
  height: 100%;
}
.product-detail__gallery .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40rem;
  height: 40rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  color: #000;
  transition: all 0.3s ease;
}
.product-detail__gallery .swiper-button:hover {
  background: #fff;
  color: var(--color-primary);
}
.product-detail__gallery .swiper-button.js-swiper-product-prev {
  left: 20rem;
}
.product-detail__gallery .swiper-button.js-swiper-product-next {
  right: 20rem;
}
.product-detail__gallery .swiper-pagination {
  bottom: 20rem;
}
.product-detail__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail__info {
  display: flex;
  flex-direction: column;
  gap: 30rem;
}
.product-detail__price-block {
  padding: 30rem;
  background: #f7f7f7;
  border-radius: 15rem;
}
.product-detail__price-label {
  font-size: 16rem;
  line-height: 1.3;
  color: #666;
  margin-bottom: 15rem;
}
.product-detail__price {
  display: flex;
  align-items: baseline;
  gap: 15rem;
}
.product-detail__price-current {
  font-size: 32rem;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
}
.product-detail__price-old {
  font-size: 24rem;
  line-height: 1.2;
  color: #999;
  text-decoration: line-through;
}
.product-detail__price-currency {
  font-size: 0.8em;
  margin-left: 5rem;
}
.product-detail__discount {
  font-size: 18rem;
  line-height: 1.2;
  color: #fff;
  background: var(--color-primary);
  padding: 5rem 10rem;
  border-radius: 5rem;
}
.product-detail__features {
  padding: 30rem;
  background: #f7f7f7;
  border-radius: 15rem;
}
.product-detail__features-title {
  font-size: 24rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20rem;
  font-weight: 700;
}
.product-detail__features-list {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}
.product-detail__feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15rem;
  border-bottom: 1px solid #e5e5e5;
}
.product-detail__feature:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.product-detail__feature-name {
  font-size: 16rem;
  line-height: 1.3;
  color: #666;
}
.product-detail__feature-value {
  font-size: 16rem;
  line-height: 1.3;
  color: #000;
  font-weight: 500;
}
.product-detail__content-text {
  font-size: 16rem;
  line-height: 1.6;
  color: #333;
}
.product-detail__content-text p {
  margin-bottom: 15rem;
}
.product-detail__content-text ul, .product-detail__content-text ol {
  margin-bottom: 15rem;
  padding-left: 20rem;
}
.product-detail__content-text li {
  margin-bottom: 10rem;
}
.product-detail__buttons {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.product-detail__buttons .ui-btn {
  width: 100%;
  height: 60rem;
  font-size: 18rem;
}
.product-detail__buttons .contact-buttons {
  display: flex;
  gap: 15rem;
}
.product-detail__buttons .contact-buttons__button {
  flex: 1;
}

body {
  font-family: "TildaSans";
  background: #fff;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
/*# sourceMappingURL=main.min.css.map */
