@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff ;
}

*,
::after,
::before {
  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: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

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

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

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

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

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0 ;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0 ;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0 ;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0 ;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0 ;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0 ;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0 ;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0 ;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0 ;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0 ;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem ;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

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

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

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

.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

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

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

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

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

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

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

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

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

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

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

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

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

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

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

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

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

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

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

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

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

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

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

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

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

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

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

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

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

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

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

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

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

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

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}

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

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

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}

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

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

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

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

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

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

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start ;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end ;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start ;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end ;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start ;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end ;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start ;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end ;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start ;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end ;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start ;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end ;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

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

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

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

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

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

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

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

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

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1rem;
}

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

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

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

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

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

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

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

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

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

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

.alert-secondary .alert-link {
  color: #34383c;
}

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

.alert-success .alert-link {
  color: #0c4128;
}

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

.alert-info .alert-link {
  color: #04414d;
}

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

.alert-warning .alert-link {
  color: #523e02;
}

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

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

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

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

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

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

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

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

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

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

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

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

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

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

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

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

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

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

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

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

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

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

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

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

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

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

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

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

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

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

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

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

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

.offcanvas.show {
  transform: none;
}

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

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

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

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

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

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

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

.link-secondary {
  color: #6c757d;
}

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

.link-success {
  color: #198754;
}

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

.link-info {
  color: #0dcaf0;
}

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

.link-warning {
  color: #ffc107;
}

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

.link-danger {
  color: #dc3545;
}

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

.link-light {
  color: #f8f9fa;
}

.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-auto {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

@font-face {
  font-family: "Nunito ExtraBold";
  src: url("../fonts/Nunito-ExtraBold.eot");
  src: url("../fonts/Nunito-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/Nunito-ExtraBold.woff") format("woff"), url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Bold";
  src: url("../fonts/Nunito-Bold.eot");
  src: url("../fonts/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Black";
  src: url("../fonts/Nunito-Black.eot");
  src: url("../fonts/Nunito-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Black.woff2") format("woff2"), url("../fonts/Nunito-Black.woff") format("woff"), url("../fonts/Nunito-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Medium";
  src: url("../fonts/Nunito-Medium.eot");
  src: url("../fonts/Nunito-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Medium.woff2") format("woff2"), url("../fonts/Nunito-Medium.woff") format("woff"), url("../fonts/Nunito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Regular";
  src: url("../fonts/Nunito-Regular.eot");
  src: url("../fonts/Nunito-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro Bold";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro Regular";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Regular";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiBold";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans ExtraBold";
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
::after,
::before {
  box-sizing: border-box;
  outline: none;
}

html {
  min-height: 100%;
}

body {
  min-width: 320px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #1e1e1e;
  cursor: default;
}

img {
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
  box-shadow: none !important;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0.56px;
  line-height: 22px;
  color: #1e1e1e;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.main-block {
  overflow: hidden;
}

.stopScroll {
  overflow: hidden;
}

.section {
  padding: 130px 0;
}

.title {
  position: relative;
  z-index: 2;
  margin: 0;
  margin-bottom: 14px;
  font-size: 44px;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #5c9adb;
  text-transform: uppercase;
  font-family: "Nunito Black", sans-serif;
  line-height: normal;
  text-shadow: 0 -4px 0 #eff6fe, 0 -4px 0 #eff6fe, 0 4px 0 #eff6fe, 0 4px 0 #eff6fe, -4px 0 0 #eff6fe, 4px 0 0 #eff6fe, -4px 0 0 #eff6fe, 4px 0 0 #eff6fe, -1px -4px 0 #eff6fe, 1px -4px 0 #eff6fe, -1px 4px 0 #eff6fe, 1px 4px 0 #eff6fe, -4px -1px 0 #eff6fe, 4px -1px 0 #eff6fe, -4px 1px 0 #eff6fe, 4px 1px 0 #eff6fe, -2px -4px 0 #eff6fe, 2px -4px 0 #eff6fe, -2px 4px 0 #eff6fe, 2px 4px 0 #eff6fe, -4px -2px 0 #eff6fe, 4px -2px 0 #eff6fe, -4px 2px 0 #eff6fe, 4px 2px 0 #eff6fe, -3px -4px 0 #eff6fe, 3px -4px 0 #eff6fe, -3px 4px 0 #eff6fe, 3px 4px 0 #eff6fe, -4px -3px 0 #eff6fe, 4px -3px 0 #eff6fe, -4px 3px 0 #eff6fe, 4px 3px 0 #eff6fe, -4px -4px 0 #eff6fe, 4px -4px 0 #eff6fe, -4px 4px 0 #eff6fe, 4px 4px 0 #eff6fe, -4px -4px 0 #eff6fe, 4px -4px 0 #eff6fe, -4px 4px 0 #eff6fe, 4px 4px 0 #eff6fe;
}
.title._purple {
  color: #8a8fc7;
}
.title._green {
  color: #2ecfcd;
}
.title._blueLight {
  color: #96bae0;
}
.title._whiteBord {
  text-shadow: 0 -4px 0 #ffffff, 0 -4px 0 #ffffff, 0 4px 0 #ffffff, 0 4px 0 #ffffff, -4px 0 0 #ffffff, 4px 0 0 #ffffff, -4px 0 0 #ffffff, 4px 0 0 #ffffff, -1px -4px 0 #ffffff, 1px -4px 0 #ffffff, -1px 4px 0 #ffffff, 1px 4px 0 #ffffff, -4px -1px 0 #ffffff, 4px -1px 0 #ffffff, -4px 1px 0 #ffffff, 4px 1px 0 #ffffff, -2px -4px 0 #ffffff, 2px -4px 0 #ffffff, -2px 4px 0 #ffffff, 2px 4px 0 #ffffff, -4px -2px 0 #ffffff, 4px -2px 0 #ffffff, -4px 2px 0 #ffffff, 4px 2px 0 #ffffff, -3px -4px 0 #ffffff, 3px -4px 0 #ffffff, -3px 4px 0 #ffffff, 3px 4px 0 #ffffff, -4px -3px 0 #ffffff, 4px -3px 0 #ffffff, -4px 3px 0 #ffffff, 4px 3px 0 #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, 4px 4px 0 #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, 4px 4px 0 #ffffff;
}
.title._pink {
  color: #d356c9;
}
.title._cooperation {
  text-align: left;
}

._shadowPink {
  position: relative;
  margin-bottom: 28px;
}
._shadowPink::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -36px;
  width: calc(100% + 80px);
  height: 56px;
  background: url("../img/shadow-button-pink.png") center no-repeat;
  background-size: contain;
  pointer-events: none;
}

._shadowGreen {
  position: relative;
  margin-bottom: 28px;
}
._shadowGreen::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -36px;
  width: calc(100% + 80px);
  height: 56px;
  background: url("../img/shadow-button-green.png") center no-repeat;
  background-size: contain;
  pointer-events: none;
}

.subtitle {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Nunito Black", sans-serif;
  color: #2ecfcd;
  text-align: center;
}
.subtitle._purple {
  color: #8a8fc7;
}
.subtitle._bord {
  text-shadow: 0 -4px 0 #ffffff, 0 -4px 0 #ffffff, 0 4px 0 #ffffff, 0 4px 0 #ffffff, -4px 0 0 #ffffff, 4px 0 0 #ffffff, -4px 0 0 #ffffff, 4px 0 0 #ffffff, -1px -4px 0 #ffffff, 1px -4px 0 #ffffff, -1px 4px 0 #ffffff, 1px 4px 0 #ffffff, -4px -1px 0 #ffffff, 4px -1px 0 #ffffff, -4px 1px 0 #ffffff, 4px 1px 0 #ffffff, -2px -4px 0 #ffffff, 2px -4px 0 #ffffff, -2px 4px 0 #ffffff, 2px 4px 0 #ffffff, -4px -2px 0 #ffffff, 4px -2px 0 #ffffff, -4px 2px 0 #ffffff, 4px 2px 0 #ffffff, -3px -4px 0 #ffffff, 3px -4px 0 #ffffff, -3px 4px 0 #ffffff, 3px 4px 0 #ffffff, -4px -3px 0 #ffffff, 4px -3px 0 #ffffff, -4px 3px 0 #ffffff, 4px 3px 0 #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, 4px 4px 0 #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, 4px 4px 0 #ffffff;
}

._prev, ._next {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
._prev svg, ._next svg {
  stroke: #ffffff;
  width: 28px;
  height: 28px;
}

._pagination {
  display: flex;
  justify-content: center;
}
._pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 2px !important;
  background: #d2f2ef;
  opacity: 1;
  transition: 0.4s;
}
._pagination .swiper-pagination-bullet-active {
  background: #ff92ce;
}

._link {
  position: relative;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: "Myriad Pro Regular", sans-serif;
  text-transform: lowercase;
  color: #5c9adb;
  border: none;
  background: none;
}
._link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: #5c9adb;
  transform-origin: center;
  transform: scaleX(1);
  opacity: 1;
  pointer-events: none;
  transition: 0.4s;
}
._link:hover {
  color: #5c9adb;
}

@media screen and (min-width: 992px) {
  ._link:hover::after {
    transform: scaleX(0.5);
    opacity: 0;
  }
  a {
    transition: 0.4s;
  }
}
@media screen and (max-width: 991px) {
  .title {
    font-size: 32px;
  }
  .title._cooperation {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .title {
    font-size: 24px;
  }
  p {
    line-height: 20px;
  }
  ._prev, ._next {
    width: 36px;
    height: 36px;
  }
  ._prev svg, ._next svg {
    width: 20px;
    height: 20px;
  }
  .button {
    height: 56px;
  }
  ._pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
input {
  outline: none;
}
input::-webkit-input-placeholder {
  color: #6b8db1;
  opacity: 0.99;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
input::-moz-placeholder {
  color: #6b8db1;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
input:-moz-placeholder {
  color: #6b8db1;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
input:-ms-input-placeholder {
  color: #6b8db1;
  opacity: 0.99;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
input:focus {
  outline: none;
  box-shadow: none !important;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]:hover, input[type=number]:focus {
  -moz-appearance: number-input;
}
input[type=tel]:focus, input[type=text]:focus {
  box-shadow: none;
  border: none;
}

.input {
  height: 58px;
  padding: 0 20px;
  font-size: 16px;
  font-family: "Open Sans Bold", sans-serif;
  color: #6b8db1;
  border-radius: 29px;
  background-color: #ffffff;
  border: none;
}
.input-box {
  display: flex;
  flex-direction: column;
}
.input-box._personal .input {
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  background: rgb(242, 242, 242);
  font-size: 16px;
  line-height: 22px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans Regular", sans-serif;
}
.input-box._personal .input::-webkit-input-placeholder {
  color: rgb(145, 140, 199);
}
.input-box._personal .input::-moz-placeholder {
  color: rgb(145, 140, 199);
}
.input-box._personal .input:-moz-placeholder {
  color: rgb(145, 140, 199);
}
.input-box._personal .input:-ms-input-placeholder {
  color: rgb(145, 140, 199);
}
.input-box._personal .input-box__container {
  display: grid;
  grid-template-columns: 1fr 43px;
}
.input-box._personal .input-box__container .input {
  border-radius: 5px 0 0 5px;
}
.input-box._personal .input-box__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0;
  border-radius: 0 5px 5px 0;
  border: none;
  background: rgb(221, 221, 221);
}
.input-box._personal .input-box__button._edit {
  background: rgba(210, 207, 237, 0.671);
}
.input-box._personal .textarea {
  min-height: 92px;
  max-height: 200px;
  padding: 14px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  background: rgb(242, 242, 242);
  font-size: 16px;
  line-height: 22px;
  color: rgb(145, 140, 199);
}
.input-box._personal .textarea::-webkit-input-placeholder {
  color: rgb(145, 140, 199);
}
.input-box._personal .textarea::-moz-placeholder {
  color: rgb(145, 140, 199);
}
.input-box._personal .textarea:-moz-placeholder {
  color: rgb(145, 140, 199);
}
.input-box._personal .textarea:-ms-input-placeholder {
  color: rgb(145, 140, 199);
}
.input-box._percent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.input-box._percent .input-label {
  font-size: 14px;
  line-height: 18px;
}
.input-box._percent .input-box__count {
  display: flex;
  align-items: center;
}
.input-box._percent .input-box__count .input {
  width: 50px;
  padding: 0 5px;
  text-align: center;
  font-family: "Open Sans Bold", sans-serif;
}
.input-box._percent .input-box__text {
  margin-left: 6px;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans Bold", sans-serif;
  color: #ef74ac;
}
.input-label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans Bold", sans-serif;
}
.input-label._required {
  padding-right: 10px;
}
.input-label._required::after {
  content: "*";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #ef74ac;
}
.input-label._star::after {
  content: "*";
  position: absolute;
  right: -10px;
  top: -1px;
  font-family: "Open Sans Bold", sans-serif;
  color: #ef74ac;
}
.input-file {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.input-file:hover {
  cursor: pointer;
}
.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.input-file input[type=file]:disabled + .input-file-btn {
  background: #eee;
}
.input-file-btn {
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Open Sans Regular", sans-serif;
  background: #eeeef1;
  color: rgb(30, 30, 30);
  border-radius: 4px;
  transition: background-color 0.2s;
}
.input-file-text {
  margin-left: 10px;
  font-size: 12px;
  line-height: 16px;
  color: rgb(30, 30, 30);
  font-family: "Open Sans Regular", sans-serif;
}
.input-file__title {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans Regular", sans-serif;
  color: rgb(30, 30, 30);
  letter-spacing: 0;
}

.textarea {
  position: relative;
  min-height: 145px;
  padding: 20px;
  font-size: 16px;
  font-family: "Open Sans Bold", sans-serif;
  color: #6b8db1;
  border-radius: 29px;
  background-color: #ffffff;
  border: none;
}
.textarea::-webkit-input-placeholder {
  color: #6b8db1;
  opacity: 0.99;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.textarea::-moz-placeholder {
  color: #6b8db1;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.textarea:-moz-placeholder {
  color: #6b8db1;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.textarea:-ms-input-placeholder {
  color: #6b8db1;
  opacity: 0.99;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.textarea:focus {
  outline: none;
  box-shadow: none !important;
}
.textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.check {
  width: -moz-fit-content;
  width: fit-content;
}
.check__input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.check__input:checked + .check__box .check__icon::after {
  background: #2ecfcd;
}
.check__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.check__box:hover {
  cursor: pointer;
}
.check__icon {
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
}
.check__icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  background-size: contain;
  transition-duration: 0.4s;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
.check__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 12px;
  color: #918cc7;
  font-family: "Open Sans SemiBold", sans-serif;
}

.radio {
  position: relative;
  padding-left: 27px;
  font-size: 18px;
  cursor: pointer;
}
.radio__input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.radio__input:checked + .radio__box::after {
  opacity: 1;
}
.radio__box {
  position: absolute;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-left: -27px;
  background: #d2eefc;
}
.radio__box::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  background: #96b9df;
  transition-duration: 0.4s;
  transform: translate(-50%, -50%);
}
.radio-content {
  display: flex;
  align-items: center;
}
.radio-content__img {
  position: relative;
  top: -6px;
}
.radio-content__img img {
  margin-right: 10px;
  margin-left: -6px;
}
.radio-content__text {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.radio-content__title {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans Bold", sans-serif;
  color: #918cc7;
}
.radio-content__subtitle {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans Regular", sans-serif;
  color: #918cc7;
}

@media screen and (min-width: 992px) {
  .input-file:hover {
    cursor: pointer;
  }
  .input-file:hover .input-file-btn {
    background: rgb(255, 228, 240);
  }
}
@media screen and (max-width: 575px) {
  .input-label {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 420px) {
  .input-box._percent {
    display: grid;
    grid-template-columns: calc(50% - 10px);
  }
}
.button {
  position: relative;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  padding: 0 30px;
  outline: none;
  font-size: 18px;
  font-family: "Open Sans Bold", sans-serif;
  border-radius: 30px;
  border: none;
  box-shadow: 0px 4px 8px 0px rgba(56, 145, 200, 0.16);
  color: #ffffff;
  z-index: 1;
}
.button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #6fd9d8;
  border-radius: 30px;
  z-index: -1;
  transition: 0.4s;
}
.button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background: #00d3d0;
  border-radius: 30px;
  z-index: -2;
  transition: 0.4s;
}
.button:focus {
  outline: none;
  box-shadow: none !important;
}
.button:hover {
  color: #ffffff;
}
.button._pink::before {
  background: linear-gradient(90deg, rgb(251, 153, 197) 0%, rgb(239, 122, 175) 100%);
  box-shadow: inset 0px 1px 3px 0px rgba(72, 158, 16, 0.07);
}
.button._pink::after {
  background: rgb(252, 118, 186);
  box-shadow: 0px 4px 8px 0px rgba(223, 94, 153, 0.16);
}
.button._gray::before {
  background: rgb(198, 197, 197);
}
.button._gray::after {
  background: rgb(153, 153, 153);
}

button:focus {
  outline: none;
}

@media (min-width: 992px) {
  .button:hover {
    transition-duration: 500ms;
    cursor: pointer;
  }
  .button:hover::before {
    background: #00d3d0;
  }
  .button:hover::after {
    bottom: 0;
  }
  .button._pink:hover::before {
    background: linear-gradient(90deg, rgb(251, 153, 197) 0%, rgb(239, 122, 175) 100%);
  }
  .button._gray:hover::before {
    background: rgb(153, 153, 153);
  }
  .button[disabled=disabled], .button[disabled] {
    cursor: default;
  }
  .button:active {
    background: #1e1e1e;
  }
  .button[disabled=disabled], .button[disabled] {
    background: #1e1e1e;
  }
}
.breadcrumbs {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.breadcrumbs-container {
  display: inline;
}
.breadcrumbs span {
  position: relative;
  display: inline;
  margin-left: 15px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Open Sans Regular", sans-serif;
  color: rgb(156, 160, 201);
}
.breadcrumbs span:last-child {
  text-decoration: underline;
}
.breadcrumbs span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -12px;
  width: 6px;
  height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/arrow-icon.png") center no-repeat;
}
.breadcrumbs span:first-child {
  margin-left: 0;
}
.breadcrumbs span:first-child::after {
  display: none;
}
.breadcrumbs span:nth-last-child(1)::after {
  color: #6c757d;
}
.breadcrumbs span a {
  display: inline;
  font-size: 14px;
  line-height: 22px;
  color: rgb(18, 170, 158);
  transition: color 0.4s;
  font-family: "Open Sans Bold", sans-serif;
  text-decoration: none;
}
.breadcrumbs span a:hover {
  color: rgb(18, 170, 158);
}

@media screen and (min-width: 992px) {
  .breadcrumbs span a:hover {
    color: rgb(18, 170, 158);
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbs {
    margin-bottom: 16px;
  }
}
.select {
  position: relative;
  z-index: 2;
}
.select__label {
  position: absolute;
  transition: 0.4s;
  top: -20px;
  opacity: 0;
  font-size: 14px;
  line-height: 24px;
  color: #C7BEB8;
  pointer-events: none;
}
.select-head {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 20px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 12px 16px;
  border: 1px solid #EDEDED;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
}
.select-head:hover {
  cursor: pointer;
}
.select-head._show .select-arrow svg {
  transform: rotateX(180deg);
}
.select-head__input {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #123743;
  pointer-events: none;
  border: none;
  padding: 0;
  margin: 0;
}
.select-head__input::-webkit-input-placeholder {
  color: #123743;
  opacity: 0.99;
}
.select-head__input::-moz-placeholder {
  color: #123743;
  opacity: 0.99;
}
.select-head__input:-moz-placeholder {
  color: #123743;
  opacity: 0.99;
}
.select-head__input:-ms-input-placeholder {
  color: #123743;
  opacity: 0.99;
}
.select-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.select-arrow svg {
  transition: 0.4s;
}
.select-container {
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  background: #FCFCFC;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  border-top: none;
}
.select-list {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  overflow-y: auto;
  max-height: 190px;
  box-sizing: border-box;
}
.select-list::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.select-list::-webkit-scrollbar-track {
  background: #F0EFF3;
  border-radius: 5px;
}
.select-list::-webkit-scrollbar-thumb {
  background-color: #B1B5AF;
  border-radius: 5px;
}
.select-list li {
  padding: 12px 0px 12px 26px;
  font-size: 16px;
  line-height: 22px;
  color: #123743;
  transition: 0.4s;
}

@media screen and (min-width: 992px) {
  .select-list li:hover {
    cursor: pointer;
    background: rgba(229, 246, 191, 0.4);
  }
}
/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)) ;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px ;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px ;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.header {
  position: relative;
  padding-top: 18px;
  z-index: 12;
  margin-bottom: -20px;
}
.header::after {
  content: "";
  position: absolute;
  left: calc(50% + 6px);
  transform: translateX(-50%);
  bottom: -150px;
  width: 8000px;
  height: 252px;
  background: url("../img/main-cloud.png") center bottom no-repeat;
  z-index: -1;
  background-size: contain;
  pointer-events: none;
}
.header-container {
  display: grid;
  grid-template-columns: 242px auto auto;
  justify-content: space-between;
}
.header-logo {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 22px;
  color: rgb(96, 181, 173);
  font-family: "Open Sans Bold", sans-serif;
}
.header-logo:hover {
  color: rgb(96, 181, 173);
}
.header-box {
  display: flex;
  align-items: center;
}
.header-box__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
  padding-left: 30px;
}
.header-box__item:first-child {
  padding-left: 10px;
}
.header-box__item.burger {
  display: none;
}
.header-box__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcf6f6;
  border-radius: 50%;
}
.header-box__text {
  margin-top: 6px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Open Sans Bold", sans-serif;
  color: rgb(215, 135, 203);
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-menu__button {
  display: none;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.header-menu__close {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 23px;
  padding: 0;
  background: none;
  border: none;
}
.header-menu__close:hover {
  cursor: pointer;
}
.header-menu__close::before, .header-menu__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 2px;
  transform-origin: center;
  background: #7acecc;
}
.header-menu__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1400px) {
  .header {
    margin-bottom: 0;
  }
  .header::after {
    bottom: -158px;
  }
  .header-container {
    grid-template-columns: 200px auto auto;
  }
  .header-logo {
    font-size: 14px;
    line-height: 20px;
  }
  .header-box__item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .header-container {
    grid-template-columns: 164px auto auto;
  }
  .header-logo {
    font-size: 12px;
    line-height: 16px;
  }
  .header-box__icon {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding-top: 14px;
  }
  .header-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgb(254, 224, 234) 0%, rgb(254, 203, 240) 100%);
    z-index: 100;
    display: flex;
    align-items: flex-start;
    overflow-y: auto;
    transform-origin: right top;
    transform: scale(0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
  }
  .header-menu._show {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu__button {
    display: flex;
  }
  .header-menu__container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 44px;
  }
  .header-container {
    display: flex;
    justify-content: space-between;
  }
  .header-box__item {
    padding-left: 16px;
  }
  .header-box__item.burger {
    display: flex;
  }
  .header-box__text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header::after {
    bottom: -115px;
    width: 8000px;
    height: 187px;
  }
  .header-box__item {
    padding-left: 12px;
  }
  .header-menu__container {
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .header {
    padding-top: 7px;
  }
  .header::after {
    left: calc(50% - 87px);
    bottom: -75px;
    height: 102px;
  }
  .header-box__item {
    padding-left: 5px;
  }
  .header-box__icon {
    width: 40px;
    height: 40px;
    padding: 11px;
  }
  .header-logo {
    width: 140px;
    font-size: 10px;
    line-height: 14px;
  }
  .header-menu__container {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
    padding-top: 22px;
  }
  .header-menu__close {
    margin-right: 6px;
  }
}
.menu {
  display: flex;
  align-items: center;
}
.menu li {
  padding: 0 15px;
}
.menu a {
  font-size: 18px;
  line-height: 22px;
  font-family: "Open Sans Bold", sans-serif;
  color: rgb(215, 135, 204);
  white-space: nowrap;
}

@media screen and (max-width: 1400px) {
  .menu li {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1199px) {
  .menu a {
    font-size: 16px;
    line-height: 20px;
  }
  .menu li {
    padding: 0 6px;
  }
}
@media screen and (max-width: 991px) {
  .menu {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }
  .menu li {
    padding: 12px 0;
  }
  .menu li.active a {
    color: #95d8d6;
  }
  .menu a {
    color: #e470c6;
    font-size: 18px;
    line-height: 22px;
  }
}
.main-slider {
  position: relative;
  margin-bottom: 30px;
  background: url("../img/slider/bg.jpg") bottom;
  background-size: contain;
}
.main-slider__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 917px;
}
.main-slider__container {
  position: absolute;
  width: 100%;
  top: 143px;
  z-index: 2;
}
.main-slider__content {
  width: 52%;
  min-height: 312px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 115px;
}
.main-slider__title {
  margin: 0;
  margin-left: 7px;
  font-size: 64px;
  line-height: 78px;
  text-align: left;
  color: #c870cc;
  text-shadow: 0 -4px 0 #ffffff, 0 -4px 0 #ffffff, 0 4px 0 #ffffff, 0 4px 0 #ffffff, -4px 0 0 #ffffff, 4px 0 0 #ffffff, -4px 0 0 #ffffff, 4px 0 0 #ffffff, -1px -4px 0 #ffffff, 1px -4px 0 #ffffff, -1px 4px 0 #ffffff, 1px 4px 0 #ffffff, -4px -1px 0 #ffffff, 4px -1px 0 #ffffff, -4px 1px 0 #ffffff, 4px 1px 0 #ffffff, -2px -4px 0 #ffffff, 2px -4px 0 #ffffff, -2px 4px 0 #ffffff, 2px 4px 0 #ffffff, -4px -2px 0 #ffffff, 4px -2px 0 #ffffff, -4px 2px 0 #ffffff, 4px 2px 0 #ffffff, -3px -4px 0 #ffffff, 3px -4px 0 #ffffff, -3px 4px 0 #ffffff, 3px 4px 0 #ffffff, -4px -3px 0 #ffffff, 4px -3px 0 #ffffff, -4px 3px 0 #ffffff, 4px 3px 0 #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, 4px 4px 0 #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, 4px 4px 0 #ffffff;
}
.main-slider__title span {
  color: #63ac9f;
}
.main-slider__title._min {
  font-size: 55px;
  line-height: 67px;
}
.main-slider__button {
  display: flex;
  margin-top: 20px;
}
.main-slider__button .button {
  height: 62px;
  font-size: 20px;
  letter-spacing: 0.6px;
}
.main-slider__button .button::before {
  background: linear-gradient(90deg, rgb(251, 153, 197) 0%, rgb(239, 122, 175) 100%);
  box-shadow: inset 0px 1px 3px 0px rgba(72, 158, 16, 0.07);
}
.main-slider__button .button::after {
  background-color: rgb(252, 118, 186);
  box-shadow: 0px 4px 8px 0px rgba(223, 94, 153, 0.16);
}
.main-slider-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.main-slider-nav__button {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.main-slider-prev, .main-slider-next {
  position: absolute;
  top: calc(50% - 566px);
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 3px solid #fb88bb;
  box-shadow: 0px 3px 5.76px 0.24px rgba(32, 4, 21, 0.33);
  transition: 0.4s;
}
.main-slider-prev svg, .main-slider-next svg {
  width: 36px;
  height: 36px;
  stroke: #fb88bb;
}
.main-slider-prev {
  left: 0;
}
.main-slider-next {
  right: 0;
}
.main-slider__img {
  width: 100%;
  height: 100%;
}
.main-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.main-slider-pagination {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: 260px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  z-index: 5;
}
.main-slider-pagination .swiper-pagination-bullet {
  background: #ffffff;
}
.main-slider-pagination .swiper-pagination-bullet-active {
  background: #ff92ce;
}

@media screen and (min-width: 992px) {
  .main-slider-prev:hover, .main-slider-next:hover {
    background-color: rgba(169, 119, 155, 0.8);
  }
}
@media screen and (max-width: 1400px) {
  .main-slider__slide {
    height: 780px;
  }
  .main-slider__container {
    top: 110px;
  }
  .main-slider__title {
    font-size: 56px;
    line-height: 68px;
  }
  .main-slider__content {
    min-height: 278px;
  }
  .main-slider-prev, .main-slider-next {
    top: calc(50% - 466px);
  }
  .main-slider-pagination {
    bottom: 206px !important;
  }
}
@media screen and (max-width: 1199px) {
  .main-slider {
    margin: 0;
    padding-bottom: 160px;
    padding-top: 0;
  }
  .main-slider__container {
    position: relative;
    top: auto;
    margin-top: 30px;
  }
  .main-slider__slide {
    height: auto;
  }
  .main-slider__img {
    position: relative;
    width: 100%;
    padding-top: 65%;
  }
  .main-slider__img picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .main-slider__content {
    min-height: auto;
    width: auto;
    margin-left: 243px;
  }
  .main-slider-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main-slider-prev, .main-slider-next {
    top: -874px;
    transform: translateY(0);
  }
  .main-slider__img {
    padding-top: 95%;
  }
}
@media screen and (max-width: 991px) {
  .main-slider {
    padding-top: 0;
  }
  .main-slider__content {
    margin-left: 92px;
  }
  .main-slider__title {
    font-size: 46px;
    line-height: 58px;
  }
  .main-slider__title._min {
    font-size: 46px;
    line-height: 58px;
  }
  .main-slider-prev, .main-slider-next {
    top: -776px;
    width: 42px;
    height: 42px;
    border: 2px solid #fb88bb;
    box-shadow: none;
  }
  .main-slider-prev svg, .main-slider-next svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-slider {
    padding-bottom: 100px;
  }
  .main-slider__title {
    font-size: 33px;
    line-height: 42px;
  }
  .main-slider__title._min {
    font-size: 33px;
    line-height: 42px;
  }
  .main-slider__content {
    margin: 0;
  }
  .main-slider__button {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .main-slider__button .button {
    width: 100%;
  }
  .main-slider-pagination {
    margin-top: 26px;
  }
  .main-slider-prev, .main-slider-next {
    top: -666px;
  }
  .main-slider__img {
    padding-top: 85%;
  }
  .main-slider__container {
    max-width: 420px;
  }
}
@media screen and (max-width: 575px) {
  .main-slider {
    padding-bottom: 66px;
    padding-top: 10px;
  }
  .main-slider__title {
    font-size: 24px;
    line-height: 30px;
  }
  .main-slider__title._min {
    font-size: 24px;
    line-height: 30px;
  }
  .main-slider__button {
    max-width: 320px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .main-slider__button .button {
    height: 50px;
    font-size: 18px;
  }
  .main-slider-prev, .main-slider-next {
    top: -439px;
    width: 34px;
    height: 34px;
  }
  .main-slider-prev svg, .main-slider-next svg {
    width: 22px;
    height: 22px;
  }
}
.about {
  position: relative;
  padding-bottom: 65px;
}
.about::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -603px;
  width: 8000px;
  height: 650px;
  background: url("../img/about/cloud-2.png") center bottom no-repeat;
  z-index: 1;
  background-size: contain;
  pointer-events: none;
}
.about::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -308px;
  width: 8000px;
  height: 309px;
  background: url("../img/about/cloud-1.png") center bottom no-repeat;
  z-index: 1;
  background-size: contain;
  pointer-events: none;
}
.about-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 51.5% 47%;
  justify-content: space-between;
}
.about-icon {
  position: absolute;
  left: -96px;
  top: -158px;
  z-index: 2;
}
.about-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 212px;
}
.about-border {
  position: relative;
}
.about-border::after {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  width: calc(100% + 12px);
  height: 62px;
  border: 6px solid #ffffff;
  pointer-events: none;
  border-radius: 14px;
}
.about-tabs {
  position: relative;
}
.about-tabs .title {
  text-align: left;
  margin-left: 93px;
  margin-bottom: 40px;
}
.about-tabs .tabs-my__head {
  position: relative;
  overflow-y: auto;
  width: 100%;
  padding-bottom: 11px;
}
.about-tabs .tabs-my__head::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.about-tabs .tabs-my__head::-webkit-scrollbar-track {
  background: #fed9f4;
  border-radius: 3px;
}
.about-tabs .tabs-my__head::-webkit-scrollbar-thumb {
  background: #ff92ce;
  border-radius: 3px;
}
.about-tabs .nav {
  width: 100%;
  flex-wrap: nowrap;
}
.about-tabs .nav-link {
  min-width: 180px;
  height: 50px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #585858;
  font-family: "Open Sans Bold", sans-serif;
  text-align: center;
  border: none;
}
.about-tabs .nav-link.active {
  text-decoration: underline;
}
.about-tabs .nav-link:last-child {
  border-radius: 0 10px 10px 0;
}
.about-tabs .nav-link:nth-child(4n+1) {
  background: #f0cdde;
}
.about-tabs .nav-link:nth-child(4n+2) {
  background: #cdcbe2;
}
.about-tabs .nav-link:nth-child(4n+3) {
  background: #d2f2ef;
}
.about-tabs .nav-link:nth-child(4n+4) {
  background: #d8effc;
}
.about-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.about-box {
  font-size: 18px;
  line-height: 28px;
  color: #5c9adb;
  font-family: "Nunito Bold", sans-serif;
}
.about-box p {
  padding-top: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #5c9adb;
  font-family: "Nunito Bold", sans-serif;
}
.about-more {
  margin-top: 24px;
  font-size: 18px;
  font-family: "Nunito Bold", sans-serif;
  color: #cb50c1;
}
.about-more::after {
  bottom: 2px;
  background: rgba(203, 80, 193, 0.5);
}
.about-more:hover {
  color: #cb50c1;
}
.about-slider {
  position: relative;
  padding: 0 70px;
  margin-top: 92px;
}
.about-slide {
  position: relative;
  height: 436px;
}
.about-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-prev, .about-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-color: #fb88bb;
  z-index: 3;
}
.about-prev svg, .about-next svg {
  stroke: #fb88bb;
}
.about-prev {
  left: 0;
}
.about-next {
  right: 0;
}
.about-pagination {
  margin-top: 38px;
}

@media screen and (max-width: 1400px) {
  .about::before {
    top: -448px;
    height: 483px;
  }
}
@media screen and (max-width: 1199px) {
  .about {
    padding-bottom: 20px;
  }
  .about::before {
    top: -616px;
    left: calc(50% - 206px);
    transform: translateX(-50%);
    width: 1880px;
    height: 617px;
    background: url(../img/about/cloud-2-2.png) center bottom no-repeat;
    background-size: contain;
  }
  .about::after {
    bottom: -251px;
    height: 252px;
  }
  .about-container {
    grid-template-columns: 100%;
  }
  .about-slider {
    margin-top: 20px;
    padding: 0 50px;
  }
  .about-slide {
    height: auto;
    padding-top: 100%;
  }
  .about-icon {
    left: -50px;
    top: -116px;
  }
  .about-icon img {
    max-width: 163px;
  }
}
@media screen and (max-width: 991px) {
  .about {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about::after {
    bottom: -214px;
    height: 214px;
  }
  .about::before {
    top: -440px;
    height: 444px;
  }
}
@media screen and (max-width: 575px) {
  .about {
    margin-bottom: -28px;
    padding-top: 82px;
    padding-bottom: 0;
  }
  .about::before {
    top: -289px;
    left: calc(50% - 120px);
    height: 290px;
  }
  .about::after {
    bottom: -77px;
    height: 107px;
    transform: translateX(-50%) rotateY(180deg);
  }
  .about-slider {
    padding: 0;
  }
  .about-pagination {
    margin-top: 28px;
  }
  .about-slide {
    padding-top: 84%;
  }
  .about-prev, .about-next {
    top: calc(50% - 51px);
  }
  .about-more {
    margin-top: 8px;
    font-size: 14px;
  }
  .about-box {
    font-size: 16px;
    line-height: 22px;
  }
  .about-box p {
    font-size: 16px;
    line-height: 22px;
  }
  .about-content {
    align-items: flex-start;
  }
  .about-tabs .title {
    margin-left: 100px;
  }
  .about-tabs .tabs-my__head {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
  .about-tabs .nav-link {
    min-width: 153px;
  }
  .about-icon {
    left: -7px;
    top: -74px;
  }
  .about-icon img {
    max-width: 108px;
  }
  .about-border::after {
    display: none;
  }
}
.feedback {
  position: relative;
  margin-bottom: 16px;
  padding-top: 321px;
  padding-bottom: 306px;
  background: linear-gradient(0deg, #aeb5e2 0%, #e1e6f6 100%);
}
.feedback::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/feedback/bg-star.png") center no-repeat;
  background-size: cover;
  pointer-events: none;
}
.feedback-slider {
  position: relative;
}
.feedback-swiper {
  width: 86%;
  margin-bottom: -16px;
  padding-top: 60px;
  padding-bottom: 16px;
}
.feedback-item {
  position: relative;
  height: 326px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
  padding-bottom: 43px;
  padding-right: 50px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1.854px 5.706px 5px 0px rgba(91, 91, 91, 0.1);
}
.feedback-item::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  border-radius: 10px;
  border: 1px solid rgba(235, 235, 235, 0.38);
  pointer-events: none;
}
.feedback-box {
  position: relative;
  z-index: 1;
}
.feedback-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  margin-top: -97px;
}
.feedback-img img {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feedback-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Myriad Pro Bold", sans-serif;
  color: #5c9adb;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
.feedback-text {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feedback-more {
  margin-right: 6px;
}
.feedback-prev, .feedback-next {
  position: absolute;
  top: calc(50% + 34px);
  transform: translateY(-50%);
}
.feedback-prev {
  left: 0;
  margin-right: 10px;
}
.feedback-next {
  right: 0;
}
.feedback-icon {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.feedback-icon._one {
  left: 31px;
  top: -52px;
}
.feedback-icon._two {
  right: 27px;
  top: -65px;
}

@media screen and (max-width: 1400px) {
  .feedback {
    padding-bottom: 248px;
  }
}
@media screen and (max-width: 1199px) {
  .feedback {
    padding-bottom: 226px;
    padding-top: 250px;
  }
}
@media screen and (max-width: 991px) {
  .feedback {
    margin-bottom: 0;
    padding-bottom: 168px;
  }
  .feedback-swiper {
    width: 100%;
  }
  .feedback-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .feedback-prev, .feedback-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translateY(0);
  }
  .feedback-icon._one {
    left: -18px;
  }
  .feedback-icon._two {
    right: -7px;
  }
}
@media screen and (max-width: 767px) {
  .feedback {
    padding-top: 210px;
  }
  .feedback-icon._two {
    display: none;
  }
  .feedback-icon._one {
    width: 90px;
    top: -28px;
    left: -14px;
  }
  .feedback-icon._one img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 575px) {
  .feedback {
    padding-bottom: 111px;
    padding-top: 118px;
  }
  .feedback-item {
    height: 284px;
    padding: 20px;
    padding-bottom: 25px;
  }
  .feedback-item::after {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .feedback-img {
    margin-bottom: 4px;
    margin-top: -79px;
  }
  .feedback-img img {
    width: 120px;
    height: 120px;
  }
  .feedback-name {
    margin-bottom: 3px;
    font-size: 18px;
  }
  .feedback-text {
    -webkit-line-clamp: 7;
  }
  .feedback-more {
    font-size: 14px;
  }
  .feedback-icon._one {
    width: 66px;
    top: -2px;
    left: -9px;
  }
}
.products {
  position: relative;
  background: #ffffff;
  margin-top: -21px;
  padding-top: 102px;
  padding-bottom: 81px;
}
.products::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -303px;
  width: 8000px;
  height: 304px;
  background: url("../img/products/cloud.png") center bottom no-repeat;
  z-index: 1;
  background-size: contain;
  pointer-events: none;
}
.products::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  transform: translateX(-50%) rotateX(180deg);
  bottom: -302px;
  width: 8000px;
  height: 304px;
  background: url("../img/products/cloud.png") center bottom no-repeat;
  z-index: 1;
  background-size: contain;
  pointer-events: none;
}
.products-container {
  position: relative;
}
.products-icon {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.products-icon._one {
  left: 23px;
  top: -175px;
}
.products-icon._two {
  right: -95px;
  bottom: -117px;
}
.products-slider {
  padding-top: 10px;
}
.products-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 15px));
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.products-slider .swiper-slide:nth-child(5n+1) .products-item {
  background: #f0cdde;
}
.products-slider .swiper-slide:nth-child(5n+1) .products-img::before {
  left: 11px;
  bottom: 49px;
  background: url("../img/products/butterfly-2.png") center no-repeat;
}
.products-slider .swiper-slide:nth-child(5n+1) .products-img::after {
  right: 18px;
  top: 74px;
  background: url("../img/products/butterfly-1.png") center no-repeat;
}
.products-slider .swiper-slide:nth-child(5n+2) .products-item {
  background: #cdcbe2;
}
.products-slider .swiper-slide:nth-child(5n+2) .products-img::before {
  left: 12px;
  bottom: 36px;
  background: url("../img/products/butterfly-4.png") center no-repeat;
}
.products-slider .swiper-slide:nth-child(5n+2) .products-img::after {
  right: 14px;
  top: 87px;
  background: url("../img/products/butterfly-3.png") center no-repeat;
}
.products-slider .swiper-slide:nth-child(5n+3) .products-item {
  background: #d2f2ef;
}
.products-slider .swiper-slide:nth-child(5n+3) .products-img::before {
  left: 11px;
  bottom: 32px;
  background: url("../img/products/butterfly-6.png") center no-repeat;
}
.products-slider .swiper-slide:nth-child(5n+3) .products-img::after {
  right: 16px;
  top: 91px;
  background: url("../img/products/butterfly-5.png") center no-repeat;
}
.products-slider .swiper-slide:nth-child(5n+4) .products-item {
  background: #d8effc;
}
.products-slider .swiper-slide:nth-child(5n+4) .products-img::before {
  left: 5px;
  bottom: 16px;
  background: url("../img/products/butterfly-8.png") center no-repeat;
}
.products-slider .swiper-slide:nth-child(5n+4) .products-img::after {
  right: -4px;
  top: 87px;
  background: url("../img/products/butterfly-7.png") center no-repeat;
}
.products-slider .swiper-slide:nth-child(5n+5) .products-item {
  background: #d8effc;
}
.products-slider .swiper-slide:nth-child(5n+5) .products-img::before {
  left: 12px;
  bottom: 33px;
  background: url("../img/products/butterfly-8.png") center no-repeat;
}
.products-slider .swiper-slide:nth-child(5n+5) .products-img::after {
  right: 20px;
  top: 90px;
  background: url("../img/products/butterfly-7.png") center no-repeat;
}
.products-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 28px;
  padding-bottom: 35px;
  border-radius: 10px;
}
.products-img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 240px;
}
.products-img::after, .products-img::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  z-index: 1;
  pointer-events: none;
}
.products-img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-title {
  margin: 0;
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #5c9adb;
  font-family: "Myriad Pro Bold", sans-serif;
  text-align: center;
}
.products-button {
  padding-top: 16px;
}
.products-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.products-more ._link {
  text-transform: uppercase;
  font-family: "Nunito Bold", sans-serif;
}
.products-nav {
  display: none;
}
.products-prev, .products-next {
  position: absolute;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  z-index: 2;
  border-color: #99dcd5;
}
.products-prev svg, .products-next svg {
  stroke: #99dcd5;
}
.products-prev {
  left: -12px;
}
.products-next {
  right: -12px;
}

@media screen and (min-width: 1200px) {
  .products-slider .swiper {
    overflow: visible;
  }
  .products-slider .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .products {
    padding-bottom: 35px;
  }
  .products::after {
    bottom: -261px;
    height: 262px;
  }
  .products-icon._two {
    right: -31px;
  }
}
@media screen and (max-width: 1199px) {
  .products::before {
    height: 250px;
    top: -249px;
    left: 50%;
  }
  .products::after {
    bottom: -189px;
    height: 190px;
  }
  .products-slider .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .products-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .products-icon._one {
    left: 6px;
    top: -223px;
    width: 251px;
    height: 228px;
  }
  .products-nav {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .products {
    padding-bottom: 30px;
  }
  .products::before {
    height: 190px;
    top: -189px;
    left: calc(50% + 70px);
  }
  .products::after {
    left: calc(50% - 101px);
    bottom: -148px;
    height: 150px;
    transform: translateX(-50%) rotate(180deg);
  }
  .products-slider {
    padding-top: 5px;
  }
  .products-title {
    margin-top: 20px;
  }
  .products-icon._one {
    top: -197px;
    width: 176px;
    height: 159px;
  }
  .products-icon._two {
    width: 100px;
    height: 104px;
    bottom: -68px;
  }
  .products-more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products {
    padding-bottom: 40px;
  }
  .products-icon._two {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .products {
    padding-top: 45px;
  }
  .products::before {
    height: 142px;
    top: -141px;
  }
  .products::after {
    bottom: -114px;
    height: 115px;
  }
  .products-icon._one {
    top: -129px;
    width: 128px;
    height: 115px;
  }
}
.news {
  padding-top: 252px;
  background: linear-gradient(0deg, #7acecc 35%, #e3fffe 100%);
  padding-bottom: 273px;
}
.news-item {
  display: grid;
  grid-template-columns: 48.5% 51.5%;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 2.047px 6.694px 32.2px 2.8px rgba(149, 149, 149, 0.11);
}
.news-img {
  position: relative;
  padding-top: 84%;
}
.news-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 38px;
  padding-right: 22px;
  padding-bottom: 25px;
  padding-left: 14px;
}
.news-title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #5c9adb;
  font-family: "Myriad Pro Bold", sans-serif;
}
.news-date {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-family: "Myriad Pro Regular", sans-serif;
}
.news-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.news-read {
  text-align: right;
  margin-top: 10px;
}
.news-read ._link {
  color: #7acecc;
}
.news-read ._link::after {
  bottom: 0;
  background: #7acecc;
}
.news-more {
  margin-top: 48px;
  text-align: center;
}
.news-more ._link {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Nunito Black", sans-serif;
}
.news-more ._link::after {
  background: #ffffff;
}
.news-swiper {
  border-radius: 20px;
}
.news-nav {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.news-prev {
  margin-right: 10px;
}
.news-slider {
  position: relative;
}
.news-icon {
  position: absolute;
  z-index: 1;
}
.news-icon._one {
  right: -21px;
  top: -103px;
}
.news-icon._two {
  left: -23px;
  top: -106px;
}

@media screen and (min-width: 1200px) {
  .news-slider .swiper {
    overflow: visible;
  }
  .news-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .news-slider .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .news {
    padding-top: 230px;
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 1199px) {
  .news {
    padding-top: 210px;
  }
  .news-icon img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-icon._one {
    top: -108px;
    width: 98px;
  }
  .news-icon._two {
    width: 118px;
  }
  .news-nav {
    display: flex;
  }
  .news-more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .news {
    padding-top: 130px;
  }
  .news-box {
    padding-top: 5px;
  }
  .news-swiper {
    box-shadow: 2.047px 6.694px 32.2px 2.8px rgba(149, 149, 149, 0.11);
  }
  .news-item {
    box-shadow: none;
  }
  .news-img {
    padding-top: 81%;
  }
  .news-date {
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 123px;
  }
  .news-item {
    grid-template-columns: 100%;
  }
  .news-description {
    -webkit-line-clamp: 5;
  }
  .news-img {
    box-shadow: 2.047px 6.694px 32.2px 2.8px rgba(149, 149, 149, 0.11);
  }
  .news-img img {
    border-radius: 20px 20px 0 0;
  }
  .news-content {
    padding-top: 13px;
    padding-right: 14px;
    padding-bottom: 19px;
    padding-left: 14px;
  }
  .news-icon {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .news {
    padding-top: 93px;
    padding-bottom: 96px;
  }
  .news-title {
    font-size: 18px;
  }
  .news-date {
    margin-bottom: 7px;
  }
  .news-description {
    line-height: 18px;
  }
  .news-read {
    margin-top: 6px;
  }
  .news-more {
    margin-top: 16px;
  }
}
.information {
  position: relative;
  padding-bottom: 98px;
  background: #ffffff;
}
.information::before {
  content: "";
  position: absolute;
  left: calc(50% + 23px);
  transform: translateX(-50%);
  top: -315px;
  width: 8000px;
  height: 432px;
  background: url("../img/information/cloud-1.png") center bottom no-repeat;
  z-index: 1;
  background-size: contain;
  pointer-events: none;
}
.information-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 57.1% 42.9%;
}
.information-img {
  position: relative;
  left: 16px;
  width: 615px;
  margin-top: -28px;
  margin-bottom: -20px;
}
.information-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.information-border {
  position: relative;
  margin-top: 38px;
}
.information-border::before {
  content: "";
  position: absolute;
  left: 12px;
  top: -4px;
  width: 100%;
  height: calc(100% + 8px);
  z-index: -1;
  border: 4px dashed #5c9adb;
  border-radius: 10px;
  background: rgb(239, 250, 253);
  pointer-events: none;
}
.information-border::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: calc(100% - 8px);
  height: 50px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.15) 100%);
  pointer-events: none;
}
.information-box {
  position: relative;
  overflow-y: auto;
  transform: scaleX(-1);
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 28px;
  padding-bottom: 20px;
  height: 377px;
}
.information-box::-webkit-scrollbar {
  width: 5px;
  background: green;
  border-radius: 3px;
  background-color: rgb(221, 233, 246);
  box-shadow: inset 0px 54px 98px 0px rgba(0, 0, 0, 0.02);
}
.information-box::-webkit-scrollbar-thumb {
  background: rgb(150, 186, 224);
  border-radius: 3px;
}
.information-description {
  transform: scaleX(-1);
  padding-bottom: 10px;
}
.information-description p {
  padding-top: 22px;
  font-size: 16px;
  color: rgb(92, 154, 219);
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.information-description p:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1400px) {
  .information-box {
    height: 323px;
  }
}
@media screen and (max-width: 1199px) {
  .information-container {
    grid-template-columns: 100%;
  }
  .information-box {
    height: 475px;
    padding-left: 20px;
  }
  .information-img {
    left: auto;
    margin: 0;
    margin-top: 30px;
    width: auto;
    padding-top: 100%;
  }
  .information-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .information-border::before {
    width: calc(100% - 13px);
  }
  .information-border::after {
    width: calc(100% - 21px);
  }
}
@media screen and (max-width: 575px) {
  .information {
    padding-bottom: 55px;
  }
  .information::before {
    height: 200px;
    top: -124px;
    left: calc(50% + 1543px);
    transform: translateX(-50%) rotateY(180deg);
  }
  .information-border {
    width: calc(100% + 8px);
    margin-left: -9px;
    margin-top: 25px;
  }
  .information-border::after {
    left: 22px;
    width: calc(100% - 26px);
  }
  .information-border::before {
    left: 18px;
    width: calc(100% - 18px);
  }
  .information-box {
    padding-top: 18px;
    padding-right: 22px;
  }
  .information-box::-webkit-scrollbar {
    width: 10px;
  }
}
.sign {
  position: relative;
  padding-bottom: 156px;
  background: #bcf7f6;
  z-index: 2;
}
.sign::before {
  content: "";
  position: absolute;
  left: calc(50% + 20px);
  transform: translateX(-50%);
  top: -228px;
  width: 8000px;
  height: 235px;
  background: url("../img/sign/cloud-1.png") center bottom no-repeat;
  z-index: -1;
  background-size: contain;
  pointer-events: none;
}
.sign._booking::before {
  content: "";
  position: absolute;
  left: calc(50% + 5px);
  transform: translateX(-50%);
  top: -288px;
  width: 8000px;
  height: 289px;
  background: url("../img/sign/cloud-2.png") center bottom repeat-x;
  z-index: -1;
  background-size: contain;
  pointer-events: none;
}
.sign .title {
  margin-bottom: 10px;
}
.sign .subtitle {
  margin-bottom: 57px;
}
.sign-container {
  position: relative;
  top: -16px;
}
.sign-box {
  max-width: 770px;
  margin: 0 auto;
}
.sign-form {
  display: grid;
  grid-template-columns: repeat(3, calc(33.333% - 8px));
  justify-content: space-between;
}
.sign-form__button .button {
  width: 100%;
}
.sign-text {
  margin-top: 17px;
  margin-left: 6px;
  font-size: 14px;
  font-family: "Myriad Pro Regular", sans-serif;
  color: #6b8db1;
  letter-spacing: 0.9px;
}
.sign-subscribe {
  display: inline-block;
  padding: 0;
  border: none;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-family: "Myriad Pro Regular", sans-serif;
  color: #6b8db1;
  background: none;
  text-transform: uppercase;
  transition: 0.4s;
}
.sign-subscribe:hover {
  color: #6b8db1;
}
.sign-soc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.sign-soc__text {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 8px;
  font-size: 17.25px;
  font-family: "Nunito Black", sans-serif;
  text-transform: uppercase;
  color: #2ecfcd;
}
.sign-soc__link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.sign-soc__link svg {
  width: 100%;
  height: 100%;
}
.sign-icon {
  position: absolute;
  pointer-events: none;
}
.sign-icon._one {
  left: 54px;
  top: 121px;
}
.sign-icon._two {
  right: 36px;
  top: 102px;
}

@media screen and (min-width: 992px) {
  .sign-subscribe:hover {
    color: #2ecfcd;
  }
}
@media screen and (max-width: 1400px) {
  .sign-icon._one {
    left: 9px;
  }
  .sign-icon._two {
    right: -7px;
  }
}
@media screen and (max-width: 1199px) {
  .sign .title {
    margin-right: 106px;
    margin-left: 106px;
  }
  .sign-container {
    padding-top: 0;
  }
  .sign-icon img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sign-icon._one {
    left: -34px;
    top: -50px;
  }
  .sign-icon._two {
    right: -46px;
    top: -48px;
  }
}
@media screen and (max-width: 991px) {
  .sign._booking::before {
    content: "";
    position: absolute;
    left: calc(50% - 433px);
    transform: translateX(-50%);
    top: -228px;
    width: 8000px;
    height: 235px;
    background: url("../img/sign/cloud-1.png") center bottom no-repeat;
    z-index: -1;
    background-size: contain;
  }
  .sign .subtitle {
    margin-bottom: 34px;
  }
  .sign-soc {
    justify-content: flex-start;
    margin-top: 15px;
  }
  .sign-text {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sign::before {
    top: -207px;
  }
  .sign .title {
    margin-right: 20px;
    margin-left: 20px;
  }
  .sign-container {
    top: 0;
  }
  .sign-icon._one {
    left: 0px;
    top: -86px;
    width: 90px;
  }
  .sign-icon._two {
    right: -8px;
    top: -82px;
    width: 90px;
  }
  .sign-form {
    grid-template-columns: 100%;
  }
  .sign-form .input {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 575px) {
  .sign {
    padding-bottom: 20px;
  }
  .sign::before {
    top: -159px;
    height: 160px;
    left: calc(50% + 228px);
  }
  .sign._booking::before {
    top: -159px;
    height: 160px;
    left: calc(50% + 228px);
  }
  .sign .title {
    margin-bottom: 5px;
  }
  .sign .subtitle {
    margin-bottom: 20px;
  }
  .sign-container {
    top: auto;
    padding-top: 12px;
  }
  .sign-text {
    margin-top: 15px;
  }
  .sign-soc__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .sign::before {
    top: -121px;
    height: 122px;
  }
  .sign-icon._one {
    left: 0px;
    top: -58px;
    width: 70px;
  }
  .sign-icon._two {
    right: -8px;
    top: -62px;
    width: 70px;
  }
}
.footer {
  position: relative;
  top: -1px;
  z-index: 10;
}
.footer-top {
  position: relative;
  padding-top: 20px;
  padding-bottom: 74px;
  background: #bcf7f6;
}
.footer-top::before {
  content: "";
  position: absolute;
  left: calc(50% + 0px);
  transform: translateX(-50%);
  top: -255px;
  width: 8000px;
  height: 255px;
  background: url("../img/footer/cloud-1.png") center bottom no-repeat;
  z-index: -1;
  background-size: contain;
  pointer-events: none;
}
.footer-top__container {
  position: relative;
  display: grid;
  grid-template-columns: 30% 29% 23%;
  align-items: center;
  justify-content: space-between;
}
.footer-butterfly {
  position: absolute;
  pointer-events: none;
}
.footer-butterfly._one {
  top: -71px;
  left: 1.6%;
}
.footer-butterfly._two {
  top: -66px;
  left: 21%;
}
.footer-butterfly._three {
  top: -28px;
  left: 47.5%;
}
.footer-butterfly._four {
  top: -56px;
  left: 88%;
}
.footer-info p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Nunito Bold", sans-serif;
  color: #8ab0c6;
  letter-spacing: 0.1px;
}
.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  justify-content: space-between;
}
.footer-link {
  margin-bottom: 13px;
}
.footer-link a {
  font-size: 17.25px;
  font-family: "Nunito Bold", sans-serif;
  line-height: 20px;
  color: #8ab0c6;
}
.footer-link a:hover {
  color: #8ab0c6;
}
.footer-contact {
  margin-top: -52px;
}
.footer-contact__title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 17.25px;
  font-family: "Nunito Bold", sans-serif;
  line-height: 20px;
  color: #8ab0c6;
}
.footer-contact__link {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 36px;
  font-family: "Nunito Bold", sans-serif;
  color: #8ab0c6;
}
.footer-contact__link:hover {
  color: #8ab0c6;
}
.footer-contact__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: rgb(145, 191, 225);
  box-shadow: -4.668px 1.792px 8.2px 1.8px rgba(46, 46, 120, 0.16);
}
.footer-bottom {
  padding: 14px 0;
  background: #6fd9d8;
}
.footer-bottom__container {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.529);
  font-size: 14px;
  flex-wrap: wrap;
  font-family: "Open Sans Regular", sans-serif;
}
.footer-bottom__container p, .footer-bottom__container a {
  color: rgba(255, 255, 255, 0.529);
  font-size: 14px;
  font-family: "Open Sans Regular", sans-serif;
  letter-spacing: 0.1px;
}
.footer-bottom__text {
  margin-right: 13%;
}
.footer-bottom__link._link {
  text-transform: none;
}
.footer-bottom__link._link::after {
  background: rgba(255, 255, 255, 0.529);
}
.footer-bottom__link._link:hover {
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .footer-link a:hover {
    color: #2ecfcd;
  }
  .footer-contact__link:hover {
    color: #2ecfcd;
  }
}
@media screen and (max-width: 991px) {
  .footer-top {
    padding-bottom: 40px;
  }
  .footer-top::before {
    top: -194px;
    height: 194px;
  }
  .footer-top__container {
    grid-template-columns: 100%;
  }
  .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    margin-top: 30px;
    text-align: center;
  }
  .footer-contact__title {
    margin-bottom: 0;
  }
  .footer-info {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-menu {
    max-width: 400px;
    margin: 0 auto;
  }
  .footer-butterfly._two {
    top: auto;
    left: 17%;
    bottom: 30px;
  }
  .footer-butterfly._three {
    top: auto;
    left: 85.5%;
    bottom: 67px;
  }
  .footer-butterfly._four {
    top: -32px;
  }
}
@media screen and (max-width: 767px) {
  .footer-butterfly._two {
    top: auto;
    left: 10%;
  }
}
@media screen and (max-width: 575px) {
  .footer {
    padding-top: 110px;
    background: #bcf7f6;
  }
  .footer-top {
    padding-top: 36px;
    padding-bottom: 30px;
  }
  .footer-top::before {
    height: 156px;
    top: -146px;
    left: calc(50% + 150px);
  }
  .footer-bottom__text {
    margin-right: 2%;
  }
  .footer-butterfly._one {
    top: -39px;
    left: auto;
    right: 71px;
  }
  .footer-butterfly._two, .footer-butterfly._three {
    display: none;
  }
  .footer-butterfly._four {
    left: 37px;
    top: -64px;
  }
  .footer-menu {
    grid-template-columns: 100%;
    max-width: 100%;
    margin: 0;
  }
  .footer-info {
    text-align: left;
    margin-bottom: 23px;
  }
  .footer-link {
    margin-bottom: 14px;
  }
  .footer-contact {
    align-items: flex-start;
    margin-top: 0px;
  }
  .footer-contact__title {
    display: none;
  }
}
.header-other {
  position: relative;
  padding-top: 120px;
  padding-bottom: 300px;
}
.header-other._purple {
  background: linear-gradient(180deg, rgba(229, 227, 244, 0.4) 35%, rgba(194, 180, 226, 0.6) 100%);
  padding-bottom: 176px;
}
.header-other._purple::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/category/bg-star.png") center;
  pointer-events: none;
}
.header-other._faq {
  padding-bottom: 347px;
  background: linear-gradient(180deg, rgba(229, 227, 244, 0.4) 35%, rgba(194, 180, 226, 0.6) 100%);
}
.header-other._faq::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/faq/bg.png") center;
  pointer-events: none;
}
.header-other._delivery {
  padding-bottom: 256px;
  background: linear-gradient(180deg, rgba(254, 230, 232, 0.9) 35%, rgba(255, 206, 243, 0.9) 100%);
}
.header-other._delivery::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/faq/bg.png") center;
  pointer-events: none;
}
.header-other._calculator {
  background: linear-gradient(180deg, rgba(229, 227, 244, 0.4) 35%, rgba(194, 180, 226, 0.6) 100%);
  padding-bottom: 132px;
}
.header-other._calculator::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/category/bg-star.png") center;
  pointer-events: none;
}
.header-other._contacts {
  padding-bottom: 182px;
  background: #bcf7f6;
}
.header-other._responses {
  padding-bottom: 300px;
  background: linear-gradient(180deg, rgba(254, 230, 232, 0.9) 35%, rgba(255, 206, 243, 0.9) 100%);
}
.header-other._responses::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/responses/bg-star.png") center center;
  pointer-events: none;
}
.header-other._responses::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  pointer-events: none;
}
.header-other._booking {
  background: linear-gradient(180deg, rgba(229, 227, 244, 0.4) 35%, rgba(194, 180, 226, 0.6) 100%);
  padding-bottom: 116px;
}
.header-other._booking::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/img/booking/bg-star.png") top;
  pointer-events: none;
}
.header-other._buyers {
  margin-bottom: -26px;
  padding-bottom: 0;
  background: linear-gradient(180deg, rgba(254, 230, 232, 0.9) 35%, rgba(249, 214, 239, 0.9) 100%);
}
.header-other._buyers::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/contacting/bg.png") center center;
  pointer-events: none;
}
.header-other._cooperation {
  background: linear-gradient(0deg, #d1f3f2 35%, #e1fffd 100%);
  padding-bottom: 38px;
}
.header-other._personal {
  padding-bottom: 300px;
  background: linear-gradient(180deg, rgba(254, 230, 232, 0.9) 35%, rgba(255, 206, 243, 0.9) 100%);
}
.header-other._personal::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/responses/bg-star.png") center center;
  pointer-events: none;
}
.header-other._catalog {
  padding-bottom: 300px;
  background: linear-gradient(180deg, rgba(254, 230, 232, 0.9) 35%, rgba(255, 206, 243, 0.9) 100%);
}
.header-other._catalog::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/responses/bg-star.png") center center;
  pointer-events: none;
}
.header-other._catalog::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 548px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  .header-other._responses {
    padding-bottom: 280px;
  }
  .header-other._responses::before {
    height: 360px;
  }
  .header-other._catalog {
    padding-bottom: 226px;
  }
}
@media screen and (max-width: 991px) {
  .header-other {
    padding-top: 100px;
  }
  .header-other._purple {
    padding-bottom: 145px;
  }
  .header-other._faq {
    padding-bottom: 281px;
  }
  .header-other._calculator {
    padding-bottom: 112px;
  }
  .header-other._buyers {
    margin-bottom: 0;
  }
  .header-other._cooperation {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-other {
    padding-top: 80px;
  }
  .header-other._purple {
    padding-bottom: 105px;
  }
  .header-other._faq {
    padding-bottom: 252px;
  }
  .header-other._calculator {
    padding-bottom: 96px;
  }
  .header-other._booking {
    padding-bottom: 80px;
  }
  .header-other._personal {
    padding-bottom: 255px;
  }
}
@media screen and (max-width: 575px) {
  .header-other {
    padding-top: 50px;
  }
  .header-other._purple {
    padding-bottom: 52px;
  }
  .header-other._faq {
    padding-bottom: 165px;
  }
  .header-other._delivery {
    padding-bottom: 0;
  }
  .header-other._calculator {
    padding-bottom: 60px;
  }
  .header-other._contacts {
    padding-bottom: 0;
  }
  .header-other._responses {
    padding-bottom: 206px;
  }
  .header-other._responses::before {
    height: 255px;
  }
  .header-other._booking {
    padding-bottom: 50px;
  }
  .header-other._cooperation {
    padding-bottom: 78px;
  }
  .header-other._personal {
    padding-bottom: 80px;
  }
  .header-other._catalog {
    padding-bottom: 183px;
  }
}
@media screen and (max-width: 420px) {
  .header-other._responses {
    padding-bottom: 148px;
  }
  .header-other._responses::before {
    height: 174px;
  }
  .header-other._personal {
    padding-bottom: 56px;
  }
  .header-other._catalog {
    padding-bottom: 136px;
  }
}
.diaper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin-top: 40px;
}
.diaper-content {
  margin-top: 46px;
}
.diaper-content .title, .diaper-content .subtitle {
  text-align: left;
  text-shadow: 0 -4px 0 #ffffff, 0 -4px 0 #ffffff, 0 4px 0 #ffffff, 0 4px 0 #ffffff, -4px 0 0 #ffffff, 4px 0 0 #ffffff, -4px 0 0 #ffffff, 4px 0 0 #ffffff, -1px -4px 0 #ffffff, 1px -4px 0 #ffffff, -1px 4px 0 #ffffff, 1px 4px 0 #ffffff, -4px -1px 0 #ffffff, 4px -1px 0 #ffffff, -4px 1px 0 #ffffff, 4px 1px 0 #ffffff, -2px -4px 0 #ffffff, 2px -4px 0 #ffffff, -2px 4px 0 #ffffff, 2px 4px 0 #ffffff, -4px -2px 0 #ffffff, 4px -2px 0 #ffffff, -4px 2px 0 #ffffff, 4px 2px 0 #ffffff, -3px -4px 0 #ffffff, 3px -4px 0 #ffffff, -3px 4px 0 #ffffff, 3px 4px 0 #ffffff, -4px -3px 0 #ffffff, 4px -3px 0 #ffffff, -4px 3px 0 #ffffff, 4px 3px 0 #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, 4px 4px 0 #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, 4px 4px 0 #ffffff;
}
.diaper-content .subtitle {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 28px;
}
.diaper-button {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.diaper-button._mob {
  display: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}
.diaper-button._mob .button {
  width: 100%;
}
.diaper-button::after {
  content: "";
  position: absolute;
  right: -164px;
  top: 0;
  width: 149px;
  height: 70px;
  background: url("../img/category/pen-icon.png") center no-repeat;
}
.diaper-button .button {
  height: 58px;
  font-size: 18px;
  letter-spacing: 0.6px;
}
.diaper-button .button::before {
  background: linear-gradient(90deg, rgb(251, 153, 197) 0%, rgb(239, 122, 175) 100%);
  box-shadow: inset 0px 1px 3px 0px rgba(72, 158, 16, 0.07);
}
.diaper-button .button::after {
  background-color: rgb(252, 118, 186);
  box-shadow: 0px 4px 8px 0px rgba(223, 94, 153, 0.16);
}
.diaper-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: -74px;
}

@media screen and (max-width: 991px) {
  .diaper {
    margin-top: 26px;
  }
  .diaper-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  .diaper-content .subtitle {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }
  .diaper-button {
    display: none;
  }
  .diaper-button._mob {
    display: flex;
  }
  .diaper-img {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .diaper-content .subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .diaper {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
  }
  .diaper-content .title {
    margin-bottom: 4px;
  }
  .diaper-content .subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .diaper-button._mob {
    max-width: 320px;
    margin-top: 15px;
  }
  .diaper-img {
    justify-content: center;
    margin-left: 6px;
  }
}
.category {
  position: relative;
  padding-top: 52px;
  padding-bottom: 248px;
  background: #ffffff;
}
.category::before {
  content: "";
  position: absolute;
  left: calc(50% + 7px);
  transform: translateX(-50%);
  top: -295px;
  width: 8000px;
  height: 296px;
  background: url("../img/category/cloud-1.png") center bottom no-repeat;
  z-index: 1;
  background-size: contain;
  pointer-events: none;
}
.category-info {
  position: relative;
  display: grid;
  grid-template-columns: 36% 64%;
  border: 2px solid rgb(255, 189, 219);
  border-radius: 10px;
}
.category-info__left {
  padding: 105px 22px 26px 40px;
  border-radius: 10px 0 0 10px;
  background: url("../img/category/bg-1.png") center;
}
.category-info__text {
  margin-bottom: 44px;
  font-size: 24px;
  line-height: 28px;
  color: rgb(145, 140, 199);
  letter-spacing: 0.1px;
  font-family: "Nunito Black", sans-serif;
}
.category-info__img {
  position: relative;
  margin-top: 4px;
  padding-top: 62%;
}
.category-info__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-icon {
  position: absolute;
}
.category-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.category-icon._one {
  top: -42px;
  left: 35px;
}
.category-icon._two {
  top: -27px;
  right: -34px;
}
.category-list {
  margin-left: 20px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.4px;
  font-family: "Nunito Black", sans-serif;
}
.category-list li {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 28px;
}
.category-list li:nth-child(3n+1) {
  color: #12aa9e;
}
.category-list li:nth-child(3n+1)::before {
  color: #12aa9e;
}
.category-list li:nth-child(3n+2) {
  color: #ef7aaf;
}
.category-list li:nth-child(3n+2)::before {
  color: #ef7aaf;
}
.category-list li:nth-child(3n+3) {
  color: #96bae0;
}
.category-list li:nth-child(3n+3)::before {
  color: #96bae0;
}
.category-list li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 7px;
  font-family: "Nunito Black", sans-serif;
  font-size: 44px;
}
.category-table {
  height: 100%;
  display: grid;
  grid-template-rows: auto repeat(6, 1fr);
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
.category-table__row {
  position: relative;
  display: grid;
  grid-template-columns: 11.5% 18% 17.5% 18% 18% 17%;
  background: rgba(148, 214, 212, 0.2);
}
.category-table__row:first-child .category-table__text {
  font-size: 15px;
  text-transform: none !important;
}
.category-table__row:last-child::after {
  display: none;
}
.category-table__row:nth-child(odd) {
  background: rgba(145, 140, 199, 0.2);
}
.category-table__row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.category-table__col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.category-table__col::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}
.category-table__col:first-child .category-table__text {
  text-transform: uppercase;
}
.category-table__text {
  font-size: 14px;
  line-height: 17px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: rgb(145, 140, 199);
}
.category-description {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  justify-content: space-between;
  margin-top: 50px;
}
.category-description__box .title {
  text-align: left;
}
.category-description__content {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(195, 193, 225, 0.18);
  border: 4px dashed rgb(150, 186, 224);
}
.category-description__content p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(150, 186, 224);
  font-family: "Nunito Bold", sans-serif;
}
.category-description__content span {
  font-family: "Nunito Black", sans-serif;
}
.category-description__content span._pink {
  color: #ef7cb0;
}
.category-description__content span._green {
  color: #2ecfcd;
}
.category-description__content span._purple {
  color: #9ca0c9;
}
.category-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category-slider .about-slider {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .category {
    padding-bottom: 260px;
  }
  .category::before {
    top: -249px;
    height: 250px;
  }
  .category-table {
    border-radius: 0 0 10px 10px;
  }
  .category-info {
    grid-template-columns: 100%;
  }
  .category-info__img {
    padding-top: 30%;
  }
  .category-description {
    grid-template-columns: 100%;
  }
  .category-description__box .title {
    text-align: center;
  }
  .category-slider {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .category::before {
    top: -219px;
    height: 220px;
  }
  .category-table {
    overflow: visible;
    transform: rotateX(180deg);
  }
  .category-table__row {
    grid-template-columns: 70px 100px 127px 134px 126px 134px;
  }
  .category-table__col:first-child::after {
    display: none;
  }
  .category-info__left {
    padding: 78px 30px 18px 30px;
    border-radius: 10px 10px 0 0;
  }
  .category-info__right {
    overflow: scroll;
    transform: rotateX(180deg);
  }
  .category-info__right::-webkit-scrollbar {
    width: 0px;
    height: 10px;
  }
  .category-info__right::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 3px;
  }
  .category-info__right::-webkit-scrollbar-thumb {
    background: #9ca0c9;
    border-radius: 3px;
  }
  .category-info__text {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
  }
  .category-info__img {
    padding-top: 35%;
  }
  .category-icon._one {
    top: -56px;
    left: calc(50% - 10px);
    transform: translateX(-50%);
  }
  .category-icon._two {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .category::before {
    top: -165px;
    height: 166px;
  }
  .category-icon._one {
    top: -44px;
    width: 218px;
  }
  .category-info__text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .category {
    padding-top: 62px;
    padding-bottom: 200px;
  }
  .category::before {
    left: calc(50% + 549px);
    top: -99px;
    height: 100px;
  }
  .category-info {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    border-radius: 0;
  }
  .category-info__left {
    padding: 48px 26px 0 40px;
  }
  .category-info__right {
    padding-top: 1px;
    padding-bottom: 2px;
  }
  .category-info__text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .category-info__img {
    padding-top: 73%;
  }
  .category-table__row {
    grid-template-columns: 77px 110px 127px 138px 134px 140px;
  }
  .category-table__row:last-child::after {
    display: block;
  }
  .category-table__row:first-child .category-table__text {
    text-transform: uppercase !important;
    letter-spacing: -0.6px;
  }
  .category-table__row:first-child .category-table__col {
    padding: 8px 10px;
  }
  .category-table__col {
    padding: 12px 10px;
  }
  .category-icon._one {
    top: -35px;
    left: calc(50% - 5px);
    width: 174px;
  }
  .category-description {
    margin-top: 30px;
  }
  .category-description__content {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 10px 7px;
    border-radius: 0px;
  }
  .category-description__content p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 420px) {
  .category {
    padding-bottom: 150px;
  }
}
.proposal {
  display: grid;
  grid-template-columns: calc(41% - 10px) calc(59% - 10px);
  justify-content: space-between;
  align-items: center;
  margin-top: 104px;
}
.proposal-content .title {
  margin-bottom: 5px;
  text-align: left;
  line-height: 54px;
}
.proposal-img {
  position: relative;
  padding-top: 78%;
}
.proposal-img img {
  position: absolute;
  left: -22px;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.proposal-subtitle {
  font-size: 22px;
  line-height: 24px;
  font-family: "Nunito Bold", sans-serif;
  color: rgb(255, 150, 209);
  letter-spacing: 0;
}
.proposal-button {
  margin-top: 20px;
}
.proposal-button .button {
  min-width: 247px;
}

@media screen and (max-width: 991px) {
  .proposal {
    grid-template-columns: 100%;
  }
  .proposal-img {
    left: auto;
    margin-bottom: 20px;
  }
  .proposal-button {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .proposal {
    margin-top: 24px;
  }
  .proposal-img {
    padding-top: 86%;
  }
  .proposal-content .title {
    margin-bottom: 0;
    line-height: 28px;
  }
  .proposal-button {
    margin-top: 12px;
    width: 100%;
  }
  .proposal-button .button {
    height: 54px;
    width: 100%;
  }
}
.faq .title, .faq .subtitle {
  position: relative;
  z-index: 1;
  text-align: left;
}
.faq .subtitle {
  font-family: "Open Sans Regular", sans-serif;
}

@media screen and (max-width: 991px) {
  .faq .title, .faq .subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .faq .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .faq .title {
    margin-bottom: 4px;
  }
}
.accordionMy {
  position: relative;
  z-index: 1;
  margin-top: 34px;
}
.accordionMy-item {
  margin-bottom: 9px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 1.854px 5.706px 5px 0px rgba(91, 91, 91, 0.1);
}
.accordionMy-item:last-child {
  margin-bottom: 0;
}
.accordionMy-item._show .accordionMy-header__icon span {
  width: 17px;
}
.accordionMy-item._show .accordionMy-header__icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.accordionMy-item._show .accordionMy-body {
  transition: all 0.5s ease-in-out;
}
.accordionMy-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  padding: 20px 34px;
  padding-right: 23px;
  cursor: pointer;
  color: #052C6E;
}
.accordionMy-header__title {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-family: "Nunito Black", sans-serif;
  color: #9ca0c9;
}
.accordionMy-header__icon {
  position: relative;
  width: 30px;
  height: 30px;
}
.accordionMy-header__icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  display: block;
  width: 21px;
  height: 5px;
  border-radius: 10px;
  background: #bbb;
  transition: 0.4s;
}
.accordionMy-header__icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordionMy-body {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.accordionMy-container {
  padding: 35px;
  padding-top: 0;
}
.accordionMy-container p {
  font-size: 16px;
  line-height: 23px;
  color: rgb(156, 160, 201);
  padding-bottom: 26px;
}
.accordionMy-container p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 576px) {
  .accordionMy {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-top: 12px;
  }
  .accordionMy-item {
    border-radius: 0;
    transition: background 0.4s;
  }
  .accordionMy-item._show {
    background: #eaf7f6;
  }
  .accordionMy-header {
    min-height: 69px;
    padding: 8px 17px;
    padding-right: 17px;
  }
  .accordionMy-header__title {
    margin-right: 6px;
    font-size: 16px;
    line-height: 19px;
  }
  .accordionMy-container {
    padding: 18px;
    padding-top: 0;
  }
  .accordionMy-container p {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.delivery {
  position: relative;
  z-index: 1;
  padding: 25px 20px;
  padding-bottom: 34px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 13.76px 2.24px rgba(225, 161, 155, 0.26);
}
.delivery .title {
  text-align: left;
  color: rgb(239, 116, 172);
}
.delivery-box .delivery-checked {
  margin-bottom: 18px;
}
.delivery-box .delivery-checked:last-child {
  margin-bottom: 0;
}
.delivery-head {
  display: grid;
  grid-template-columns: 51% 45%;
  justify-content: space-between;
}
.delivery-title__mob {
  display: none;
}
.delivery-title__mob .title {
  color: rgb(239, 116, 172);
}
.delivery-checked__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.delivery-checked__input {
  margin-right: 18px;
  margin-bottom: 10px;
}
.delivery-checked__input:last-child {
  margin-right: 0;
}
.delivery-checked__title {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  color: rgb(145, 140, 199);
  font-family: "Nunito Black", sans-serif;
}
.delivery-order {
  height: -moz-fit-content;
  height: fit-content;
  border: 2px dashed rgb(145, 140, 199);
  border-radius: 10px;
  padding: 14px 22px;
}
.delivery-order__mob {
  display: none;
  margin-top: 6px;
}
.delivery-order__more {
  display: block;
  border: none;
  background: none;
  margin-bottom: 6px;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  color: rgb(151, 219, 217);
  font-family: "Nunito Bold", sans-serif;
}
.delivery-order__top {
  display: grid;
  grid-template-columns: 40% 44%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(145, 140, 199, 0.361);
}
.delivery-order__text {
  font-size: 18px;
  color: rgb(145, 140, 199);
  font-family: "Nunito Regular", sans-serif;
}
.delivery-order__total {
  font-size: 24px;
  line-height: 28px;
  font-family: "Nunito Black", sans-serif;
  color: #12aa9e;
}
.delivery-order__total span {
  color: #ee74ab;
}
.delivery-order__list {
  display: grid;
  grid-template-columns: 40% 44%;
  justify-content: space-between;
  align-items: center;
}
.delivery-order__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 10px;
  font-size: 16px;
  color: rgb(145, 140, 199);
  font-family: "Nunito Medium", sans-serif;
}
.delivery-order__count {
  margin-left: 10px;
  font-family: "Nunito Black", sans-serif;
}
.delivery-inputs {
  display: grid;
  grid-template-columns: repeat(3, calc(33.333% - 88px));
  align-items: center;
}
.delivery-inputs .input {
  height: 40px;
  border: 1px solid rgb(221, 221, 221);
  background: rgb(242, 242, 242);
  border-radius: 5px;
}
.delivery-inputs .input-box {
  margin-right: 20px;
}
.delivery-map {
  position: relative;
  margin-top: 20px;
  margin-bottom: 16px;
}
.delivery-map__info {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 526px;
  padding: 28px 35px;
  border-radius: 10px;
  background: rgb(255, 255, 255);
}
.delivery-map__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 12px;
  background: rgb(145, 191, 225);
  box-shadow: -4.668px 1.792px 8.2px 1.8px rgba(46, 46, 120, 0.16);
}
.delivery-map__item {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 56px auto;
  align-items: flex-start;
  margin-bottom: 4px;
}
.delivery-map__item:last-child {
  margin-bottom: 0;
}
.delivery-map__face {
  color: #2ecfcd;
}
.delivery-map__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #8ab0c6;
  letter-spacing: 0;
}
.delivery-map__content._mob {
  display: none;
}
.delivery-map__content p {
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #8ab0c6;
  letter-spacing: 0;
}
.delivery-goods {
  margin-top: 20px;
}
.delivery-table {
  overflow-y: auto;
  border: 2px solid rgb(255, 189, 219);
  border-radius: 10px;
}
.delivery-table::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.delivery-table::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}
.delivery-table::-webkit-scrollbar-thumb {
  background: #cfc8e8;
  border-radius: 3px;
}
.delivery-table__col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid #ffffff;
  background: #e9e8f4;
}
.delivery-table__col:last-child {
  border: none;
}
.delivery-table__head {
  display: grid;
  grid-template-columns: 204px 94px 102px 454px 123px 149px 126px;
  border-radius: 8px 8px 0 0;
}
.delivery-table__text {
  padding: 10px 15px 10px 15px;
  font-size: 15px;
  line-height: 18px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #918cc7;
}
.delivery-table__container {
  border-top: 2px solid #ffffff;
}
.delivery-table__container .delivery-table__row:nth-child(odd) .delivery-table__item {
  background: #eaf7f6;
}
.delivery-table__container .delivery-table__row:last-child .delivery-table__item {
  border-bottom: none;
}
.delivery-table__row {
  display: grid;
  grid-template-columns: 204px 94px 102px 90px 91px 90px 91px 92px 123px 149px 126px;
}
.delivery-table__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background: #e9e8f4;
}
.delivery-table__item:last-child {
  border-right: none;
}
.delivery-wholesale {
  display: grid;
  grid-template-columns: repeat(5, 20%);
}
.delivery-wholesale__item {
  font-size: 15px;
  line-height: 18px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #918cc7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delivery-wholesale__item:first-child {
  grid-column: 5 span;
  border-bottom: 2px solid #ffffff;
  text-transform: uppercase;
  padding: 6px 0;
}
.delivery-wholesale__item:last-child .delivery-wholesale__box {
  border: none;
}
.delivery-wholesale__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border-right: 2px solid #ffffff;
}
.delivery-wholesale__title {
  padding: 8px 4px;
  text-align: center;
  border-bottom: 2px solid #ffffff;
  background: #eaf7f6;
}
.delivery-wholesale__subtitle {
  padding: 4px 8px 4px 14px;
}
.delivery-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}
.delivery-info__text {
  width: 100%;
  margin-right: 24px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans Regular", sans-serif;
  color: rgb(145, 140, 199);
}
.delivery-info__pagination {
  display: flex;
  align-items: center;
}
.delivery-info__link {
  margin-right: 2px;
}
.delivery-info__link._active a {
  background: #96bae0;
  color: #ffffff;
}
.delivery-info__link a {
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Open Sans Bold", sans-serif;
  border: 2px solid #96bae0;
  border-radius: 5px;
  color: #96bae0;
}
.delivery-info__link:last-child {
  margin-right: 0;
}
.delivery-place {
  display: flex;
  margin-top: 14px;
}
.delivery-place__img {
  margin-left: 58px;
}
.delivery-place__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border: 2px dashed rgb(145, 140, 199);
  border-radius: 10px;
}
.delivery-place__icon {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.delivery-place__list {
  margin-right: 44px;
  padding-right: 44px;
  border-right: 2px solid rgb(145, 140, 199);
}
.delivery-place__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 25px;
  margin-top: 19px;
}
.delivery-place__item {
  display: grid;
  grid-template-columns: 175px auto;
  align-items: center;
  padding: 5px 0;
}
.delivery-place__name {
  font-size: 16px;
  line-height: 20px;
  color: rgb(145, 140, 199);
  font-family: "Nunito Medium", sans-serif;
}
.delivery-place__sum .delivery-order__text {
  display: none;
}
.delivery-place__count {
  font-size: 16px;
  line-height: 20px;
  color: rgb(145, 140, 199);
  font-family: "Nunito Black", sans-serif;
}
.delivery-place__total {
  white-space: nowrap;
  font-size: 24px;
  line-height: 26px;
  font-family: "Nunito Black", sans-serif;
  color: #12aa9e;
}
.delivery-place__total span {
  color: #ee74ab;
}
.delivery-place__button {
  min-width: 250px;
  margin-top: 22px;
}
.delivery-place__button .button {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .delivery-head {
    grid-template-columns: 44% 54%;
  }
  .delivery-inputs {
    grid-template-columns: repeat(3, calc(33.333% - 0px));
  }
}
@media screen and (max-width: 1199px) {
  .delivery-head {
    grid-template-columns: 100%;
  }
  .delivery-order {
    grid-row: 1/2;
    margin-bottom: 20px;
  }
  .delivery-inputs {
    grid-template-columns: repeat(3, calc(33.333% - 14px));
    justify-content: space-between;
  }
  .delivery-inputs .input-box {
    margin-right: 0;
  }
  .delivery-place__img {
    margin-left: 0px;
  }
  .delivery-place__list {
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .delivery-title__mob {
    display: block;
  }
  .delivery .title {
    display: none;
  }
  .delivery-info {
    flex-direction: column-reverse;
    align-items: end;
  }
  .delivery-info__text {
    margin: 0;
    margin-top: 16px;
    text-align: center;
  }
  .delivery-place__img {
    display: none;
  }
  .delivery-place__content {
    width: 100%;
    margin-left: 18px;
  }
  .delivery-place__box {
    width: 100%;
  }
  .delivery-place__list {
    width: calc(50% + 20px);
  }
  .delivery-place__sum {
    width: 50%;
  }
  .delivery-place__button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .delivery-order__top {
    grid-template-columns: 100%;
  }
  .delivery-order__list {
    grid-template-columns: 100%;
  }
  .delivery-order__list li {
    grid-template-columns: 177px 1fr;
  }
  .delivery-inputs {
    grid-template-columns: 100%;
  }
  .delivery-inputs .input-box {
    margin-bottom: 10px;
  }
  .delivery-inputs .input-box:last-child {
    margin-bottom: 0;
  }
  .delivery-checked__box {
    flex-direction: column;
    align-items: flex-start;
  }
  .delivery-map__box {
    height: 444px;
  }
  .delivery-map__box iframe {
    height: 100%;
    width: 100%;
  }
  .delivery-map__info {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) translateX(0);
    width: calc(100% - 40px);
    padding: 22px 26px;
  }
  .delivery-map__item {
    align-items: center;
  }
  .delivery-map__content._mob {
    display: block;
  }
  .delivery-place__box {
    flex-direction: column-reverse;
    padding: 14px 22px;
  }
  .delivery-place__list {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
  }
  .delivery-place__sum {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(145, 140, 199, 0.361);
  }
  .delivery-place__sum .delivery-order__text {
    display: block;
  }
  .delivery-place__content {
    margin-left: 0;
  }
  .delivery-place__icon {
    display: none;
  }
  .delivery-place__item {
    grid-template-columns: 177px 1fr;
    padding: 0;
    margin-bottom: 8px;
  }
  .delivery-place__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .delivery {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding-bottom: 190px;
    border-radius: 0;
  }
  .delivery-box .delivery-checked {
    margin-bottom: 2px;
  }
  .delivery-order {
    margin-bottom: 10px;
    padding: 14px 10px;
  }
  .delivery-order__top {
    margin-bottom: 11px;
    padding-bottom: 5px;
  }
  .delivery-order__text {
    font-size: 16px;
  }
  .delivery-order__list li {
    margin-bottom: 7px;
  }
  .delivery-order__list li:last-child {
    margin-bottom: 0;
  }
  .delivery-order__count {
    margin-left: 3px;
  }
  .delivery-checked__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .delivery-map__box {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
  .delivery-map__item {
    grid-template-columns: 48px auto;
  }
  .delivery-map__info {
    width: 100%;
    padding: 22px 8px;
  }
  .delivery-map__content._mob p {
    font-size: 14px;
  }
  .delivery-map__content__text {
    margin-left: 12px;
  }
  .delivery-table {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
  .delivery-table__container .delivery-table__text {
    font-size: 14px;
  }
  .delivery-info__text {
    display: none;
    font-size: 12px;
    line-height: 16px;
  }
  .delivery-place__box {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 420px) {
  .delivery {
    padding-bottom: 130px;
  }
}
.basket-count {
  min-width: 104px;
  height: 30px;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  justify-content: space-between;
}
.basket-count__minus, .basket-count__plus {
  width: 28px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 6px;
}
.basket-count__minus svg, .basket-count__plus svg {
  width: 16px;
  height: 16px;
  stroke: rgb(145, 140, 199);
  transition: 0.4s;
}
.basket-count__input {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  background: #fff;
  font-size: 14px;
  border-radius: 6px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans SemiBold", sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (min-width: 992px) {
  .basket-count__minus:hover, .basket-count__plus:hover {
    cursor: pointer;
  }
}
.calculator {
  position: relative;
  margin-top: -18px;
  padding-bottom: 300px;
}
.calculator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -142px;
  transform: translateX(-50%);
  width: 8000px;
  height: 162px;
  background: url("../img/calculator/cloud-1.png") center no-repeat;
  background-size: contain;
  pointer-events: none;
}
.calculator .title {
  margin-bottom: 2px;
  line-height: 48px;
}
.calculator .subtitle {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
}
.calculator-bird {
  position: absolute;
  right: 94px;
  top: -28px;
  z-index: 1;
}
.calculator-bird img {
  -o-object-fit: contain;
     object-fit: contain;
}
.calculator-container {
  position: relative;
}
.calculator-info {
  max-width: 610px;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
  justify-content: space-between;
  margin-top: 30px;
}
.calculator-info__item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
}
.calculator-info__item:first-child {
  grid-column: 2 span;
}
.calculator-info__name {
  font-size: 18px;
  letter-spacing: 0;
  color: rgb(145, 140, 199);
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}
.calculator-info__input {
  display: flex;
  align-items: flex-end;
  margin-left: 10px;
  font-size: 18px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}
.calculator-info__input span {
  margin-left: 10px;
}
.calculator-info__input input {
  width: 60px;
  height: 36px;
  padding: 0 4px;
  text-align: center;
  border: 1px solid rgba(151, 203, 205, 0);
  background: #eaf7f6;
  transition: 0.4s;
  font-size: 18px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}
.calculator-info__input input:focus {
  border: 1px solid #97cbcd;
}
.calculator-table {
  margin-top: 17px;
}
.calculator-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 26px;
}
.calculator-button .button {
  padding: 0 22px;
  font-size: 16px;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 1400px) {
  .calculator-bird {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .calculator {
    margin: 0;
    padding-bottom: 270px;
  }
  .calculator::after {
    left: calc(50% - 23px);
    top: -127px;
    height: 128px;
  }
  .calculator .title {
    margin: 0;
    line-height: 28px;
  }
  .calculator .subtitle {
    margin-top: -4px;
  }
  .calculator-bird {
    display: none;
  }
  .calculator-button .button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .calculator {
    padding-bottom: 222px;
  }
  .calculator::after {
    left: calc(50% - 138px);
    top: -109px;
    height: 110px;
  }
  .calculator-info {
    grid-template-columns: 100%;
  }
  .calculator-info .calculator-info__item:first-child {
    grid-column: auto;
  }
  .calculator-info__item {
    display: grid;
    grid-template-columns: 1fr 108px;
    align-items: center;
    margin-bottom: 8px;
  }
  .calculator-info__item:nth-child(3) {
    grid-row: 4/5;
  }
  .calculator-info__item:nth-child(4) {
    grid-row: 3/4;
  }
  .calculator-info__input {
    align-items: center;
  }
  .calculator-table {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .calculator {
    padding-bottom: 186px;
  }
  .calculator::after {
    left: calc(50% - 361px);
    top: -83px;
    height: 84px;
  }
  .calculator .title {
    line-height: 28px;
  }
  .calculator-info {
    margin-top: 18px;
  }
  .calculator-info__item {
    grid-template-columns: 1fr 103px;
  }
}
@media screen and (max-width: 420px) {
  .calculator {
    padding-bottom: 134px;
  }
}
.tableMy {
  position: relative;
  overflow-y: auto;
  border: 2px solid rgb(255, 189, 219);
  border-radius: 10px;
}
.tableMy::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.tableMy::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}
.tableMy::-webkit-scrollbar-thumb {
  background: #cfc8e8;
  border-radius: 3px;
}
.tableMy._calculator .tableMy-row {
  grid-template-columns: 224px 113px 129px 155px 133px 139px 120px 117px 162px;
}
.tableMy._history .tableMy-row {
  grid-template-columns: 200px 198px 198px 197px 191px;
}
.tableMy._history .tableMy-item {
  min-height: 75px;
}
.tableMy._legal .tableMy-row {
  grid-template-columns: 200px 198px 198px 388px;
}
.tableMy._legal .tableMy-item {
  min-height: 75px;
}
.tableMy._shipped .tableMy-row {
  grid-template-columns: 378px 202px 201px 203px;
}
.tableMy._shipped .tableMy-item {
  min-height: 75px;
}
.tableMy._catalog .tableMy-row {
  grid-template-columns: 40px 224px 84px 89px 87px 121px 81px 143px 92px;
}
.tableMy._catalog .tableMy-item {
  min-height: 75px;
}
.tableMy._catalog .tableMy-container .tableMy-item {
  align-items: center;
  padding: 10px 10px;
}
.tableMy._catalog .tableMy-container .tableMy-item:first-child {
  align-items: flex-start;
  padding: 10px 6px;
}
.tableMy._catalog .tableMy-head .tableMy-item {
  align-items: center;
}
.tableMy._catalog .tableMy-name {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  text-transform: none;
}
.tableMy-row {
  display: grid;
}
.tableMy-row._active .tableMy-item {
  background: #b4b1d9 !important;
}
.tableMy-row._active .tableMy-name {
  font-family: "Open Sans ExtraBold", sans-serif;
  color: #ffffff;
}
.tableMy-row._active .tableMy-repeat {
  font-family: "Open Sans ExtraBold", sans-serif;
  color: rgb(122, 206, 204);
}
.tableMy-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 4px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background: #e9e8f4;
}
.tableMy-item:last-child {
  border-right: none;
}
.tableMy-name {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #918cc7;
  font-family: "Open Sans SemiBold", sans-serif;
}
.tableMy-repeat {
  font-size: 14px;
  line-height: 18px;
  color: #7acecc;
  font-family: "Open Sans SemiBold", sans-serif;
}
.tableMy-repeat:hover {
  color: #7acecc;
}
.tableMy-repeat::after {
  bottom: 1px;
  background: #7acecc;
}
.tableMy-container .tableMy-row:last-child .tableMy-item {
  border-bottom: none;
}
.tableMy-container .tableMy-row:nth-child(odd) .tableMy-item {
  background: #eaf7f6;
}
.tableMy-container .tableMy-item {
  align-items: center;
  padding: 2px 10px;
}
.tableMy-container .tableMy-name {
  font-size: 14px;
  text-transform: none;
  text-align: left;
}
.tableMy-input {
  width: 40px;
  height: 30px;
  text-align: center;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  border: none;
  font-size: 14px;
  line-height: 14px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #918cc7;
  pointer-events: none;
}
.tableMy-quantity {
  width: 100%;
}
.tableMy-quantity .basket-count {
  margin: 0 8px;
}
.tableMy-quantity .button {
  width: 100%;
  height: 32px;
  margin: 4px;
  margin-top: 6px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 575px) {
  .tableMy {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
  .tableMy._catalog {
    padding: 0 4px;
  }
}
.contacts {
  margin-top: 35px;
}
.contacts .title {
  margin-bottom: 28px;
  text-align: left;
}
.contacts-container {
  display: grid;
  grid-template-columns: 450px 1fr;
}
.contacts-content__subtitle {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
  font-family: "Nunito Bold", sans-serif;
  color: #8ab0c6;
}
.contacts-list .delivery-map__content {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 22px;
}
.contacts-list .delivery-map__content p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}
.contacts-list .delivery-map__item {
  margin-bottom: 10px;
}
.contacts-soc {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.contacts-soc__link {
  margin-left: 6px;
}
.contacts-soc__link:first-child {
  margin-left: 0;
}
.contacts-map {
  height: 100%;
  margin-left: 34px;
  margin-top: 7px;
  border: 5px solid #ffffff;
  border-radius: 26px;
}
.contacts-map iframe {
  border-radius: 22px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .contacts-container {
    grid-template-columns: 100%;
  }
  .contacts-map {
    margin: 0;
    margin-top: 20px;
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .contacts .title {
    margin-bottom: 14px;
    text-align: center;
  }
  .contacts-list .delivery-map__content {
    font-size: 16px;
    line-height: 20px;
  }
  .contacts-list .delivery-map__content p {
    font-size: 16px;
    line-height: 20px;
  }
  .contacts-list .delivery-map__item {
    margin-bottom: 7px;
  }
  .contacts-content__subtitle {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .contacts-soc {
    margin-top: 12px;
  }
  .contacts-map {
    height: 426px;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}
.backward {
  position: relative;
  margin-top: 56px;
  padding: 44px;
  padding-bottom: 28px;
  border: 4px solid #ffffff;
  border-radius: 20px;
}
.backward-container {
  max-width: 645px;
  margin: 0 auto;
}
.backward-container .sign-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.backward-container .sign-form__button .button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
}
.backward-container .sign-text {
  margin-top: 22px;
}
.backward-icon {
  position: absolute;
  transform: translateY(-50%);
}
.backward-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.backward-icon._one {
  left: 7%;
  top: calc(50% - 25px);
}
.backward-icon._two {
  right: 3.5%;
  top: calc(50% - 10px);
}
.backward-forms {
  margin-top: 40px;
}
.backward-forms__inputs {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
  justify-content: space-between;
}
.backward-forms__inputs .input {
  margin-bottom: 23px;
}

@media screen and (max-width: 1400px) {
  .backward-icon._one {
    left: 4%;
  }
}
@media screen and (max-width: 1199px) {
  .backward-icon {
    transform: translateY(0);
  }
  .backward-icon._one {
    left: 33px;
    top: 16px;
    width: 100px;
  }
  .backward-icon._two {
    right: 34px;
    top: 8px;
    width: 114px;
  }
}
@media screen and (max-width: 991px) {
  .backward {
    margin-top: 40px;
    padding: 30px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .backward {
    padding-top: 114px;
  }
  .backward-forms__inputs {
    grid-template-columns: 100%;
  }
  .backward-container .sign-form__button .button {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .backward {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-top: 0;
    padding: 18px;
    padding-top: 94px;
    border: none;
    border-radius: 0;
  }
  .backward .title {
    margin-bottom: 4px;
  }
  .backward-icon._one {
    left: 5px;
    top: 18px;
    width: 79px;
  }
  .backward-icon._two {
    right: 4px;
    top: 16px;
    width: 89px;
  }
  .backward-forms {
    margin-top: 20px;
  }
  .backward-container .sign-text {
    margin-top: 12px;
  }
}
.responses {
  position: relative;
  z-index: 1;
}
.responses .title {
  text-align: left;
}
.responses-description {
  position: relative;
  z-index: 1;
  padding: 25px;
  padding-top: 16px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: -1.867px 0.717px 1px 0px rgba(46, 46, 120, 0.13);
}
.responses-description._buyers {
  padding: 30px 25px;
}
.responses-description._buyers .responses-description__text {
  color: #2ecfcd;
}
.responses-description._buyers .responses-description__img {
  right: 39px;
  top: -47px;
}
.responses-description._cooperation {
  padding: 18px 25px;
}
.responses-description._cooperation .responses-description__text {
  color: #2ecfcd;
}
.responses-description._cooperation .responses-description__img {
  right: 39px;
  top: -45px;
}
.responses-description__text {
  position: relative;
  z-index: 1;
  margin-right: 262px;
  font-size: 16px;
  color: rgba(211, 86, 201, 0.6);
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: 0.1px;
}
.responses-description__img {
  position: absolute;
  right: 25px;
  top: -34px;
}
.responses-description__icon {
  position: absolute;
}
.responses-description__icon._one {
  right: 206px;
  top: 15px;
}
.responses-description__icon._two {
  right: 249px;
  top: 52px;
}
.responses-title {
  font-size: 30px;
}
.responses-internet {
  margin-top: 22px;
}
.responses-rating {
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px;
  padding-left: 0;
  background: rgb(254, 246, 243);
  border-radius: 30px;
}
.responses-rating__general {
  height: 32px;
  display: flex;
  align-items: center;
  margin-right: 11px;
  padding: 6px 20px;
  padding-right: 28px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Open Sans Regular", sans-serif;
  color: rgb(42, 42, 42);
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
}
.responses-rating__count {
  margin-left: 4px;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: rgb(42, 42, 42);
}
.responses-rating__box {
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.responses-slider {
  width: 100%;
  height: 418px;
  position: relative;
  padding: 26px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 1.854px 5.706px 5px 0px rgba(91, 91, 91, 0.1);
}
.responses-slider::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px solid rgba(235, 235, 235, 0.38);
  border-radius: 10px;
  pointer-events: none;
}
.responses-slider__head {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  padding-bottom: 20px;
}
.responses-slider__info {
  margin-left: 18px;
}
.responses-slider__rating {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  margin-top: 8px;
}
.responses-slider__star {
  margin: 0 1.3px;
}
.responses-slider__name {
  font-size: 18px;
  color: rgb(150, 186, 224);
  font-family: "Open Sans Bold", sans-serif;
}
.responses-slider__subname {
  font-size: 14px;
  letter-spacing: 0.1px;
  font-family: "Open Sans Regular", sans-serif;
  color: rgb(125, 125, 125);
}
.responses-slider__body {
  height: calc(100% - 99px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.responses-slider__text {
  font-size: 14px;
  line-height: 22px;
  font-family: "Open Sans Regular", sans-serif;
  letter-spacing: 0.3px;
  text-align: justify;
}
.responses-slider__text._crop {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.responses-slider__text p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Open Sans Regular", sans-serif;
  letter-spacing: 0.3px;
  text-align: justify;
}
.responses-slider__more {
  margin-top: 10px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  border: none;
  background: none;
  font-family: "Open Sans Regular", sans-serif;
}
.responses-slider__more::after {
  background: rgb(150, 186, 224);
}
.responses-slider__container {
  margin-right: -4px;
  padding-right: 4px;
  overflow-y: auto;
}
.responses-slider__container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.responses-slider__container::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}
.responses-slider__container::-webkit-scrollbar-thumb {
  background: #cfc8e8;
  border-radius: 3px;
}
.responses-slider__box {
  overflow: hidden;
  height: 155px;
  transition: 0.4s;
}
.responses-slider__link {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 23px;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  color: rgb(150, 186, 224);
  font-family: "Open Sans Regular", sans-serif;
}
.responses-slider__link::after {
  background: rgb(150, 186, 224);
}
.responses-internet-swiper {
  margin: -10px;
  padding: 10px;
}
.responses-internet__slider {
  position: relative;
}
.responses-internet-prev, .responses-internet-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-color: #fb88bb;
  z-index: 3;
}
.responses-internet-prev svg, .responses-internet-next svg {
  stroke: #fb88bb;
}
.responses-internet-prev {
  left: -58px;
}
.responses-internet-next {
  right: -58px;
}
.responses-form {
  padding: 34px 26px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1.854px 5.706px 5px 0px rgba(91, 91, 91, 0.1);
}
.responses-form .title {
  margin-bottom: 9px;
  text-align: center;
}
.responses-form .input {
  height: 46px;
  border-radius: 5px;
  background-color: rgb(255, 228, 240);
  color: rgb(64, 64, 64);
}
.responses-form .input-box {
  margin-bottom: 8px;
}
.responses-form .input-label {
  margin-bottom: 1px;
  letter-spacing: 0.4px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Myriad Pro Regular", sans-serif;
  color: rgb(64, 64, 64);
}
.responses-form .textarea {
  max-height: 305px;
  border-radius: 5px;
  background-color: rgb(255, 228, 240);
  color: rgb(64, 64, 64);
}
.responses-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.responses-form__button .button {
  min-width: 250px;
}
.responses-patron {
  margin-top: 38px;
}
.responses-patron__container {
  margin-right: 20px;
}
.responses-patron__box {
  display: grid;
  grid-template-columns: 1fr 420px;
}
.responses-partners {
  margin-top: 30px;
}
.responses-partners__slider {
  position: relative;
  margin-top: 28px;
}

@media screen and (max-width: 1420px) {
  .responses-internet-prev {
    left: -50px;
  }
  .responses-internet-next {
    right: -50px;
  }
}
@media screen and (max-width: 1400px) {
  .responses-description__text {
    margin-right: 230px;
  }
  .responses-description__icon._one {
    right: 174px;
  }
  .responses-description__icon._two {
    right: 215px;
  }
  .responses-internet-prev {
    left: -58px;
  }
  .responses-internet-next {
    right: -58px;
  }
}
@media screen and (max-width: 1240px) {
  .responses-internet-prev {
    left: -50px;
  }
  .responses-internet-next {
    right: -50px;
  }
}
@media screen and (max-width: 1199px) {
  .responses-internet-prev {
    left: -58px;
  }
  .responses-internet-next {
    right: -58px;
  }
  .responses-patron__box {
    grid-template-columns: 1fr 350px;
  }
}
@media screen and (max-width: 1060px) {
  .responses-internet-prev {
    left: -25px;
  }
  .responses-internet-next {
    right: -25px;
  }
}
@media screen and (max-width: 991px) {
  .responses-title {
    font-size: 26px;
  }
  .responses-description__icon {
    display: none;
  }
  .responses-description__text {
    margin-right: 120px;
  }
  .responses-description__img {
    right: 10px;
    top: -26px;
  }
  .responses-internet-prev {
    left: -58px;
  }
  .responses-internet-next {
    right: -58px;
  }
  .responses-patron__box {
    grid-template-columns: 100%;
  }
  .responses-patron__container {
    margin: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  .responses-internet-prev {
    left: -25px;
  }
  .responses-internet-next {
    right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .responses-title {
    font-size: 22px;
  }
  .responses-description._buyers .responses-description__text {
    margin-right: 72px;
  }
  .responses-description._buyers .responses-description__img {
    display: block;
    right: 5px;
    top: -14px;
    width: 86px;
  }
  .responses-description._buyers .responses-description__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .responses-description._buyers .responses-description__icon {
    display: none;
  }
  .responses-description__icon {
    display: block;
  }
  .responses-description__icon._one {
    top: 30%;
    transform: translateY(-30%);
    right: 27px;
  }
  .responses-description__icon._two {
    top: 84%;
    transform: translateY(-60%);
    right: 44px;
  }
  .responses-description__img {
    display: none;
  }
  .responses-description__text {
    margin-right: 14px;
  }
  .responses-internet-prev {
    width: 40px;
    height: 40px;
    left: -50px;
  }
  .responses-internet-next {
    width: 40px;
    height: 40px;
    right: -50px;
  }
  .responses-patron .title {
    margin-bottom: 8px;
    text-align: center;
  }
}
@media screen and (max-width: 620px) {
  .responses-internet-prev {
    left: -25px;
  }
  .responses-internet-next {
    right: -25px;
  }
}
@media screen and (max-width: 575px) {
  .responses-description {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 18px;
    border-radius: 0;
  }
  .responses-description._buyers {
    padding: 10px 18px;
  }
  .responses-description__text {
    margin: 0;
    font-size: 14px;
  }
  .responses-description__icon._one {
    top: 27%;
    transform: translateY(-31%);
    right: 7px;
  }
  .responses-description__icon._two {
    top: 74%;
    transform: translateY(-60%);
    right: 5px;
  }
  .responses-title {
    font-size: 18px;
  }
  .responses-rating__general {
    width: 100px;
    align-items: flex-end;
    margin-right: 8px;
    padding: 6px 12px;
    padding-bottom: 5px;
    padding-right: 12px;
    display: grid;
    grid-template-columns: 50px 1fr;
    background: #f7b6d8;
  }
  .responses-rating__text {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    line-height: 10px;
  }
  .responses-rating__count {
    margin-left: 2px;
    font-size: 12px;
    line-height: 13px;
  }
  .responses-rating__box {
    display: grid;
    grid-template-columns: 14px 1fr;
    align-items: center;
    margin-right: 6px;
  }
  .responses-internet-prev {
    width: 34px;
    height: 34px;
    left: -6px;
  }
  .responses-internet-next {
    width: 34px;
    height: 34px;
    right: -6px;
  }
  .responses-form {
    padding: 30px 20px;
  }
}
.rating-area {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.rating-area:not(:checked) > input {
  display: none;
}
.rating-area:not(:checked) > label {
  float: right;
  padding: 0;
  cursor: pointer;
  font-size: 52px;
  line-height: 52px;
  color: #caf4f5;
}
.rating-area:not(:checked) > label:before {
  content: "★";
}
.rating-area label {
  margin: 0 1px;
}

.rating-area > input:checked ~ label {
  color: #71ded9;
}

.rate-area > label:active {
  position: relative;
}

@media screen and (min-width: 992px) {
  .rating-area:not(:checked) > label:hover,
  .rating-area:not(:checked) > label:hover ~ label {
    color: #71ded9;
  }
  .rating-area > input:checked + label:hover,
  .rating-area > input:checked + label:hover ~ label,
  .rating-area > input:checked ~ label:hover,
  .rating-area > input:checked ~ label:hover ~ label,
  .rating-area > label:hover ~ input:checked ~ label {
    color: #71ded9;
  }
}
.patron-item {
  position: relative;
  display: grid;
  grid-template-areas: "img name rating" "img info info" "img description description" "slider slider slider";
  grid-template-columns: 128px auto auto;
  margin-bottom: 22px;
  padding: 32px;
  padding-top: 28px;
  padding-bottom: 26px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1.854px 5.706px 5px 0px rgba(91, 91, 91, 0.1);
}
.patron-item::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px solid rgba(235, 235, 235, 0.38);
  border-radius: 10px;
  pointer-events: none;
}
.patron-img {
  position: relative;
  top: 14px;
  border-radius: 50%;
  grid-area: img;
  margin-right: 24px;
  width: 102px;
  height: 102px;
}
.patron-img img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.patron-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgb(202, 244, 245);
  box-shadow: inset 0px 4px 8px 0px rgba(209, 209, 209, 0.35);
}
.patron-img__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 54px;
  line-height: 54px;
  color: #8ddddf;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}
.patron-info {
  display: flex;
  align-items: center;
  grid-area: info;
  margin-bottom: 10px;
}
.patron-name {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  color: rgb(150, 186, 224);
  font-family: "Myriad Pro Bold", sans-serif;
  grid-area: name;
}
.patron-rating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1px;
  margin-top: 4px;
  grid-area: rating;
}
.patron-rating__icon {
  margin: 0 1.3px;
}
.patron-good {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Myriad Pro Regular", sans-serif;
  color: rgb(18, 170, 158);
  letter-spacing: 0;
}
.patron-good::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(18, 170, 158);
}
.patron-good a {
  font-size: 16px;
  line-height: 20px;
  font-family: "Myriad Pro Regular", sans-serif;
  color: rgb(18, 170, 158);
  text-decoration: underline;
}
.patron-good._mob {
  display: none;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  grid-area: good;
}
.patron-good._mob::after {
  display: none;
}
.patron-data {
  font-size: 16px;
  line-height: 22px;
  color: rgb(125, 125, 125);
  font-family: "Myriad Pro Regular", sans-serif;
  letter-spacing: 0;
}
.patron-description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-area: description;
}
.patron-description__container {
  width: 100%;
  overflow: hidden;
  max-height: 66px;
  transition: 0.4s;
}
.patron-description__more {
  border: none;
  margin-top: 3px;
  padding: 0;
  color: rgb(150, 186, 224);
  background: none;
}
.patron-description__more:hover {
  cursor: pointer;
}
.patron-description__more::after {
  background: rgb(150, 186, 224);
}
.patron-slider {
  position: relative;
  width: 792px;
  margin-top: 15px;
  padding-right: 54px;
}
.patron-slider__box {
  grid-area: slider;
}
.patron-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.patron-navigation .delivery-info__link a {
  color: rgb(255, 162, 209);
  border-color: rgb(255, 162, 209);
}
.patron-navigation .delivery-info__link._active a {
  background: rgb(255, 162, 209);
  color: #ffffff;
}
.patron-swiper__img {
  position: relative;
  padding-top: 67%;
}
.patron-swiper__img:hover {
  cursor: pointer;
}
.patron-swiper__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.patron-next {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border: 2px solid rgb(150, 186, 224);
}
.patron-next svg {
  width: 18px;
  height: 18px;
  stroke: rgb(150, 186, 224);
}
.patron-photo {
  display: none;
  grid-column: 2 span;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4px;
  color: rgb(150, 186, 224);
}
.patron-photo::after {
  background: rgb(150, 186, 224);
}

@media screen and (max-width: 1400px) {
  .patron-slider {
    width: 612px;
  }
}
@media screen and (max-width: 1199px) {
  .patron-info {
    margin-top: 4px;
  }
  .patron-slider {
    width: 502px;
    padding-right: 42px;
  }
  .patron-next {
    right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .patron-slider {
    width: 100%;
    max-width: 634px;
  }
}
@media screen and (max-width: 767px) {
  .patron-item {
    grid-template-columns: 82px 1fr;
    grid-template-areas: "img rating" "img name" "img info" "good good" "description description" "slider slider";
    padding: 28px 23px;
  }
  .patron-item::after {
    left: 12px;
    width: calc(100% - 24px);
  }
  .patron-rating {
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 8px;
    margin-top: 7px;
  }
  .patron-info {
    margin-top: 1px;
  }
  .patron-img {
    top: 0;
    margin: 0;
    width: 72px;
    height: 72px;
  }
  .patron-good {
    display: none;
  }
  .patron-good._mob {
    display: block;
  }
  .patron-description {
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .patron-description__container {
    max-height: 142px;
  }
  .patron-description__content {
    font-size: 14px;
  }
  .patron-description__content p {
    font-size: 14px;
  }
  .patron-navigation {
    justify-content: center;
  }
  .patron-slider {
    margin-top: 10px;
    padding-right: 0;
  }
  .patron-next {
    display: none;
  }
  .patron-photo {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .patron-slider {
    width: 70.5%;
  }
  .patron-swiper__img {
    padding-top: 67.05%;
  }
}
.partners-swiper__img {
  position: relative;
  padding-top: 117.074%;
}
.partners-swiper__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners-next, .partners-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-color: #fb88bb;
}
.partners-next svg, .partners-prev svg {
  stroke: #fb88bb;
}
.partners-next {
  right: -60px;
}
.partners-prev {
  left: -60px;
}

@media screen and (max-width: 1420px) {
  .partners-prev {
    left: -50px;
  }
  .partners-next {
    right: -50px;
  }
}
@media screen and (max-width: 1400px) {
  .partners-prev {
    left: -58px;
  }
  .partners-next {
    right: -58px;
  }
}
@media screen and (max-width: 1240px) {
  .partners-prev {
    left: -50px;
  }
  .partners-next {
    right: -50px;
  }
}
@media screen and (max-width: 1199px) {
  .partners-prev {
    left: -58px;
  }
  .partners-next {
    right: -58px;
  }
}
@media screen and (max-width: 1060px) {
  .partners-prev {
    left: -25px;
  }
  .partners-next {
    right: -25px;
  }
}
@media screen and (max-width: 991px) {
  .partners-prev {
    left: -58px;
  }
  .partners-next {
    right: -58px;
  }
}
@media screen and (max-width: 820px) {
  .partners-prev {
    left: -25px;
  }
  .partners-next {
    right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .partners-prev {
    width: 40px;
    height: 40px;
    left: -50px;
  }
  .partners-next {
    width: 40px;
    height: 40px;
    right: -50px;
  }
}
@media screen and (max-width: 620px) {
  .partners-prev {
    left: -25px;
  }
  .partners-next {
    right: -25px;
  }
}
@media screen and (max-width: 575px) {
  .partners-prev {
    width: 34px;
    height: 34px;
    left: -6px;
  }
  .partners-next {
    width: 34px;
    height: 34px;
    right: -6px;
  }
}
.booking {
  position: relative;
  padding-top: 23px;
  padding-bottom: 68px;
}
.booking::before {
  content: "";
  position: absolute;
  left: calc(50% + 78px);
  top: -210px;
  transform: translateX(-50%);
  width: 8000px;
  height: 211px;
  background: url("../img/booking/cloud-1.png") center;
  background-size: contain;
  pointer-events: none;
}
.booking .title {
  margin-bottom: 8px;
}
.booking .subtitle {
  margin-bottom: 16px;
}
.booking._entity .booking-head__container {
  display: block;
  max-width: 566px;
}
.booking._entity .booking-head__container .delivery-order {
  margin: 0;
}
.booking._entity .booking-head__container .delivery-order__more {
  display: none;
}
.booking._entity .booking-discount {
  display: none;
}
.booking._entity .booking-body__table .delivery-table__head {
  grid-template-columns: 218px 93px 102px 471px 125px 148px 135px;
}
.booking._entity .booking-body__table .delivery-table__row {
  grid-template-columns: 218px 93px 102px 94px 94px 93px 94px 96px 125px 149px 134px;
}
.booking._entity .booking-body__table .delivery-table__col .delivery-table__text {
  padding: 10px 15px 10px 15px;
}
.booking._entity .booking-body__table .delivery-table__col:nth-child(4) {
  display: none;
}
.booking._entity .booking-body__table .delivery-table__col:nth-child(5) {
  display: flex;
}
.booking._entity .booking-body__table .delivery-table__item .delivery-table__text {
  padding: 10px 15px 10px 15px;
}
.booking._entity .booking-body__table .delivery-table__item:first-child .delivery-table__text {
  padding: 10px 15px 10px 15px;
}
.booking._entity .booking-body__table .delivery-table__item:nth-child(4) {
  display: none;
}
.booking._entity .booking-body__table .delivery-table__item:nth-child(5), .booking._entity .booking-body__table .delivery-table__item:nth-child(6), .booking._entity .booking-body__table .delivery-table__item:nth-child(7), .booking._entity .booking-body__table .delivery-table__item:nth-child(8), .booking._entity .booking-body__table .delivery-table__item:nth-child(9) {
  display: flex;
}
.booking-head__container {
  display: grid;
  grid-template-columns: 1fr 198px;
  max-width: 777px;
  margin: 0 auto;
}
.booking-head__container .delivery-order {
  margin-right: 16px;
  margin-bottom: 0;
}
.booking-discount {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px dashed #fda4d1;
  border-radius: 10px;
  padding: 14px 22px;
  background: #ffb3d9;
}
.booking-discount__icon {
  position: absolute;
  left: -24px;
  top: 42px;
  pointer-events: none;
}
.booking-discount__title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  color: rgb(145, 140, 199);
  font-family: "Nunito Bold", sans-serif;
  letter-spacing: 0;
}
.booking-discount__count {
  font-size: 40px;
  line-height: 42px;
  color: #ffffff;
  font-family: "Nunito Black", sans-serif;
}
.booking-discount__button {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: "Nunito Bold", sans-serif;
  border: none;
  background: none;
  padding: 0;
  text-decoration: underline;
}
.booking-body {
  position: relative;
  margin-top: 38px;
}
.booking-body__icon {
  position: absolute;
  pointer-events: none;
}
.booking-body__icon._one {
  left: -23px;
  top: -69px;
}
.booking-body__icon._two {
  right: -71px;
  top: -69px;
}
.booking-body__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.booking-body__left {
  display: grid;
  grid-template-columns: 310px 1fr;
  align-items: center;
}
.booking-body__left .select {
  width: -moz-fit-content;
  width: fit-content;
}
.booking-body__left .select-head {
  grid-template-columns: auto 20px;
  border: none;
  background: none;
  gap: 0;
  padding: 9px 10px;
}
.booking-body__left .select-head__input {
  width: 34px;
  background: none;
  font-size: 14px;
  color: #12aa9e;
  font-family: "Open Sans SemiBold", sans-serif;
}
.booking-body__left .select-head__input::-webkit-input-placeholder {
  color: #12aa9e;
}
.booking-body__left .select-head__input::-moz-placeholder {
  color: #12aa9e;
}
.booking-body__left .select-head__input:-moz-placeholder {
  color: #12aa9e;
}
.booking-body__left .select-head__input:-ms-input-placeholder {
  color: #12aa9e;
}
.booking-body__left .select-list {
  margin-top: 4px;
}
.booking-body__left .select-list li {
  padding: 6px 14px;
  font-size: 14px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans SemiBold", sans-serif;
}
.booking-body__left .select-arrow svg {
  width: 14px;
  height: 14px;
  stroke: #12aa9e;
}
.booking-body__left .select-container {
  top: 40px;
  border: none;
}
.booking-body__table .delivery-table__head {
  grid-template-columns: 320px 163px 163px 164px 164px 164px 154px;
}
.booking-body__table .delivery-table__row {
  grid-template-columns: 320px 163px 163px 164px 164px 164px 154px;
}
.booking-body__table .delivery-table__col .delivery-table__text {
  padding: 40px;
  padding-right: 12px;
}
.booking-body__table .delivery-table__col:nth-child(5) {
  display: none;
}
.booking-body__table .delivery-table__item:first-child .delivery-table__text {
  padding-left: 40px;
  padding-right: 30px;
}
.booking-body__table .delivery-table__item:nth-child(5), .booking-body__table .delivery-table__item:nth-child(6), .booking-body__table .delivery-table__item:nth-child(7), .booking-body__table .delivery-table__item:nth-child(8), .booking-body__table .delivery-table__item:nth-child(9) {
  display: none;
}
.booking-body__table .delivery-table__text {
  padding: 10px 12px;
  font-size: 14px;
}
.booking-body__table .delivery-table__container .delivery-table__text {
  padding: 28px 12px;
}
.booking-body__pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 36px;
}
.booking-export {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.booking-export__text {
  font-size: 14px;
  letter-spacing: 0;
  color: rgb(145, 140, 199);
  font-family: "Open Sans SemiBold", sans-serif;
}
.booking-shopping {
  display: flex;
  align-items: center;
}
.booking-shopping__text {
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans SemiBold", sans-serif;
}
.booking-shopping__button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3.5px;
  padding: 0;
  border: 1px solid rgb(145, 140, 199);
  border-radius: 5px;
  background: none;
}
.booking-shopping__buttons {
  display: flex;
  align-items: center;
}
.booking-footer {
  max-width: 870px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 40px;
  padding-bottom: 140px;
  border: 4px dashed rgba(145, 140, 199, 0.98);
  border-radius: 10px;
  background-color: rgba(145, 140, 199, 0.1);
}
.booking-footer .title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
}
.booking-footer__box {
  max-width: 690px;
  margin: 0 auto;
}
.booking-footer__button .button {
  width: 100%;
  padding: 0;
}
.booking-footer__buttons {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
  justify-content: space-between;
}
.booking-footer__container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.booking-footer__container .delivery-place__content {
  align-items: center;
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .booking-body__icon._two {
    right: -40px;
  }
}
@media screen and (max-width: 1199px) {
  .booking::before {
    top: -186px;
    height: 187px;
  }
}
@media screen and (max-width: 991px) {
  .booking._entity .booking-head__container {
    max-width: 100%;
  }
  .booking-head__container .delivery-order__top, .booking-head__container .delivery-order__list {
    grid-template-columns: 40% 51%;
  }
  .booking-body__icon {
    display: none;
  }
  .booking-body__top {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .booking-body__right {
    margin-bottom: 14px;
  }
  .booking-body__table .delivery-table__head {
    grid-template-columns: 223px 114px 162px 130px 164px 164px 154px;
  }
  .booking-body__table .delivery-table__row {
    grid-template-columns: 223px 114px 162px 130px 164px 164px 154px;
  }
  .booking-body__table .delivery-table__col {
    align-items: center;
  }
  .booking-body__table .delivery-table__col .delivery-table__text {
    padding: 10px 15px;
  }
  .booking-body__table .delivery-table__container .delivery-table__text {
    padding: 10px 15px;
  }
  .booking-body__table .delivery-table__item:first-child .delivery-table__text {
    padding: 10px 15px;
  }
  .booking-footer {
    padding-bottom: 82px;
  }
  .booking-footer__button {
    margin-bottom: 20px;
  }
  .booking-footer__button:last-child {
    margin-bottom: 0;
  }
  .booking-footer__buttons {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 767px) {
  .booking {
    padding-top: 8px;
  }
  .booking::before {
    top: -124px;
    height: 126px;
  }
  .booking-head__container {
    grid-template-columns: 100%;
  }
  .booking-head__container .delivery-order {
    margin: 0;
  }
  .booking-head__container .delivery-order__top, .booking-head__container .delivery-order__list {
    grid-template-columns: 100%;
  }
  .booking-discount {
    display: grid;
    grid-template-areas: "text count" "text button";
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 50px;
  }
  .booking-discount__title {
    grid-area: text;
    margin: 0;
    margin-right: 20px;
    text-align: left;
  }
  .booking-discount__count {
    grid-area: count;
  }
  .booking-discount__button {
    grid-area: button;
    text-transform: uppercase;
  }
  .booking-discount__icon {
    left: -8px;
    top: 16px;
  }
  .booking-body {
    margin-top: 20px;
  }
  .booking-body__left {
    grid-template-columns: 100%;
    width: 100%;
  }
  .booking-body__pagination {
    margin-top: 20px;
  }
  .booking-export {
    margin-left: 0;
  }
  .booking-footer__container .delivery-place__icon {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .booking {
    margin-top: -10px;
    padding-top: 0;
  }
  .booking::before {
    top: -91px;
    height: 102px;
  }
  .booking._entity .subtitle {
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
  .booking._entity .booking-footer__button {
    margin-bottom: 10px;
  }
  .booking._entity .booking-footer__button:last-child {
    margin-bottom: 16px;
  }
  .booking._entity .booking-footer__buttons {
    display: flex;
    flex-direction: column;
  }
  .booking .subtitle {
    display: none;
  }
  .booking-head__container .delivery-order {
    padding: 14px 18px;
  }
  .booking-head__container .delivery-order__top .delivery-order__total {
    display: none;
  }
  .booking-head__container .delivery-order__mob {
    display: block;
  }
  .booking-discount {
    margin-top: 10px;
    padding: 10px 15px;
    padding-left: 50px;
  }
  .booking-discount__count {
    font-size: 30px;
    line-height: 32px;
  }
  .booking-discount__icon {
    left: -7px;
    top: 12px;
  }
  .booking-shopping__button {
    width: 36px;
    height: 36px;
    margin: 0 2px;
  }
  .booking-body {
    margin-top: 9px;
  }
  .booking-body__top {
    margin-bottom: 8px;
  }
  .booking-body__right {
    margin-bottom: 9px;
  }
  .booking-body__pagination {
    margin-top: 16px;
  }
  .booking-footer {
    margin-top: 15px;
    padding: 0;
    padding-bottom: 60px;
    background: none;
    border: none;
  }
  .booking-footer .title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 23px;
  }
  .booking-footer__container {
    margin-top: 0;
  }
  .booking-footer__container .delivery-place__box {
    flex-direction: column;
    padding: 14px 30px;
    padding-bottom: 23px;
  }
  .booking-footer__container .delivery-place__sum {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding-top: 18px;
    border: none;
    border-top: 2px solid rgb(145, 140, 199);
  }
  .booking-footer__container .delivery-place__icon {
    left: -22px;
  }
  .booking-footer__container .delivery-place__button {
    margin-top: 13px;
  }
  .booking-footer__container .delivery-order__text {
    display: none;
  }
  .booking-footer__button .button {
    font-size: 14px;
    line-height: 18px;
  }
  .booking-footer__buttons {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .booking-body__left {
    display: none;
  }
  .booking-shopping__button:nth-child(3), .booking-shopping__button:nth-child(4) {
    display: none;
  }
  .booking._entity .booking-body__left {
    display: grid;
  }
  .booking._entity .booking-shopping__button:nth-child(3), .booking._entity .booking-shopping__button:nth-child(4) {
    display: flex;
  }
}
.search {
  width: 100%;
  height: 40px;
  display: grid;
  grid-template-columns: 1fr 40px;
  border: 1px solid rgb(145, 140, 199);
  border-radius: 5px;
}
.search-input {
  height: 100%;
  padding: 0 13px;
  background: none;
  border: none;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans SemiBold", sans-serif;
}
.search-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.buyers {
  position: relative;
  padding-top: 66px;
  padding-bottom: 300px;
}
.buyers::before {
  content: "";
  position: absolute;
  left: calc(50% - 148px);
  transform: translateX(-50%);
  top: -603px;
  width: 16000px;
  height: 630px;
  background: url("../img/buyers/cloud-1.png") right bottom repeat-x;
  z-index: 1;
  background-size: contain;
  pointer-events: none;
}
.buyers-faq .accordionMy-item {
  box-shadow: 1.854px 5.706px 5px 0px rgba(91, 91, 91, 0.1);
  background: rgb(233, 232, 244);
  transition: 0.4s;
}
.buyers-faq .accordionMy-item._show {
  background: #eaf7f6;
}
.buyers-faq .accordionMy-header__icon span {
  background: #9ca0c9;
}
.buyers-size {
  margin-top: 60px;
}
.buyers-size__overflow {
  padding: 30px 0;
  padding-bottom: 8px;
  background-color: rgb(233, 232, 244);
  border-radius: 20px;
  overflow: hidden;
}
.buyers-size__title {
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 44px;
}
.buyers-size-table {
  overflow-x: auto;
  padding-bottom: 4px;
}
.buyers-size-table::-webkit-scrollbar {
  width: 0px;
  height: 10px;
}
.buyers-size-table::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}
.buyers-size-table::-webkit-scrollbar-thumb {
  background: #9ca0c9;
  border-radius: 3px;
}
.buyers-size-table__title {
  margin: 0;
  padding: 0 10px;
  padding-left: 20px;
  font-size: 24px;
  line-height: 30px;
}
.buyers-size-table__head {
  position: relative;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 10px;
}
.buyers-size-table__tags {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, 121px);
  justify-content: space-between;
  padding-right: 20px;
}
.buyers-size-table__tags::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: calc(100% + 1406px);
  height: 1px;
  background: rgba(145, 140, 199, 0.212);
}
.buyers-size-table__item {
  margin: 0 5px;
  margin-bottom: 6px;
  padding: 3px 10px;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  font-family: "Open Sans SemiBold", sans-serif;
  text-transform: lowercase;
  border: 1px solid;
  border-radius: 15px;
  grid-column: 2 span;
}
.buyers-size-table__item:nth-child(1) {
  color: #ef7aaf;
}
.buyers-size-table__item:nth-child(2) {
  grid-column: 1 span;
  opacity: 0;
  pointer-events: none;
}
.buyers-size-table__item:nth-child(3) {
  grid-column: 3 span;
  color: #e3b075;
}
.buyers-size-table__item:nth-child(4) {
  color: #22a8e6;
}
.buyers-size-table__item:nth-child(5) {
  color: #96d8d7;
}
.buyers-size-table__item:nth-child(6) {
  color: #9ca0c9;
}
.buyers-size-table__item:nth-child(7) {
  color: #6bb287;
}
.buyers-size-table__item:nth-child(8) {
  color: #e64722;
}
.buyers-size__row {
  position: relative;
  display: grid;
  grid-template-columns: 308px 988px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding-top: 9px;
  margin-bottom: 10px;
}
.buyers-size__row:last-child {
  margin-bottom: 0;
}
.buyers-size__row:last-child::after {
  display: none;
}
.buyers-size__row._green .buyers-size__text {
  color: rgb(150, 216, 215);
}
.buyers-size__row._green .buyers-size__box {
  background-color: rgb(150, 216, 215);
}
.buyers-size__row._pink .buyers-size__text {
  color: #ef7aaf;
}
.buyers-size__row._pink .buyers-size__box {
  background-color: #ef7aaf;
}
.buyers-size__row::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: calc(100% + 1406px);
  height: 1px;
  background: rgba(145, 140, 199, 0.212);
}
.buyers-size__left {
  display: grid;
  grid-template-columns: 100px 160px;
  align-items: center;
  margin-left: 40px;
}
.buyers-size__img {
  position: relative;
  width: 87px;
  height: 87px;
}
.buyers-size__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.buyers-size__text {
  padding-left: 34px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Nunito Black", sans-serif;
}
.buyers-size__right {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-right: 20px;
}
.buyers-size__box {
  height: 77px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
  border-radius: 20px;
}
.buyers-size__name {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  font-family: "Nunito Black", sans-serif;
}
.buyers-size__subname {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.722);
  font-family: "Nunito Black", sans-serif;
}
.buyers-search {
  margin-top: 74px;
}
.buyers-search .title {
  margin-bottom: 26px;
}
.buyers-search__container {
  padding: 55px 40px;
  border: 3px dashed rgb(145, 140, 199);
  background: #e9e8f4;
}
.buyers-search__box {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  max-width: 1064px;
  margin: 0 auto;
}
.buyers-search__text {
  padding-right: 28px;
  font-size: 24px;
  letter-spacing: -0.1px;
  color: rgb(156, 160, 201);
  font-family: "Open Sans Regular", sans-serif;
}
.buyers-search__input {
  width: 100%;
}
.buyers-search__input .search {
  grid-template-columns: 1fr 74px;
  height: 50px;
  background: #fff;
  border: none;
  border-radius: 40px;
}
.buyers-search__input .search-input {
  padding: 0;
  padding-left: 22px;
  font-size: 22px;
  font-family: "Open Sans Regular", sans-serif;
}
.buyers-map {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
.buyers-address {
  margin-top: 32px;
}
.buyers-address__title {
  margin-bottom: 20px;
  font-size: 24px;
  color: rgb(147, 200, 199);
  font-family: "Open Sans Bold", sans-serif;
}
.buyers-address__list {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
  justify-content: space-between;
}
.buyers-address__link {
  margin-bottom: 7px;
}
.buyers-address__link a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: rgb(138, 176, 198);
  font-family: "Nunito Bold", sans-serif;
}
.buyers-address__link a:hover {
  color: rgb(138, 176, 198);
}

@media screen and (max-width: 991px) {
  .buyers {
    padding-top: 82px;
  }
  .buyers-search {
    margin-top: 50px;
  }
  .buyers-search__container {
    padding: 40px;
  }
  .buyers-search__box {
    grid-template-columns: 100%;
    text-align: center;
  }
  .buyers-search__text {
    margin-bottom: 20px;
    padding: 0;
  }
  .buyers-size {
    margin-top: 50px;
  }
  .buyers-size__title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .buyers {
    padding-bottom: 250px;
  }
  .buyers-search {
    margin-top: 40px;
  }
  .buyers-search__container {
    padding: 30px;
  }
  .buyers-size {
    margin-top: 40px;
  }
  .buyers-size__title {
    font-size: 22px;
    line-height: 26px;
  }
  .buyers-address {
    margin-top: 25px;
  }
  .buyers-address__list {
    grid-template-columns: 100%;
  }
  .buyers-address__link {
    margin-bottom: 0;
  }
  .buyers-address__link a {
    font-size: 14px;
    line-height: 16px;
  }
  .buyers-address__title {
    margin-bottom: 4px;
    font-size: 18px;
  }
  .buyers-map {
    margin-top: 16px;
  }
}
@media screen and (max-width: 575px) {
  .buyers {
    padding-bottom: 180px;
  }
  .buyers::before {
    display: none;
  }
  .buyers-size {
    margin-top: 24px;
  }
  .buyers-size__overflow {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 12px 0;
    border-radius: 0;
  }
  .buyers-size__title {
    font-size: 18px;
    line-height: 22px;
  }
  .buyers-size-table__head {
    display: grid;
    grid-template-columns: 120px 1fr;
  }
  .buyers-size-table__title {
    padding: 0;
    font-size: 18px;
    line-height: 22px;
  }
  .buyers-size-table__item {
    margin: 0 2px;
    padding: 5px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 16px;
  }
  .buyers-size-table__tags {
    grid-template-columns: repeat(8, 107px);
    padding-right: 1rem;
  }
  .buyers-size__text {
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .buyers-size__row {
    grid-template-columns: 128px 872px;
  }
  .buyers-size__left {
    grid-template-columns: 100%;
    align-items: flex-start;
    margin-left: 15px;
  }
  .buyers-size__right {
    margin-right: 10px;
  }
  .buyers-size__img {
    width: 56px;
    height: 56px;
    margin-left: 10px;
  }
  .buyers-size__box {
    margin: 0 4px;
  }
  .buyers-search {
    margin-top: 32px;
  }
  .buyers-search .title {
    margin-bottom: 8px;
  }
  .buyers-search__container {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 14px;
    border-right: none;
    border-left: none;
  }
  .buyers-search__text {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .buyers-map {
    margin-top: 12px;
  }
}
@media screen and (max-width: 420px) {
  .buyers {
    padding-bottom: 150px;
  }
}
.contacting {
  position: relative;
  z-index: 2;
  max-width: 1014px;
  margin-top: 64px;
  padding: 30px 28px;
  padding-bottom: 20px;
  background: #fff;
  border: 4px dashed rgb(150, 186, 224);
  border-radius: 10px;
}
.contacting-title {
  max-width: 505px;
  color: #96bae0;
  font-size: 30px;
  line-height: 34px;
  text-align: left;
}
.contacting-description__box {
  line-height: 24px;
  font-family: "Open Sans SemiBold", sans-serif;
}
.contacting-description__box p {
  color: #96bae0;
  padding-bottom: 16px;
  line-height: 24px;
  letter-spacing: 1.464px;
  font-family: "Open Sans SemiBold", sans-serif;
}
.contacting-description__box p span {
  color: #ffa2d1;
  font-family: "Open Sans Bold", sans-serif;
}
.contacting-description__box p:last-child {
  padding-bottom: 0;
}
.contacting-description__more {
  display: none;
  font-size: 14px;
  color: rgb(73, 189, 179);
  font-family: "Open Sans SemiBold", sans-serif;
  text-decoration: underline;
  margin-top: 10px;
}
.contacting-content {
  max-width: 806px;
}
.contacting-img {
  position: absolute;
}
.contacting-img__bord {
  position: relative;
  width: 384px;
  height: 306px;
  overflow: hidden;
}
.contacting-img__bord::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/contacting/bg-img.png") center no-repeat;
  background-size: contain;
}
.contacting-img__bord img {
  position: absolute;
  left: 6px;
  top: 2px;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  -o-object-fit: cover;
     object-fit: cover;
}
.contacting-img._one {
  top: 41px;
  right: -210px;
}
.contacting-img._one .contacting-img__bord {
  transform: rotate(-2deg);
}
.contacting-img._two {
  top: 294px;
  right: -282px;
}
.contacting-img._two .contacting-img__bord {
  transform: rotate(9deg);
}
.contacting-img._three {
  bottom: 35px;
  right: -37px;
}
.contacting-img._three .contacting-img__bord {
  width: 384px;
  height: 390px;
  transform: rotate(7deg);
}
.contacting-img._three .contacting-img__bord::after {
  background: url(../img/contacting/bg-img-2.png) center no-repeat;
  background-size: contain;
}
.contacting-img__icon {
  position: absolute;
}
.contacting-img__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.contacting-img__icon._one {
  right: 127px;
  bottom: -64px;
}
.contacting-img__icon._two {
  left: -40px;
  top: 30px;
}
.contacting-list li {
  position: relative;
  counter-increment: step-counter;
  font-size: 16px;
  line-height: 20px;
  color: rgb(150, 186, 224);
  font-family: "Open Sans SemiBold", sans-serif;
  margin-bottom: 16px;
  padding-left: 42px;
}
.contacting-list li:last-child {
  margin-bottom: 0;
}
.contacting-list li::before {
  content: counter(step-counter) ")";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 30px;
  color: rgb(150, 186, 224);
  font-family: "Open Sans SemiBold", sans-serif;
}

@media screen and (max-width: 1400px) {
  .contacting-content {
    max-width: 714px;
  }
  .contacting-img._one {
    right: -54px;
  }
  .contacting-img._two {
    top: 256px;
    right: -100px;
  }
  .contacting-img._three .contacting-img__bord {
    width: 347px;
    height: 348px;
  }
  .contacting-img__bord {
    width: 310px;
    height: 249px;
  }
}
@media screen and (max-width: 1199px) {
  .contacting-content {
    max-width: 573px;
  }
  .contacting-img._one {
    right: 12px;
  }
  .contacting-img._two {
    top: 256px;
    right: -16px;
  }
  .contacting-img._three .contacting-img__bord {
    width: 302px;
    height: 302px;
  }
  .contacting-img__icon._one {
    right: 101px;
    bottom: -52px;
    width: 102px;
  }
  .contacting-img__icon._two {
    left: -30px;
    top: 22px;
    width: 58px;
  }
}
@media screen and (max-width: 991px) {
  .contacting {
    margin-top: 30px;
  }
  .contacting-img {
    position: relative;
    padding-top: 80%;
  }
  .contacting-img._one, .contacting-img._two {
    display: flex;
    justify-content: center;
    right: auto;
    top: auto;
  }
  .contacting-img._two {
    margin-top: -11%;
    left: 26px;
  }
  .contacting-img._three {
    padding-top: 100%;
  }
  .contacting-img._three .contacting-img__bord {
    width: 100%;
    height: 100%;
  }
  .contacting-img__icon._one {
    width: 128px;
    right: 32%;
  }
  .contacting-img__icon._two {
    width: 74px;
  }
  .contacting-img__bord {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .contacting-img__bord img {
    height: calc(100% - 21px);
  }
  .contacting-img__box {
    margin-top: 30px;
    margin-bottom: -50px;
  }
  .contacting-description {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .contacting-description__container {
    height: 328px;
    overflow: hidden;
    transition: 0.4s;
  }
  .contacting-description__more {
    display: block;
  }
  .contacting-title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contacting {
    padding: 22px;
  }
  .contacting-title {
    font-size: 22px;
    line-height: 26px;
  }
  .contacting-list li {
    padding-left: 28px;
  }
  .contacting-list li::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .contacting {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-top: 16px;
    padding: 8px 12px;
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
  .contacting-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }
  .contacting-img__bord img {
    height: calc(100% - 14px);
  }
  .contacting-img__box {
    margin-top: 18px;
    padding: 0px 30px;
  }
  .contacting-img__icon._one {
    width: 93px;
    right: -24px;
    bottom: -34px;
    transform: rotate(7deg);
  }
  .contacting-img__icon._two {
    width: 60px;
    left: -8px;
    top: 1px;
  }
  .contacting-img._three {
    bottom: 46px;
    right: 3px;
  }
  .contacting-description__container {
    height: 340px;
  }
  .contacting-description__box p {
    font-size: 14px;
    line-height: 20px;
  }
  .contacting-list li {
    margin-bottom: 6px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .contacting-list li::before {
    left: -3px;
  }
}
@media screen and (max-width: 420px) {
  .contacting-img__bord img {
    height: calc(100% - 11px);
  }
}
.shops._buyers {
  margin-top: 68px;
}
.shops-slider {
  padding-top: 44px;
}
.shops-swiper {
  padding: 1px;
}
.shops-swiper__slide {
  position: relative;
  padding-top: 53.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7fd3d2;
}
.shops-swiper__slide img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 28px);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .shops._buyers {
    margin-top: 50px;
  }
  .shops-slider {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .shops._buyers {
    margin-top: 40px;
  }
  .shops-slider {
    padding-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .shops._buyers {
    margin-top: 26px;
  }
  .shops-slider {
    padding: 0;
  }
}
.hint {
  margin-top: 64px;
  padding: 48px 70px;
  padding-bottom: 135px;
  border: 3px dashed rgb(239, 122, 175);
  background: rgba(239, 122, 175, 0.102);
}
.hint-head {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 34px;
  text-align: center;
}
.hint-head__icon {
  position: absolute;
  right: -229px;
  top: calc(50% + 5px);
  transform: translateY(-50%);
}
.hint-head__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.hint-head__butterfly {
  position: absolute;
}
.hint-head__butterfly._one {
  left: -51px;
  top: 8px;
}
.hint-head__butterfly._two {
  right: -81px;
  top: 6px;
}
.hint-head__title {
  margin: 0;
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 36px;
  color: rgb(184, 188, 228);
  font-family: "Nunito Black", sans-serif;
  text-transform: uppercase;
}
.hint-head__subtitle {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.4px;
  color: rgb(184, 188, 228);
  font-family: "Nunito Bold", sans-serif;
  text-transform: uppercase;
}
.hint-head__subtitle span {
  color: #2ecfcd;
}
.hint-title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: rgb(239, 122, 175);
  font-family: "Nunito ExtraBold", sans-serif;
}
.hint-title span {
  color: rgb(184, 188, 228);
}
.hint-list {
  max-width: 85%;
  margin-top: 26px;
  margin-bottom: 46px;
}
.hint-list__box {
  position: relative;
}
.hint-list__icon {
  position: absolute;
}
.hint-list__icon._one {
  top: -28px;
  right: 7px;
}
.hint-list__icon._two {
  bottom: 63px;
  right: -41px;
}
.hint-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 48px;
  counter-increment: step-counter;
  font-size: 16px;
  line-height: 24px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans SemiBold", sans-serif;
}
.hint-list li span {
  font-family: "Nunito ExtraBold", sans-serif;
}
.hint-list li:last-child {
  margin-bottom: 0;
}
.hint-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: rgb(145, 140, 199);
  font-family: "Nunito ExtraBold", sans-serif;
}
.hint-item {
  margin-bottom: 36px;
}
.hint-item:last-child {
  margin-bottom: 0;
}
.hint-table {
  margin-top: 28px;
  padding: 48px 44px;
  border-radius: 10px;
  background: rgb(255, 255, 255);
}
.hint-table._accumulative {
  padding: 62px 80px;
}
.hint-table._bonus {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.hint-table._bonus .hint-table__box {
  border-radius: 0;
  border: none;
}
.hint-table._bonus .hint-table__row {
  grid-template-columns: 62.5% 37.5%;
}
.hint-table._bonus .hint-table__row:first-child .hint-table__col:first-child {
  border-radius: 0;
}
.hint-table._bonus .hint-table__row:first-child .hint-table__col:last-child {
  border-radius: 0;
}
.hint-table._bonus .hint-table__row:last-child .hint-table__col::before {
  display: none;
}
.hint-table._bonus .hint-table__row:last-child .hint-table__col:first-child {
  border-radius: 0;
}
.hint-table._bonus .hint-table__row:last-child .hint-table__col:last-child {
  border-radius: 0;
}
.hint-table._bonus .hint-table__col {
  height: auto;
  min-height: 30px;
  padding: 3px 10px;
  padding-left: 50px;
  text-align: left;
  justify-content: flex-start;
}
.hint-table._bonus .hint-table__col:last-child {
  padding-left: 116px;
}
.hint-table._bonus .hint-table__name {
  font-size: 18px;
  line-height: 36px;
}
.hint-table._bonus .hint-table__description {
  margin-top: 15px;
  letter-spacing: 0.7px;
}
.hint-table._bonus .hint-table__description p {
  letter-spacing: 0.7px;
}
.hint-table__title {
  margin-bottom: 32px;
  font-size: 24px;
  color: rgb(145, 140, 199);
  font-family: "Nunito Black", sans-serif;
  text-align: center;
}
.hint-table__box {
  border: 2px solid rgb(255, 189, 219);
  border-radius: 10px;
}
.hint-table__box._characteristics {
  border: none;
  border-radius: 0;
  overflow-y: auto;
}
.hint-table__box._characteristics::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.hint-table__box._characteristics::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}
.hint-table__box._characteristics::-webkit-scrollbar-thumb {
  background: #cfc8e8;
  border-radius: 3px;
}
.hint-table__box._characteristics .hint-table__row {
  grid-template-columns: 41.5% 58.5%;
}
.hint-table__box._characteristics .hint-table__row:first-child .hint-table__col:first-child, .hint-table__box._characteristics .hint-table__row:first-child .hint-table__col:last-child, .hint-table__box._characteristics .hint-table__row:last-child .hint-table__col:first-child, .hint-table__box._characteristics .hint-table__row:last-child .hint-table__col:last-child {
  border-radius: 0;
}
.hint-table__box._characteristics .hint-table__col {
  justify-content: flex-start;
  text-align: left;
  height: auto;
  min-height: 36px;
  padding: 8px;
  padding-left: 40px;
}
.hint-table__box._characteristics .hint-table__name {
  font-size: 14px;
  font-family: "Open Sans SemiBold", sans-serif;
}
.hint-table__box._characteristics .hint-table__subname {
  padding-left: 40px;
  font-size: 14px;
  font-family: "Open Sans SemiBold", sans-serif;
}
.hint-table__row {
  display: grid;
  grid-template-columns: 13.5% 14.5% 14% 14% 14% 14% 16%;
}
.hint-table__row:nth-child(odd) .hint-table__col {
  background: #e9e8f4;
}
.hint-table__row:first-child .hint-table__col:first-child {
  border-radius: 8px 0 0 0;
}
.hint-table__row:first-child .hint-table__col:last-child {
  border-radius: 0 8px 0 0;
}
.hint-table__row:last-child .hint-table__col::before {
  display: none;
}
.hint-table__row:last-child .hint-table__col:first-child {
  border-radius: 0 0 0 8px;
}
.hint-table__row:last-child .hint-table__col:last-child {
  border-radius: 0 0 8px 0;
}
.hint-table__col {
  height: 72px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #eaf7f6;
  text-align: center;
}
.hint-table__col a:hover {
  color: rgb(145, 140, 199);
}
.hint-table__col::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 2;
  pointer-events: none;
}
.hint-table__col::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 2;
  pointer-events: none;
}
.hint-table__col:last-child::after {
  display: none;
}
.hint-table__name {
  font-size: 14px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans Regular", sans-serif;
}
.hint-table__subname {
  font-size: 20px;
  color: rgb(145, 140, 199);
  font-family: "Nunito ExtraBold", sans-serif;
}
.hint-table__description {
  max-width: 948px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans SemiBold", sans-serif;
}
.hint-table__description p {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans SemiBold", sans-serif;
}
.hint-claim {
  margin-top: 64px;
}
.hint-claim .hint-list {
  margin-left: 30px;
}
.hint-claim .hint-list li {
  padding-left: 38px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.hint-note {
  margin-left: 28px;
  max-width: 921px;
}
.hint-note__text {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
  font-family: "Open Sans Bold", sans-serif;
}
.hint-note__text:last-child {
  margin-bottom: 0;
}
.hint-note__text._pink {
  color: rgb(239, 122, 175);
}
.hint-note__text._green {
  color: rgb(122, 206, 204);
}

@media screen and (max-width: 1199px) {
  .hint {
    padding-bottom: 70px;
  }
  .hint-head__icon {
    right: -140px;
    top: auto;
    transform: translateY(0);
    bottom: -21px;
  }
  .hint-table._accumulative, .hint-table._bonus {
    padding: 44px 44px;
  }
  .hint-table._bonus {
    padding-bottom: 24px;
  }
  .hint-table__box._characteristics .hint-table__subname {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .hint {
    margin-top: 50px;
    padding: 44px 40px;
  }
  .hint-head__butterfly._one {
    left: -36px;
    top: -33px;
  }
  .hint-head__butterfly._two {
    right: -36px;
    top: -33px;
  }
  .hint-head__icon {
    right: -38px;
    bottom: -34px;
    width: 100px;
  }
  .hint-table._accumulative {
    padding: 25px 20px;
  }
  .hint-table._bonus {
    padding: 30px 30px;
  }
  .hint-table__box._characteristics .hint-table__row {
    grid-template-columns: 262px 370px;
  }
  .hint-table__box._characteristics .hint-table__col {
    padding-left: 20px;
  }
  .hint-table__box._characteristics .hint-table__subname {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hint {
    margin-top: 30px;
    padding: 25px 1rem;
  }
  .hint-head {
    margin-bottom: 18px;
  }
  .hint-head__butterfly {
    display: none;
  }
  .hint-head__title {
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 28px;
  }
  .hint-head__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .hint-head__icon {
    right: -4px;
    bottom: -26px;
    width: 83px;
  }
  .hint-title {
    font-size: 16px;
    line-height: 20px;
  }
  .hint-table {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-top: 12px;
    border-radius: 0;
  }
  .hint-table._accumulative {
    padding: 20px 1rem;
  }
  .hint-table._accumulative .hint-table__box {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
  .hint-table._accumulative .hint-table__row {
    grid-template-columns: 100%;
  }
  .hint-table._accumulative .hint-table__row:nth-child(odd) .hint-table__col {
    background: #eaf7f6;
  }
  .hint-table._accumulative .hint-table__row:first-child .hint-table__col {
    padding-left: 12px;
  }
  .hint-table._accumulative .hint-table__row:first-child .hint-table__col:first-child {
    border-radius: 8px 0 0 0;
  }
  .hint-table._accumulative .hint-table__row:first-child .hint-table__col:last-child {
    border-radius: 0 0 0 8px;
  }
  .hint-table._accumulative .hint-table__row:first-child .hint-table__col:last-child::after {
    display: block;
  }
  .hint-table._accumulative .hint-table__row:first-child .hint-table__col:last-child::before {
    display: none;
  }
  .hint-table._accumulative .hint-table__row:last-child .hint-table__col {
    padding-left: 42px;
  }
  .hint-table._accumulative .hint-table__row:last-child .hint-table__col::after {
    display: none;
  }
  .hint-table._accumulative .hint-table__row:last-child .hint-table__col::before {
    display: block;
  }
  .hint-table._accumulative .hint-table__row:last-child .hint-table__col:first-child {
    border-radius: 0 8px 0 0;
  }
  .hint-table._accumulative .hint-table__row:last-child .hint-table__col:last-child {
    border-radius: 0 0 8px 0;
  }
  .hint-table._accumulative .hint-table__row:last-child .hint-table__col:last-child::before {
    display: none;
  }
  .hint-table._accumulative .hint-table__col {
    height: 34px;
    padding: 4px;
    justify-content: flex-start;
    background: #e9e8f4;
  }
  .hint-table._bonus {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 20px 0;
    padding-bottom: 12px;
  }
  .hint-table._bonus .hint-table__title {
    margin: 0 1rem;
    margin-bottom: 8px;
  }
  .hint-table._bonus .hint-table__row {
    grid-template-columns: 71% 29%;
  }
  .hint-table._bonus .hint-table__col {
    min-height: 42px;
    padding-left: 15px;
  }
  .hint-table._bonus .hint-table__col:last-child {
    padding-left: 20px;
  }
  .hint-table._bonus .hint-table__name {
    font-size: 16px;
    line-height: 20px;
  }
  .hint-table._bonus .hint-table__description {
    margin: 0 1rem;
    margin-top: 12px;
  }
  .hint-table._bonus .hint-table__description p {
    font-size: 14px;
    line-height: 20px;
  }
  .hint-table__title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .hint-table__subname {
    font-size: 18px;
  }
  .hint-table__description {
    margin-top: 14px;
  }
  .hint-table__description p {
    font-size: 14px;
    line-height: 20px;
  }
  .hint-table__description p:first-child {
    font-size: 16px;
    line-height: 22px;
  }
  .hint-item {
    margin-bottom: 22px;
  }
  .hint-list__box {
    margin-top: -18px;
  }
  .hint-list__icon {
    display: none;
  }
  .hint-list li {
    margin-bottom: 7px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .hint-list li::before {
    left: -6px;
    top: 8px;
    transform: translateY(0);
  }
  .hint-claim {
    margin-top: 30px;
  }
  .hint-claim .hint-table__title {
    display: none;
  }
  .hint-claim .hint-list {
    margin: 0;
  }
  .hint-claim .hint-list li {
    margin-bottom: 7px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .hint-claim .hint-list li::before {
    left: -6px;
    top: 8px;
    transform: translateY(0);
  }
  .hint-note {
    margin-left: 0;
    margin-top: 10px;
  }
  .hint-note__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .hint {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    border-right: none;
    border-left: none;
  }
  .hint-table__box._characteristics {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
.cooperation {
  position: relative;
  margin-bottom: -70px;
  padding-top: 0;
  padding-bottom: 0;
}
.cooperation::before {
  content: "";
  position: absolute;
  left: calc(50% - 148px);
  transform: translateX(-50%);
  top: -603px;
  width: 16000px;
  height: 630px;
  background: url("../img/buyers/cloud-1.png") right bottom repeat-x;
  z-index: 1;
  background-size: contain;
  pointer-events: none;
}
.cooperation-goods {
  position: relative;
  z-index: 2;
  top: -7px;
  padding: 30px;
  background: #ffffff;
  border: 4px dashed #ef7aaf;
  border-radius: 10px;
}
.cooperation-goods .contacting-title {
  margin-bottom: 10px;
  color: #ef7aaf;
}
.cooperation-goods .contacting-description__box {
  color: #ef7aaf;
  line-height: 30px;
}
.cooperation-goods .contacting-description__box p {
  padding-bottom: 18px;
  color: #ef7aaf;
  line-height: 30px;
}
.cooperation-terms {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 68.5% 31.5%;
  margin-top: 30px;
  background: #ffffff;
  border: 4px dashed #b8bce4;
  border-radius: 10px;
}
.cooperation-terms__content {
  padding: 30px;
  padding-right: 0;
  padding-bottom: 54px;
}
.cooperation-terms p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #b8bce4;
}
.cooperation-terms .contacting-title {
  margin-bottom: 10px;
  color: #b8bce4;
}
.cooperation-terms .contacting-description__box {
  color: #b8bce4;
  line-height: 30px;
}
.cooperation-terms .contacting-description__more {
  font-size: 14px;
  color: rgb(73, 189, 179);
}
.cooperation-terms .contacting-list {
  margin-top: 20px;
  margin-left: 26px;
}
.cooperation-terms .contacting-list li {
  color: #b8bce4;
}
.cooperation-terms .contacting-list li::before {
  color: #b8bce4;
}
.cooperation-terms__images {
  position: relative;
  background: url("../img/cooperation/bg.png") center;
  background-size: cover;
}
.cooperation-terms__bird {
  position: absolute;
  right: -9px;
  top: -37px;
}
.cooperation-terms__bird img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .cooperation {
    padding-top: 120px;
  }
  .cooperation-terms {
    grid-template-columns: 100%;
  }
  .cooperation-terms .contacting-description__container {
    height: 234px;
  }
  .cooperation-terms .contacting-list {
    margin-left: 4px;
  }
  .cooperation-terms__content {
    padding: 30px;
  }
  .cooperation-terms__bird {
    display: none;
  }
  .cooperation-terms__images {
    width: 75%;
    margin: 0 auto;
    margin-top: 24px;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .cooperation-goods {
    padding: 22px;
  }
  .cooperation-goods .contacting-title {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }
  .cooperation-terms__content {
    padding: 22px;
  }
  .cooperation-terms .contacting-title {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }
  .cooperation-terms .contacting-list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .cooperation {
    padding-top: 48px;
  }
  .cooperation::before {
    left: calc(50% - 148px);
    transform: translateX(-50%) rotateY(180deg);
    top: -235px;
    height: 236px;
  }
  .cooperation-goods {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 22px 12px;
    padding-bottom: 12px;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .cooperation-goods .contacting-description__box {
    font-size: 14px;
    line-height: 20px;
  }
  .cooperation-goods .contacting-description__box p {
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .cooperation-goods .contacting-description__box p:last-child {
    padding-bottom: 0;
  }
  .cooperation-terms {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-top: 18px;
    padding-bottom: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .cooperation-terms p {
    font-size: 14px;
    line-height: 20px;
  }
  .cooperation-terms__content {
    padding: 22px 12px;
  }
  .cooperation-terms .contacting-list {
    margin-top: 2px;
  }
  .cooperation-terms .contacting-description__container {
    height: 282px;
  }
  .cooperation-terms__images {
    width: 68%;
    margin-bottom: -36px;
  }
}
.wholesalers {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 56.5% 43.5%;
  margin-top: 64px;
}
.wholesalers .contacting-img._one {
  top: 14px;
  right: 114px;
}
.wholesalers .contacting-img._two {
  top: 266px;
  right: -3px;
}
.wholesalers-content {
  padding: 30px;
  padding-bottom: 50px;
  background: #ffffff;
  border: 4px dashed rgb(150, 186, 224);
  border-radius: 10px;
}
.wholesalers-content .contacting-title {
  max-width: 530px;
  margin-bottom: 24px;
  line-height: 36px;
}

@media screen and (max-width: 1400px) {
  .wholesalers .contacting-img__bord {
    width: 368px;
    height: 292px;
  }
  .wholesalers .contacting-img._one {
    top: 14px;
    right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .wholesalers {
    grid-template-columns: 60.5% 39.5%;
  }
  .wholesalers .contacting-img__bord {
    width: 310px;
    height: 249px;
  }
  .wholesalers .contacting-img._one {
    right: 20px;
  }
  .wholesalers .contacting-img._two {
    top: 231px;
  }
}
@media screen and (max-width: 991px) {
  .wholesalers {
    grid-template-columns: 100%;
    margin-top: 40px;
  }
  .wholesalers-content {
    margin-bottom: -100px;
    padding-bottom: 100px;
  }
  .wholesalers .contacting-img {
    position: relative;
    padding-top: 80%;
  }
  .wholesalers .contacting-img._one, .wholesalers .contacting-img._two {
    display: flex;
    justify-content: center;
    right: auto;
    top: auto;
  }
  .wholesalers .contacting-img._two {
    margin-top: -11%;
    left: 26px;
  }
  .wholesalers .contacting-img__bord {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .wholesalers .contacting-img__box {
    width: 86%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: -78px;
  }
}
@media screen and (max-width: 767px) {
  .wholesalers {
    margin-top: 30px;
  }
  .wholesalers-content .contacting-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .wholesalers {
    margin-top: 20px;
  }
  .wholesalers-content {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-bottom: -54px;
    padding: 18px 12px;
    padding-bottom: 22px;
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
  .wholesalers .contacting-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }
  .wholesalers .contacting-img__box {
    width: 93%;
  }
}
.pricePolicy {
  position: relative;
  margin-bottom: -140px;
  padding-top: 310px;
  padding-bottom: 0;
  background: linear-gradient(180deg, #a1dfde 35%, #84cfce 70%);
}
.pricePolicy::before {
  content: "";
  position: absolute;
  left: calc(50% + 866px);
  transform: translateX(-50%);
  top: -10px;
  width: 16000px;
  height: 430px;
  background: url("../img/pricePolicy/cloud-top.png") center top repeat-x;
  z-index: 1;
  background-size: contain;
  pointer-events: none;
}
.pricePolicy-star {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pricePolicy/bg-star.png") center repeat-x;
  background-size: contain;
  pointer-events: none;
}
.pricePolicy-container {
  position: relative;
  z-index: 3;
  background: #ffffff;
  border: 4px dashed #b8bce4;
  border-radius: 10px;
  padding: 30px;
  padding-right: 0;
  padding-bottom: 0;
}
.pricePolicy-container .contacting-title {
  margin-bottom: 18px;
  color: #b8bce4;
}
.pricePolicy-head {
  max-width: 1198px;
  margin-bottom: 28px;
  margin-right: 30px;
}
.pricePolicy-head__content {
  font-size: 16px;
  line-height: 29px;
  color: rgb(184, 188, 228);
  font-family: "Open Sans SemiBold", sans-serif;
  letter-spacing: 0;
}
.pricePolicy-head__content p {
  font-size: 16px;
  line-height: 29px;
  color: rgb(184, 188, 228);
  font-family: "Open Sans SemiBold", sans-serif;
  letter-spacing: 0;
}
.pricePolicy-head__content p span {
  font-family: "Nunito ExtraBold", sans-serif;
}
.pricePolicy-body {
  display: grid;
  grid-template-columns: 55% 44%;
  justify-content: space-between;
}
.pricePolicy-left {
  padding-bottom: 84px;
}
.pricePolicy-left__box {
  margin-bottom: 18px;
}
.pricePolicy-left__box .pricePolicy-text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #b8bce4;
  font-family: "Open Sans SemiBold", sans-serif;
}
.pricePolicy-left__box a {
  color: #ef7aaf;
  font-family: "Nunito ExtraBold", sans-serif;
}
.pricePolicy-left__box._blue .pricePolicy-text {
  color: #96bae0;
}
.pricePolicy-left__box._pink .pricePolicy-text {
  color: #ef7aaf;
}
.pricePolicy-left__box._pink .pricePolicy-text span {
  color: #96bae0;
}
.pricePolicy-title {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Nunito ExtraBold", sans-serif;
}
.pricePolicy-title._pink {
  color: #ef7aaf;
}
.pricePolicy-title._blue {
  color: #96bae0;
}
.pricePolicy-title._purple {
  color: #b8bce4;
}
.pricePolicy-files {
  display: flex;
  align-items: center;
  padding-top: 23px;
  padding-left: 29px;
  overflow-y: auto;
}
.pricePolicy-files__item {
  position: relative;
  width: 84px;
  height: 111px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 46px;
  background: url("../img/pricePolicy/icon-file.png") center no-repeat;
  background-size: contain;
}
.pricePolicy-files__item._pdf .pricePolicy-files__name {
  background: #f15642;
}
.pricePolicy-files__item._doc .pricePolicy-files__name {
  background: #50bee8;
}
.pricePolicy-files__name {
  position: relative;
  bottom: 16px;
  left: -13px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 14px;
  font-size: 28px;
  letter-spacing: 3px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #ffffff;
}
.pricePolicy-right {
  position: relative;
  background: url("../img/pricePolicy/bg.png") center no-repeat;
  background-size: cover;
}
.pricePolicy-right__icon {
  position: absolute;
  right: -32px;
  top: 180px;
}
.pricePolicy-img {
  position: relative;
}
.pricePolicy-img._one {
  top: -9px;
  right: 7px;
}
.pricePolicy-img._one .pricePolicy-img__bord {
  width: 570px;
  height: 255px;
  transform: rotate(-1.3deg);
}
.pricePolicy-img._two {
  margin-top: 64px;
  left: -6px;
  margin-bottom: 30px;
}
.pricePolicy-img._two .pricePolicy-img__bord {
  transform: rotate(1.6deg);
}
.pricePolicy-img__bord {
  position: relative;
  width: 556px;
  height: 248px;
  overflow: hidden;
}
.pricePolicy-img__bord::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pricePolicy/bg-bord.png") center no-repeat;
  background-size: contain;
}
.pricePolicy-img__bord img {
  position: absolute;
  left: 6px;
  top: 5px;
  width: calc(100% - 8px);
  height: calc(100% - 17px);
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(-1deg);
}

@media screen and (max-width: 1400px) {
  .pricePolicy-img._one .pricePolicy-img__bord, .pricePolicy-img._two .pricePolicy-img__bord {
    width: 518px;
    height: 232px;
  }
}
@media screen and (max-width: 1199px) {
  .pricePolicy {
    margin-bottom: -233px;
  }
  .pricePolicy-container {
    padding: 0;
  }
  .pricePolicy-head {
    margin-right: 0;
    padding: 30px;
    padding-bottom: 0;
  }
  .pricePolicy-body {
    grid-template-columns: 100%;
  }
  .pricePolicy-left {
    padding: 0 30px;
    padding-bottom: 10px;
  }
  .pricePolicy-right {
    padding-top: 40px;
  }
  .pricePolicy-img {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .pricePolicy {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 767px) {
  .pricePolicy-img {
    position: relative;
    padding-top: 45%;
  }
  .pricePolicy-img._one .pricePolicy-img__bord, .pricePolicy-img._two .pricePolicy-img__bord {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .pricePolicy-img .pricePolicy-img__bord img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pricePolicy-container .contacting-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .pricePolicy {
    margin-bottom: 0;
    padding-bottom: 26px;
    padding-top: 155px;
  }
  .pricePolicy::before {
    left: calc(50% + 1020px);
    top: 68px;
    height: 194px;
  }
  .pricePolicy-container {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-top: 18px;
    padding-bottom: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .pricePolicy-head {
    margin-bottom: 5px;
    padding: 20px 1rem;
    padding-bottom: 0;
  }
  .pricePolicy-head__content {
    font-size: 14px;
    line-height: 24px;
  }
  .pricePolicy-head__content p {
    font-size: 14px;
    line-height: 24px;
  }
  .pricePolicy-left {
    padding: 0 1rem;
  }
  .pricePolicy-left__box {
    margin-bottom: 8px;
  }
  .pricePolicy-left__box .pricePolicy-text {
    font-size: 14px;
    line-height: 20px;
  }
  .pricePolicy-right {
    background: none;
    padding-top: 22px;
    padding-bottom: 36px;
  }
  .pricePolicy-right__icon {
    position: absolute;
    right: 22px;
    top: 122px;
    width: 86px;
  }
  .pricePolicy-img._two {
    display: none;
  }
  .pricePolicy-files {
    padding-top: 14px;
    padding-left: 14px;
  }
  .pricePolicy-files__item {
    height: 88px;
    margin-right: 34px;
  }
  .pricePolicy-files__name {
    bottom: 13px;
    left: -11px;
    padding: 7px 10px;
    font-size: 22px;
  }
}
.documents {
  position: relative;
  padding-top: 480px;
  padding-bottom: 308px;
  background: #fff url("../img/documents/bg.png") center repeat;
}
.documents::before {
  content: "";
  position: absolute;
  left: calc(50% - 1047px);
  transform: translateX(-50%);
  top: -1px;
  width: 16000px;
  height: 420px;
  background: url("../img/pricePolicy/cloud-bottom.png") center bottom repeat-x;
  z-index: 1;
  background-size: contain;
  pointer-events: none;
}
.documents-slider {
  margin-top: 60px;
}
.documents-swiper .swiper-slide {
  height: auto;
}
.documents-nav {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 5px));
  justify-content: space-between;
  margin-bottom: 18px;
  display: none;
}
.documents-prev, .documents-next {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(110, 216, 214, 0.5);
  text-align: center;
  transition: 0.4s;
}
.documents-prev.swiper-button-disabled, .documents-next.swiper-button-disabled {
  background: rgb(110, 216, 214);
}
.documents-text {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-family: "Nunito ExtraBold", sans-serif;
}
.documents-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  color: rgb(184, 188, 228);
  font-family: "Nunito Black", sans-serif;
}
.documents-subtitle {
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
  color: rgb(184, 188, 228);
  font-family: "Nunito Bold", sans-serif;
}
.documents-item {
  position: relative;
  display: flex;
  height: 100%;
  padding: 36px;
  border: 4px dashed;
  border-radius: 10px;
}
.documents-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/documents/icon-fog-2.png") center no-repeat;
  background-size: cover;
}
.documents-item._one {
  border-color: #2ecfcd;
  background: rgba(110, 216, 214, 0.4);
}
.documents-item._one::before {
  background: url("../img/documents/icon-fog-1.png") center no-repeat;
  background-size: cover;
}
.documents-item._one .documents-item__icon._two {
  display: block;
}
.documents-item._one .documents-item__title {
  color: #2ecfcd;
}
.documents-item._one .documents-item__list li {
  color: #2ecfcd;
}
.documents-item._one .documents-item__list li::before {
  color: #2ecfcd;
}
.documents-item._two {
  border-color: rgb(184, 188, 228);
  background: rgba(184, 188, 228, 0.4);
}
.documents-item._two::before {
  background: url("../img/documents/icon-fog-2.png") center no-repeat;
  background-size: cover;
}
.documents-item._two .documents-item__icon._one {
  display: block;
}
.documents-item._two .documents-item__title {
  color: #b8bce4;
}
.documents-item._two .documents-item__list li {
  color: #b8bce4;
}
.documents-item._two .documents-item__list li::before {
  color: #b8bce4;
}
.documents-item__icon {
  position: absolute;
}
.documents-item__icon._one {
  display: none;
  left: 36px;
  top: 32px;
}
.documents-item__icon._two {
  display: none;
  right: 36px;
  top: 32px;
}
.documents-item__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 470px;
  margin: 0 auto;
}
.documents-item__title {
  margin-bottom: 25px;
  padding-bottom: 12px;
  text-transform: none;
  font-size: 30px;
  line-height: 36px;
  border-bottom: 3px solid;
  font-family: "Nunito ExtraBold", sans-serif;
}
.documents-item__list {
  margin-left: 14px;
}
.documents-item__list li {
  position: relative;
  counter-increment: step-counter;
  margin-bottom: 12px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 25px;
  font-family: "Open Sans Bold", sans-serif;
}
.documents-item__list li::before {
  content: counter(step-counter) ".";
  position: absolute;
  left: 0;
  font-size: 16px;
  font-family: "Open Sans Bold", sans-serif;
}
.documentsRegister {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 56px;
  padding: 48px;
  border: 3px dashed rgb(239, 122, 175);
  background: rgba(239, 122, 175, 0.102);
}
.documentsRegister-container {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}
.documentsRegister-container .documents-title {
  margin-left: 65px;
  margin-right: 50px;
}
.documentsRegister-subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: rgb(184, 188, 228);
  font-family: "Nunito Bold", sans-serif;
}
.documentsRegister-subtitle span {
  color: #2ecfcd;
  font-family: "Nunito Black", sans-serif;
}
.documentsRegister-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.documentsRegister-icon {
  position: relative;
  top: -7px;
}
.documentsRegister-icon._right img {
  transform: rotateY(180deg);
}
.documentsRegister-button {
  margin: 0 20px;
}
.documentsRegister-butterfly {
  position: absolute;
}
.documentsRegister-butterfly._one {
  left: 29px;
  top: 10px;
}
.documentsRegister-butterfly._two {
  right: 7px;
  top: 8px;
}

@media screen and (max-width: 991px) {
  .documents {
    padding-top: 310px;
  }
  .documents::before {
    left: calc(50% - 577px);
    width: 16000px;
    height: 238px;
  }
  .documents-slider {
    margin-top: 40px;
  }
  .documents-nav {
    display: grid;
  }
  .documents-title {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 32px;
  }
  .documents-subtitle {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .documents {
    padding-top: 286px;
    padding-bottom: 244px;
  }
  .documentsRegister {
    padding: 30px;
  }
  .documentsRegister-icon {
    display: none;
  }
  .documentsRegister-button {
    margin: 0;
  }
  .documentsRegister-box {
    margin-top: 30px;
  }
  .documentsRegister-subtitle {
    font-size: 20px;
  }
  .documentsRegister-butterfly._one {
    top: 10px;
    left: 10px;
  }
  .documentsRegister-butterfly._two {
    top: 10px;
    right: 10px;
  }
  .documentsRegister-container .documents-title {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 576px) {
  .documents {
    padding-top: 100px;
    padding-bottom: 180px;
  }
  .documents::before {
    left: calc(50% - 237px);
    height: 82px;
  }
  .documents-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }
  .documents-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
  .documents-slider {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-top: 10px;
  }
  .documents-item {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .documents-nav {
    grid-template-columns: repeat(2, calc(50% - 3px));
  }
  .documents-item {
    padding: 18px 22px;
    padding-bottom: 23px;
  }
  .documents-item__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
  }
  .documents-item__list {
    margin-left: 3px;
  }
  .documentsRegister {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 28px;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .documentsRegister-container .documents-title {
    font-size: 24px;
    line-height: 28px;
  }
  .documentsRegister-subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .documentsRegister-box {
    margin-top: 5px;
  }
}
@media screen and (max-width: 420px) {
  .documents {
    padding-bottom: 130px;
  }
  .documentsRegister-container .documents-title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .documentsRegister-butterfly._two {
    top: 33px;
    right: -14px;
  }
  .documentsRegister-butterfly._one {
    top: auto;
    left: -10px;
    bottom: 48px;
  }
}
.personal-tabs {
  position: relative;
  z-index: 2;
}
.personal-tabs .title {
  margin-top: 22px;
  margin-bottom: 22px;
  text-align: left;
}
.personal-tabs .nav {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  border-bottom: 2px solid #918cc7;
}
.personal-tabs .nav-link {
  position: relative;
  height: 70px;
  font-size: 18px;
  color: #918cc7;
  font-family: "Open Sans Bold", sans-serif;
  background: #ffffff;
  border: none;
  transition: 0.4s;
}
.personal-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #918cc7;
  border-bottom: none;
  transition: 0.4s;
  opacity: 0;
}
.personal-tabs .nav-link:first-child {
  border-radius: 20px 0 0 0;
}
.personal-tabs .nav-link:first-child::before {
  border-radius: 20px 0 0 0;
}
.personal-tabs .nav-link:last-child {
  border-radius: 0 20px 0 0;
}
.personal-tabs .nav-link:last-child::before {
  border-radius: 0 20px 0 0;
}
.personal-tabs .nav-link.active {
  background: rgba(210, 207, 237, 0.671);
}
.personal-tabs .nav-link.active::before {
  opacity: 1;
}
.personal-tabs .tab-content {
  position: relative;
  padding: 30px 25px;
  padding-bottom: 30px;
  border-radius: 0 0 20px 20px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 5px 13.76px 2.24px rgba(225, 161, 155, 0.26);
}
.personal-profile {
  margin-right: 274px;
}
.personal-profile__icon {
  position: absolute;
}
.personal-profile__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.personal-profile__icon._one {
  right: 56px;
  top: 43px;
}
.personal-profile__container {
  display: grid;
  grid-template-columns: repeat(6, calc(16.666% - 16px));
  justify-content: space-between;
  align-items: center;
}
.personal-profile__container .input-box {
  margin-bottom: 14px;
  grid-column: 2 span;
}
.personal-profile__container .input-box:nth-child(7) {
  grid-column: 6 span;
}
.personal-profile__container .input-box:nth-child(16), .personal-profile__container .input-box:nth-child(17) {
  grid-column: 1 span;
}
.personal-profile__container .input-box:nth-child(18) {
  grid-column: 6 span;
}
.personal-profile__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-area: button;
  margin-left: 20px;
  grid-column: 4 span;
}
.personal-profile__buttons .button {
  width: 250px;
  margin-left: 16px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans Bold", sans-serif;
}
.personal-profile__info {
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  grid-area: info;
  margin-top: 80px;
  margin-bottom: 18px;
}
.personal-profile__footer {
  display: grid;
  margin-top: 8px;
  margin-bottom: 30px;
  grid-template-areas: "input button" "info info";
  grid-template-columns: repeat(6, calc(16.666% - 16px));
  justify-content: space-between;
  align-items: flex-end;
}
.personal-profile__footer .input-box {
  grid-area: input;
  grid-column: 2 span;
}
.personal-total {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-right: 40px;
}
.personal-total__name {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: rgb(145, 140, 199);
  font-family: "Nunito Bold", sans-serif;
}
.personal-total__count {
  font-size: 30px;
  line-height: 38px;
  color: rgb(145, 140, 199);
  font-family: "Nunito Black", sans-serif;
}
.personal-discount {
  position: relative;
  width: 196px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 8px 12px;
  border: 2px dashed rgb(145, 140, 199);
  border-radius: 10px;
  background-color: rgba(255, 231, 153, 0.82);
  margin-right: 15px;
  margin-bottom: 20px;
}
.personal-discount__container {
  display: flex;
  align-items: center;
}
.personal-discount__icon {
  position: absolute;
}
.personal-discount__icon._one {
  left: -23px;
  top: 38px;
}
.personal-discount__icon._two {
  right: -53px;
  top: 39px;
}
.personal-discount__title {
  max-width: 118px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 18px;
  color: rgb(145, 140, 199);
  font-family: "Nunito Bold", sans-serif;
}
.personal-discount__count {
  font-size: 40px;
  line-height: 42px;
  color: rgb(145, 140, 199);
  font-family: "Nunito Black", sans-serif;
}
.personal-discount__more {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  color: rgb(151, 219, 217);
}
.personal-discount__more::after {
  background: rgb(151, 219, 217);
}
.personal-discount__more:hover {
  color: rgb(151, 219, 217);
}
.personal-title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 30px;
  color: rgb(145, 140, 199);
  font-family: "Nunito Black", sans-serif;
}
.personal-title._up {
  text-transform: uppercase;
}
.personal-subtitle {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans Bold", sans-serif;
}
.personal-subtitle._up {
  text-transform: uppercase;
}
.personal-legal__item {
  margin-bottom: 26px;
}
.personal-legal__inputs {
  display: grid;
  grid-template-columns: repeat(3, calc(33.333% - 14px));
  justify-content: space-between;
}
.personal-legal__inputs .input-box {
  margin-bottom: 14px;
}
.personal-legal__inputs .input-box._personal .input {
  font-family: "Open Sans Bold", sans-serif;
}
.personal-legal__button {
  display: flex;
  justify-content: flex-end;
}
.personal-legal__button .button {
  font-size: 16px;
}
.personal-margins .personal-title {
  text-align: center;
  margin-bottom: 20px;
}
.personal-margins__container {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
}

@media screen and (max-width: 1400px) {
  .personal-legal__inputs .input-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .personal-profile__container {
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
  .personal-profile__container .input-box {
    grid-column: auto;
  }
  .personal-profile__container .input-box:nth-child(7) {
    grid-column: 2 span;
  }
  .personal-profile__container .input-box:nth-child(16), .personal-profile__container .input-box:nth-child(17) {
    grid-column: auto;
  }
  .personal-profile__container .input-box:nth-child(18) {
    grid-column: 2 span;
  }
  .personal-profile__footer {
    grid-template-areas: "input input" "info info" "button button";
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
  .personal-profile__footer .input-box {
    grid-column: auto;
  }
  .personal-profile__info {
    margin: 0;
    margin-top: 20px;
    justify-content: center;
  }
  .personal-profile__buttons {
    margin-left: 0px;
    margin-top: 20px;
    grid-column: 2 span;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    justify-content: space-between;
  }
  .personal-profile__buttons .button {
    width: 100%;
    margin: 0;
  }
  .personal-legal__inputs {
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
}
@media screen and (max-width: 991px) {
  .personal-tabs .title {
    text-align: center;
  }
  .personal-tabs .nav-link {
    height: 55px;
  }
  .personal-profile {
    margin: 0;
  }
  .personal-profile__icon._one {
    display: none;
  }
  .personal-legal__button {
    justify-content: center;
  }
  .personal-discount {
    width: auto;
  }
  .personal-discount__container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .personal-tabs .tab-content {
    padding-bottom: 40px;
  }
  .personal-profile__container {
    grid-template-columns: 100%;
  }
  .personal-profile__container .input-box:nth-child(7) {
    grid-column: auto;
  }
  .personal-profile__container .input-box:nth-child(16), .personal-profile__container .input-box:nth-child(17) {
    grid-column: auto;
  }
  .personal-profile__container .input-box:nth-child(18) {
    grid-column: auto;
  }
  .personal-profile__footer {
    grid-template-columns: 100%;
  }
  .personal-profile__buttons {
    grid-column: auto;
  }
  .personal-profile__info {
    grid-template-columns: 100%;
  }
  .personal-profile__buttons {
    grid-template-columns: 100%;
  }
  .personal-profile__buttons .button {
    margin-bottom: 20px;
  }
  .personal-profile__buttons .button:last-child {
    margin-bottom: 0;
  }
  .personal-total {
    margin: 0;
    margin-bottom: 20px;
  }
  .personal-discount {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .personal-legal__inputs {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 576px) {
  .personal-tabs .nav {
    border-bottom: 1px solid #918cc7;
  }
  .personal-tabs .nav-link {
    height: 44px;
    font-size: 16px;
    line-height: 22px;
  }
  .personal-tabs .nav-link:first-child {
    border-radius: 20px 20px 0 0;
  }
  .personal-tabs .nav-link:first-child::before {
    border-radius: 20px 20px 0 0;
    border: 1px solid #918cc7;
  }
  .personal-tabs .nav-link:last-child {
    border-radius: 0;
  }
  .personal-tabs .nav-link:last-child::before {
    border-radius: 0;
  }
  .personal-tabs .tabs-my {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
  .personal-tabs .nav {
    grid-template-columns: 100%;
  }
  .personal-tabs .tab-content {
    padding-bottom: 116px;
  }
  .personal-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }
  .personal-subtitle {
    display: none;
    margin-bottom: 10px;
  }
  .personal-legal__item {
    margin-bottom: 6px;
  }
  .personal-legal__item .personal-title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
  }
  .personal-legal__item .personal-subtitle {
    display: block;
  }
  .personal-legal__inputs .input-box {
    margin-bottom: 10px;
  }
  .personal-legal__button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 420px) {
  .personal-tabs .tab-content {
    padding-bottom: 90px;
  }
  .personal-legal__button .button {
    width: 100%;
  }
}
.history {
  max-width: 988px;
  margin: 0 auto;
}
.history .personal-title {
  margin-bottom: 22px;
  text-align: center;
}
.history-item {
  margin-bottom: 30px;
}
.history-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.history-order {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  max-width: 672px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 17px 24px;
  padding-top: 21px;
  border: 2px dashed rgb(145, 140, 199);
  border-radius: 10px;
}
.history-order .delivery-order__list {
  position: relative;
  grid-template-columns: 40% 54%;
}
.history-order .delivery-order__list::after {
  content: "";
  position: absolute;
  left: 43%;
  top: -4px;
  width: 2px;
  height: calc(100% + 8px);
  background: rgb(145, 140, 199);
}
.history-order .delivery-order__count {
  white-space: nowrap;
}
.history-order__icon {
  position: absolute;
  left: -40px;
  top: 11px;
  width: 62px;
}
.history-order__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.history-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.history-button__box {
  margin-bottom: 0;
}
.history-button .button {
  min-width: 250px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .history-order {
    width: -moz-fit-content;
    width: fit-content;
  }
  .history-order .delivery-order__list {
    grid-template-columns: 100%;
  }
  .history-order .delivery-order__list li {
    grid-template-columns: 200px auto;
  }
  .history-order .delivery-order__list li span {
    width: -moz-fit-content;
    width: fit-content;
  }
  .history-order .delivery-order__list::after {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .history .tableMy {
    width: calc(100% + 42px);
    margin-left: -21px;
  }
}
@media screen and (max-width: 420px) {
  .history-order {
    min-width: 100%;
    padding-right: 10px;
  }
  .history-order .delivery-order__list li {
    grid-template-columns: 140px auto;
  }
  .history-order .delivery-order__count {
    padding-left: 6px;
  }
}
.market {
  margin-top: 30px;
}
.market-container {
  display: grid;
  grid-template-columns: 24.879% 24.879% 47%;
  justify-content: space-between;
}
.market-item {
  margin-bottom: 20px;
}
.market-item .input-box._personal .input {
  font-size: 14px;
  line-height: 16px;
  font-family: "Open Sans Bold", sans-serif;
}
.market-item__box .input-box {
  margin-bottom: 14px;
}
.market-item__button {
  padding: 0;
  font-size: 14px;
  letter-height: 18px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans Bold", sans-serif;
  border: none;
  background: none;
}
.market-item__row {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.market-item__row .input-box:first-child .input {
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.market-item__row .input-box:last-child .input {
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 1400px) {
  .market-container {
    grid-template-columns: 23.451% 23.451% 49%;
  }
}
@media screen and (max-width: 1200px) {
  .market-container {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
  .market-item:last-child {
    grid-column: 2 span;
  }
}
@media screen and (max-width: 767px) {
  .market-container {
    grid-template-columns: 100%;
  }
  .market-item:last-child {
    grid-column: auto;
    overflow-x: auto;
  }
}
@media screen and (max-width: 575px) {
  .market-item {
    margin-bottom: 10px;
  }
  .market-item:last-child {
    padding-bottom: 14px;
  }
  .market-item:last-child::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .market-item:last-child::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 3px;
  }
  .market-item:last-child::-webkit-scrollbar-thumb {
    background: #cfc8e8;
    border-radius: 3px;
  }
  .market-item:last-child .market-item__box {
    width: 533px;
  }
  .market-item__row {
    grid-template-columns: 38% 62%;
  }
}
.treaty {
  margin-top: 20px;
}
.treaty .personal-title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.treaty__container {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 2px));
  justify-content: space-between;
}
.treaty-head {
  margin-bottom: 14px;
}
.treaty-head__title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 26px;
  color: rgb(145, 140, 199);
  letter-spacing: 0;
  font-family: "Open Sans Bold", sans-serif;
}
.treaty-head__arrow {
  display: none;
  margin-left: 10px;
}
.treaty-head__arrow svg {
  transition: 0.4s;
}
.treaty-box .input-box {
  padding-bottom: 18px;
}
.treaty-box .input-file {
  display: grid;
  grid-template-columns: 1fr 130px;
  width: 100%;
  border: 1px solid rgb(221, 221, 221);
  background-color: rgb(242, 242, 242);
  border-radius: 5px;
}
.treaty-box .input-file__title {
  margin: 0;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
  color: rgb(145, 140, 199);
  letter-spacing: -0.5px;
  font-family: "Open Sans Bold", sans-serif;
}
.treaty-box .input-file-btn {
  height: 40px;
  background: rgb(221, 221, 221);
  color: #262626;
  transition: 0.4s;
}
.treaty-box .input-file-text {
  height: 40px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 14px;
}
.treaty-item {
  position: relative;
  padding: 23px 8px;
  padding-bottom: 18px;
}
.treaty-item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 26px;
  height: 100%;
  pointer-events: none;
}
.treaty-item:nth-child(1) {
  background: rgb(233, 247, 247);
  padding-left: 0;
}
.treaty-item:nth-child(1)::after {
  left: -25px;
  background: rgb(233, 247, 247);
}
.treaty-item:nth-child(1) .treaty-head__arrow svg {
  stroke: #918cc7;
}
.treaty-item:nth-child(2) {
  background: rgb(225, 223, 244);
  padding-right: 0;
}
.treaty-item:nth-child(2)::after {
  right: -25px;
  background: rgb(225, 223, 244);
}
.treaty-item:nth-child(2) .treaty-head__arrow svg {
  stroke: #2ecfcd;
}
.treaty-item__icon {
  pointer-events: none;
  position: absolute;
}
.treaty-item__icon._one {
  left: 26px;
  top: -32px;
}
.treaty-item__icon._two {
  right: 56px;
  top: -30px;
}
.treaty-notice {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: rgb(38, 38, 38);
  font-family: "Open Sans Regular", sans-serif;
}
.treaty-button {
  display: flex;
  justify-content: center;
  margin-top: 26px;
  margin-bottom: 12px;
}
.treaty-button ._shadowPink {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .treaty-box .input-file:hover .input-file-btn {
    background: #6ed8d6;
    color: #ffffff;
  }
}
@media screen and (max-width: 1199px) {
  .treaty-item__icon._one {
    left: -10px;
    top: -24px;
  }
  .treaty-item__icon._two {
    right: -8px;
    top: -24px;
  }
}
@media screen and (max-width: 991px) {
  .treaty__container {
    grid-template-columns: 100%;
  }
  .treaty-head {
    position: relative;
    display: grid;
    grid-template-columns: auto 28px;
    align-items: center;
    margin: 0;
    padding: 16px 0;
  }
  .treaty-head::after {
    content: "";
    position: absolute;
    left: -25px;
    bottom: 0;
    width: calc(100% + 50px);
    height: 2px;
    background: #ffffff;
  }
  .treaty-head__arrow {
    display: block;
  }
  .treaty-item {
    padding: 0;
    z-index: 1;
  }
  .treaty-item::after {
    width: calc(100% + 50px);
    z-index: -1;
  }
  .treaty-item._show .treaty-head__arrow svg {
    transform: rotateX(180deg);
  }
  .treaty-item._show .treaty-box {
    transition: 0s;
    opacity: 1;
  }
  .treaty-item:nth-child(1) {
    background: none;
  }
  .treaty-item:nth-child(1)::after {
    background: rgb(225, 223, 244);
  }
  .treaty-item:nth-child(2) {
    background: none;
  }
  .treaty-item:nth-child(2)::after {
    background: rgb(233, 247, 247);
  }
  .treaty-item__icon {
    display: none;
  }
  .treaty-container {
    height: 0;
    overflow: hidden;
    transition: 0.4s;
  }
  .treaty-box {
    opacity: 0;
    padding-top: 16px;
    transition: 1.7s;
  }
}
@media screen and (max-width: 767px) {
  .treaty-head {
    padding: 14px 0;
  }
  .treaty-head__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .treaty .personal-title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .treaty-head {
    padding: 8px 0;
  }
  .treaty-head__title {
    font-size: 16px;
    line-height: 20px;
  }
  .treaty-box .input-box {
    padding-bottom: 3px;
  }
  .treaty-notice {
    margin-top: 14px;
    font-size: 12px;
  }
  .treaty-button {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 420px) {
  .treaty .personal-title {
    font-size: 17px;
  }
  .treaty-button ._shadowPink {
    width: 100%;
  }
  .treaty-button .button {
    width: 100%;
  }
}
.modalMy .btn-close {
  background: none;
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  background: none;
  border: none;
  opacity: 1;
}
.modalMy .btn-close:focus {
  box-shadow: none;
}
.modalMy .btn-close:hover {
  cursor: pointer;
}
.modalMy .btn-close::before, .modalMy .btn-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  transform-origin: center;
  background: #2ecfcd;
}
.modalMy .btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modalMy .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modalMy .modal-dialog {
  max-width: 1052px;
}
.modalMy .modal-content {
  background: linear-gradient(180deg, #fce8e7 0%, #ffcef2 100%);
  box-shadow: 0px 13px 13px 0px rgba(26, 26, 26, 0.35);
  border-radius: 0;
  border: none;
}
.modalMy .modal-header {
  padding: 30px 30px 20px 30px;
  border: none;
}
.modalMy._registration .modal-body {
  display: grid;
  grid-template-columns: 43% 53%;
  justify-content: space-between;
  padding: 70px 48px;
  padding-top: 0;
}
.modalMy._registration .modal-body__content {
  padding-top: 30px;
}
.modalMy._registration .modal-body__content .title {
  font-size: 36px;
  line-height: 40px;
  color: #d055c6;
}
.modalMy._registration .modal-body__content .tabs-my .nav {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.modalMy._registration .modal-body__content .tabs-my .nav-link {
  position: relative;
  padding-bottom: 12px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 24px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans Bold", sans-serif;
}
.modalMy._registration .modal-body__content .tabs-my .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #2ecfcd;
  transform-origin: center;
  transform: scaleX(0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.modalMy._registration .modal-body__content .tabs-my .nav-link.active {
  color: #2ecfcd;
}
.modalMy._registration .modal-body__content .tabs-my .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}
.modalMy._registration .modal-body__content .tabs-my .tab-content {
  padding-top: 30px;
}
.modalMy._registration .modal-body__input .input {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  color: #7acecc;
}
.modalMy._registration .modal-body__input .input::-webkit-input-placeholder {
  color: #7acecc;
}
.modalMy._registration .modal-body__input .input::-moz-placeholder {
  color: #7acecc;
}
.modalMy._registration .modal-body__input .input:-moz-placeholder {
  color: #7acecc;
}
.modalMy._registration .modal-body__input .input:-ms-input-placeholder {
  color: #7acecc;
}
.modalMy._registration .modal-body__description {
  margin-top: 12px;
  font-size: 14px;
  line-height: 18px;
  color: rgb(145, 140, 199);
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: 0;
}
.modalMy._registration .modal-body__button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.modalMy._registration .modal-body__button ._shadowGreen {
  margin-bottom: 23px;
}
.modalMy._registration .modal-body__button .button {
  width: 335px;
  font-size: 16px;
}
.modalMy._registration .modal-body__reg {
  font-size: 14px;
  line-height: 18px;
  color: rgb(117, 187, 185);
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: 0;
}
.modalMy._registration .modal-body__reg a {
  font-size: 14px;
  line-height: 18px;
  color: rgb(117, 187, 185);
  font-family: "Open Sans Bold", sans-serif;
  text-decoration: underline;
  letter-spacing: 0;
}
.modalMy._login .modal-dialog {
  max-width: 1165px;
}
.modalMy._login .modal-body {
  display: grid;
  grid-template-columns: 51% 46.5%;
  justify-content: space-between;
  padding: 62px 28px;
  padding-top: 0;
}
.modalMy._login .modal-body__content {
  padding-right: 10px;
}
.modalMy._login .modal-body__content .title {
  margin-top: 16px;
  font-size: 34px;
  line-height: 40px;
  color: #d055c6;
}
.modalMy._login .modal-body__content .subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #d055c6;
  font-family: "Open Sans Regular", sans-serif;
  letter-spacing: 0;
}
.modalMy._login .modal-body__content .subtitle a {
  font-family: "Open Sans Bold", sans-serif;
  color: #d055c6;
}
.modalMy._login .modal-body__number {
  margin: 28px 0;
  font-size: 28px;
  text-align: center;
  font-family: "Open Sans Bold", sans-serif;
  color: #7acecc;
}
.modalMy._login .modal-body__text {
  color: #d055c6;
  font-family: "Open Sans Regular", sans-serif;
  letter-spacing: 0;
}
.modalMy._login .modal-body__text._two {
  font-size: 14px;
  line-height: 24px;
  margin-top: 27px;
}
.modalMy._login .modal-body__qr {
  position: relative;
  padding-top: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.modalMy._login .modal-body__qr img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modalMy._login .modal-body__timer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.modalMy._login .modal-body__timer .button {
  width: 334px;
  height: 56px;
  font-size: 16px;
}
.modalMy._discountModal .btn-close::before, .modalMy._discountModal .btn-close::after {
  background: #918cc7;
}
.modalMy._discountModal .modal-dialog {
  max-width: 1150px;
}
.modalMy._discountModal .modal-content {
  background: #fff;
  border-radius: 10px;
}
.modalMy._discountModal .modal-body {
  padding: 10px 76px;
}
.modalMy._discountModal .modal-body__title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  font-family: "Nunito Black", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #918cc7;
}
.modalMy._discountModal .modal-body__table .tableMy-row {
  grid-template-columns: 141px 137px 138px 138px 139px 137px 164px;
}
.modalMy._discountModal .modal-body__table .tableMy-item {
  min-height: 75px;
}
.modalMy._discountModal .modal-body__table .tableMy-container .tableMy-name {
  font-size: 20px;
  font-family: "Open Sans ExtraBold", sans-serif;
}
.modalMy._discountModal .modal-body__left {
  display: flex;
  align-items: flex-end;
}
.modalMy._discountModal .modal-body__right {
  display: none;
  margin-top: 20px;
}
.modalMy._discountModal .modal-body__info {
  margin-top: 20px;
}
.modalMy._discountModal .modal-body__info .modal-body__text {
  margin-right: 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #918cc7;
  letter-spacing: 0;
}
.modalMy._discountModal .modal-body__info .modal-body__count {
  letter-spacing: 0;
  font-size: 24px;
  line-height: 24px;
  white-space: nowrap;
  font-family: "Nunito Black", sans-serif;
  color: #2ecfcd;
}
.modalMy._buyModal .subtitle {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #918cc7;
}
.modalMy._buyModal .input {
  height: 50px;
  border-radius: 5px;
}
.modalMy._buyModal .input-label {
  margin-bottom: 4px;
  color: #75bbb9;
}
.modalMy._buyModal .modal-body {
  display: grid;
  grid-template-columns: calc(35% - 10px) calc(62% - 10px);
  justify-content: space-between;
  padding: 64px 50px;
  padding-top: 10px;
}
.modalMy._buyModal .modal-body__content .title {
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 1.1;
}
.modalMy._buyModal .modal-body__img {
  position: relative;
  margin-top: -44px;
  padding-top: 65%;
  pointer-events: none;
}
.modalMy._buyModal .modal-body__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modalMy._buyModal .modal-body__inputs {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
  justify-content: space-between;
}
.modalMy._buyModal .modal-body__inputs > * {
  margin-top: 10px;
}
.modalMy._buyModal .modal-body__inputs > *:last-child {
  grid-column: 2 span;
}
.modalMy._buyModal .modal-body__text {
  margin-top: 10px;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1px;
  color: #d055c6;
}
.modalMy._buyModal .modal-body__check {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: flex-start;
  margin-top: 16px;
}
.modalMy._buyModal .modal-body__consent {
  margin-top: 2px;
  margin-left: 10px;
  font-family: "Open Sans Regular", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #75bbb9;
}
.modalMy._buyModal .modal-body__consent a {
  color: #75bbb9;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  text-decoration: underline;
}
.modalMy._buyModal .modal-body__consent a:hover {
  text-decoration: none;
}
.modalMy._buyModal .modal-body__button {
  width: 222px;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 1400px) {
  .modalMy._login .modal-dialog {
    max-width: 1052px;
  }
  .modalMy._discountModal .modal-dialog {
    max-width: 1052px;
  }
}
@media screen and (max-width: 1199px) {
  .modalMy .modal-dialog {
    max-width: 940px;
  }
  .modalMy._login .modal-dialog {
    max-width: 940px;
  }
  .modalMy._login .modal-body {
    padding: 40px 20px;
    padding-top: 0;
  }
  .modalMy._registration .modal-body {
    padding: 40px 20px;
    padding-top: 0;
  }
  .modalMy._discountModal .modal-dialog {
    max-width: 940px;
  }
  .modalMy._discountModal .modal-body {
    padding: 40px 30px;
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .modalMy .modal-dialog {
    max-width: 600px;
  }
  .modalMy .modal-body__img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
  }
  .modalMy._registration .modal-body {
    grid-template-columns: 100%;
  }
  .modalMy._registration .modal-body__content .title {
    font-size: 32px;
    line-height: 38px;
  }
  .modalMy._login .modal-dialog {
    max-width: 600px;
  }
  .modalMy._login .modal-body {
    grid-template-columns: 100%;
  }
  .modalMy._login .modal-body__content .title {
    font-size: 32px;
    line-height: 38px;
  }
  .modalMy._discountModal .modal-dialog {
    max-width: 600px;
  }
  .modalMy._discountModal .modal-body__right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modalMy._discountModal .modal-body__right .personal-discount {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 172px;
    margin: 0;
  }
  .modalMy._discountModal .modal-body__right .personal-discount__count {
    margin-top: 8px;
  }
  .modalMy._buyModal .modal-body {
    grid-template-columns: 100%;
    padding: 40px 30px;
    padding-top: 0;
  }
  .modalMy._buyModal .modal-body__img {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .modalMy._buyModal .modal-body__content .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .modalMy .modal-dialog {
    max-width: 500px;
  }
  .modalMy._registration .modal-body__content .title {
    font-size: 28px;
    line-height: 30px;
  }
  .modalMy._login .modal-dialog {
    max-width: 500px;
  }
  .modalMy._login .modal-body__content .title {
    font-size: 28px;
    line-height: 30px;
  }
  .modalMy._discountModal .modal-dialog {
    max-width: 500px;
  }
  .modalMy._buyModal .modal-body__inputs {
    grid-template-columns: 100%;
  }
  .modalMy._buyModal .modal-body__inputs > *:last-child {
    grid-column: auto;
  }
}
@media screen and (max-width: 575px) {
  .modalMy .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .modalMy._registration .modal-body {
    padding: 20px 14px;
    padding-top: 0;
  }
  .modalMy._registration .modal-body__content .title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  .modalMy._registration .modal-body__content .tabs-my .nav-link {
    padding: 12px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .modalMy._registration .modal-body__content .tabs-my .tab-content {
    padding-top: 15px;
  }
  .modalMy._registration .modal-body__button {
    margin-top: 14px;
  }
  .modalMy._registration .modal-body__button ._shadowGreen {
    width: 100%;
    margin-bottom: 14px;
  }
  .modalMy._registration .modal-body__button .button {
    width: 100%;
  }
  .modalMy._login .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .modalMy._login .modal-body {
    padding: 36px 14px;
    padding-top: 0;
  }
  .modalMy._login .modal-body__content .title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  .modalMy._login .modal-body__timer .button {
    width: 100%;
  }
  .modalMy._login .modal-body__number {
    margin: 16px 0;
  }
  .modalMy._login .modal-body__qr {
    padding-top: 38%;
    margin-top: 16px;
  }
  .modalMy._discountModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .modalMy._discountModal .modal-content {
    border-radius: 0;
  }
  .modalMy._discountModal .modal-body {
    padding: 40px 1rem;
    padding-top: 0;
  }
  .modalMy._discountModal .modal-body__info .modal-body__text {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .modalMy._discountModal .modal-body__left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .modalMy._discountModal .modal-body__count {
    margin-top: 10px;
  }
  .modalMy._discountModal .modal-body__title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }
  .modalMy._buyModal .modal-body {
    padding: 40px 1rem;
    padding-top: 0;
  }
  .modalMy._buyModal .modal-body__content .title {
    font-size: 30px;
  }
  .modalMy._buyModal .modal-body__img {
    margin-top: -27px;
    margin-bottom: -16px;
    padding-top: 72%;
  }
  .modalMy._buyModal .modal-body__inputs > *:first-child {
    margin-top: 0;
  }
  .modalMy._buyModal .modal-body__check {
    margin-top: 10px;
  }
  .modalMy._buyModal .subtitle {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 420px) {
  .modalMy._login .modal__qr {
    padding-top: 48%;
  }
}
.catalog .title {
  color: #d356c9;
  text-align: left;
}
.catalog .responses-description {
  padding: 18px 20px;
  z-index: 6;
}
.catalog .responses-description__text {
  color: #d356c9 !important;
  font-size: 14px;
  line-height: 22px;
}
.catalog .responses-description .responses-description__img {
  right: 12px;
  top: -120px;
  pointer-events: none;
}
.catalog .responses-description .responses-description__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-head {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: -1.867px 0.717px 1px 0px rgba(46, 46, 120, 0.13);
}
.catalog-head__button {
  display: none;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgb(160, 158, 213);
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
}
.catalog-sort {
  display: flex;
  align-items: center;
}
.catalog-sort__text {
  font-size: 14px;
  line-height: 18px;
  color: rgb(91, 91, 91);
  font-family: "Open Sans SemiBold", sans-serif;
  letter-spacing: 0;
}
.catalog-sort__select .select {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.catalog-sort__select .select-arrow svg {
  stroke: #a09ed5;
}
.catalog-sort__select .select-head {
  padding: 0;
  padding-left: 6px;
  border: none;
  gap: 0;
}
.catalog-sort__select .select-head__input {
  font-size: 14px;
  font-family: "Open Sans Bold", sans-serif;
  text-decoration: underline;
  color: #a09ed5;
}
.catalog-sort__select .select-container {
  left: -5px;
  top: 28px;
  min-width: 200px;
  background: #fff;
  border: none;
}
.catalog-sort__select .select-list {
  margin-top: 10px;
}
.catalog-sort__select .select-list li {
  padding: 6px 0px 6px 10px;
}
.catalog-container {
  display: grid;
  grid-template-columns: 330px 1fr;
  margin-top: 20px;
}
.catalog-container._table {
  grid-template-columns: 330px 965px;
}
.catalog-container._table .catalog-info {
  display: none;
}
.catalog-container._columns .catalog-table {
  display: none;
}
.catalog-container._columns .catalog-info__item {
  display: grid;
  grid-template-columns: 1fr 218px;
  align-items: center;
  margin-bottom: 20px;
  padding: 34px 26px;
  padding-top: 19px;
  border: 2px solid rgb(255, 189, 219);
}
.catalog-container._columns .catalog-info__item:last-child {
  margin-bottom: 0;
}
.catalog-container._columns .catalog-info__other {
  display: grid;
  grid-template-columns: 132px 211px 1fr;
}
.catalog-container._columns .catalog-button {
  position: relative;
  bottom: -13px;
}
.catalog-container._columns .catalog-button .button {
  width: 100%;
  height: 50px;
}
.catalog-container._columns .catalog-img img {
  padding-right: 13px;
}
.catalog-container._row .catalog-table {
  display: none;
}
.catalog-container._row .catalog-info {
  display: grid;
  grid-template-columns: repeat(3, calc(33.333% - 14px));
  justify-content: space-between;
}
.catalog-container._row .catalog-info__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 18px 20px;
  border: 2px solid rgb(255, 189, 219);
}
.catalog-container._row .catalog-info__item:nth-child(even) {
  border: 2px solid rgb(150, 186, 224);
}
.catalog-container._row .catalog-describing {
  display: none;
}
.catalog-container._row .catalog-description {
  display: none;
}
.catalog-container._row .catalog-img {
  width: 103px;
  height: 180px;
}
.catalog-container._row .catalog-button {
  margin-top: 14px;
  padding: 0 8px;
}
.catalog-container._row .catalog-button .button {
  width: 100%;
  padding: 0 10px;
}
.catalog-content {
  position: relative;
  z-index: 2;
}
.catalog-head {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: calc(100% - 330px);
  justify-content: flex-end;
}
.catalog-head__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-type {
  display: flex;
  align-items: center;
}
.catalog-type__text {
  margin-right: 14px;
  font-size: 14px;
  line-height: 18px;
  color: rgb(91, 91, 91);
  letter-spacing: 0;
  font-family: "Open Sans SemiBold", sans-serif;
}
.catalog-type__list {
  display: flex;
  align-items: center;
}
.catalog-type__item {
  position: relative;
  height: 20px;
  margin: 0 5px;
}
.catalog-type__item._active span {
  background: #918cc7;
}
.catalog-type__item span {
  position: absolute;
  display: block;
  background: rgba(145, 140, 199, 0.4);
  pointer-events: none;
  transition: 0.4s;
}
.catalog-type__item._row {
  width: 16px;
}
.catalog-type__item._row span {
  width: 100%;
  height: 2px;
  left: 0;
}
.catalog-type__item._row span:nth-child(1) {
  top: 1px;
}
.catalog-type__item._row span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.catalog-type__item._row span:nth-child(3) {
  bottom: 1px;
}
.catalog-type__item._columns {
  width: 20px;
}
.catalog-type__item._columns span {
  width: 9px;
  height: 9px;
  border-radius: 2px;
}
.catalog-type__item._columns span:nth-child(1) {
  left: 0;
  top: 0;
}
.catalog-type__item._columns span:nth-child(2) {
  right: 0;
  top: 0;
}
.catalog-type__item._columns span:nth-child(3) {
  left: 0;
  bottom: 0;
}
.catalog-type__item._columns span:nth-child(4) {
  right: 0;
  bottom: 0;
}
.catalog-type__item._table {
  width: 22px;
}
.catalog-type__item._table span {
  width: 100%;
  height: 2px;
  left: 0;
}
.catalog-type__item._table span:nth-child(1) {
  top: 1px;
}
.catalog-type__item._table span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.catalog-type__item._table span:nth-child(3) {
  bottom: 1px;
}
.catalog-sidebar__button {
  display: none;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.catalog-sidebar__close {
  background: none;
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  background: none;
  border: none;
  opacity: 1;
}
.catalog-sidebar__close:focus {
  box-shadow: none;
}
.catalog-sidebar__close:hover {
  cursor: pointer;
}
.catalog-sidebar__close::before, .catalog-sidebar__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  transform-origin: center;
  background: #9d97c9;
}
.catalog-sidebar__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.catalog-sidebar__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.catalog-img {
  position: relative;
  width: 82px;
  height: 138px;
  transition: 0s;
}
.catalog-img__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-info__box {
  padding-right: 16px;
  padding-top: 14px;
}
.catalog-info__title {
  font-size: 16px;
  line-height: 24px;
  color: rgb(145, 140, 199);
  letter-spacing: -0.5px;
  font-family: "Open Sans Bold", sans-serif;
}
.catalog-info__title:hover {
  color: rgb(145, 140, 199);
}
.catalog-info__item {
  border-radius: 10px;
  background: #fff;
}
.catalog-price {
  display: flex;
  align-items: center;
}
.catalog-price._new .catalog-price__new {
  display: block;
}
.catalog-price._new .catalog-price__old {
  position: relative;
  margin-left: 10px;
  font-size: 18px;
  line-height: 24px;
  color: rgb(54, 54, 54);
  font-family: "Myriad Pro Bold", sans-serif;
  letter-spacing: -0.7px;
}
.catalog-price._new .catalog-price__old::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 8px);
  height: 1.5px;
  background: rgb(54, 54, 54);
  transform: translate(-50%, -50%) rotate(-8deg);
}
.catalog-price__new {
  display: none;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 139, 192);
  font-family: "Myriad Pro Bold", sans-serif;
  letter-spacing: -0.9px;
}
.catalog-price__old {
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 139, 192);
  font-family: "Myriad Pro Bold", sans-serif;
  letter-spacing: -0.9px;
}
.catalog-characteristics__item {
  display: grid;
  grid-template-columns: 108px 1fr;
  align-items: center;
  margin-bottom: 3px;
}
.catalog-characteristics__item:last-child {
  margin-bottom: 0;
}
.catalog-characteristics__name, .catalog-characteristics__subname {
  font-size: 16px;
  line-height: 22px;
  color: #918cc7;
  font-family: "Open Sans Regular", sans-serif;
  letter-spacing: 0;
}
.catalog-characteristics__subname {
  margin-left: 8px;
}
.catalog-describing {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 23px;
}
.catalog-describing__text {
  padding-right: 14px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #918cc7;
  letter-spacing: -0.4px;
}
.catalog-more {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
}
.catalog-more:hover {
  cursor: pointer;
}
.catalog-more._show .catalog-more__icon::before {
  transform: rotate(360deg);
}
.catalog-more__text {
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #7acecc;
  text-transform: lowercase;
  letter-spacing: -0.2px;
}
.catalog-more__icon {
  position: relative;
  width: 6px;
  height: 6px;
  margin-left: 2px;
}
.catalog-more__icon::after, .catalog-more__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 1px;
  background: #7acecc;
  transform-origin: center;
  transition: 0.4s;
}
.catalog-more__icon::before {
  transform: rotate(90deg);
}
.catalog-button ._shadowGreen {
  margin-bottom: 0;
}
.catalog-description {
  height: 0;
  grid-column: 2 span;
  overflow: hidden;
  transition: 0.4s;
}
.catalog-description__container {
  padding-top: 22px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #96bae0;
  letter-spacing: -0.2px;
}
.catalog-description__container p, .catalog-description__container span {
  font-size: 14px;
  line-height: 22px;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #96bae0;
  letter-spacing: -0.2px;
}
.catalog-description__container span {
  font-family: "Open Sans ExtraBold", sans-serif;
}
.catalog-description__list {
  margin-left: 7px;
}
.catalog-description__list li {
  position: relative;
  letter-spacing: -0.35px;
}
.catalog-description__list li::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 10px;
  width: 2px;
  height: 2px;
  background: #96bae0;
}
.catalog-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .catalog-info__title:hover {
    color: #2ecfcd;
  }
  .catalog-type__item:hover {
    cursor: pointer;
  }
  .catalog-type__item:hover span {
    background: rgba(145, 140, 199, 0.6);
  }
  .catalog-type__item._active:hover span {
    background: #918cc7;
  }
}
@media screen and (max-width: 1400px) {
  .catalog .responses-description .responses-description__img {
    top: -56px;
    width: 200px;
  }
  .catalog-container._table {
    grid-template-columns: 330px 785px;
  }
  .catalog-container._columns .catalog-info__item {
    padding: 25px;
    grid-template-columns: 100%;
  }
  .catalog-container._columns .catalog-button {
    grid-row: 3/4;
    bottom: auto;
    margin-top: 20px;
  }
  .catalog-container._row .catalog-button {
    margin-top: 20px;
    padding: 0;
  }
  .catalog-description {
    grid-column: auto;
  }
  .catalog-description__container {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .catalog .responses-description__text {
    margin-right: 200px;
  }
  .catalog-container._table {
    grid-template-columns: 330px 605px;
  }
  .catalog-container._columns .catalog-info__other {
    grid-template-columns: 132px 1fr;
  }
  .catalog-container._columns .catalog-describing {
    grid-column: 2 span;
  }
  .catalog-container._row .catalog-info {
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
}
@media screen and (max-width: 991px) {
  .catalog-container {
    grid-template-columns: 100%;
  }
  .catalog-container._table {
    grid-template-columns: 100%;
  }
  .catalog-head {
    grid-template-columns: 100%;
  }
  .catalog-head__button {
    display: flex;
  }
  .catalog-head__item {
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .catalog-head__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f6f6f9;
  }
  .catalog-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh + 1px);
    margin-top: -93px;
    overflow-y: auto;
    z-index: 15;
    background: linear-gradient(180deg, rgb(254, 224, 234) 0%, rgb(254, 203, 240) 100%);
    transform: scale(0.6);
    transform-origin: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
  }
  .catalog-sidebar._show {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
  .catalog-sidebar__button {
    display: flex;
  }
  .catalog-sidebar__box {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1rem;
    padding-top: 26px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-sidebar__box {
    max-width: 540px;
  }
  .catalog .responses-description__text {
    margin-right: 0;
  }
  .catalog .responses-description .responses-description__img {
    display: block;
    width: 112px;
    top: auto;
    bottom: -60px;
  }
  .catalog-head {
    margin-top: 46px;
  }
  .catalog-sort__text, .catalog-type__text {
    display: none;
  }
  .catalog-sort__select .select-head {
    padding-left: 0;
  }
  .catalog-container._row .catalog-info {
    grid-template-columns: repeat(2, calc(50% - 5px));
  }
  .catalog-container._row .catalog-info__item {
    margin-bottom: 10px;
  }
  .catalog-container._row .catalog-button .button {
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .catalog-container {
    width: calc(100% + 2rem);
    margin: 0;
    margin-left: -1rem;
    padding: 0 1rem;
    padding-top: 10px;
    background: #fff;
  }
  .catalog-container._columns .catalog-info__other {
    grid-template-columns: 85px 1fr;
  }
  .catalog-container._columns .catalog-info__item {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-bottom: 10px;
    padding: 12px 1rem;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .catalog-container._columns .catalog-info__box {
    padding-right: 0;
    padding-left: 10px;
  }
  .catalog-container._columns .catalog-describing__text {
    padding-right: 0;
  }
  .catalog-container._columns .catalog-button {
    margin-top: 10px;
  }
  .catalog-container._columns .catalog-button ._shadowGreen::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -36px;
    width: calc(100% + 3px);
  }
  .catalog-container._columns .catalog-button .button {
    height: 40px;
  }
  .catalog-container._row .catalog-info {
    grid-template-columns: repeat(2, calc(50% - 3px));
  }
  .catalog-container._row .catalog-info__item {
    margin-bottom: 6px;
    padding: 12px 5px;
  }
  .catalog-container._row .catalog-info__box {
    padding-right: 0;
  }
  .catalog-container._row .catalog-info__title {
    font-size: 14px;
    line-height: 16px;
  }
  .catalog-container._row .catalog-characteristics {
    margin-top: 6px;
  }
  .catalog-container._row .catalog-characteristics__item {
    grid-template-columns: 82px 1fr;
  }
  .catalog-container._row .catalog-characteristics__name, .catalog-container._row .catalog-characteristics__subname {
    font-size: 12px;
    line-height: 16px;
  }
  .catalog-container._row .catalog-characteristics__subname {
    margin-left: 0;
  }
  .catalog-container._row .catalog-button {
    margin-top: 10px;
  }
  .catalog-container._row .catalog-button ._shadowGreen::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -36px;
    width: calc(100% + 3px);
  }
  .catalog-container._row .catalog-button .button {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .catalog-sidebar {
    margin-top: -57px;
  }
  .catalog-sidebar__box {
    max-width: 100%;
  }
  .catalog-head {
    width: calc(100% + 2rem);
    padding: 10px 1rem;
    margin-left: -1rem;
    box-shadow: none;
    border-radius: 0;
  }
  .catalog-head__item::after {
    width: calc(100% + 2rem);
    left: -1rem;
  }
  .catalog-sort__select .select-head__input {
    white-space: nowrap;
    max-width: 185px;
    overflow: hidden;
  }
  .catalog-more {
    margin-top: 5px;
  }
  .catalog-description__container {
    padding-top: 10px;
  }
  .catalog-describing {
    padding-top: 16px;
  }
  .catalog-describing__text {
    font-size: 14px;
    line-height: 20px;
  }
  .catalog-price {
    flex-wrap: wrap;
  }
  .catalog-price._new .catalog-price__old {
    font-size: 16px;
  }
  .catalog-price__new, .catalog-price__old {
    font-size: 22px;
  }
}
.sidebar {
  position: relative;
  z-index: 1;
  margin-right: 20px;
}
.sidebar a {
  position: relative;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
}
.sidebar a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
}
.sidebar-list:nth-child(4n+3) .sidebar-link, .sidebar-list:nth-child(4n+4) .sidebar-link {
  background: linear-gradient(90deg, rgb(139, 201, 199) 0%, rgb(141, 205, 203) 100%);
}
.sidebar-list._show .sidebar-submenu {
  opacity: 1;
  transition: 0.4s;
}
.sidebar-link {
  background: linear-gradient(90deg, rgb(145, 140, 199) 0%, rgb(161, 155, 227) 100%);
}
.sidebar-submenu {
  opacity: 0;
  transition: 0.6s;
}
.sidebar-submenu__container {
  height: 0;
  padding-top: 6px;
  transition: 0.4s;
  overflow: hidden;
}
.sidebar-submenu__list {
  padding-bottom: 6px;
}
.sidebar-submenu__list.active a::after {
  opacity: 1;
}
.sidebar-submenu__link {
  padding: 0 34px;
  background: linear-gradient(90deg, rgb(251, 153, 197) 0%, rgb(239, 122, 175) 100%);
}

@media screen and (max-width: 991px) {
  .sidebar {
    margin: 0;
  }
}
.allowance {
  max-width: 870px;
  margin-left: 4%;
  margin-top: 44px;
  margin-bottom: 64px;
}
.allowance-count {
  display: grid;
  grid-template-columns: repeat(70, 1fr);
}
.allowance-count__item {
  position: relative;
  height: 16px;
  margin-bottom: 16px;
}
.allowance-count__item._active .allowance-count__text {
  color: #2ecfcd;
}
.allowance-count__item:nth-child(1) {
  grid-column: 1/2;
}
.allowance-count__item:nth-child(2) {
  grid-column: 10/11;
}
.allowance-count__item:nth-child(3) {
  grid-column: 20/21;
}
.allowance-count__item:nth-child(4) {
  grid-column: 30/31;
}
.allowance-count__item:nth-child(5) {
  grid-column: 40/41;
}
.allowance-count__item:nth-child(6) {
  grid-column: 50/51;
}
.allowance-count__item:nth-child(7) {
  grid-column: 60/61;
}
.allowance-count__item:nth-child(8) {
  grid-column: 70/71;
}
.allowance-count__text {
  position: absolute;
  left: calc(50% + 7px);
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 20px;
  font-family: "Nunito Black", sans-serif;
  color: #bce1e5;
  text-align: center;
}
.allowance-block {
  display: grid;
  grid-template-columns: repeat(70, 1fr);
}
.allowance-block__item {
  position: relative;
  border-radius: 4px;
  background: #bce1e5;
  width: 10px;
  height: 30px;
}
.allowance-block__item:nth-child(10n+10) {
  height: 40px;
  top: -5px;
}
.allowance-block__item._active {
  background: #2ecfcd;
}

@media screen and (max-width: 1400px) {
  .allowance {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .allowance {
    max-width: 828px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .allowance {
    display: none;
  }
}
.cardMy {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.cardMy > * {
  margin-top: 4px;
}
.cardMy > *:first-child {
  margin-top: 0;
}
.cardMy-item {
  border-radius: 10px;
  background: #fff;
  box-shadow: -1.867px 0.717px 1px 0px rgba(46, 46, 120, 0.13);
}

@media screen and (max-width: 991px) {
  .cardMy {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .cardMy {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-bottom: -10px;
  }
  .cardMy-item {
    border-radius: 0;
    box-shadow: none;
  }
}
.goods {
  position: relative;
  padding: 38px;
  padding-left: 24px;
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: calc(40% - 12px) calc(55% - 12px);
  justify-content: space-between;
}
.goods::before {
  content: "";
  position: absolute;
  left: calc(43% - 7px);
  width: 2px;
  height: calc(100% - 12px);
  background: #fef2ee;
  pointer-events: none;
}
.goods-left {
  margin-top: 18px;
}
.goods-img {
  position: relative;
  width: 100%;
  padding-top: 190%;
}
.goods-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods-img__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  background: #fff;
  margin: 0 auto;
  padding: 6px;
  box-shadow: 0 0 10px 1px rgba(132, 132, 132, 0.5);
}
.goods-share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.goods-share__text {
  margin-right: 4px;
  font-size: 14px;
  color: #848484;
  line-height: 1.571;
  font-family: "Open Sans Bold", sans-serif;
}
.goods-share__link {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4.5px;
  border-radius: 50%;
}
.goods-share__link svg {
  width: 100%;
  height: 100%;
}
.goods-share__link._link-1 {
  background: #545454;
  padding: 6px;
}
.goods-share__link._link-2 {
  background: #707070;
  padding: 2px;
}
.goods-share__link._link-3 {
  background: #1c8adb;
  padding: 2px;
}
.goods-share__link._link-4 {
  background: #5c5c5c;
  padding: 7px;
}
.goods-share__links {
  display: flex;
  align-items: center;
}
.goods-title__name {
  margin-bottom: 8px;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Nunito Black", sans-serif;
  text-transform: uppercase;
  color: #61a99d;
}
.goods-title__subname {
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #61a99d;
  font-family: "Nunito Black", sans-serif;
}
.goods-article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 23px;
  padding-bottom: 16px;
}
.goods-article::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 38px);
  height: 2px;
  background: #fef2ee;
}
.goods-article__item {
  display: flex;
  align-items: center;
  margin: 3px 0;
  margin-right: 34px;
}
.goods-article__name {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Open Sans Bold", sans-serif;
  color: #918cc7;
}
.goods-article__subname {
  padding-left: 4px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Open Sans Bold", sans-serif;
  color: #d579ac;
}
.goods-info {
  margin-bottom: 10px;
}
.goods-info > * {
  margin-top: 7px;
}
.goods-info > *:first-child {
  margin-top: 0;
}
.goods-info__row {
  position: relative;
  display: grid;
  grid-template-columns: 35% 63%;
  align-items: center;
}
.goods-info__row::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: calc(50% + 32px);
  height: 1px;
  background: url("../img/line-dashed.jpg") center bottom repeat-x;
  pointer-events: none;
}
.goods-info__name {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 12px;
  background: #fff;
  font-size: 16px;
  line-height: 1.2;
  color: #848484;
  font-family: "Open Sans Regular", sans-serif;
}
.goods-info__subname {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #61a99d;
  background: #fff;
  padding-left: 12px;
  font-family: "Open Sans Bold", sans-serif;
}
.goods-bref__title {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: "Open Sans Regular", sans-serif;
  color: #848484;
}
.goods-bref__content {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #61a99d;
  font-family: "Open Sans Regular", sans-serif;
}
.goods-right__footer {
  margin-top: 25px;
}
.goods-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.goods-box__button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
.goods-box__button .button {
  width: 226px;
  margin: 10px 4px;
  margin-bottom: 12px;
  padding: 0 10px;
  white-space: nowrap;
}
.goods-price {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
}
.goods-price__title {
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #d356c9;
  font-family: "Open Sans Bold", sans-serif;
}
.goods-price__count {
  white-space: nowrap;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #d356c9;
  font-family: "Open Sans Bold", sans-serif;
}
.goods-focus {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #918cc7;
  font-family: "Open Sans SemiBold", sans-serif;
}

@media screen and (max-width: 991px) {
  .goods {
    grid-template-columns: 100%;
    padding: 32px;
  }
  .goods::before {
    display: none;
  }
  .goods-left {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    margin-bottom: 20px;
  }
  .goods-share {
    margin: 0;
    margin-bottom: 30px;
  }
  .goods-article::after {
    left: -32px;
    width: calc(100% + 64px);
  }
  .goods-title__name {
    font-size: 30px;
  }
  .goods-title__subname {
    font-size: 24px;
  }
  .goods-right__footer {
    margin-top: 15px;
  }
  .goods-img__box {
    width: 174px;
  }
}
@media screen and (max-width: 767px) {
  .goods-price {
    width: 100%;
  }
  .goods-box__button {
    width: 100%;
  }
  .goods-box__button .button {
    width: 100%;
    margin: 6px 4px;
  }
}
@media screen and (max-width: 575px) {
  .goods {
    padding: 19px 16px;
  }
  .goods-img__box {
    width: 114px;
  }
  .goods-title__name {
    margin-bottom: 1px;
    font-size: 24px;
    letter-spacing: -0.3px;
    text-align: center;
  }
  .goods-title__subname {
    margin-bottom: 3px;
    font-size: 20px;
    letter-spacing: -0.2px;
    text-align: center;
  }
  .goods-share {
    margin-bottom: 16px;
  }
  .goods-left {
    margin-bottom: 22px;
  }
  .goods-article {
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .goods-info__row {
    grid-template-columns: 44% 56%;
  }
  .goods-bref__content {
    line-height: 1.36;
  }
  .goods-right__footer {
    margin-top: 4px;
  }
  .goods-focus {
    margin-top: 15px;
    line-height: 1.6;
  }
}
.characteristics {
  position: relative;
  margin-bottom: 40px;
}
.characteristics-box {
  padding: 46px;
}
.characteristics-box .title {
  text-align: left;
  font-size: 40px;
}
.characteristics-butterfly {
  position: absolute;
  pointer-events: none;
}
.characteristics-butterfly._img-1 {
  right: 121px;
  top: -11px;
}
.characteristics-butterfly._img-2 {
  right: 49px;
  top: 12px;
}

@media screen and (max-width: 991px) {
  .characteristics-box {
    padding: 32px;
  }
  .characteristics-box .title {
    font-size: 32px;
  }
  .characteristics-butterfly {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .characteristics {
    margin-bottom: 33px;
  }
  .characteristics-box {
    padding: 22px 1rem;
  }
  .characteristics-box .title {
    font-size: 22px;
  }
}
.detailed {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20px));
  justify-content: space-between;
}
.detailed-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detailed-description {
  padding: 38px 28px;
  border: 4px dashed #5c9adb;
  border-radius: 10px;
  background: rgb(239, 250, 253);
}
.detailed-description > * {
  margin-top: 22px;
}
.detailed-description > *:first-child {
  margin-top: 0;
}
.detailed-content > * {
  color: #918cc7;
  font-size: 14px;
  line-height: 1.55;
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: 0.1px;
}
.detailed-img {
  position: relative;
  padding-top: 82%;
  margin-top: 25px;
}
.detailed-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1199px) {
  .detailed {
    grid-template-columns: 100%;
  }
  .detailed-img {
    padding-top: 65%;
  }
}
@media screen and (max-width: 575px) {
  .detailed-description {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 22px 20px;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .detailed-content > * {
    line-height: 1.42;
  }
  .detailed-img {
    padding-top: 76%;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media screen and (max-width: 420px) {
  .detailed-img {
    padding-top: 96%;
  }
}
.partnership {
  position: relative;
  margin-top: 70px;
  padding: 74px 28px 56px 28px;
  border: 4px dashed rgba(145, 140, 199, 0.98);
  border-radius: 10px;
  background: rgba(145, 140, 199, 0.1);
}
.partnership-heart {
  position: absolute;
}
.partnership-heart._heart-1 {
  left: 73px;
  top: 40px;
}
.partnership-heart._heart-2 {
  right: 119px;
  top: 39px;
}
.partnership-heart._bird {
  right: 28px;
  top: calc(50% + 14px);
  transform: translateY(-50%);
}
.partnership-container {
  display: grid;
  grid-template-columns: calc(47% - 14px) calc(53% - 14px);
  justify-content: space-between;
  max-width: 946px;
  margin: 0 auto;
}
.partnership-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-family: "Open Sans Bold", sans-serif;
  color: #918cc7;
  text-transform: uppercase;
}
.partnership-button {
  width: 100%;
  max-width: 330px;
}
.partnership-button .button {
  width: 100%;
  text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
  .partnership-container {
    grid-template-columns: 100%;
    max-width: 690px;
  }
}
@media screen and (max-width: 1199px) {
  .partnership-heart._bird {
    top: auto;
    transform: translateY(0);
    bottom: 22px;
  }
  .partnership-heart._heart-1 {
    left: 26px;
    top: 26px;
  }
  .partnership-heart._heart-2 {
    right: 26px;
    top: 26px;
  }
  .partnership-button {
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  .partnership {
    padding: 74px 28px 33px 28px;
  }
  .partnership-heart._bird {
    top: -80px;
    bottom: auto;
  }
  .partnership-button {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .partnership {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-top: 28px;
    padding: 98px 28px 22px 28px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .partnership-heart._heart-1 {
    left: 54px;
    top: 35px;
  }
  .partnership-heart._heart-2 {
    right: 19px;
    top: 60px;
  }
  .partnership-heart._bird {
    top: -57px;
    right: 7px;
  }
  .partnership-title {
    margin-bottom: 15px;
    line-height: 1.25;
  }
}/*# sourceMappingURL=style.css.map */