.form-control-dark,
.modal-content {
  --input-border-color: #37474F;
}

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

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

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

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

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root,
[data-bs-theme=light] {
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #198754;
  --teal: #20c997;
  --cyan: #0dcaf0;
  --black: #000;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --primary: #F94239;
  --secondary: #0169DA;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #F4F4F2;
  --dark: #212529;
  --primary-rgb: 249, 66, 57;
  --secondary-rgb: 1, 105, 218;
  --success-rgb: 25, 135, 84;
  --info-rgb: 13, 202, 240;
  --warning-rgb: 255, 193, 7;
  --danger-rgb: 220, 53, 69;
  --light-rgb: 244, 244, 242;
  --dark-rgb: 33, 37, 41;
  --primary-text-emphasis: #641a17;
  --secondary-text-emphasis: #002a57;
  --success-text-emphasis: #0a3622;
  --info-text-emphasis: #055160;
  --warning-text-emphasis: #664d03;
  --danger-text-emphasis: #58151c;
  --light-text-emphasis: #495057;
  --dark-text-emphasis: #495057;
  --primary-bg-subtle: #fed9d7;
  --secondary-bg-subtle: #cce1f8;
  --success-bg-subtle: #d1e7dd;
  --info-bg-subtle: #cff4fc;
  --warning-bg-subtle: #fff3cd;
  --danger-bg-subtle: #f8d7da;
  --light-bg-subtle: #fcfcfd;
  --dark-bg-subtle: #ced4da;
  --primary-border-subtle: #fdb3b0;
  --secondary-border-subtle: #99c3f0;
  --success-border-subtle: #a3cfbb;
  --info-border-subtle: #9eeaf9;
  --warning-border-subtle: #ffe69c;
  --danger-border-subtle: #f1aeb5;
  --light-border-subtle: #e9ecef;
  --dark-border-subtle: #adb5bd;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --body-font-family: "Proxima Nova", Arial, sans-serif;
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #000;
  --body-color-rgb: 0, 0, 0;
  --body-bg: #fff;
  --body-bg-rgb: 255, 255, 255;
  --emphasis-color: #000;
  --emphasis-color-rgb: 0, 0, 0;
  --secondary-color: rgba(0, 0, 0, 0.75);
  --secondary-color-rgb: 0, 0, 0;
  --secondary-bg: #e9ecef;
  --secondary-bg-rgb: 233, 236, 239;
  --tertiary-color: rgba(0, 0, 0, 0.5);
  --tertiary-color-rgb: 0, 0, 0;
  --tertiary-bg: #f8f9fa;
  --tertiary-bg-rgb: 248, 249, 250;
  --heading-color: inherit;
  --link-color: #1464BB;
  --link-color-rgb: 20, 100, 187;
  --link-decoration: none;
  --link-hover-color: #105096;
  --link-hover-color-rgb: 16, 80, 150;
  --code-color: #d63384;
  --highlight-bg: #fff3cd;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #BFD1E0;
  --border-color-translucent: rgba(0, 0, 0, 0.175);
  --border-radius: 0;
  --border-radius-sm: 0.25rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --border-radius-xxl: 2rem;
  --border-radius-2xl: var(--border-radius-xxl);
  --border-radius-pill: 50rem;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --focus-ring-width: 0.25rem;
  --focus-ring-opacity: 0.25;
  --focus-ring-color: rgba(249, 66, 57, 0.25);
  --form-valid-color: #198754;
  --form-valid-border-color: #198754;
  --form-invalid-color: #dc3545;
  --form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --body-color: #adb5bd;
  --body-color-rgb: 173, 181, 189;
  --body-bg: #212529;
  --body-bg-rgb: 33, 37, 41;
  --emphasis-color: #fff;
  --emphasis-color-rgb: 255, 255, 255;
  --secondary-color: rgba(173, 181, 189, 0.75);
  --secondary-color-rgb: 173, 181, 189;
  --secondary-bg: #343a40;
  --secondary-bg-rgb: 52, 58, 64;
  --tertiary-color: rgba(173, 181, 189, 0.5);
  --tertiary-color-rgb: 173, 181, 189;
  --tertiary-bg: #2b3035;
  --tertiary-bg-rgb: 43, 48, 53;
  --primary-text-emphasis: #fb8e88;
  --secondary-text-emphasis: #67a5e9;
  --success-text-emphasis: #75b798;
  --info-text-emphasis: #6edff6;
  --warning-text-emphasis: #ffda6a;
  --danger-text-emphasis: #ea868f;
  --light-text-emphasis: #f8f9fa;
  --dark-text-emphasis: #dee2e6;
  --primary-bg-subtle: #320d0b;
  --secondary-bg-subtle: #00152c;
  --success-bg-subtle: #051b11;
  --info-bg-subtle: #032830;
  --warning-bg-subtle: #332701;
  --danger-bg-subtle: #2c0b0e;
  --light-bg-subtle: #343a40;
  --dark-bg-subtle: #1a1d20;
  --primary-border-subtle: #952822;
  --secondary-border-subtle: #013f83;
  --success-border-subtle: #0f5132;
  --info-border-subtle: #087990;
  --warning-border-subtle: #997404;
  --danger-border-subtle: #842029;
  --light-border-subtle: #495057;
  --dark-border-subtle: #343a40;
  --heading-color: inherit;
  --link-color: #fb8e88;
  --link-hover-color: #fca5a0;
  --link-color-rgb: 251, 142, 136;
  --link-hover-color-rgb: 252, 165, 160;
  --code-color: #e685b5;
  --border-color: #495057;
  --border-color-translucent: rgba(255, 255, 255, 0.15);
  --form-valid-color: #75b798;
  --form-valid-border-color: #75b798;
  --form-invalid-color: #ea868f;
  --form-invalid-border-color: #ea868f;
}

@media (min-width: 1280px) {
  .custom-scrollbar::-webkit-scrollbar {
    appearance: none;
    -webkit-appearance: none;
    width: 5px;
    border-radius: 5px;
    position: relative;
    left: -15px;
    margin-right: 15px;
  }
  .custom-scrollbar::-webkit-scrollbar-track {
    background: var(--scrollbar-bg);
    border-radius: 5px;
  }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-color);
    border: 0;
    border-radius: 5px;
  }
}

@media (min-width: 1280px) {
  .custom-scrollbar-inherit::-webkit-scrollbar,
  .custom-scrollbar-inherit *::-webkit-scrollbar {
    appearance: none;
    -webkit-appearance: none;
    width: 5px;
    border-radius: 5px;
    position: relative;
    left: -15px;
    margin-right: 15px;
  }
  .custom-scrollbar-inherit::-webkit-scrollbar-track,
  .custom-scrollbar-inherit *::-webkit-scrollbar-track {
    background: var(--scrollbar-bg);
    border-radius: 5px;
  }
  .custom-scrollbar-inherit::-webkit-scrollbar-thumb,
  .custom-scrollbar-inherit *::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-color);
    border: 0;
    border-radius: 5px;
  }
}

@media (min-width: 1280px) {
  textarea.form-control::-webkit-scrollbar {
    appearance: none;
    -webkit-appearance: none;
    width: 5px;
    border-radius: 5px;
    position: relative;
    left: -15px;
    margin-right: 15px;
  }
  textarea.form-control::-webkit-scrollbar-track {
    background: var(--scrollbar-bg);
    border-radius: 5px;
  }
  textarea.form-control::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-color);
    border: 0;
    border-radius: 5px;
  }
}

@media (min-width: 1280px) {
  .offcanvas-body::-webkit-scrollbar {
    appearance: none;
    -webkit-appearance: none;
    width: 5px;
    border-radius: 5px;
    position: relative;
    left: -15px;
    margin-right: 15px;
  }
  .offcanvas-body::-webkit-scrollbar-track {
    background: var(--scrollbar-bg);
    border-radius: 5px;
  }
  .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-color);
    border: 0;
    border-radius: 5px;
  }
}

.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;
  }
}

.btn {
  --btn-letter-spacing: 0.02em;
  --btn-padding-x: 17px;
  --btn-padding-y: 11px;
  --btn-font-family: ;
  --btn-font-size: 0.875rem;
  --btn-font-weight: 800;
  text-transform: uppercase;
  --btn-line-height: 1.5;
  --btn-color: var(--body-color);
  --btn-bg: transparent;
  --btn-border-width: var(--border-width);
  --btn-border-color: transparent;
  --btn-border-radius: var(--border-radius);
  --btn-hover-border-color: transparent;
  --btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --btn-disabled-opacity: 0.65;
  --btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--btn-focus-shadow-rgb), .5);
  letter-spacing: var(--btn-letter-spacing);
  display: inline-block;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  color: var(--btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-color: var(--btn-border-color);
}
.btn:focus-visible {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--btn-active-color);
  background-color: var(--btn-active-bg);
  border-color: var(--btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--btn-disabled-color);
  pointer-events: none;
  background-color: var(--btn-disabled-bg);
  border-color: var(--btn-disabled-border-color);
  opacity: var(--btn-disabled-opacity);
}

.btn-primary {
  --btn-color: #000;
  --btn-bg: #F94239;
  --btn-border-color: #F94239;
  --btn-hover-color: #000;
  --btn-hover-bg: #fa5e57;
  --btn-hover-border-color: #fa554d;
  --btn-focus-shadow-rgb: 212, 56, 48;
  --btn-active-color: #000;
  --btn-active-bg: #fa6861;
  --btn-active-border-color: #fa554d;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #F94239;
  --btn-disabled-border-color: #F94239;
}

.btn-secondary {
  --btn-color: #fff;
  --btn-bg: #1464BB;
  --btn-border-color: #1464BB;
  --btn-hover-color: #fff;
  --btn-hover-bg: #11559f;
  --btn-hover-border-color: #105096;
  --btn-focus-shadow-rgb: 55, 123, 197;
  --btn-active-color: #fff;
  --btn-active-bg: #105096;
  --btn-active-border-color: #0f4b8c;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #1464BB;
  --btn-disabled-border-color: #1464BB;
}

.btn-white {
  --btn-color: #000;
  --btn-bg: #fff;
  --btn-border-color: #fff;
  --btn-hover-color: #000;
  --btn-hover-bg: white;
  --btn-hover-border-color: white;
  --btn-focus-shadow-rgb: 217, 217, 217;
  --btn-active-color: #000;
  --btn-active-bg: white;
  --btn-active-border-color: white;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #fff;
  --btn-disabled-border-color: #fff;
}

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

.btn-outline-secondary {
  --btn-color: #1464BB;
  --btn-border-color: #1464BB;
  --btn-hover-color: #fff;
  --btn-hover-bg: #1464BB;
  --btn-hover-border-color: #1464BB;
  --btn-focus-shadow-rgb: 20, 100, 187;
  --btn-active-color: #fff;
  --btn-active-bg: #1464BB;
  --btn-active-border-color: #1464BB;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #1464BB;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #1464BB;
  --gradient: none;
}

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

.btn-link {
  --btn-font-weight: 400;
  --btn-color: var(--link-color);
  --btn-bg: transparent;
  --btn-border-color: transparent;
  --btn-hover-color: var(--link-hover-color);
  --btn-hover-border-color: transparent;
  --btn-active-color: var(--link-hover-color);
  --btn-active-border-color: transparent;
  --btn-disabled-color: #6c757d;
  --btn-disabled-border-color: transparent;
  --btn-box-shadow: 0 0 0 #000;
  --btn-focus-shadow-rgb: 55, 123, 197;
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--btn-color);
}
.btn-link:hover {
  color: var(--btn-hover-color);
}

.btn-lg {
  min-height: 45px;
}
@media (min-width: 1280px) {
  .btn-lg {
    min-height: 70px;
    font-size: 24px;
    --btn-padding-x: 24px;
    --btn-padding-y: 16px;
  }
}

.btn-slim {
  --btn-padding-y: 10px;
  --btn-padding-x: 12px;
  --btn-font-size: 13px;
  --btn-line-height: 1.1;
}

.btn-primary {
  --btn-color: #fff;
  --btn-disabled-color: #fff;
  --btn-hover-color: #fff;
  --btn-active-color: #fff;
}

.btn-outline-primary {
  --btn-active-color: #fff;
  --btn-hover-color: #fff;
}

.btn-link {
  --btn-font-weight: inherit;
  text-transform: inherit;
}

.text-content table,
.table-style table,
.table {
  --table-color-type: initial;
  --table-bg-type: initial;
  --table-color-state: initial;
  --table-bg-state: initial;
  --table-color: var(--body-color);
  --table-bg: var(--body-bg);
  --table-border-color: var(--border-color);
  --table-accent-bg: transparent;
  --table-striped-color: var(--body-color);
  --table-striped-bg: rgba(0, 0, 0, 0.05);
  --table-active-color: var(--body-color);
  --table-active-bg: rgba(0, 0, 0, 0.1);
  --table-hover-color: var(--body-color);
  --table-hover-bg: rgba(0, 0, 0, 0.075);
  --cell-padding-x: 0.5rem;
  --cell-padding-y: 0.5rem;
}

.text-content table,
.table-style table,
.table {
  width: 100%;
  vertical-align: top;
  border-color: var(--table-border-color);
}
.text-content table > :not(caption) > * > *,
.table-style table > :not(caption) > * > *,
.table > :not(caption) > * > * {
  padding: var(--cell-padding-y) var(--cell-padding-x);
  color: var(--table-color-state, var(--table-color-type, var(--table-color)));
  background-color: var(--table-bg);
  border-bottom-width: var(--border-width);
  box-shadow: inset 0 0 0 9999px var(--table-bg-state, var(--table-bg-type, var(--table-accent-bg)));
}
.text-content table > tbody,
.table-style table > tbody,
.table > tbody {
  vertical-align: inherit;
}
.text-content table > thead,
.table-style table > thead,
.table > thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

.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: 1279.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.table-dotted {
  margin-bottom: 4px;
  border-bottom: 1px solid transparent;
}
.table-dotted td {
  border-width: 0;
  border-style: dotted;
  padding: 0;
}
.table-dotted .td-inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding: var(--cell-padding-y) var(--cell-padding-x);
  padding-bottom: 0;
  margin-bottom: calc(var(--border-width) * -3);
  vertical-align: bottom;
  padding-right: 4px;
}
.table-dotted .text-end .td-inner {
  padding-left: 4px;
  padding-right: 0;
}
.table-dotted tr {
  position: relative;
}
.table-dotted tr::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 0;
  border-bottom: var(--border-width) dotted var(--border-color);
}

.btn-close {
  --btn-close-color: #000;
  --btn-close-bg: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='2.98324' transform='matrix(0.707646 0.706567 -0.707646 0.706567 2.11133 0.196777)' fill='%23F94239'/%3E%3Crect width='30' height='2.98324' transform='matrix(0.707646 -0.706567 0.707646 0.706567 0.111328 21.1968)' fill='%23F94239'/%3E%3C/svg%3E%0A");
  --btn-close-opacity: 0.5;
  --btn-close-hover-opacity: 0.75;
  --btn-close-focus-shadow: 0 0 0 0.25rem rgba(249, 66, 57, 0.25);
  --btn-close-focus-opacity: 1;
  --btn-close-disabled-opacity: 0.25;
  --btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--btn-close-color);
  background: transparent var(--btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0;
  opacity: var(--btn-close-opacity);
}
.btn-close:hover {
  color: var(--btn-close-color);
  text-decoration: none;
  opacity: var(--btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--btn-close-focus-shadow);
  opacity: var(--btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--btn-close-disabled-opacity);
}

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

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

.modal {
  --modal-zindex: 1055;
  --modal-width: 617px;
  --modal-padding: 10px;
  --modal-margin: 0.5rem;
  --modal-color: ;
  --modal-bg: #F4F4F2;
  --modal-border-color: var(--border-color-translucent);
  --modal-border-width: var(--border-width);
  --modal-border-radius: 2px;
  --modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --modal-inner-border-radius: calc(2px - (var(--border-width)));
  --modal-header-padding-x: 1rem;
  --modal-header-padding-y: 1rem;
  --modal-header-padding: 14px 10px;
  --modal-header-border-color: var(--border-color);
  --modal-header-border-width: 0;
  --modal-title-line-height: 1.2;
  --modal-title-font-size: 22px;
  --modal-footer-gap: 0.5rem;
  --modal-footer-bg: #F4F4F2;
  --modal-footer-border-color: var(--border-color);
  --modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
@media (min-width: 576px) {
  .modal {
    --modal-header-padding: 22px 22px 16px;
    --modal-padding: 22px;
  }
}
@media (min-width: 768px) {
  .modal {
    --modal-header-padding: 38px 40px 16px;
    --modal-padding: 40px;
  }
}
@media (min-width: 1280px) {
  .modal {
    --modal-title-font-size: 32px;
    --modal-header-padding: 38px 80px 16px;
    --modal-padding: 80px;
  }
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--modal-margin);
  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% - var(--modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--modal-color);
  pointer-events: auto;
  background-color: var(--modal-bg);
  background-clip: padding-box;
  border: var(--modal-border-width) solid var(--modal-border-color);
  outline: 0;
  border-radius: var(--modal-border-radius);
  overflow: hidden;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--modal-header-padding);
  border-bottom: var(--modal-header-border-width) solid var(--modal-header-border-color);
  border-top-left-radius: var(--modal-inner-border-radius);
  border-top-right-radius: var(--modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--modal-header-padding-y) * 0.5) calc(var(--modal-header-padding-x) * 0.5);
  position: absolute;
  opacity: 1;
  top: 5px;
  right: 5px;
}
@media (min-width: 1280px) {
  .modal-header .btn-close {
    font-size: 21px;
  }
}

.modal-title {
  margin-bottom: 0;
  font-weight: 800;
  line-height: var(--modal-title-line-height);
  font-size: var(--modal-title-font-size);
  text-transform: uppercase;
}

.modal-body {
  position: relative;
  background: var(--modal-bg);
  flex: 1 1 auto;
  padding: 0 var(--modal-padding) 50px;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 25px var(--modal-padding);
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--modal-footer-bg);
  border-top: var(--modal-footer-border-width) solid var(--modal-footer-border-color);
  border-bottom-right-radius: var(--modal-inner-border-radius);
  border-bottom-left-radius: var(--modal-inner-border-radius);
}

@media (min-width: 576px) {
  .modal {
    --modal-margin: 1.75rem;
    --modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --modal-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    --modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
  --modal-width: initial;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    --modal-width: initial;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    --modal-width: initial;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    --modal-width: initial;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1279.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    --modal-width: initial;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1499.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    --modal-width: initial;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.modal-bottom-content {
  margin-top: 30px;
  text-align: center;
}
.modal-bottom-content .action-button {
  width: 100%;
}
@media (min-width: 576px) {
  .modal-bottom-content .action-button {
    width: initial;
    min-width: 255px;
  }
}
.modal-bottom-content-links {
  margin-top: 30px;
}
.modal-bottom-content-links .btn-link {
  --link-color: var(--primary);
  font-size: 16px;
}
@media (min-width: 1280px) {
  .modal-bottom-content-links .btn-link {
    font-size: 20px;
  }
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --offcanvas-zindex: 1045;
  --offcanvas-width: 400px;
  --offcanvas-height: 30vh;
  --offcanvas-padding-x: 1rem;
  --offcanvas-padding-y: 1rem;
  --offcanvas-color: var(--body-color);
  --offcanvas-bg: var(--body-bg);
  --offcanvas-border-width: var(--border-width);
  --offcanvas-border-color: var(--border-color-translucent);
  --offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --offcanvas-transition: transform 0.3s ease-in-out;
  --offcanvas-title-line-height: 1.2;
}

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

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

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

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

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

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--offcanvas-color);
  visibility: hidden;
  background-color: var(--offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--offcanvas-width);
  border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--offcanvas-width);
  border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--offcanvas-height);
  max-height: 100%;
  border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--offcanvas-height);
  max-height: 100%;
  border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--offcanvas-padding-y) * 0.5) calc(var(--offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--offcanvas-padding-y));
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
  overflow-y: auto;
}

.form-control {
  display: block;
  width: 100%;
  padding: 9px 15px 9px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #37474F;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--input-border-color, #BFD1E0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #37474F;
  background-color: #fff;
  border-color: #37474F;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 71, 79, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--secondary-color);
  opacity: 1;
}
.form-control:disabled, .form-control.disabled {
  background-color: var(--secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #37474F;
  background-color: var(--tertiary-bg);
  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: var(--secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-lg {
  min-height: 45px;
  font-size: 1.0625rem;
}
@media (min-width: 1280px) {
  .form-control-lg {
    min-height: 70px;
    padding: 24px 18px 24px;
    font-size: 17px;
  }
}

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(1px * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(1px * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(1px * 2));
}

.form-select {
  --form-select-bg-img: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m.6 3.93 7.405 7.406L15.41 3.93a.348.348 0 0 1 .491.492l-7.651 7.652a.348.348 0 0 1-.492 0L.107 4.422a.348.348 0 1 1 .492-.492Z' fill='%23FFC107'/%3E%3Cpath d='M8.004 12.176c.093 0 .181-.036.247-.101l7.651-7.652a.348.348 0 0 0-.491-.492l-7.407 7.405L.6 3.93a.348.348 0 1 0-.492.492l7.652 7.652a.348.348 0 0 0 .245.102Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(-1 0 0 1 16 0)' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  width: 100%;
  padding: 9px 35px 9px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #37474F;
  background-color: #fff;
  background-image: var(--form-select-bg-img), var(--form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 16px;
  border: 1px solid var(--input-border-color, #BFD1E0);
  border-radius: var(--border-radius);
  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: #37474F;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 71, 79, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #37474F;
}

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

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

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

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  --check-size: 16px;
  padding-left: calc(var(--check-size) + 10px);
}
.form-check .form-check-input {
  float: left;
  margin-left: calc(-1 * var(--check-size) - 10px);
  vertical-align: middle;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: calc(-1 * var(--check-size) - 10px);
  margin-left: 0;
  vertical-align: middle;
}

.form-check-input {
  --form-check-bg: trasparent;
  --border-color: #37474F;
  width: var(--check-size, 20px);
  height: var(--check-size, 20px);
  flex: 0 0 auto;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--form-check-bg);
  background-image: var(--form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--border-width) solid var(--border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0;
  background-color: #fff;
}
.form-check-input[type=radio] {
  background-color: #fff;
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #37474F;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 71, 79, 0.25);
}
.form-check-input:checked {
  background-color: #37474F;
  border-color: #37474F;
}
.form-check-input:checked[type=checkbox] {
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #F94239;
  border-color: #F94239;
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-check-label {
  color: #37474F;
  align-self: center;
}

.form-check-input-lg {
  --check-size: 30px;
}

.form-check-lg {
  --check-size: 30px;
}
@media (min-width: 1280px) {
  .form-check-lg {
    font-size: 17px;
  }
}

.form-check-flex {
  display: flex;
  gap: 0 10px;
}
.form-check-flex .form-check-input {
  margin-top: 0;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2337474F'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

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

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

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

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--success-rgb), 0.25);
}

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--form-valid-color);
}

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --form-select-bg-icon: none;
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--danger-rgb), 0.25);
}

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--form-invalid-color);
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540Px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720Px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960Px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240Px;
  }
}
@media (min-width: 1500px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440Px;
  }
}
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1500px;
}

.row {
  --gutter-x: var(--global-gutter-x);
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--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 {
  --gutter-x: 0;
}

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

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

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

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

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

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

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

.g-4,
.gx-4 {
  --gutter-x: 20px;
}

.g-4,
.gy-4 {
  --gutter-y: 20px;
}

.g-5,
.gx-5 {
  --gutter-x: 30px;
}

.g-5,
.gy-5 {
  --gutter-y: 30px;
}

@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 {
    --gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 20px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --gutter-y: 20px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 30px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --gutter-y: 30px;
  }
}
@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 {
    --gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 20px;
  }
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 20px;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 30px;
  }
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 30px;
  }
}
@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 {
    --gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 20px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 20px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 30px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 30px;
  }
}
@media (min-width: 1280px) {
  .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 {
    --gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 20px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 20px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 30px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 30px;
  }
}
@media (min-width: 1500px) {
  .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 {
    --gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 20px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --gutter-y: 20px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 30px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --gutter-y: 30px;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-4 {
  margin: 20px !important;
}

.m-5 {
  margin: 30px !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: 20px !important;
  margin-left: 20px !important;
}

.mx-5 {
  margin-right: 30px !important;
  margin-left: 30px !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: 20px !important;
  margin-bottom: 20px !important;
}

.my-5 {
  margin-top: 30px !important;
  margin-bottom: 30px !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: 20px !important;
}

.mt-5 {
  margin-top: 30px !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: 20px !important;
}

.me-5 {
  margin-right: 30px !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: 20px !important;
}

.mb-5 {
  margin-bottom: 30px !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: 20px !important;
}

.ms-5 {
  margin-left: 30px !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: 20px !important;
}

.p-5 {
  padding: 30px !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: 20px !important;
  padding-left: 20px !important;
}

.px-5 {
  padding-right: 30px !important;
  padding-left: 30px !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: 20px !important;
  padding-bottom: 20px !important;
}

.py-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !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: 20px !important;
}

.pt-5 {
  padding-top: 30px !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: 20px !important;
}

.pe-5 {
  padding-right: 30px !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: 20px !important;
}

.pb-5 {
  padding-bottom: 30px !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: 20px !important;
}

.ps-5 {
  padding-left: 30px !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: 20px !important;
}

.gap-5 {
  gap: 30px !important;
}

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

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

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

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

.row-gap-4 {
  row-gap: 20px !important;
}

.row-gap-5 {
  row-gap: 30px !important;
}

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

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

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

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

.column-gap-4 {
  -moz-column-gap: 20px !important;
  column-gap: 20px !important;
}

.column-gap-5 {
  -moz-column-gap: 30px !important;
  column-gap: 30px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 20px !important;
  }
  .m-sm-5 {
    margin: 30px !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: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-5 {
    margin-right: 30px !important;
    margin-left: 30px !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: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !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: 20px !important;
  }
  .mt-sm-5 {
    margin-top: 30px !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: 20px !important;
  }
  .me-sm-5 {
    margin-right: 30px !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: 20px !important;
  }
  .mb-sm-5 {
    margin-bottom: 30px !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: 20px !important;
  }
  .ms-sm-5 {
    margin-left: 30px !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: 20px !important;
  }
  .p-sm-5 {
    padding: 30px !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: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-5 {
    padding-right: 30px !important;
    padding-left: 30px !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: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !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: 20px !important;
  }
  .pt-sm-5 {
    padding-top: 30px !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: 20px !important;
  }
  .pe-sm-5 {
    padding-right: 30px !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: 20px !important;
  }
  .pb-sm-5 {
    padding-bottom: 30px !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: 20px !important;
  }
  .ps-sm-5 {
    padding-left: 30px !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: 20px !important;
  }
  .gap-sm-5 {
    gap: 30px !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 20px !important;
  }
  .row-gap-sm-5 {
    row-gap: 30px !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 20px !important;
  }
  .m-md-5 {
    margin: 30px !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: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-5 {
    margin-right: 30px !important;
    margin-left: 30px !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: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !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: 20px !important;
  }
  .mt-md-5 {
    margin-top: 30px !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: 20px !important;
  }
  .me-md-5 {
    margin-right: 30px !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: 20px !important;
  }
  .mb-md-5 {
    margin-bottom: 30px !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: 20px !important;
  }
  .ms-md-5 {
    margin-left: 30px !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: 20px !important;
  }
  .p-md-5 {
    padding: 30px !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: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-5 {
    padding-right: 30px !important;
    padding-left: 30px !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: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !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: 20px !important;
  }
  .pt-md-5 {
    padding-top: 30px !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: 20px !important;
  }
  .pe-md-5 {
    padding-right: 30px !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: 20px !important;
  }
  .pb-md-5 {
    padding-bottom: 30px !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: 20px !important;
  }
  .ps-md-5 {
    padding-left: 30px !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: 20px !important;
  }
  .gap-md-5 {
    gap: 30px !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 20px !important;
  }
  .row-gap-md-5 {
    row-gap: 30px !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 20px !important;
  }
  .m-lg-5 {
    margin: 30px !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: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-5 {
    margin-right: 30px !important;
    margin-left: 30px !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: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !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: 20px !important;
  }
  .mt-lg-5 {
    margin-top: 30px !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: 20px !important;
  }
  .me-lg-5 {
    margin-right: 30px !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: 20px !important;
  }
  .mb-lg-5 {
    margin-bottom: 30px !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: 20px !important;
  }
  .ms-lg-5 {
    margin-left: 30px !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: 20px !important;
  }
  .p-lg-5 {
    padding: 30px !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: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-5 {
    padding-right: 30px !important;
    padding-left: 30px !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: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !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: 20px !important;
  }
  .pt-lg-5 {
    padding-top: 30px !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: 20px !important;
  }
  .pe-lg-5 {
    padding-right: 30px !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: 20px !important;
  }
  .pb-lg-5 {
    padding-bottom: 30px !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: 20px !important;
  }
  .ps-lg-5 {
    padding-left: 30px !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: 20px !important;
  }
  .gap-lg-5 {
    gap: 30px !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 20px !important;
  }
  .row-gap-lg-5 {
    row-gap: 30px !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 30px !important;
    column-gap: 30px !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: 1280px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 20px !important;
  }
  .m-xl-5 {
    margin: 30px !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: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-5 {
    margin-right: 30px !important;
    margin-left: 30px !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: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !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: 20px !important;
  }
  .mt-xl-5 {
    margin-top: 30px !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: 20px !important;
  }
  .me-xl-5 {
    margin-right: 30px !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: 20px !important;
  }
  .mb-xl-5 {
    margin-bottom: 30px !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: 20px !important;
  }
  .ms-xl-5 {
    margin-left: 30px !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: 20px !important;
  }
  .p-xl-5 {
    padding: 30px !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: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-5 {
    padding-right: 30px !important;
    padding-left: 30px !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: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !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: 20px !important;
  }
  .pt-xl-5 {
    padding-top: 30px !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: 20px !important;
  }
  .pe-xl-5 {
    padding-right: 30px !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: 20px !important;
  }
  .pb-xl-5 {
    padding-bottom: 30px !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: 20px !important;
  }
  .ps-xl-5 {
    padding-left: 30px !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: 20px !important;
  }
  .gap-xl-5 {
    gap: 30px !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 20px !important;
  }
  .row-gap-xl-5 {
    row-gap: 30px !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 30px !important;
    column-gap: 30px !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: 1500px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 20px !important;
  }
  .m-xxl-5 {
    margin: 30px !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: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xxl-5 {
    margin-right: 30px !important;
    margin-left: 30px !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: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxl-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !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: 20px !important;
  }
  .mt-xxl-5 {
    margin-top: 30px !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: 20px !important;
  }
  .me-xxl-5 {
    margin-right: 30px !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: 20px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 30px !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: 20px !important;
  }
  .ms-xxl-5 {
    margin-left: 30px !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: 20px !important;
  }
  .p-xxl-5 {
    padding: 30px !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: 20px !important;
    padding-left: 20px !important;
  }
  .px-xxl-5 {
    padding-right: 30px !important;
    padding-left: 30px !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: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxl-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !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: 20px !important;
  }
  .pt-xxl-5 {
    padding-top: 30px !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: 20px !important;
  }
  .pe-xxl-5 {
    padding-right: 30px !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: 20px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 30px !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: 20px !important;
  }
  .ps-xxl-5 {
    padding-left: 30px !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: 20px !important;
  }
  .gap-xxl-5 {
    gap: 30px !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 20px !important;
  }
  .row-gap-xxl-5 {
    row-gap: 30px !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.swiper {
  --swiper-pagination-color: var(--primary);
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.swiper-gutters {
  --swiper-gutter-x: var(--gutter-x, var(--global-gutter-x));
  margin-left: calc(var(--swiper-gutter-x) * -0.5);
  margin-right: calc(var(--swiper-gutter-x) * -0.5);
}
.swiper-gutters > * {
  margin-top: calc(var(--gutter-y) * -1);
  padding-left: calc(var(--swiper-gutter-x) * 0.5);
  padding-right: calc(var(--swiper-gutter-x) * 0.5);
}
.swiper-gutters .swiper-wrapper {
  width: initial;
  padding-left: 0;
  padding-right: 0;
}
.swiper-gutters .swiper-slide {
  margin-top: var(--gutter-y);
  padding-left: calc(var(--swiper-gutter-x) * 0.5);
  padding-right: calc(var(--swiper-gutter-x) * 0.5);
}
@media (min-width: 1500px) {
  .swiper-gutters-2 {
    --swiper-gutter-x: 94px;
  }
}

.swiper-fadeIn-slide.swiper-initialized {
  overflow: visible;
}
.swiper-fadeIn-slide.swiper-initialized .swiper-slide {
  opacity: 1;
  transition: opacity 0.3s;
}
@media (max-width: 1279.98px) {
  .swiper-fadeIn-slide.swiper-initialized .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0.4;
  }
  .swiper-fadeIn-slide.swiper-initialized .swiper-slide:not(.swiper-slide-visible)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
  }
}

.swiper-fadeIn-slide_no-start .swiper-slide:not(.swiper-slide-visible):not(.swiper-slide-visible ~ .swiper-slide) {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
}

.swiper-equal > .swiper-wrapper > .swiper-slide {
  height: auto;
}
.swiper-equal > .swiper-wrapper > .swiper-slide > * {
  height: 100%;
}

.swiper-visible {
  overflow: visible;
}

.spinner-overlay {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
}
.spinner-overlay::after {
  --spinner-color: var(--primary, #F94239);
  z-index: 10;
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  border: 0.25rem solid var(--spinner-color);
  border-radius: 50%;
  border-left-color: transparent;
  animation: spinner-overlay 0.8s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
.spinner-overlay::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: var(--spinner-overlay-bg, #fff);
  opacity: 0.7;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
}

@keyframes spinner-overlay {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.form-label {
  margin-bottom: 7px;
  color: #37474F;
}

.form-set-label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1279.98px) {
  .form-set-label {
    font-size: 16px;
    margin-bottom: 9px;
  }
}

.form-control-password {
  position: relative;
}
.form-control-password__toggle {
  --bg-image: url("data:image/svg+xml,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23989898'%3E%3Cpath d='M25.824 13.536a.916.916 0 0 0-.027-1.114c-3.932-4.835-8.177-7.287-12.625-7.287-7.54 0-12.778 7.027-12.996 7.324a.916.916 0 0 0 .027 1.114c3.927 4.84 8.172 7.292 12.62 7.292 7.54 0 12.778-7.027 13-7.329Zm-13.002 5.508c-3.704 0-7.313-2.037-10.74-6.05 1.342-1.586 5.609-6.038 11.09-6.038 3.705 0 7.313 2.037 10.741 6.05-1.342 1.586-5.609 6.038-11.09 6.038Z'/%3E%3Cpath d='M12.997 8.378A4.63 4.63 0 0 0 8.375 13a4.63 4.63 0 0 0 4.622 4.622A4.63 4.63 0 0 0 17.62 13a4.63 4.63 0 0 0-4.622-4.622Zm0 7.424A2.806 2.806 0 0 1 10.195 13a2.806 2.806 0 0 1 2.802-2.802A2.806 2.806 0 0 1 15.8 13a2.806 2.806 0 0 1-2.802 2.802Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h26v26H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  width: 26px;
  height: 26px;
  top: 7px;
  right: 15px;
  cursor: pointer;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form-control-password__control[type=text] ~ .form-control-password__toggle {
  --bg-image: url("data:image/svg+xml,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m16.228 13.219 1.477-1.477c.107.402.17.822.17 1.258A4.88 4.88 0 0 1 13 17.875c-.435 0-.856-.063-1.258-.17l1.477-1.477a3.235 3.235 0 0 0 3.009-3.009Zm9.67-.614c-.1-.18-1.518-2.663-4.288-4.768L20.427 9.02A16.263 16.263 0 0 1 24.232 13C23.269 14.468 19.49 19.5 13 19.5c-.973 0-1.879-.125-2.73-.323l-1.335 1.335c1.227.376 2.576.613 4.065.613 8.505 0 12.722-7.415 12.898-7.73a.813.813 0 0 0 0-.79Zm-3.386-7.968L4.637 22.512a.81.81 0 0 1-1.325-.264.812.812 0 0 1 .176-.885l2.274-2.274c-3.676-2.22-5.544-5.487-5.66-5.694a.813.813 0 0 1 0-.79C.278 12.29 4.495 4.875 13 4.875c2.2 0 4.104.502 5.733 1.244l2.63-2.631a.812.812 0 1 1 1.149 1.149ZM6.974 17.877 9.03 15.82A4.842 4.842 0 0 1 8.125 13 4.88 4.88 0 0 1 13 8.125c1.051 0 2.023.338 2.82.906l1.664-1.664A11.964 11.964 0 0 0 13 6.5c-6.49 0-10.269 5.032-11.231 6.499.611.926 2.368 3.272 5.205 4.878Zm3.236-3.237 4.43-4.43A3.213 3.213 0 0 0 13 9.75 3.254 3.254 0 0 0 9.75 13c0 .6.175 1.157.46 1.64Z' fill='%23989898'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h26v26H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.form-row {
  --gutter-y: 20px;
}

.form-control {
  --control-height: 40px;
  min-height: var(--control-height);
}

.btn-form-control {
  --btn-font-size: 16px;
  --btn-padding-x: 13px;
  --btn-padding-y: 7px;
  --btn-height: 40px;
  text-transform: none;
  font-weight: normal;
  min-height: var(--btn-height);
}

.form-select-2 {
  --select-height: 40px;
  height: var(--select-height);
}

.form-control-date {
  --control-bg-img: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%231464BB'%3E%3Cpath d='M21.429 2.571h-2.572V.857a.857.857 0 1 0-1.714 0v1.714H6.857V.857a.857.857 0 1 0-1.714 0v1.714H2.57A2.571 2.571 0 0 0 0 5.143v16.286A2.571 2.571 0 0 0 2.571 24H21.43A2.571 2.571 0 0 0 24 21.429V5.143a2.571 2.571 0 0 0-2.571-2.572Zm.857 18.858a.857.857 0 0 1-.858.857H2.572a.857.857 0 0 1-.857-.857V10.286h20.572v11.143Zm0-12.858H1.714V5.143c0-.474.384-.857.857-.857h2.572V6a.857.857 0 1 0 1.714 0V4.286h10.286V6a.857.857 0 1 0 1.714 0V4.286h2.572c.473 0 .857.383.857.857V8.57Z'/%3E%3Cpath d='M6.857 12H5.142a.857.857 0 0 0 0 1.714h1.715a.857.857 0 1 0 0-1.714ZM12.857 12h-1.715a.857.857 0 0 0 0 1.714h1.715a.857.857 0 1 0 0-1.714ZM18.857 12h-1.715a.857.857 0 0 0 0 1.714h1.715a.857.857 0 1 0 0-1.714ZM6.857 15.429H5.142a.857.857 0 1 0 0 1.714h1.715a.857.857 0 0 0 0-1.714ZM12.857 15.429h-1.715a.857.857 0 1 0 0 1.714h1.715a.857.857 0 0 0 0-1.714ZM18.857 15.429h-1.715a.857.857 0 1 0 0 1.714h1.715a.857.857 0 0 0 0-1.714ZM6.857 18.857H5.142a.857.857 0 1 0 0 1.714h1.715a.857.857 0 1 0 0-1.714ZM12.857 18.857h-1.715a.857.857 0 1 0 0 1.715h1.715a.857.857 0 0 0 0-1.715ZM18.857 18.857h-1.715a.857.857 0 1 0 0 1.715h1.715a.857.857 0 0 0 0-1.715Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: var(--control-bg-img);
  padding-right: 40px;
}

.form-select-2 + .select2-container,
.form-select-2.select2-container {
  --select2-width: 100%;
  width: var(--select2-width) !important;
}
.form-select-2 + .select2-container .select2-selection,
.form-select-2.select2-container .select2-selection {
  min-height: var(--select-height);
  --form-select-bg-img: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m.6 3.93 7.405 7.406L15.41 3.93a.348.348 0 0 1 .491.492l-7.651 7.652a.348.348 0 0 1-.492 0L.107 4.422a.348.348 0 1 1 .492-.492Z' fill='%23FFC107'/%3E%3Cpath d='M8.004 12.176c.093 0 .181-.036.247-.101l7.651-7.652a.348.348 0 0 0-.491-.492l-7.407 7.405L.6 3.93a.348.348 0 1 0-.492.492l7.652 7.652a.348.348 0 0 0 .245.102Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(-1 0 0 1 16 0)' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  width: 100%;
  padding: 9px 35px 9px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #37474F;
  background-color: #fff;
  background-image: var(--form-select-bg-img), var(--form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 16px;
  border: 1px solid var(--input-border-color, #BFD1E0);
  border-radius: var(--border-radius);
  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-2 + .select2-container .select2-selection,
  .form-select-2.select2-container .select2-selection {
    transition: none;
  }
}
.form-select-2 + .select2-container .select2-selection[multiple], .form-select-2 + .select2-container .select2-selection[size]:not([size="1"]),
.form-select-2.select2-container .select2-selection[multiple],
.form-select-2.select2-container .select2-selection[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select-2 + .select2-container .select2-selection:disabled,
.form-select-2.select2-container .select2-selection:disabled {
  background-color: var(--secondary-bg);
}
.form-select-2 + .select2-container .select2-selection:-moz-focusring,
.form-select-2.select2-container .select2-selection:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #37474F;
}
.form-select-2 + .select2-container--focus .select2-selection,
.form-select-2 + .select2-container .select2-selection:focus,
.form-select-2.select2-container--focus .select2-selection,
.form-select-2.select2-container .select2-selection:focus {
  border-color: #37474F;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 71, 79, 0.25);
}
.form-select-2 + .select2-container .select2-selection--multiple .select2-selection__choice,
.form-select-2.select2-container .select2-selection--multiple .select2-selection__choice {
  font-size: 14px;
  background: #F4F4F2;
  font-weight: 300;
  border-radius: 0;
  border: 1px solid #F4F4F2;
  padding: 5px 8px;
}
.form-select-2 + .select2-container .select2-selection--multiple .select2-selection__choice__remove,
.form-select-2.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 0;
  color: transparent;
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 1;
  margin-top: -4px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32064 6.99859L13.9339 0.385327C14.022 0.297167 14.022 0.154259 13.9339 0.066099C13.8457 -0.022033 13.7028 -0.022033 13.6147 0.066099L7.00141 6.67936L0.388148 0.066099C0.298464 -0.0205091 0.155556 -0.0180257 0.0689199 0.0716584C-0.0155717 0.159141 -0.0155717 0.297844 0.0689199 0.385327L6.68218 6.99859L0.0689199 13.6119C-0.0207642 13.6985 -0.0232476 13.8414 0.0633888 13.9311C0.150025 14.0208 0.292933 14.0232 0.382617 13.9366C0.384508 13.9348 0.386342 13.9329 0.388148 13.9311L7.00141 7.31782L13.6147 13.9311C13.7044 14.0177 13.8473 14.0152 13.9339 13.9255C14.0184 13.8381 14.0184 13.6993 13.9339 13.6119L7.32064 6.99859Z' fill='black'/%3E%3C/svg%3E%0A");
}
.form-select-2 + .select2-container .select2-selection--multiple .select2-selection__rendered,
.form-select-2.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin-top: -5px;
  margin-bottom: -5px;
}

.form-select-no-arrow,
.form-select-no-arrow + .select2-container .select2-selection,
.form-select-no-arrow.select2-container .select2-selection {
  padding-right: 9px;
  --form-select-bg-img: none;
}

.form-select-no-arrow.select2-container .select2-selection__arrow,
.form-select-no-arrow + .select2-container .select2-selection__arrow {
  display: none;
}

html {
  --backdrop-bg: #000;
  --backdrop-opacity: 0.5;
  --nav-color: #94A9BD;
  --body-letter-spacing: normal;
  --scrollbar-color: #F94239;
  --scrollbar-bg: #F3F3F5;
  --telegram-color: #00B2FF;
  --whatsapp-color: #159768;
  --form-color: #37474F;
}

body {
  font-optical-sizing: auto;
  font-weight: 400;
  color: var(--body-color);
  line-height: 1.4;
  letter-spacing: var(--body-letter-spacing);
}
body.body-mobile-menu-open {
  overflow: hidden;
}

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

img[loading=lazy] {
  min-width: 1px;
  min-height: 1px;
}

.list-style-none {
  list-style: none;
}
.list-style-none > li::before {
  content: "";
  display: none;
}
.list-style-none > li::marker {
  content: "";
}

a {
  text-decoration: none;
}
a:hover {
  opacity: var(--link-hover-opacity);
}

:root {
  --global-gutter-x: 20px;
}
@media (min-width: 1280px) {
  :root {
    --global-gutter-x: 30px;
  }
}

.container {
  --gutter-x: var(--global-gutter-x);
}

@media (max-width: 991.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

h2, .h2 {
  font-weight: 600;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1 0 auto;
}

ul {
  padding-left: 1.2em;
}

.text-content {
  --p-margin-bottom: 1.41em;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .text-content {
    font-size: 16px;
  }
}
.text-content :is(h1, h2, h3, blockquote) {
  --flow-space: 1.5em;
}
.text-content :is(.h1, .h2, .h3) + *:not(br),
.text-content :is(h1, h2, h3) + *:not(br) {
  --flow-space: 0.5em;
}
.text-content > * + *:not(br) {
  -webkit-margin-before: var(--flow-space, 1em);
  margin-block-start: var(--flow-space, 1em);
}
.text-content img {
  --flow-space: 1em;
}
.text-content > * + picture img {
  -webkit-margin-before: var(--flow-space, 1em);
  margin-block-start: var(--flow-space, 1em);
}
.text-content p {
  --flow-space: 0.6666666667em;
  margin-bottom: var(--p-margin-bottom);
}

.heading-2 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #040000;
}
@media (min-width: 992px) {
  .heading-2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .heading-2 {
    font-size: 32px;
  }
}
@media (min-width: 1500px) {
  .heading-2 {
    font-size: 36px;
  }
}

.heading-3 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.21875;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #040000;
}
@media (min-width: 992px) {
  .heading-3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.link-inherit {
  color: inherit;
}
.link-inherit:hover {
  opacity: 0.5;
}

.p-last-margin-0 > p:last-child {
  margin-bottom: 0 !important;
}

.letter-spacing-1 {
  letter-spacing: 0.01em !important;
}

.letter-spacing-2 {
  letter-spacing: 0.02em !important;
}

.letter-spacing-3 {
  letter-spacing: 0.03em !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.row_cards-gutter {
  --gutter-y: 30px;
}
@media (min-width: 576px) {
  .row_cards-gutter {
    --gutter-y: 45px;
  }
}
@media (min-width: 1500px) {
  .row_cards-gutter {
    --gutter-y: 60px;
    --gutter-x: 94px;
  }
}

.text-2 {
  color: #37474F !important;
}

.text-large-link {
  font-size: 24px;
}
@media (min-width: 1280px) {
  .text-large-link {
    font-size: 28px;
  }
}

.frs-18 {
  font-size: 16px;
}
@media (min-width: 1280px) {
  .frs-18 {
    font-size: 18px;
  }
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

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

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

.link-primary {
  --link-color-rgb: var(--primary-rgb);
}

.no-resize {
  resize: none !important;
}

html {
  --url-icon-phone: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9553 15.312C17.6263 14.1753 16.2776 13.4868 14.9649 14.6217L14.181 15.3077C13.6075 15.8057 12.5412 18.1323 8.41853 13.3897C4.29669 8.65319 6.74953 7.91571 7.32389 7.42205L8.11203 6.73522C9.41786 5.59766 8.92506 4.16562 7.98325 2.69151L7.4149 1.79864C6.46879 0.327964 5.43855 -0.63789 4.12928 0.497954L3.42185 1.1161C2.84319 1.53764 1.22571 2.90787 0.833357 5.51095C0.361162 8.63431 1.85072 12.211 5.26341 16.1353C8.6718 20.0614 12.0089 22.0335 15.1701 21.9991C17.7972 21.9708 19.3838 20.5611 19.88 20.0485L20.59 19.4295C21.8958 18.2946 21.0845 17.139 19.7546 15.9997L18.9553 15.312Z' fill='%230169DA'/%3E%3C/svg%3E%0A");
  --url-icon-cart: url("data:image/svg+xml,%3Csvg width='36' height='34' viewBox='0 0 36 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.41 25.9492H13.9607L13.0677 22.3769H31.9508L36 6.18027H9.01855L7.59535 0.487427H0V2.60798H5.93964L11.7961 26.0338C10.0912 26.3999 8.80908 27.9182 8.80908 29.7308C8.80908 31.816 10.5055 33.5124 12.5908 33.5124C14.676 33.5124 16.3724 31.8159 16.3724 29.7308C16.373 29.1549 16.2412 28.5866 15.9871 28.0697H25.0136C24.7596 28.5866 24.6277 29.1549 24.6283 29.7308C24.6283 31.816 26.3248 33.5124 28.41 33.5124C30.4952 33.5124 32.1917 31.8159 32.1917 29.7308C32.1916 27.6456 30.4951 25.9492 28.41 25.9492Z' fill='%231464BB'/%3E%3C/svg%3E%0A");
  --url-icon-menu-dots: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='1.44736' cy='1.44724' rx='1.44736' ry='1.44736' fill='%230169DA'/%3E%3Cellipse cx='1.44736' cy='9.99949' rx='1.44736' ry='1.44736' fill='%230169DA'/%3E%3Cellipse cx='1.44736' cy='18.5523' rx='1.44736' ry='1.44736' fill='%230169DA'/%3E%3Cellipse cx='10.0001' cy='1.44724' rx='1.44736' ry='1.44736' fill='%230169DA'/%3E%3Cellipse cx='10.0001' cy='9.99949' rx='1.44736' ry='1.44736' fill='%230169DA'/%3E%3Cellipse cx='10.0001' cy='18.5523' rx='1.44736' ry='1.44736' fill='%230169DA'/%3E%3Cellipse cx='18.5528' cy='1.44724' rx='1.44736' ry='1.44736' fill='%230169DA'/%3E%3Cellipse cx='18.5528' cy='9.99949' rx='1.44736' ry='1.44736' fill='%230169DA'/%3E%3Cellipse cx='18.5528' cy='18.5523' rx='1.44736' ry='1.44736' fill='%230169DA'/%3E%3C/svg%3E%0A");
  --url-icon-menu: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.63636V0H24V1.63636H0ZM24 8.18182V9.81818H0V8.18182H24ZM0 16.3636H24V18H0V16.3636Z' fill='white'/%3E%3C/svg%3E%0A");
  --url-icon-search: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.96553 17.931C4.02193 17.931 0 13.9091 0 8.96553C0 4.02193 4.02193 0 8.96553 0C13.9091 0 17.931 4.02193 17.931 8.96553C17.931 13.9091 13.9091 17.931 8.96553 17.931ZM8.96553 1.79309C5.01084 1.79309 1.79309 5.01084 1.79309 8.96553C1.79309 12.9202 5.01084 16.1379 8.96553 16.1379C12.9202 16.1379 16.1379 12.9202 16.1379 8.96553C16.1379 5.01084 12.9211 1.79309 8.96553 1.79309Z' fill='%23E73E11'/%3E%3Cpath d='M21.7793 22.6761C21.6616 22.6762 21.545 22.653 21.4362 22.608C21.3274 22.5629 21.2286 22.4967 21.1455 22.4134L14.2474 15.5153C14.1642 15.4321 14.0981 15.3333 14.0531 15.2245C14.008 15.1157 13.9848 14.9992 13.9849 14.8815C13.9848 14.734 14.0212 14.5889 14.0907 14.4589C14.1602 14.3288 14.2606 14.218 14.3832 14.136C14.5058 14.0541 14.6467 14.0037 14.7934 13.9893C14.9401 13.9749 15.0881 13.9968 15.2243 14.0533C15.3331 14.0983 15.4319 14.1644 15.5152 14.2476L22.4132 21.1457C22.5073 21.2393 22.5793 21.3526 22.6242 21.4775C22.6691 21.6024 22.6857 21.7356 22.6728 21.8677C22.6598 21.9998 22.6177 22.1273 22.5495 22.2411C22.4812 22.3549 22.3885 22.4521 22.2781 22.5257C22.1304 22.6241 21.9568 22.6765 21.7793 22.6761Z' fill='%23E73E11'/%3E%3C/svg%3E%0A");
  --url-icon-star: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3183 9.06399C20.5181 8.8696 20.6595 8.62257 20.7261 8.35118C20.7927 8.07979 20.782 7.79503 20.6951 7.5295C20.6101 7.26321 20.4522 7.02637 20.2395 6.84612C20.0268 6.66588 19.7678 6.54953 19.4923 6.51041L14.4635 5.77598C14.3581 5.76057 14.2579 5.71961 14.1717 5.65662C14.0855 5.59363 14.0158 5.5105 13.9686 5.41441L11.7204 0.834346C11.5982 0.583196 11.4081 0.371725 11.1718 0.224163C10.9356 0.0766007 10.6628 -0.0010833 10.3846 1.14122e-05C10.1065 -0.00100466 9.83379 0.0767164 9.59762 0.224274C9.36145 0.371832 9.1714 0.58326 9.04923 0.834346L6.80058 5.41441C6.70493 5.60961 6.51945 5.74463 6.30527 5.77598L1.27648 6.51083C1.00106 6.54984 0.74217 6.66611 0.529508 6.84629C0.316847 7.02648 0.159033 7.26327 0.0741775 7.5295C-0.0127485 7.79503 -0.0235089 8.07979 0.0431288 8.35118C0.109767 8.62257 0.251108 8.8696 0.450963 9.06399L4.08948 12.6287C4.2446 12.7809 4.31571 12.9999 4.27912 13.2139L3.42033 18.2479C3.37227 18.5232 3.40233 18.8065 3.50707 19.0654C3.61181 19.3243 3.78699 19.5483 4.01254 19.7118C4.23678 19.8774 4.50299 19.9759 4.78052 19.9961C5.05804 20.0163 5.3356 19.9573 5.58123 19.8259L10.0785 17.4491C10.1729 17.3993 10.278 17.3733 10.3846 17.3733C10.4913 17.3733 10.5963 17.3993 10.6907 17.4491L15.1884 19.8259C15.4343 19.9565 15.7117 20.0151 15.989 19.9949C16.2664 19.9747 16.5325 19.8766 16.7571 19.7118C16.9827 19.5483 17.1578 19.3243 17.2626 19.0654C17.3673 18.8065 17.3974 18.5232 17.3493 18.2479L16.4901 13.2143C16.4722 13.1087 16.48 13.0002 16.5131 12.8982C16.5461 12.7963 16.6033 12.7039 16.6798 12.6291L20.3183 9.06399Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  --url-icon-percent: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.27463 3.63755C7.27463 1.63146 5.64271 0 3.63755 0C1.63193 0 0 1.63146 0 3.63755C0 5.64271 1.63169 7.27463 3.63755 7.27463C5.64271 7.27463 7.27463 5.64271 7.27463 3.63755ZM2.22598 15.023C2.34042 14.9755 2.44434 14.9059 2.53177 14.8181L14.8226 2.52706C15.1909 2.15902 15.1909 1.56148 14.8226 1.1932C14.4541 0.824917 13.8568 0.824917 13.4887 1.1932L1.19791 13.4845C0.82963 13.8523 0.82963 14.4498 1.19791 14.8181C1.2854 14.9059 1.38936 14.9755 1.50384 15.023C1.61831 15.0704 1.74103 15.0948 1.86496 15.0947C1.98885 15.0949 2.11155 15.0705 2.22598 15.023ZM8.72607 12.3624C8.72607 14.3683 10.358 16 12.3636 16C14.3688 16 16.0005 14.3683 16.0007 12.3624C16.0007 10.3573 14.369 8.72537 12.3636 8.72537C10.358 8.72537 8.72607 10.3573 8.72607 12.3624ZM10.6126 12.3628C10.6126 11.3974 11.3981 10.6121 12.3635 10.6121C13.3288 10.6121 14.1139 11.3974 14.1142 12.3628C14.1142 13.3284 13.3291 14.1139 12.3635 14.1139C11.3981 14.1139 10.6126 13.3284 10.6126 12.3628ZM1.88627 3.63764C1.88627 2.67206 2.67184 1.88649 3.63742 1.88649C4.60277 1.88649 5.38787 2.67206 5.38787 3.63764C5.38787 4.60276 4.60277 5.38809 3.63742 5.38809C2.67207 5.38809 1.8865 4.60276 1.88627 3.63764Z' fill='white'/%3E%3C/svg%3E%0A");
  --url-icon-check-circle: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_32_170)'%3E%3Cpath d='M7 0.0771484C3.13403 0.0771484 0 3.21118 0 7.07715C0 10.9433 3.13403 14.0771 7 14.0771C10.8662 14.0771 14 10.9433 14 7.07715C14 3.21118 10.8662 0.0771484 7 0.0771484ZM7 13.2159C3.62272 13.2159 0.875 10.4544 0.875 7.07712C0.875 3.69984 3.62272 0.952121 7 0.952121C10.3773 0.952121 13.125 3.69985 13.125 7.07712C13.125 10.4544 10.3773 13.2159 7 13.2159ZM9.79366 4.5158L5.68661 8.64865L3.83708 6.79912C3.66624 6.62827 3.3893 6.62827 3.21824 6.79912C3.04739 6.96996 3.04739 7.2469 3.21824 7.41774L5.38364 9.58337C5.55449 9.75399 5.83142 9.75399 6.00249 9.58337C6.02217 9.56368 6.03903 9.54223 6.05434 9.51993L10.4127 5.13463C10.5833 4.96379 10.5833 4.68685 10.4127 4.5158C10.2417 4.34496 9.96472 4.34496 9.79366 4.5158Z' fill='%230086FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_32_170'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.0771484)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --url-icon-box: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_32_227)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 3.24838C0 3.24838 0.000355639 10.9203 0.00106707 10.9301C0.00482142 10.9884 0.0236798 11.0448 0.0558473 11.0939C0.0875932 11.1433 0.131523 11.184 0.183549 11.2122C0.192087 11.2171 6.34953 14.0443 6.34953 14.0443C6.44486 14.0881 6.55514 14.0881 6.65047 14.0443C6.65047 14.0443 12.8079 11.2171 12.8165 11.2122C12.8685 11.184 12.9124 11.1433 12.9442 11.0939C12.9763 11.0448 12.9952 10.9884 12.9989 10.9301C12.9996 10.9203 13 3.24838 13 3.24838C13 3.18179 12.9807 3.11658 12.9443 3.06041C12.908 3.00424 12.8561 2.95945 12.7948 2.93128L6.65047 0.109966C6.60335 0.0883501 6.55199 0.0771484 6.5 0.0771484C6.44801 0.0771484 6.39665 0.0883501 6.34953 0.109966L0.205248 2.93128C0.143922 2.95945 0.0920358 3.00424 0.0556802 3.06041C0.0193246 3.11658 8.77699e-06 3.18179 0 3.24838ZM0.711432 10.683L6.14428 13.1774V6.49388L0.711432 3.99947V10.683ZM6.85572 6.49388V13.1774L12.2886 10.683V3.99947L6.85572 6.49388ZM12.0225 3.34917L9.49584 2.18894L3.97335 4.72466L6.5 5.88489L12.0225 3.34917ZM0.977508 3.34917L3.13279 4.33896C3.13778 4.33619 3.14288 4.33362 3.14809 4.33126L8.65457 1.80289L6.5 0.813457L0.977508 3.34917Z' fill='%23FF550D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_32_227'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.0771484)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --url-icon-chevron-down: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.74205L6 9.74205L12 3.74205L11.2474 3L6 8.24735L0.75265 3L0 3.74205Z' fill='%23E73E11'/%3E%3C/svg%3E%0A");
  --url-icon-chevron-right: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.987549 14.7L8.06255 7.62495L0.987548 0.549952L0.112548 1.43745L6.30005 7.62495L0.112549 13.8125L0.987549 14.7Z' fill='%23D62A23'/%3E%3C/svg%3E%0A");
  --url-icon-clock: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99987 0C3.14042 0 0 3.14012 0 7C0 10.8599 3.14042 14 6.99987 14C10.8601 14 14 10.8599 14 7C14 3.14012 10.8601 0 6.99987 0ZM6.99987 13.0667C3.65473 13.0667 0.9333 10.3453 0.9333 7C0.9333 3.65467 3.65498 0.933283 6.99987 0.933283C10.3455 0.933283 13.0667 3.65467 13.0667 7C13.0667 10.3453 10.3458 13.0667 6.99987 13.0667Z' fill='%23F24942'/%3E%3Cpath d='M10.4675 6.49408H7.46738V2.52731C7.46738 2.40356 7.41823 2.28488 7.33075 2.19735C7.24327 2.10982 7.12461 2.06061 7.00085 2.06055C6.87714 2.06068 6.75855 2.10992 6.67112 2.19744C6.58369 2.28496 6.53458 2.40361 6.53458 2.52731V7.42711H10.4675C10.5885 7.42314 10.7033 7.37224 10.7876 7.28519C10.8718 7.19814 10.9189 7.08174 10.9189 6.9606C10.9189 6.83946 10.8718 6.72306 10.7876 6.636C10.7033 6.54895 10.5885 6.49806 10.4675 6.49408Z' fill='%23F24942'/%3E%3C/svg%3E%0A");
  --url-icon-arrow-right: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.0607 19.0607C36.6464 18.4749 36.6464 17.5251 36.0607 16.9393L26.5147 7.3934C25.9289 6.80761 24.9792 6.80761 24.3934 7.3934C23.8076 7.97918 23.8076 8.92893 24.3934 9.51472L32.8787 18L24.3934 26.4853C23.8076 27.0711 23.8076 28.0208 24.3934 28.6066C24.9792 29.1924 25.9289 29.1924 26.5147 28.6066L36.0607 19.0607ZM1 19.5H35V16.5H1V19.5Z' fill='black'/%3E%3C/svg%3E%0A");
  --url-icon-arrow-right-2: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.8748 4.52561C26.0701 4.33035 26.0701 4.01377 25.8748 3.8185L22.6929 0.636524C22.4976 0.441262 22.181 0.441262 21.9857 0.636524C21.7905 0.831786 21.7905 1.14837 21.9857 1.34363L24.8142 4.17206L21.9857 7.00049C21.7905 7.19575 21.7905 7.51233 21.9857 7.70759C22.181 7.90285 22.4976 7.90285 22.6929 7.70759L25.8748 4.52561ZM0.75824 4.67206H25.5213V3.67206H0.75824V4.67206Z' fill='%23E73E11'/%3E%3C/svg%3E%0A");
  --url-icon-map-point: url("data:image/svg+xml,%3Csvg width='23' height='31' viewBox='0 0 23 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 14.725C10.4107 14.725 9.36605 14.3167 8.59581 13.59C7.82557 12.8633 7.39286 11.8777 7.39286 10.85C7.39286 9.82229 7.82557 8.83666 8.59581 8.10996C9.36605 7.38326 10.4107 6.975 11.5 6.975C12.5893 6.975 13.634 7.38326 14.4042 8.10996C15.1744 8.83666 15.6071 9.82229 15.6071 10.85C15.6071 11.3589 15.5009 11.8628 15.2945 12.3329C15.0881 12.803 14.7856 13.2302 14.4042 13.59C14.0228 13.9499 13.57 14.2353 13.0717 14.43C12.5734 14.6248 12.0394 14.725 11.5 14.725ZM11.5 0C8.45001 0 5.52494 1.14312 3.36827 3.17789C1.2116 5.21266 0 7.9724 0 10.85C0 18.9875 11.5 31 11.5 31C11.5 31 23 18.9875 23 10.85C23 7.9724 21.7884 5.21266 19.6317 3.17789C17.4751 1.14312 14.55 0 11.5 0Z' fill='%23E73E11'/%3E%3C/svg%3E%0A");
  --url-icon-map-point-outline: url("data:image/svg+xml,%3Csvg width='15' height='21' viewBox='0 0 15 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.57174 20.2915L7.57911 20.2775L7.58735 20.264L13.4816 10.5828L13.6367 10.2874L13.7772 10.0198H13.8001C14.2431 9.1092 14.5 8.12908 14.5 7.11635C14.5 3.4961 11.3898 0.5 7.52706 0.5C3.60779 0.5 0.499969 3.49839 0.499969 7.11635C0.499969 8.16609 0.775942 9.18079 1.24916 10.1194C1.2981 10.166 1.33272 10.2164 1.35647 10.2616C1.36177 10.2717 1.3666 10.2817 1.37101 10.2914L1.54676 10.5425L1.55651 10.5564L1.56529 10.571L7.41367 20.2657L7.42134 20.2784L7.42823 20.2915C7.43305 20.3007 7.44016 20.3089 7.45468 20.3168C7.47123 20.3258 7.49652 20.3334 7.52706 20.3334C7.53579 20.3334 7.54152 20.3328 7.54477 20.3322C7.54948 20.3273 7.55914 20.3155 7.57174 20.2915ZM7.54161 20.3352C7.54161 20.3352 7.54186 20.335 7.54236 20.3346L7.54161 20.3352Z' stroke='%23F24942'/%3E%3Cpath d='M7.41072 9.76114C8.93819 9.76114 10.1602 8.54534 10.1602 7.07799C10.1602 5.61064 8.93819 4.43677 7.41072 4.43677C5.88326 4.43677 4.61765 5.61064 4.61765 7.07799C4.61765 8.54534 5.88326 9.76114 7.41072 9.76114Z' stroke='%23F24942'/%3E%3C/svg%3E%0A");
  --url-icon-whatsapp-outline: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5396 3C15.0703 3.00125 17.4456 3.97872 19.2317 5.75301C21.0179 7.52723 22.001 9.88588 22 12.3937C21.9979 17.5178 17.8381 21.6962 12.6959 21.7793L12.5399 21.7805H12.5359C10.977 21.78 9.44471 21.398 8.07901 20.6726L8.01518 20.6383L3 21.9435L4.3421 17.079C3.51434 15.6558 3.07875 14.0408 3.07941 12.3862C3.08149 7.21078 7.32539 3 12.5396 3ZM12.5429 4.58554C8.20578 4.58554 4.67838 8.0853 4.67668 12.387C4.67608 13.8387 5.07924 15.2533 5.84332 16.4825L5.8788 16.5391L6.06583 16.8344L5.27146 19.7133L8.24741 18.9388L8.53457 19.1077C9.72259 19.8073 11.0818 20.1828 12.4694 20.195L12.5366 20.1953H12.5399C16.8736 20.1953 20.401 16.6953 20.4027 12.3933C20.4035 10.3086 19.5865 8.34828 18.1019 6.87357C16.6173 5.39893 14.6431 4.58621 12.5429 4.58547M9.19044 8.05135C9.34793 8.05135 9.50587 8.05282 9.64347 8.05982C9.78864 8.06689 9.98346 8.0051 10.1752 8.46235C10.2489 8.63762 10.3608 8.90841 10.4754 9.18502L10.5 9.2443C10.6844 9.68947 10.8687 10.1333 10.9042 10.2038C10.9632 10.3211 11.0026 10.4582 10.9238 10.6147C10.8451 10.7713 10.8056 10.869 10.6875 11.0061C10.5693 11.143 10.4393 11.312 10.333 11.417C10.3272 11.4227 10.3214 11.4284 10.3156 11.4342L10.2984 11.4516C10.193 11.5598 10.1048 11.6838 10.2294 11.8955C10.3672 12.1304 10.8415 12.8986 11.5442 13.5205C12.4471 14.3195 13.2088 14.5672 13.4452 14.6847C13.6815 14.8021 13.8195 14.7825 13.9573 14.6258C14.0953 14.4694 14.5481 13.9411 14.7058 13.7062C14.8633 13.4714 15.0209 13.5107 15.2376 13.5889C15.3406 13.6261 15.6573 13.7738 15.9866 13.9313L16.0891 13.9803C16.4188 14.1386 16.7404 14.2961 16.8528 14.3519C17.0892 14.4694 17.2468 14.5281 17.3058 14.6258C17.3649 14.7237 17.3649 15.1932 17.1679 15.7411C16.971 16.289 16.0266 16.7891 15.5724 16.8565C15.1652 16.9168 14.6499 16.9419 14.0836 16.7636C13.7404 16.6553 13.3 16.5111 12.736 16.2694C10.3649 15.2536 8.81615 12.8843 8.69807 12.7279L8.69005 12.7173C8.546 12.5263 7.73278 11.4326 7.73278 10.3015C7.73278 9.14716 8.34353 8.57974 8.5601 8.34489C8.77682 8.11026 9.03287 8.05135 9.19044 8.05135Z' fill='%23159768'/%3E%3C/svg%3E%0A");
  --url-icon-telegram-outline: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1327 2.55756C23.0117 2.45304 22.8644 2.38352 22.7068 2.3565C22.5491 2.32949 22.3871 2.34599 22.2382 2.40424L2.44716 10.1494C2.16668 10.2584 1.92922 10.4557 1.77053 10.7114C1.61183 10.9671 1.5405 11.2674 1.56727 11.5671C1.59404 11.8669 1.71746 12.1498 1.91895 12.3734C2.12044 12.5969 2.38909 12.7489 2.68447 12.8066L7.8124 13.8134V19.5312C7.81139 19.8426 7.90394 20.1472 8.07806 20.4054C8.25218 20.6637 8.49985 20.8636 8.78896 20.9794C9.07762 21.0973 9.39507 21.1256 9.70003 21.0606C10.005 20.9957 10.2834 20.8405 10.4989 20.6152L12.9716 18.0507L16.8944 21.4843C17.1775 21.7354 17.5425 21.8743 17.9208 21.8749C18.0866 21.8748 18.2513 21.8488 18.4091 21.7978C18.6668 21.716 18.8987 21.5681 19.0815 21.3688C19.2643 21.1696 19.3917 20.9259 19.4511 20.6621L23.4149 3.41791C23.4504 3.26239 23.4429 3.10016 23.3931 2.9486C23.3434 2.79703 23.2534 2.66186 23.1327 2.55756ZM17.162 6.07319L8.41298 12.3388L3.56923 11.3886L17.162 6.07319ZM9.3749 19.5312V14.8945L11.7958 17.0175L9.3749 19.5312ZM17.9227 20.3124L9.84853 13.2324L21.4696 4.90326L17.9227 20.3124Z' fill='%2300B3FF'/%3E%3C/svg%3E%0A");
  --url-icon-user: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.92308 0C5.01808 0 3.46154 1.55654 3.46154 3.46154C3.46154 5.36654 5.01808 6.92308 6.92308 6.92308C8.82808 6.92308 10.3846 5.36654 10.3846 3.46154C10.3846 1.55654 8.82808 0 6.92308 0ZM5.19231 8.07692C2.32558 8.07692 0 10.4025 0 13.2692V14.4231C0 14.5761 0.0607829 14.7228 0.168977 14.831C0.277171 14.9392 0.423914 15 0.576923 15H13.2692C13.4222 15 13.569 14.9392 13.6772 14.831C13.7854 14.7228 13.8462 14.5761 13.8462 14.4231V13.2692C13.8462 10.4025 11.5206 8.07692 8.65385 8.07692H5.19231Z' fill='%23B9CDE0'/%3E%3C/svg%3E%0A");
  --url-icon-refresh: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 28.3122C9.094 28.3122 4.218 25.1322 1.992 20.2562L3.9 19.4082C5.808 23.5422 9.942 26.1922 14.5 26.1922C20.966 26.1922 26.16 20.9982 26.16 14.5322C26.16 8.06623 20.966 2.87223 14.5 2.87223C9.624 2.87223 5.49 5.84023 3.794 10.6102L1.78 9.86823C3.794 4.35623 8.776 0.752228 14.5 0.752228C22.132 0.752228 28.28 6.90023 28.28 14.5322C28.28 22.1642 22.132 28.3122 14.5 28.3122Z' fill='white'/%3E%3Cpath d='M9.2 11.3522H0.720001V2.87222H2.84V9.23222H9.2V11.3522Z' fill='white'/%3E%3C/svg%3E%0A");
  --url-icon-settings: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10_4742)'%3E%3Cpath d='M1.4502 7.82879H16.7146C17.1357 9.53 18.6746 10.7952 20.5041 10.7952C22.3335 10.7952 23.8724 9.53 24.2935 7.82879H29.5752C30.0929 7.82879 30.5127 7.40902 30.5127 6.89129C30.5127 6.37355 30.0929 5.95379 29.5752 5.95379H24.2934C23.8724 4.25258 22.3335 2.9873 20.504 2.9873C18.6745 2.9873 17.1356 4.25258 16.7146 5.95379H1.4502C0.932461 5.95379 0.512695 6.37355 0.512695 6.89129C0.512695 7.40902 0.932461 7.82879 1.4502 7.82879ZM20.5041 4.8623C21.6229 4.8623 22.533 5.7725 22.533 6.89123C22.533 8.01002 21.6229 8.92022 20.5041 8.92022C19.3853 8.92022 18.4751 8.01002 18.4751 6.89123C18.4751 5.7725 19.3853 4.8623 20.5041 4.8623ZM1.4502 15.9375H6.73195C7.15301 17.6387 8.69186 18.9039 10.5214 18.9039C12.3509 18.9039 13.8898 17.6387 14.3108 15.9375H29.5752C30.0929 15.9375 30.5127 15.5177 30.5127 15C30.5127 14.4822 30.0929 14.0625 29.5752 14.0625H14.3108C13.8897 12.3612 12.3509 11.096 10.5213 11.096C8.6918 11.096 7.15295 12.3612 6.73189 14.0625H1.4502C0.932461 14.0625 0.512695 14.4822 0.512695 15C0.512695 15.5177 0.932402 15.9375 1.4502 15.9375ZM10.5213 12.971C11.6401 12.971 12.5503 13.8812 12.5503 15C12.5503 16.1187 11.6401 17.0289 10.5213 17.0289C9.40254 17.0289 8.49234 16.1187 8.49234 15C8.49234 13.8812 9.40254 12.971 10.5213 12.971ZM29.5752 22.1711H24.2934C23.8724 20.4699 22.3335 19.2046 20.504 19.2046C18.6745 19.2046 17.1356 20.4699 16.7146 22.1711H1.4502C0.932461 22.1711 0.512695 22.5909 0.512695 23.1086C0.512695 23.6264 0.932461 24.0461 1.4502 24.0461H16.7146C17.1357 25.7473 18.6745 27.0126 20.5041 27.0126C22.3336 27.0126 23.8724 25.7473 24.2935 24.0461H29.5752C30.0929 24.0461 30.5127 23.6264 30.5127 23.1086C30.5127 22.5909 30.093 22.1711 29.5752 22.1711ZM20.5041 25.1376C19.3853 25.1376 18.4751 24.2274 18.4751 23.1086C18.4751 21.9898 19.3853 21.0796 20.5041 21.0796C21.6229 21.0796 22.533 21.9898 22.533 23.1086C22.533 24.2274 21.6229 25.1376 20.5041 25.1376Z' fill='%23E73E11'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_4742'%3E%3Crect width='30' height='30' fill='white' transform='translate(0.512695)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --url-icon-close: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.409 11.32L4.74902 5.66L10.409 0L11.109 0.71L6.15902 5.66L11.109 10.61L10.409 11.32Z' fill='%2394A9BD'/%3E%3Cpath d='M0.700352 11.32L6.36035 5.66L0.700352 0L0.000351906 0.71L4.95035 5.66L0.000351906 10.61L0.700352 11.32Z' fill='%2394A9BD'/%3E%3C/svg%3E%0A");
  --url-icon-close-circle: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2103_3049)'%3E%3Cpath d='M17.0711 2.92891C15.1823 1.04016 12.6711 0 10 0C7.32895 0 4.8177 1.04016 2.92895 2.92895C1.0402 4.8177 0 7.32891 0 10C0 12.6711 1.04016 15.1824 2.92891 17.0711C4.81766 18.9598 7.32887 20 9.99996 20C12.6711 20 15.1823 18.9598 17.0711 17.0711C18.9598 15.1823 20 12.6711 20 10C20 7.32891 18.9598 4.8177 17.0711 2.92891ZM16.2424 16.2425C14.575 17.9098 12.358 18.8281 9.99996 18.8281C7.64187 18.8281 5.42492 17.9098 3.75754 16.2425C2.09012 14.575 1.17188 12.3581 1.17188 10C1.17188 7.64195 2.0902 5.425 3.75758 3.75758C5.425 2.09016 7.64191 1.17188 10 1.17188C12.3581 1.17188 14.575 2.09016 16.2425 3.75754C19.6845 7.19965 19.6845 12.8004 16.2424 16.2425Z' fill='%230169DA'/%3E%3Cpath d='M14.4083 13.5798L10.8285 10L14.4083 6.4203C14.6371 6.19147 14.6371 5.82049 14.4082 5.5917C14.1794 5.36288 13.8084 5.36288 13.5796 5.5917L9.99991 9.17139L6.42018 5.59167C6.19139 5.36284 5.82037 5.36284 5.59154 5.59167C5.36271 5.82049 5.36271 6.19147 5.59154 6.4203L9.17128 10L5.59154 13.5798C5.36271 13.8086 5.36271 14.1796 5.59154 14.4084C5.70596 14.5228 5.85592 14.58 6.00584 14.58C6.1558 14.58 6.30576 14.5228 6.42018 14.4084L9.99991 10.8287L13.5796 14.4084C13.6941 14.5228 13.844 14.58 13.994 14.58C14.1439 14.58 14.2939 14.5228 14.4083 14.4084C14.6371 14.1796 14.6371 13.8086 14.4083 13.5798Z' fill='%230169DA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2103_3049'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --url-icon-download: url("data:image/svg+xml,%3Csvg width='28' height='31' viewBox='0 0 28 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6209 16.5786L14.0438 24.1976M14.0438 24.1976L6.38281 16.5786M14.0438 24.1976V1.38049' stroke='%23E73E11' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.667969 17.5309V26.1024C0.667969 27.1127 1.06933 28.0817 1.78375 28.7961C2.49818 29.5105 3.46714 29.9119 4.47749 29.9119H23.5251C24.5355 29.9119 25.5044 29.5105 26.2189 28.7961C26.9333 28.0817 27.3346 27.1127 27.3346 26.1024V17.5309' stroke='%23E73E11' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  --url-icon-minus: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='7' width='16' height='2' fill='%23222B33'/%3E%3C/svg%3E%0A");
  --url-icon-plus: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='7' width='16' height='2' fill='%23222B33'/%3E%3Crect x='9' width='16' height='2' transform='rotate(90 9 0)' fill='%23222B33'/%3E%3C/svg%3E%0A");
  --url-icon-warning: url("data:image/svg+xml, %3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_178_3072)'%3E%3Cpath d='M13.3596 10.813C13.4836 11.063 13.5226 11.313 13.4766 11.563C13.4346 11.8197 13.3015 12.0526 13.1016 12.219C12.9051 12.4038 12.6442 12.5046 12.3746 12.5H1.12456C0.85496 12.5041 0.594302 12.4034 0.397557 12.219C0.197645 12.0526 0.0644889 11.8197 0.0225571 11.563C-0.0234429 11.313 0.0155571 11.063 0.140557 10.813L5.76556 1.06299C5.90556 0.812994 6.10156 0.647994 6.35156 0.569994C6.61656 0.476994 6.87456 0.476994 7.12456 0.569994C7.39056 0.647994 7.59356 0.812994 7.73456 1.06299L13.3596 10.813ZM6.74956 8.79599C6.45256 8.79599 6.19456 8.90599 5.97656 9.12399C5.87722 9.22157 5.79891 9.33845 5.74645 9.46744C5.694 9.59642 5.66851 9.73478 5.67156 9.87399C5.67156 10.171 5.77256 10.429 5.97656 10.647C6.19456 10.851 6.45256 10.952 6.74956 10.952C7.04656 10.952 7.29656 10.851 7.49956 10.647C7.71856 10.429 7.82756 10.171 7.82756 9.87399C7.82998 9.73275 7.80194 9.59265 7.74534 9.46323C7.68874 9.3338 7.60491 9.2181 7.49956 9.12399C7.40545 9.01864 7.28975 8.93481 7.16032 8.87821C7.0309 8.82161 6.8908 8.79357 6.74956 8.79599ZM5.71856 4.92999L5.90556 8.11699C5.90556 8.17999 5.92956 8.24199 5.97556 8.30499C6.03856 8.35199 6.10856 8.37499 6.18756 8.37499H7.31256C7.39056 8.37499 7.45256 8.35199 7.49956 8.30499C7.56256 8.24199 7.59356 8.17999 7.59356 8.11699L7.77956 4.92999C7.77956 4.83599 7.74856 4.76599 7.68656 4.71899C7.66536 4.68908 7.63712 4.66485 7.60433 4.64846C7.57153 4.63206 7.53521 4.624 7.49856 4.62499H5.99956C5.96 4.62557 5.92098 4.6342 5.88487 4.65036C5.84877 4.66652 5.81633 4.68987 5.78956 4.71899C5.74156 4.76599 5.71856 4.83699 5.71856 4.92999Z' fill='%23F94239'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_178_3072'%3E%3Crect width='14' height='13' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --url-icon-print: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_192_9414)'%3E%3Cpath d='M24.1875 20.25H20.8125C20.502 20.25 20.25 19.998 20.25 19.6875C20.25 19.377 20.502 19.125 20.8125 19.125H24.1875C25.1179 19.125 25.875 18.3679 25.875 17.4375V9.5625C25.875 8.63213 25.1179 7.875 24.1875 7.875H2.8125C1.88213 7.875 1.125 8.63213 1.125 9.5625V17.4375C1.125 18.3679 1.88213 19.125 2.8125 19.125H6.1875C6.498 19.125 6.75 19.377 6.75 19.6875C6.75 19.998 6.498 20.25 6.1875 20.25H2.8125C1.26113 20.25 0 18.9878 0 17.4375V9.5625C0 8.01225 1.26113 6.75 2.8125 6.75H24.1875C25.7389 6.75 27 8.01225 27 9.5625V17.4375C27 18.9878 25.7389 20.25 24.1875 20.25Z' fill='%231464BB'/%3E%3Cpath d='M16.3125 23.625H9.5625C9.252 23.625 9 23.373 9 23.0625C9 22.752 9.252 22.5 9.5625 22.5H16.3125C16.623 22.5 16.875 22.752 16.875 23.0625C16.875 23.373 16.623 23.625 16.3125 23.625Z' fill='%231464BB'/%3E%3Cpath d='M16.3125 21.375H9.5625C9.252 21.375 9 21.123 9 20.8125C9 20.502 9.252 20.25 9.5625 20.25H16.3125C16.623 20.25 16.875 20.502 16.875 20.8125C16.875 21.123 16.623 21.375 16.3125 21.375Z' fill='%231464BB'/%3E%3Cpath d='M11.8125 19.125H9.5625C9.252 19.125 9 18.873 9 18.5625C9 18.252 9.252 18 9.5625 18H11.8125C12.123 18 12.375 18.252 12.375 18.5625C12.375 18.873 12.123 19.125 11.8125 19.125Z' fill='%231464BB'/%3E%3Cpath d='M20.8125 7.875C20.502 7.875 20.25 7.623 20.25 7.3125V2.8125C20.25 1.88213 19.4929 1.125 18.5625 1.125H8.4375C7.50713 1.125 6.75 1.88213 6.75 2.8125V7.3125C6.75 7.623 6.498 7.875 6.1875 7.875C5.877 7.875 5.625 7.623 5.625 7.3125V2.8125C5.625 1.26225 6.88613 0 8.4375 0H18.5625C20.1139 0 21.375 1.26225 21.375 2.8125V7.3125C21.375 7.623 21.123 7.875 20.8125 7.875Z' fill='%231464BB'/%3E%3Cpath d='M18.5625 27H8.4375C6.88613 27 5.625 25.7377 5.625 24.1875V15.1875C5.625 14.877 5.877 14.625 6.1875 14.625H20.8125C21.123 14.625 21.375 14.877 21.375 15.1875V24.1875C21.375 25.7377 20.1139 27 18.5625 27ZM6.75 15.75V24.1875C6.75 25.1179 7.50713 25.875 8.4375 25.875H18.5625C19.4929 25.875 20.25 25.1179 20.25 24.1875V15.75H6.75Z' fill='%231464BB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_192_9414'%3E%3Crect width='27' height='27' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --url-icon-vk: url("data:image/svg+xml,%3Csvg width='34' height='20' viewBox='0 0 34 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.2416 1.375C33.4944 0.458333 33.1152 0 32.1041 0H28.3755C27.6171 0 27.0905 0.354167 26.7955 1.0625L26.1636 2.3125C25.658 3.39583 25.1314 4.39583 24.5836 5.3125C23.7831 6.60417 22.9827 7.6875 22.1822 8.5625C21.7608 9.02083 21.4238 9.33333 21.171 9.5C20.9182 9.625 20.6865 9.6875 20.4758 9.6875C20.3073 9.6875 20.1599 9.60417 20.0335 9.4375C19.9071 9.27083 19.8439 9 19.8439 8.625V1.375C19.8439 0.875 19.7596 0.520833 19.5911 0.3125C19.4647 0.104167 19.2119 0 18.8327 0H12.9554C12.7026 0 12.4709 0.0833333 12.2602 0.25C12.0917 0.416667 12.0074 0.625 12.0074 0.875C12.0074 1.08333 12.1549 1.375 12.4498 1.75C12.7447 2.08333 12.9554 2.39583 13.0818 2.6875C13.3346 3.1875 13.482 3.77083 13.5242 4.4375V9.875C13.5242 10.4167 13.461 10.7917 13.3346 11C13.2503 11.1667 13.0818 11.25 12.829 11.25C12.4077 11.25 11.8178 10.7917 11.0595 9.875C10.3011 8.95833 9.54275 7.77083 8.78439 6.3125C7.94176 4.72917 7.22553 3.10417 6.63569 1.4375C6.46716 0.895833 6.25651 0.520833 6.00372 0.3125C5.79306 0.104167 5.45601 0 4.99257 0H1.26394C0.421314 0 0 0.354167 0 1.0625C0 1.47917 0.14746 2.20833 0.442379 3.25C0.905824 4.54167 1.51673 5.9375 2.27509 7.4375C3.24411 9.39583 4.44486 11.3333 5.87732 13.25C7.39405 15.4167 9.16357 17.0833 11.1859 18.25C13.2082 19.4167 15.2094 20 17.1896 20C18.3271 20 19.0855 19.875 19.4647 19.625C19.7596 19.4167 19.886 19.0625 19.8439 18.5625V16.9375C19.8439 15.9375 19.8649 15.2917 19.9071 15C19.9071 14.5833 19.9703 14.3125 20.0967 14.1875C20.2652 14.0625 20.518 14 20.855 14C21.6555 14 22.8984 14.7917 24.5836 16.375C25.0892 16.875 25.658 17.5 26.29 18.25C26.9641 18.9583 27.4275 19.3958 27.6803 19.5625C28.0595 19.8542 28.4808 20 28.9442 20H32.6729C33.1784 20 33.5366 19.875 33.7472 19.625C34 19.3333 34.0632 18.9375 33.9368 18.4375C33.5576 17.2708 31.8513 15.1458 28.8178 12.0625L28.2491 11.4375C27.9963 11.1458 27.8699 10.8958 27.8699 10.6875C27.8699 10.4792 27.9963 10.1875 28.2491 9.8125C28.2912 9.77083 28.6915 9.20833 29.4498 8.125C30.3346 6.75 31.0929 5.54167 31.7249 4.5C32.6097 3.04167 33.1152 2 33.2416 1.375Z' fill='%2337474F'/%3E%3C/svg%3E%0A");
  --url-icon-youtube: url("data:image/svg+xml,%3Csvg width='29' height='20' viewBox='0 0 29 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.4158 3.125C28.2387 2.5 27.92 1.96181 27.4597 1.51042C26.9994 1.05903 26.4506 0.746528 25.8132 0.572917C24.8926 0.329861 22.7326 0.15625 19.3333 0.0520833L14.5 0L9.66667 0.0520833C6.2674 0.15625 4.10745 0.329861 3.18681 0.572917C2.54945 0.746528 2.00061 1.05903 1.54029 1.51042C1.07998 1.96181 0.761294 2.5 0.584249 3.125C0.336386 4.0625 0.159341 5.48611 0.0531136 7.39583C0.0177045 8.36806 0 9.23611 0 10L0.0531136 12.6042C0.159341 14.5486 0.336386 15.9896 0.584249 16.9271C0.761294 17.5174 1.07998 18.0382 1.54029 18.4896C2.00061 18.941 2.54945 19.2535 3.18681 19.4271C4.10745 19.6701 6.2674 19.8438 9.66667 19.9479L14.5 20L19.3333 19.9479C22.7326 19.8438 24.8926 19.6701 25.8132 19.4271C26.4506 19.2535 26.9994 18.941 27.4597 18.4896C27.92 18.0382 28.2387 17.5174 28.4158 16.9271C28.6636 15.9896 28.8407 14.5486 28.9469 12.6042L29 10L28.9469 7.39583C28.8407 5.48611 28.6636 4.0625 28.4158 3.125ZM11.5256 14.2708V5.78125L19.1209 10L11.5256 14.2708Z' fill='%2337474F'/%3E%3C/svg%3E%0A");
}

.ic-svg {
  font-family: Arial, Helvetica, sans-serif;
  --i-va: -0.05em;
  display: inline-block;
  flex-shrink: 0;
  width: var(--i-size, 1em);
  height: var(--i-size, 1em);
  vertical-align: var(--i-va);
  -o-object-fit: contain;
  object-fit: contain;
}
.ic-svg-flip-x {
  transform: scaleX(-1);
}
.ic-svg-flip-y {
  transform: scaleY(-1);
}

.ic-svg:not(img):not(svg) {
  -webkit-mask-image: var(--url);
  mask-image: var(--url);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  -webkit-mask-position: center;
}

.ic-svg-color {
  font-family: Arial, Helvetica, sans-serif;
  --i-va: -0.05em;
  display: inline-block;
  flex-shrink: 0;
  width: var(--i-size, 1em);
  height: var(--i-size, 1em);
  vertical-align: var(--i-va);
  -o-object-fit: contain;
  object-fit: contain;
  background-image: var(--url);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ic-svg-active {
  -webkit-mask-image: var(--active, var(--url));
  mask-image: var(--active, var(--url));
}

.ic-svg-warning {
  --url: var(--url-icon-warning);
}
.ic-svg-print {
  --url: var(--url-icon-print);
}
.ic-svg-phone {
  --url: var(--url-icon-phone);
}
.ic-svg-cart {
  --url: var(--url-icon-cart);
}
.ic-svg-menu {
  --url: var(--url-icon-menu);
}
.ic-svg-menu-dots {
  --url: var(--url-icon-menu-dots);
}
.ic-svg-search {
  --url: var(--url-icon-search);
}
.ic-svg-star {
  --url: var(--url-icon-star);
}
.ic-svg-check-circle {
  --url: var(--url-icon-check-circle);
}
.ic-svg-box {
  --url: var(--url-icon-box);
}
.ic-svg-chevron-down {
  --url: var(--url-icon-chevron-down);
}
.ic-svg-chevron-right {
  --url: var(--url-icon-chevron-right);
}
.ic-svg-clock {
  --url: var(--url-icon-clock);
}
.ic-svg-arrow-right {
  --url: var(--url-icon-arrow-right) ;
}
.ic-svg-arrow-right-2 {
  --url: var(--url-icon-arrow-right-2) ;
}
.ic-svg-map-point {
  --url: var(--url-icon-map-point) ;
}
.ic-svg-map-point-outline {
  --url: var(--url-icon-map-point-outline) ;
}
.ic-svg-whatsapp-outline {
  --base-color: var(--whatsapp-color);
  --url: var(--url-icon-whatsapp-outline);
}
.ic-svg-telegram-outline {
  --base-color: var(--telegram-color);
  --url: var(--url-icon-telegram-outline);
}
.ic-svg-user {
  --url: var(--url-icon-user);
}
.ic-svg-refresh {
  --url: var(--url-icon-refresh);
}
.ic-svg-settings {
  --url: var(--url-icon-settings);
}
.ic-svg-close {
  --url: var(--url-icon-close);
}
.ic-svg-close-circle {
  --url: var(--url-icon-close-circle);
}
.ic-svg-download {
  --url: var(--url-icon-download);
}
.ic-svg-minus {
  --url: var(--url-icon-minus);
}
.ic-svg-plus {
  --url: var(--url-icon-plus);
}
.ic-svg-vk {
  --url: var(--url-icon-vk);
}
.ic-svg-youtube {
  --url: var(--url-icon-youtube);
}

.scale-3\/2 {
  transform: scale(1.5);
}

.header {
  background: #022E5E;
  color: #fff;
  --link-color-rgb: 255, 255, 255;
  --link-hover-color-rgb: 255, 255, 255;
  --link-hover-opacity: 0.6;
}
@media (max-width: 1279.98px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 15;
  }
}
.header .btn {
  --link-hover-opacity: 1;
}

.header-container {
  padding-top: 10px;
  padding-bottom: 14px;
}
@media (max-width: 1279.98px) {
  .header-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header-main-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1279.98px) {
  .header-main-row {
    padding-bottom: 8px;
  }
}

.header-logo-wrap {
  width: 104px;
  padding-right: 14px;
  flex: 0 1 auto;
}
@media (max-width: 1279.98px) {
  .header-logo-wrap {
    display: none;
  }
}

.header-logo {
  width: 100%;
}

.header-slogan {
  width: 208px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.25;
  flex: 0 0 auto;
}
@media (max-width: 1279.98px) {
  .header-slogan {
    display: none;
  }
}
.header-slogan .slogan-br-1 {
  display: none;
}

.header-inner-wrapper {
  padding-left: 16px;
  border-left: 1px solid rgba(19, 102, 132, 0.5);
  flex: 1 1 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1279.98px) {
  .header-inner-wrapper {
    padding-left: 0;
    border-left: 0;
  }
}

.header-top-row {
  display: flex;
  flex: 1 1 auto;
  max-width: 100%;
  padding-left: var(--gutter-x);
}
@media (max-width: 1499.98px) {
  .header-top-row {
    width: 50%;
  }
}
@media (max-width: 1279.98px) {
  .header-top-row {
    display: none;
  }
}

.header-contacts {
  text-wrap: nowrap;
}
.header-contacts .item-contact {
  margin-right: 30px;
  font-size: 24px;
  line-height: 1.2083333333;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1499.98px) {
  .header-contacts .item-contact {
    font-size: 22px;
  }
}
.header-contacts .item-contact-caption {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #BFD1E0;
}

.header-contacts-top {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.header-contacts-top .ic-svg {
  color: #1464BB;
  font-size: 14px;
}

.header-contacts-city {
  margin-right: 30px;
}

.header-right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-upper-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 10px;
  justify-content: end;
}
.header-upper-nav .nav-item {
  margin-left: 40px;
  position: relative;
}
.header-upper-nav .nav-item.is-parent .nav-link::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: var(--url-icon-chevron-down);
  mask-image: var(--url-icon-chevron-down);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  -webkit-mask-position: center;
  color: #1464BB;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-left: 5px;
}
.header-upper-nav .nav-item:hover .nav-sub {
  display: block;
}
.header-upper-nav .nav-sub {
  background: #fff;
  position: absolute;
  top: 100%;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  display: none;
}
.header-upper-nav .nav-sub-link {
  display: inline-block;
  width: 100%;
  color: #1464BB;
  padding: 7px 10px;
}

.header-actions {
  margin-top: auto;
  align-items: center;
  text-align: right;
  text-wrap: nowrap;
  display: flex;
  gap: 0 20px;
}
.header-actions .btn {
  font-size: 15px;
  --btn-padding-x: 20px;
  --btn-padding-y: 0.375rem;
}
@media (max-width: 1499.98px) {
  .header-actions .btn {
    font-size: 14px;
    --btn-padding-x: 10px;
  }
}
.header-actions .btn-outline-secondary {
  --btn-color: #FFFFFF;
}
.header-actions .btn-outline-secondary:not(:hover) .ic-svg {
  color: var(--link-color);
}

.header-cart-btn {
  padding: 0 18px 0 9px;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-content: center;
}
.header-cart-btn .ic-svg {
  height: 33px;
  width: 36px;
  flex: 0 0 auto;
}
.header-cart-btn .item-counter {
  position: absolute;
  color: #fff;
  font-weight: 700;
  background: var(--primary);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 16px;
  padding: 2px 2px 0;
  min-width: 25px;
  height: 25px;
  right: 0;
  top: 0;
}

.header-bottom-row {
  display: flex;
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 1499.98px) {
  .header-bottom-row {
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .header-bottom-row {
    margin-top: 0;
  }
}

.header-cat-wrap {
  width: 208px;
  flex: 0 0 auto;
}
@media (max-width: 1279.98px) {
  .header-cat-wrap {
    display: none;
  }
}

.header-cat-btn {
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --btn-color: #FFFFFF;
}
.header-cat-btn:not(:hover) .ic-svg {
  color: var(--link-color);
}
.header-cat-btn-icon {
  vertical-align: middle;
  margin-right: 9px;
}

.header-search-wrap {
  flex: 1 1 100%;
  padding-left: var(--gutter-x);
}
@media (max-width: 1279.98px) {
  .header-search-wrap {
    padding-left: 0;
  }
}

.header-search {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.header-search__input {
  width: 100%;
  flex: 1 1 0;
  border-right: 0;
  padding: 13px 18px 13px;
  line-height: 1;
  font-size: 16px;
  color: var(--form-color);
}
@media (max-width: 991.98px) {
  .header-search__input {
    padding: 11px 10px 10px;
    font-size: 14px;
  }
}
.header-search__input:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.header-search__btn {
  flex: 0 0 auto;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .header-search__btn {
    width: 176px;
  }
}
@media (min-width: 992px) {
  .header-search__btn-icon {
    display: none;
  }
}
.header-search__btn-text {
  display: none;
}
@media (min-width: 992px) {
  .header-search__btn-text {
    display: block;
  }
}

.header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 1280px) {
  .header-mobile {
    display: none;
  }
}

.header-mobile-menu-btn {
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
}
.header-mobile-menu-btn .icon-btn {
  color: #F94239;
  margin-right: 6px;
}
.header-mobile-menu-btn .header-mm-text {
  text-transform: lowercase;
  font-size: 14px;
}

.header-mobile-left {
  flex: 1;
}

.header-mobile-right {
  flex: 1;
  text-align: right;
}

.header-mobile-actions .btn-link {
  --btn-padding-x: 0;
  --btn-padding-y: 0;
  text-decoration: none;
  margin-left: 6px;
}
.header-mobile-actions .btn-link .ic-svg {
  width: 22px;
  height: 22px;
}

.header-mobile-cart-btn {
  position: relative;
  padding-right: 8px;
}
.header-mobile-cart-btn .item-counter {
  position: absolute;
  color: #fff;
  font-weight: 700;
  background: var(--primary);
  font-size: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 16px;
  padding: 2px 2px 0;
  min-width: 15px;
  height: 15px;
  right: 0;
  top: 0;
}

.header-dropdown-container {
  position: relative;
}

.header-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  --link-color-rgb: 20, 100, 187;
  --link-hover-color-rgb: 20, 100, 187;
  color: var(--body-color);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  opacity: 1;
  z-index: 15;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .header-dropdown {
    transition: none;
  }
}
.header-dropdown:not(.show) {
  opacity: 0;
  touch-action: none;
  pointer-events: none;
  transform: translateY(-20%);
}
@media (max-width: 991.98px) {
  .header-dropdown {
    display: none;
  }
}

.header-compact .slogan-br-1 {
  display: block;
}
.header-compact .slogan-br-2 {
  display: none;
}
.header-compact .header-actions .btn {
  --btn-padding-y: 11px;
}
.header-compact .header-cart-btn .ic-svg {
  width: 46px;
  height: 42px;
}
.header-compact .header-bottom-row {
  display: none;
}
@media (max-width: 1279.98px) {
  .header-compact.scrolling .header-bottom-row {
    display: block;
  }
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background: #022E5E;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease-in-out;
}
.fixed-header .header-bottom-row {
  margin-top: 0;
}
@media (max-width: 1279.98px) {
  .fixed-header {
    display: none;
  }
}
.fixed-header:not(.show) {
  opacity: 0;
  touch-action: none;
  pointer-events: none;
  transform: translateY(-20%);
}

.fixed-header-container {
  display: flex;
  gap: 0 20px;
  align-items: center;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
}

.fixed-header-logo {
  width: 90px;
  flex: 0 1 auto;
}
.fixed-header-logo img {
  max-width: 100%;
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.fixed-header-content {
  flex: 1 1 auto;
}

.footer {
  background: #F4F4F2;
  padding-top: 34px;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.footer-logo-wrap {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer-logo-wrap {
    display: none;
  }
}

.footer-logo {
  width: 74px;
}

.footer-contacts {
  margin-bottom: 23px;
}
@media (max-width: 991.98px) {
  .footer-contacts {
    margin-bottom: 18px;
  }
}
.footer-contacts .item-contact-value {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  --link-hover-opacity: 0.6;
}

.footer-nav {
  --link-color-rgb: 55, 71, 79;
  --link-hover-color-rgb: 55, 71, 79;
  --link-hover-opacity: 0.6;
}
@media (max-width: 991.98px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav .nav-item {
  font-size: 14px;
}
.footer-nav .nav-item.is-top {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-nav .nav-item + .nav-item {
  margin-top: 11px;
}

.footer-text {
  font-size: 14px;
  color: #37474F;
}

.footer-socs {
  --link-color-rgb: 55, 71, 79;
  --link-hover-color-rgb: 55, 71, 79;
  --link-hover-opacity: 0.6;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
@media (max-width: 991.98px) {
  .footer-socs {
    margin-top: 18px;
  }
}
.footer-socs .item-soc-icon {
  height: 20px;
  width: 30px;
}

.footer-right-col {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .footer-right-col {
    margin-top: 18px;
    display: block;
  }
}
@media (min-width: 1280px) {
  .footer-right-col {
    margin-top: 0;
  }
}

.footer-law-text {
  margin-bottom: 26px;
}
@media (max-width: 991.98px) {
  .footer-law-text {
    margin-bottom: 18px;
  }
}

.footer-dev {
  --link-color-rgb: 55, 71, 79;
  --link-hover-color-rgb: 55, 71, 79;
  --link-hover-opacity: 0.6;
  margin-top: auto;
  text-align: right;
  padding-top: 10px;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .footer-dev {
    text-align: left;
  }
}

.mobile-menu-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--backdrop-bg);
  opacity: var(--backdrop-opacity);
  z-index: 60;
  width: 100%;
  height: 100%;
}
.mobile-menu.show ~ .mobile-menu-backdrop {
  display: block;
}

.mobile-menu {
  --padding-x: 0.9375rem;
  position: fixed;
  right: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 65;
  background: #022E5E;
  color: #fff;
  --link-color-rgb: 255, 255, 255;
  --link-hover-color-rgb: 255, 255, 255;
  --link-hover-opacity: 0.6;
  height: 100%;
  width: 100%;
  max-width: 20rem;
  overflow: auto;
  transition: transform 0.3s;
  box-shadow: none;
}
.mobile-menu.show {
  box-shadow: var(--box-shadow);
  transform: translateX(100%);
}

.mobile-menu-container {
  padding: 0 var(--padding-x);
}

.mobile-menu-top {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1464BB;
}

.mobile-menu-logo-wrap {
  flex: 0 0 auto;
  margin-right: 10px;
}

.mobile-menu-slogan {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  flex: 1 1 auto;
  text-transform: uppercase;
}

.mobile-menu-close {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: none;
  margin-left: 10px;
}
.mobile-menu-close svg {
  width: 19px;
  height: 19px;
}

.mobile-menu-location {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 18px;
}
.mobile-menu-location .ic-svg-map-point {
  color: #1464BB;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.mobile-menu-catalog-button {
  width: 100%;
  font-size: 21px;
  letter-spacing: 0.04em;
  --btn-padding-y: 15px;
}

.mobile-menu-actions {
  padding-top: 22px;
}

.mobile-menu-action {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}
.mobile-menu-action .icon {
  color: #1464BB;
  margin-right: 5px;
}

.mobile-menu-body {
  flex-grow: 1 0 auto;
}

.mobile-menu-nav .nav-item {
  border-bottom: 1px solid #1464BB;
  display: block;
  margin-top: 23px;
  padding-bottom: 12px;
}
.mobile-menu-nav .nav-item > .toggle {
  float: right;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 5px 0 5px 15px;
  border: 0;
  background: transparent;
}
.mobile-menu-nav .nav-item > .toggle::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0.998281C12 0.902061 11.9519 0.793814 11.8798 0.721649L11.2786 0.120275C11.2064 0.0481098 11.0982 0 11.002 0C10.9058 0 10.7976 0.0481098 10.7255 0.120275L6 4.84708L1.27455 0.120275C1.2024 0.0481098 1.09419 0 0.997996 0C0.889779 0 0.793587 0.0481098 0.721443 0.120275L0.12024 0.721649C0.0480962 0.793814 0 0.902061 0 0.998281C0 1.0945 0.0480962 1.20275 0.12024 1.27491L5.72345 6.87972C5.79559 6.95189 5.90381 7 6 7C6.09619 7 6.20441 6.95189 6.27655 6.87972L11.8798 1.27491C11.9519 1.20275 12 1.0945 12 0.998281Z' fill='%231464BB'/%3E%3C/svg%3E%0A");
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-menu-nav .nav-item.open > .toggle::before {
  transform: rotate(180deg);
}
.mobile-menu-nav .nav-item .item-counter {
  color: #fff;
  font-weight: 700;
  background: var(--primary);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 16px;
  padding: 2px 2px 0;
  min-width: 25px;
  height: 25px;
  right: 0;
  top: 0;
}
.mobile-menu-nav .nav-link {
  font-size: 18px;
}
.mobile-menu-nav .nav-sub {
  width: 100%;
  display: none;
}
.mobile-menu-nav .nav-sub-item {
  margin-top: 6px;
  margin-bottom: 12px;
}
.mobile-menu-nav .nav-sub-link {
  font-size: 15px;
}

.mobile-menu-bottom {
  margin-top: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}

.mobile-menu-socs-desc {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1464BB;
  margin-right: 11px;
}
.mobile-menu-socs-list {
  vertical-align: middle;
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 5px 16px;
}
.mobile-menu-socs-list .item-soc-link {
  color: #1464BB;
}
.mobile-menu-socs-list .item-soc-icon {
  width: 22px;
  height: 22px;
}

.body-mm-open {
  overflow: hidden;
}

.section {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1280px) {
  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-heading-container {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.section-heading-container .heading-2, .section-heading-container .section-heading, .section-heading-container .heading-3 {
  margin-bottom: 0px;
  display: inline-block;
}
@media (min-width: 1280px) {
  .section-heading-container {
    margin-bottom: 40px;
  }
}

.section-heading-addition {
  display: inline-block;
  vertical-align: middle;
  align-self: center;
}

.section-heading-container_mb-sm {
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .section-heading-container_mb-sm {
    margin-bottom: 20px;
  }
}

.section-padding-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1280px) {
  .section-padding-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-heading-slider-buttons .b-slider-btn-prev,
.section-heading-slider-buttons .b-slider-btn-next {
  --slider-btn-size: 30px;
  position: static;
}
@media (min-width: 1280px) {
  .section-heading-slider-buttons .b-slider-btn-prev,
  .section-heading-slider-buttons .b-slider-btn-next {
    --slider-btn-size: 40px;
  }
}

.section-more-wrap {
  margin-top: 16px;
  display: flex;
}
@media (min-width: 576px) {
  .section-more-wrap {
    margin-top: 40px;
  }
}

.section-more-btn {
  min-height: 45px;
  min-width: 215px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {
  .section-more-btn {
    min-height: 55px;
    font-size: 24px;
    --btn-padding-y: 9px;
  }
}

.breadcrumb {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.breadcrumb ::marker {
  content: "";
}
.breadcrumb a {
  text-decoration: none;
  color: #C3C1BB;
}
.breadcrumb a:hover {
  opacity: 0.5;
}
.breadcrumb__item {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='9' viewBox='0 0 21 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3536 4.85355C20.5488 4.65829 20.5488 4.34171 20.3536 4.14645L17.1716 0.964466C16.9763 0.769204 16.6597 0.769204 16.4645 0.964466C16.2692 1.15973 16.2692 1.47631 16.4645 1.67157L19.2929 4.5L16.4645 7.32843C16.2692 7.52369 16.2692 7.84027 16.4645 8.03553C16.6597 8.2308 16.9763 8.2308 17.1716 8.03553L20.3536 4.85355ZM20 4L4.37114e-08 4L-4.37114e-08 5L20 5L20 4Z' fill='%23C3C1BB'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  margin: 0 8px 0 6px;
}
.breadcrumb__item:last-child {
  color: #C3C1BB;
}

.breadrumb-wrap-inner-page {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .breadrumb-wrap-inner-page {
    margin-bottom: 20px;
  }
}

.page-top {
  padding-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-top {
    padding-top: 27px;
    margin-bottom: 40px;
  }
}
.page-top-heading {
  text-transform: uppercase;
  word-break: break-all;
  margin-bottom: 0;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
@media (min-width: 1280px) {
  .page-top-heading {
    margin-top: 40px;
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .page-top-heading {
    margin-top: 40px;
    font-size: 38px;
  }
}

.page-top + .section {
  margin-top: 0;
}

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
}
.pagination__first, .pagination__prev, .pagination__last, .pagination__next {
  color: #37474F;
  width: 55px;
  height: 55px;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1279.98px) {
  .pagination__first, .pagination__prev, .pagination__last, .pagination__next {
    width: 50px;
    height: 50px;
  }
}
.pagination__first .ic-svg, .pagination__prev .ic-svg, .pagination__last .ic-svg, .pagination__next .ic-svg {
  --i-size: 28px;
}
@media (max-width: 991.98px) {
  .pagination__first .ic-svg, .pagination__prev .ic-svg, .pagination__last .ic-svg, .pagination__next .ic-svg {
    --i-size: 20px;
  }
}
.pagination__first:not(span):hover, .pagination__prev:not(span):hover, .pagination__last:not(span):hover, .pagination__next:not(span):hover {
  color: #F94239;
}
@media (max-width: 767.98px) {
  .pagination__first, .pagination__last {
    display: none;
  }
}
.pagination__link {
  text-decoration: none;
  display: flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  color: #37474F;
  border: 1px solid currentColor;
}
.pagination__item.active .pagination__link {
  color: #F94239;
}

.pagination__link:not(span):hover {
  color: #F94239;
}
@media (max-width: 1279.98px) {
  .pagination__link {
    width: 50px;
    height: 50px;
  }
}

.pagination-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  gap: 20px 0;
  flex-wrap: wrap;
}
@media (max-width: 1279.98px) {
  .pagination-block {
    margin-top: 35px;
  }
}
@media (max-width: 991.98px) {
  .pagination-block {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.pagination-block__btn-container {
  flex: 0 0 auto;
}
@media (max-width: 1279.98px) {
  .pagination-block__btn-container {
    flex-basis: 100%;
    order: -1;
  }
}
.pagination-block__btn-container .btn {
  width: 100%;
  min-width: 215px;
}
@media (min-width: 1280px) {
  .pagination-block__btn-container .btn {
    min-height: 55px;
    --btn-padding-y: 9px;
  }
}
.pagination-block__pagination-container {
  display: flex;
}
@media (max-width: 1279.98px) {
  .pagination-block__pagination-container {
    flex-basis: 100%;
    justify-content: center;
  }
}

.pagination-block-left {
  flex: 1 1 33.333%;
}
@media (max-width: 991.98px) {
  .pagination-block-left {
    flex-basis: 100%;
  }
}

.pagination-block-right {
  flex: 1 1 33.333%;
}
@media (max-width: 991.98px) {
  .pagination-block-right {
    flex-basis: 100%;
  }
}

.b-input-count {
  display: block;
}
.b-input-count__wrap {
  display: flex;
  align-items: stretch;
}
.b-input-count__btn {
  padding: 5px 7px;
  border: 1px solid #BFD1E0;
  --btn-disabled-border-color: var(--input-border-color, #BFD1E0);
  --btn-hover-border-color: var(--input-border-color, #BFD1E0);
  min-width: 32px;
  min-height: 32px;
  line-height: 1;
}
.b-input-count__btn .ic-svg {
  --i-size: 10px;
}
.b-input-count__caption {
  color: #94A9BD;
  font-size: 15px;
  text-align: center;
}
.b-input-count__control {
  width: 0;
  padding: 4px 12px;
  min-width: 67px;
  flex-grow: 1;
  text-align: center;
  font-size: 15px;
  border: 1px solid var(--input-border-color, #BFD1E0);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  min-height: 32px;
  -moz-appearance: textfield;
}
.b-input-count__control:-moz-read-only {
  outline: none;
}
.b-input-count__control:read-only {
  outline: none;
}
.b-input-count__control::-webkit-outer-spin-button, .b-input-count__control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.b-slider {
  position: relative;
}
@media (max-width: 575.98px) {
  .b-slider_mobile-aside {
    --gutter-x: 16px;
  }
  .b-slider_mobile-aside .b-slider-btn-prev,
  .b-slider_mobile-aside .b-slider-btn-next {
    display: none;
  }
  .b-slider_mobile-aside .b-slider-wrap {
    overflow: visible;
  }
  .b-slider_mobile-aside .swiper {
    width: calc(83.3333333333% + 24px);
    overflow: visible;
  }
  .b-slider_mobile-aside .swiper-slide {
    transition: opacity 0.3s;
  }
}

.b-slider-wrap {
  overflow: hidden;
}

.b-slider-btn-prev,
.b-slider-btn-next {
  --slider-btn-size: 56px;
  --slider-btn-img: url("data:image/svg+xml,%3Csvg width='37' height='16' viewBox='0 0 37 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.3075 8.70711C36.698 8.31658 36.698 7.68342 36.3075 7.29289L29.9435 0.928932C29.553 0.538408 28.9198 0.538408 28.5293 0.928932C28.1388 1.31946 28.1388 1.95262 28.5293 2.34315L34.1862 8L28.5293 13.6569C28.1388 14.0474 28.1388 14.6805 28.5293 15.0711C28.9198 15.4616 29.553 15.4616 29.9435 15.0711L36.3075 8.70711ZM0.400391 9H35.6004V7H0.400391V9Z' fill='%23E73E11'/%3E%3C/svg%3E%0A");
  --slider-btn-img-size: 68%;
  width: var(--slider-btn-size);
  height: var(--slider-btn-size);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0;
  color: #000;
  border: 1px solid currentColor;
  display: inline-block;
}
.b-slider-btn-prev.swiper-button-disabled,
.b-slider-btn-next.swiper-button-disabled {
  color: #94A9BD;
  cursor: default;
}
.b-slider-btn-prev.swiper-button-lock,
.b-slider-btn-next.swiper-button-lock {
  display: none;
}
.b-slider-btn-prev::after,
.b-slider-btn-next::after {
  content: "";
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-mask-image: var(--slider-btn-img);
  mask-image: var(--slider-btn-img);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--slider-btn-img-size);
  mask-size: var(--slider-btn-img-size);
  background-color: currentColor;
  -webkit-mask-position: center;
}

.b-slider-btn-prev {
  --slider-btn-img: url("data:image/svg+xml,%3Csvg width='41' height='16' viewBox='0 0 41 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292892 8.70711C-0.0976295 8.31658 -0.0976295 7.68342 0.292892 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292892 8.70711ZM41 9L1 9V7L41 7V9Z' fill='%23828282'/%3E%3C/svg%3E%0A");
}

.b-slider_arrows-outside .b-slider-btn-prev {
  left: auto;
  right: calc(100% + 22px);
}
.b-slider_arrows-outside .b-slider-btn-next {
  right: auto;
  left: calc(100% + 22px);
}

.form-notice {
  display: flex;
  font-size: 15px;
  margin-bottom: 7px;
  line-height: 1.2;
}
.form-notice-icon {
  margin-right: 6px;
  flex: 0 0 auto;
  vertical-align: middle;
}
.form-notice-text {
  vertical-align: middle;
  align-self: center;
}

.row-cards-list {
  --gutter-y: 20px;
}
@media (min-width: 992px) {
  .row-cards-list {
    --gutter-y: 40px;
  }
}

.b-tags-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
@media (max-width: 575.98px) {
  .b-tags-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.b-tags-nav .nav-link {
  padding: 9px 14px;
  font-size: 15px;
  background: #F4F4F2;
  color: #37474F;
  display: block;
  white-space: nowrap;
}
.b-tags-nav .nav-link:not(.active):hover {
  filter: brightness(0.9);
}
.b-tags-nav .nav-link.active {
  color: #fff;
  background: #022E5E;
}

.b-quantity {
  display: inline-block;
}
.b-quantity__label {
  font-size: 16px;
  line-height: 1.1875;
  color: #37474F;
  margin-bottom: 6px;
  width: 100%;
}
.b-quantity__row {
  display: flex;
  gap: 5px 13px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .b-quantity__row {
    gap: 5px 8px;
  }
}
.b-quantity__indicator {
  --indicator-color: #1464BB;
  vertical-align: middle;
  display: inline-flex;
  gap: 0 6px;
}
.b-quantity__indicator.is-low {
  --indicator-color: #F94239;
}
@media (max-width: 575.98px) {
  .b-quantity__indicator {
    gap: 0 4px;
  }
}
.b-quantity__indicator-line {
  height: 35px;
  width: 4px;
  flex: 0 0 auto;
  background-color: var(--indicator-color);
}
@media (max-width: 575.98px) {
  .b-quantity__indicator-line {
    height: 24px;
    width: 3px;
  }
}
.b-quantity__indicator-line.is-empty {
  background-color: #E4E4E4;
}
.b-quantity__count {
  font-size: 15px;
  color: #37474F;
  min-width: 50px;
}

.b-fullwidth-video {
  position: relative;
  aspect-ratio: 1920/810;
}
.b-fullwidth-video .item-video-element {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.b-fullwidth-video .item-video-preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.b-fullwidth-video .item-video-preview::before {
  content: "";
  background: #000;
  position: absolute;
  opacity: 0.7;
  inset: 0;
  z-index: 5;
}
.b-fullwidth-video .item-video-preview::after {
  content: "";
  width: 100px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='72' viewBox='0 0 100 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.3219 0H50.8782C56.016 0.0189815 82.0489 0.208798 89.0681 2.1196C91.19 2.70277 93.1236 3.83947 94.6757 5.41611C96.2277 6.99275 97.3438 8.95412 97.9124 11.1042C98.5437 13.5085 98.9874 16.6911 99.2875 19.9749L99.35 20.6329L99.4875 22.278L99.5375 22.936C99.9438 28.719 99.9938 34.1351 100 35.3183V35.7928C99.9938 37.0203 99.9375 42.8033 99.4875 48.8268L99.4375 49.4912L99.3812 50.1492C99.0687 53.7683 98.6062 57.3622 97.9124 60.0069C97.3455 62.1579 96.23 64.1201 94.6777 65.6971C93.1254 67.274 91.1909 68.4101 89.0681 68.9915C81.8176 70.9656 54.2596 71.1048 50.4407 71.1111H49.5531C47.6217 71.1111 39.6337 71.0732 31.2582 70.7821L30.1956 70.7441L29.6519 70.7188L28.583 70.6745L27.5142 70.6302C20.5763 70.3202 13.9696 69.8204 10.9257 68.9852C8.80361 68.4043 6.86959 67.2691 5.31736 65.6934C3.76513 64.1177 2.64921 62.1567 2.08138 60.0069C1.38759 57.3685 0.925058 53.7683 0.612538 50.1492L0.562535 49.4848L0.512532 48.8268C0.20406 44.5395 0.0331262 40.2432 0 35.9447L0 35.1664C0.0125008 33.8061 0.0625039 29.105 0.400025 23.9167L0.443778 23.265L0.462529 22.936L0.512532 22.278L0.650041 20.6329L0.712545 19.9749C1.01256 16.6911 1.45634 13.5022 2.08763 11.1042C2.6545 8.95325 3.77 6.99096 5.32229 5.41405C6.87458 3.83714 8.80911 2.70102 10.9319 2.1196C13.9759 1.29707 20.5825 0.790896 27.5205 0.474538L28.583 0.430248L29.6581 0.392286L30.1956 0.373304L31.2645 0.329014C37.213 0.135242 43.164 0.0276679 49.1156 0.00632747H50.3219V0Z' fill='white'/%3E%3Cpath d='M50.3219 0H50.8782C56.016 0.0189815 82.0489 0.208798 89.0681 2.1196C91.19 2.70277 93.1236 3.83947 94.6757 5.41611C96.2277 6.99275 97.3438 8.95412 97.9124 11.1042C98.5437 13.5085 98.9874 16.6911 99.2875 19.9749L99.35 20.6329L99.4875 22.278L99.5375 22.936C99.9438 28.719 99.9938 34.1351 100 35.3183V35.7928C99.9938 37.0203 99.9375 42.8033 99.4875 48.8268L99.4375 49.4912L99.3812 50.1492C99.0687 53.7683 98.6062 57.3622 97.9124 60.0069C97.3455 62.1579 96.23 64.1201 94.6777 65.6971C93.1254 67.274 91.1909 68.4101 89.0681 68.9915C81.8176 70.9656 54.2596 71.1048 50.4407 71.1111H49.5531C47.6217 71.1111 39.6337 71.0732 31.2582 70.7821L30.1956 70.7441L29.6519 70.7188L28.583 70.6745L27.5142 70.6302C20.5763 70.3202 13.9696 69.8204 10.9257 68.9852C8.80361 68.4043 6.86959 67.2691 5.31736 65.6934C3.76513 64.1177 2.64921 62.1567 2.08138 60.0069C1.38759 57.3685 0.925058 53.7683 0.612538 50.1492L0.562535 49.4848L0.512532 48.8268C0.20406 44.5395 0.0331262 40.2432 0 35.9447L0 35.1664C0.0125008 33.8061 0.0625039 29.105 0.400025 23.9167L0.443778 23.265L0.462529 22.936L0.512532 22.278L0.650041 20.6329L0.712545 19.9749C1.01256 16.6911 1.45634 13.5022 2.08763 11.1042C2.6545 8.95325 3.77 6.99096 5.32229 5.41405C6.87458 3.83714 8.80911 2.70102 10.9319 2.1196C13.9759 1.29707 20.5825 0.790896 27.5205 0.474538L28.583 0.430248L29.6581 0.392286L30.1956 0.373304L31.2645 0.329014C37.213 0.135242 43.164 0.0276679 49.1156 0.00632747H50.3219V0ZM40.0025 20.3102V50.7946L65.9854 35.5587L40.0025 20.3102Z' fill='%23F94239'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  z-index: 6;
  inset: 0;
}
.b-fullwidth-video .item-video-preview:hover::after {
  opacity: 0.6;
}
.b-fullwidth-video .item-video-preview-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.b-fullwidth-video .item-video.active .item-video-preview {
  display: none;
}

.b-dogovor-selector {
  display: flex;
  align-items: center;
  gap: 5px 16px;
}
@media (max-width: 575.98px) {
  .b-dogovor-selector {
    flex-wrap: wrap;
  }
}
.b-dogovor-selector-label {
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .b-dogovor-selector-label {
    width: 100%;
  }
}
.b-dogovor-selector-select {
  flex: 1 1 auto;
  max-width: 100%;
}

.b-side-nav-links .nav-item {
  margin-bottom: 3px;
}
.b-side-nav-links .nav-link {
  display: block;
  padding: 12px 20px;
  background: #F4F4F2;
  color: inherit;
  font-size: 16px;
}
.b-side-nav-links .nav-link:hover, .b-side-nav-links .nav-link.active {
  color: #F94239;
}

.b-cat-root-sections__row {
  --gutter-y: 30px;
}
@media (max-width: 991.98px) {
  .b-cat-root-sections__row {
    --gutter-y: 10px;
  }
}
.b-cat-root-sections .item-section {
  --padding-x: 43px;
  --padding-y: 43px;
  background: #F4F4F2;
  color: #000;
  display: flex;
  padding-top: var(--padding-y);
  padding-bottom: var(--padding-y);
  min-height: 100%;
  align-items: center;
}
@media (max-width: 1279.98px) {
  .b-cat-root-sections .item-section {
    --padding-x: 22px;
    --padding-y: 22px;
  }
}
@media (max-width: 991.98px) {
  .b-cat-root-sections .item-section {
    --padding-x: 15px;
    --padding-y: 17px;
  }
}
.b-cat-root-sections .item-section-body {
  flex: 1 1 auto;
  max-width: 100%;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}
.b-cat-root-sections .item-section-title {
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 1499.98px) {
  .b-cat-root-sections .item-section-title {
    font-size: 27px;
  }
}
@media (max-width: 1279.98px) {
  .b-cat-root-sections .item-section-title {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .b-cat-root-sections .item-section-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.b-cat-root-sections .item-section-caption {
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .b-cat-root-sections .item-section-caption {
    font-size: 14px;
  }
}
.b-cat-root-sections .item-section-brands {
  font-size: 16px;
  line-height: 1.25;
  max-width: 210px;
}
@media (max-width: 991.98px) {
  .b-cat-root-sections .item-section-brands {
    font-size: 14px;
  }
}
.b-cat-root-sections .item-section-brands a {
  text-decoration: none;
}
.b-cat-root-sections .item-section-pic {
  padding-right: var(--padding-x);
  flex: 0 0 auto;
  margin-left: auto;
  width: 33%;
}
@media (max-width: 991.98px) {
  .b-cat-root-sections .item-section-pic {
    width: 25%;
  }
}

.b-catalog-table-heading {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1944444444;
  letter-spacing: 0.02;
  margin-bottom: 23px;
}
@media (max-width: 1499.98px) {
  .b-catalog-table-heading {
    font-size: 32px;
  }
}
@media (max-width: 1279.98px) {
  .b-catalog-table-heading {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .b-catalog-table-heading {
    font-size: 20px;
    margin-bottom: 9px;
  }
}

@media (max-width: 575.98px) {
  .b-catalog-table-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-catalog-table-wrap .item-product-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.b-catalog-table {
  min-width: 100%;
}
.b-catalog-table .is-pod-zakaz {
  color: #FF6B00;
}
.b-catalog-table .item-product-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-gap: 0 16px;
  padding-top: 11px;
  padding-bottom: 13px;
  border-bottom: 1px solid #F4F4F2;
}
.b-catalog-table .item-product-row > * {
  grid-column: 2/-1;
  min-width: 0;
}
@media (min-width: 992px) {
  .b-catalog-table .item-product-row {
    padding-top: 11px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .b-catalog-table .item-product-row:hover {
    background-color: #f9f9f8;
  }
}
.b-catalog-table .item-product-td {
  flex: 1 1 auto;
  max-width: var(--cell-width, 100%);
  width: var(--cell-width);
  padding: 6px var(--cell-padding-x);
  vertical-align: middle;
}
.b-catalog-table .item-product-td.is-sku {
  grid-column: 1/-1;
}
.b-catalog-table .item-product-td.is-picture {
  grid-column: 1/span 1;
  height: 0;
}
@media (max-width: 991.98px) {
  .b-catalog-table .item-product-td.is-actions {
    grid-column: 1/-1;
  }
  .b-catalog-table .item-product-td.is-actions .btn {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .b-catalog-table .item-product-td.is-price {
    margin-bottom: 8px;
  }
}
@media (max-width: 991.98px) {
  .b-catalog-table .item-product-brand {
    font-size: 15px;
    margin-bottom: 6px;
    display: inline-block;
  }
}
.b-catalog-table .item-product-picture {
  border: 1px solid #BFD1E0;
  width: 56px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-catalog-table .item-product-title {
  color: inherit;
  display: inline-block;
  word-break: break-word;
}
@media (max-width: 991.98px) {
  .b-catalog-table .item-product-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.b-catalog-table .item-product-price {
  line-height: 1;
}
@media (max-width: 991.98px) {
  .b-catalog-table .item-product-price {
    font-size: 16px;
  }
}
.b-catalog-table .item-product-price-old {
  font-size: 14px;
  color: #37474F;
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.b-catalog-table .item-product-price-old::after {
  content: "";
  height: 1px;
  position: absolute;
  width: calc(100% + 4px);
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary);
}
.b-catalog-table .item-product-td.is-price .this-bage-wrap {
  position: relative;
}
.b-catalog-table .item-product-sale-badge {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F94239;
  position: absolute;
  right: 100%;
  bottom: 100%;
  margin-bottom: 3px;
  margin-right: 10px;
}
.b-catalog-table .item-product-sale-badge::after {
  content: "";
  display: block;
  background-image: var(--url-icon-percent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.b-catalog-table .item-product-sku {
  word-break: break-word;
}
@media (max-width: 991.98px) {
  .b-catalog-table .item-product-sku {
    font-size: 15px;
    margin-bottom: 6px;
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  .b-catalog-table .item-product-availability {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
.b-catalog-table .item-product-action-cart {
  --btn-active-color: #37474F;
  --btn-active-border-color: #37474F;
  --btn-active-bg: transparent;
}

.b-catalog-table__header {
  background: var(--table-header-bg, #F4F4F2);
  color: var(--table-header-color);
}
@media (max-width: 991.98px) {
  .b-catalog-table__header {
    display: none;
  }
}

.b-catalog-table__header-row {
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
}

.b-catalog-table__th {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2222222222;
  padding-left: var(--cell-padding-x);
  padding-right: var(--cell-padding-x);
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1 1 auto;
  max-width: var(--cell-width, 100%);
  width: var(--cell-width);
}
@media (max-width: 1279.98px) {
  .b-catalog-table__th {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .b-catalog-table {
    display: table;
    --cell-padding-x: 12px;
  }
  .b-catalog-table__header-row {
    display: table-row;
  }
  .b-catalog-table__header, .b-catalog-table__body {
    display: table-row-group;
  }
  .b-catalog-table__th {
    display: table-cell;
  }
  .b-catalog-table .item-product-row {
    display: table-row;
  }
  .b-catalog-table .item-product-td {
    display: table-cell;
  }
  .b-catalog-table .is-sku {
    --cell-width: 285px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .b-catalog-table .is-sku {
    --cell-width: 160px;
  }
}
@media (min-width: 992px) {
  .b-catalog-table .is-picture {
    --cell-width: 80px;
  }
  .b-catalog-table .is-brand {
    --cell-width: 135px;
  }
  .b-catalog-table .is-desc {
    min-width: 200px;
  }
  .b-catalog-table .is-availability {
    --cell-width: 188px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .b-catalog-table .is-availability {
    --cell-width: 140px;
  }
}
@media (min-width: 992px) {
  .b-catalog-table .is-price {
    --cell-width: 188px;
  }
  .b-catalog-table .is-actions {
    text-align: right;
  }
  .b-catalog-table .is-actions .btn {
    white-space: nowrap;
  }
}
.b-table-new-prod-block-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.b-table-new-prod-wrap {
  min-width: 100%;
  background: #fff;
  overflow: auto;
  flex-grow: 1;
}
@media (max-width: 575.98px) {
  .b-table-new-prod-wrap {
    margin-left: -15px;
    margin-right: -15px;
    width: initial;
  }
}

.b-table-new-prod {
  min-width: 100%;
}
.b-table-new-prod .item-product-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-gap: 0 16px;
  padding-top: 11px;
  padding-bottom: 13px;
  border-bottom: 1px solid #F4F4F2;
}
.b-table-new-prod .item-product-row > * {
  grid-column: 2/-1;
  min-width: 0;
}
@media (min-width: 992px) {
  .b-table-new-prod .item-product-row {
    padding-top: 11px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .b-table-new-prod .item-product-row:hover {
    background-color: #f9f9f8;
  }
}
@media (max-width: 991.98px) {
  .b-table-new-prod .item-product-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b-table-new-prod .item-product-td {
  flex: 1 1 auto;
  max-width: var(--cell-width, 100%);
  width: var(--cell-width);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: var(--cell-padding-x);
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .b-table-new-prod .item-product-td {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.b-table-new-prod .item-product-td.is-sku {
  grid-column: 1/-1;
}
.b-table-new-prod .item-product-td.is-picture {
  grid-column: 1/span 1;
  height: 0;
}
@media (max-width: 991.98px) {
  .b-table-new-prod .item-product-brand {
    font-size: 15px;
    display: inline-block;
  }
}
.b-table-new-prod .item-product-picture {
  border: 1px solid #BFD1E0;
  width: 56px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-table-new-prod .item-product-title {
  color: inherit;
  display: inline-block;
  word-break: break-word;
}
@media (max-width: 991.98px) {
  .b-table-new-prod .item-product-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.b-table-new-prod .item-product-price {
  line-height: 1;
}
@media (max-width: 991.98px) {
  .b-table-new-prod .item-product-price {
    font-size: 16px;
  }
}
.b-table-new-prod .item-product-price-old {
  font-size: 14px;
  color: #37474F;
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.b-table-new-prod .item-product-price-old::after {
  content: "";
  height: 1px;
  position: absolute;
  width: calc(100% + 4px);
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary);
}
.b-table-new-prod .item-product-td.is-price .this-bage-wrap {
  position: relative;
}
.b-table-new-prod .item-product-sale-badge {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F94239;
  position: absolute;
  right: 100%;
  bottom: 100%;
  margin-bottom: 3px;
  margin-right: 10px;
}
.b-table-new-prod .item-product-sale-badge::after {
  content: "";
  display: block;
  background-image: var(--url-icon-percent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.b-table-new-prod .item-product-sku {
  word-break: break-word;
}
@media (max-width: 991.98px) {
  .b-table-new-prod .item-product-sku {
    font-size: 15px;
    margin-bottom: 6px;
    display: inline-block;
  }
}

.b-table-new-prod__header {
  background: var(--table-header-bg, #F94239);
  color: var(--table-header-color, #fff);
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .b-table-new-prod__header {
    display: none;
  }
}

.b-table-new-prod__header-row {
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
}

.b-table-new-prod__th {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2222222222;
  padding-left: var(--cell-padding-x);
  padding-top: 17px;
  padding-bottom: 17px;
  flex: 1 1 auto;
  max-width: var(--cell-width, 100%);
  min-width: var(--cell-width);
}
@media (max-width: 1279.98px) {
  .b-table-new-prod__th {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .b-table-new-prod {
    display: table;
    --cell-padding-x: 28px;
  }
  .b-table-new-prod__header-row {
    display: table-row;
  }
  .b-table-new-prod__header, .b-table-new-prod__body {
    display: table-row-group;
  }
  .b-table-new-prod__th {
    display: table-cell;
  }
  .b-table-new-prod .item-product-row {
    display: table-row;
  }
  .b-table-new-prod .item-product-td {
    display: table-cell;
  }
  .b-table-new-prod .is-sku {
    --cell-width: 285px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .b-table-new-prod .is-sku {
    --cell-width: 160px;
  }
}
@media (min-width: 992px) {
  .b-table-new-prod .is-picture {
    --cell-width: 80px;
  }
  .b-table-new-prod .is-brand {
    --cell-width: 135px;
  }
  .b-table-new-prod .is-desc {
    min-width: 200px;
  }
}
.b-cat-section-list-row {
  --gutter-y: 30px;
}
@media (max-width: 991.98px) {
  .b-cat-section-list-row {
    --gutter-y: 10px;
  }
}
@media (max-width: 575.98px) {
  .b-cat-section-list-row {
    --gutter-y: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-cat-section-list-row > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .b-cat-section-list-row > *:last-child {
    border-bottom: 1px solid #BFD1E0;
  }
}
.b-cat-section-list .item-section {
  padding: 20px 15px;
  border: 1px solid #BFD1E0;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 575.98px) {
  .b-cat-section-list .item-section {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}
.b-cat-section-list .item-section-pic {
  width: 70px;
  margin-right: 17px;
  flex: 0 0 auto;
}
.b-cat-section-list .item-section-img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.b-cat-section-list .item-section-body {
  flex: 1 1 auto;
  max-width: 100%;
}
.b-cat-section-list .item-section-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  text-transform: uppercase;
}
.b-cat-section-list .item-section-el-count {
  margin-top: 10px;
  font-size: 14px;
  color: #37474F;
}

.b-cat-logo-sections-row {
  --gutter-y: 40px;
}
@media (max-width: 991.98px) {
  .b-cat-logo-sections-row {
    --gutter-y: 20px;
  }
}
.b-cat-logo-sections .item-section {
  height: 100%;
}
.b-cat-logo-sections .item-section-pic {
  border: 1px solid #BFD1E0;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-cat-logo-sections .item-section-image {
  aspect-ratio: 176/76;
  width: 100%;
  max-width: 176px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
}
.b-cat-logo-sections .item-section-body {
  text-align: center;
}
.b-cat-logo-sections .item-section-title {
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .b-cat-logo-sections .item-section-title {
    margin-top: 8px;
    font-size: 14px;
  }
}

.b-delivery-intervals .item-interval {
  border: 1px solid #BFD1E0;
  padding: 19px 22px;
  height: 100%;
}
.b-delivery-intervals .item-interval-title {
  color: #0169DA;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .b-delivery-intervals .item-interval-title {
    font-size: 18px;
    text-align: center;
  }
}
.b-delivery-intervals .item-interval-row {
  display: flex;
  align-items: end;
  gap: 0 48px;
}
@media (max-width: 991.98px) {
  .b-delivery-intervals .item-interval-row {
    flex-wrap: wrap;
  }
}
.b-delivery-intervals .item-interval-timing {
  flex: 1 1 auto;
  max-width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .b-delivery-intervals .item-interval-timing {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
}
.b-delivery-intervals .item-interval-pic {
  display: flex;
  flex: 1 1 auto;
  width: 42%;
  justify-content: space-between;
  border-bottom: 2px dashed #BFD1E0;
  gap: 0 20px;
  align-items: end;
}
.b-delivery-intervals .item-interval-pic .icon {
  background: #fff;
  flex: 0 1 auto;
  height: 22px;
  width: auto;
  margin-bottom: -3px;
  position: relative;
  bottom: -3px;
}
.b-delivery-intervals .item-interval-pic .icon.start {
  padding-right: 4px;
}
.b-delivery-intervals .item-interval-pic .icon.end {
  padding-left: 4px;
}

.p-cat-detail .page-top-heading {
  text-transform: none;
}

.p-cat-detail__sku-table {
  margin-bottom: 60px;
}

.p-cat-detail__top-cont {
  display: flex;
}
@media (max-width: 991.98px) {
  .p-cat-detail__top-cont {
    flex-wrap: wrap;
  }
}

.p-cat-detail__picture {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding-right: var(--gutter-x);
  position: relative;
}
@media (max-width: 991.98px) {
  .p-cat-detail__picture {
    width: 100%;
  }
}
.p-cat-detail__picture .item-product-badges {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.p-cat-detail__picture .item-product-badge {
  display: inline-block;
}
.p-cat-detail__picture .item-product-badge-sale {
  background-color: #F94239;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.p-cat-detail__picture .item-product-badge-sale::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9121 5.45645C10.9121 2.4473 8.46418 0.00012207 5.45645 0.00012207C2.44801 0.00012207 0.00012207 2.4473 0.00012207 5.45645C0.00012207 8.46418 2.44766 10.9121 5.45645 10.9121C8.46418 10.9121 10.9121 8.46418 10.9121 5.45645ZM3.3391 22.5346C3.51075 22.4634 3.66664 22.359 3.79778 22.2273L22.234 3.79071C22.7864 3.23865 22.7864 2.34234 22.234 1.78992C21.6812 1.2375 20.7853 1.2375 20.2332 1.78992L1.79699 20.2269C1.24457 20.7786 1.24457 21.6749 1.79699 22.2273C1.92822 22.3589 2.08417 22.4634 2.25588 22.5346C2.42759 22.6058 2.61167 22.6424 2.79756 22.6422C2.9834 22.6424 3.16744 22.6058 3.3391 22.5346ZM13.0892 18.5438C13.0892 21.5526 15.5371 24.0001 18.5456 24.0001C21.5533 24.0001 24.0008 21.5526 24.0012 18.5438C24.0012 15.5361 21.5536 13.0882 18.5456 13.0882C15.5371 13.0882 13.0892 15.5361 13.0892 18.5438ZM15.919 18.5443C15.919 17.0963 17.0973 15.9183 18.5454 15.9183C19.9934 15.9183 21.171 17.0963 21.1714 18.5443C21.1714 19.9927 19.9937 21.171 18.5454 21.171C17.0973 21.171 15.919 19.9927 15.919 18.5443ZM2.82953 5.45659C2.82953 4.00821 4.00788 2.82986 5.45625 2.82986C6.90428 2.82986 8.08192 4.00821 8.08192 5.45659C8.08192 6.90426 6.90428 8.08226 5.45625 8.08226C4.00823 8.08226 2.82988 6.90426 2.82953 5.45659Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-cat-detail__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
}

.p-cat-detail__info-wrap {
  flex: 1 1 0;
  max-width: 100%;
}

.p-cat-detail__top-info {
  position: relative;
}
.p-cat-detail__top-info .item-product-param {
  line-height: 1.2;
}
.p-cat-detail__top-info .item-product-param .label {
  color: #37474F;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .p-cat-detail__top-info .item-product-param .label {
    display: block;
  }
}
.p-cat-detail__top-info .item-product-param .value {
  display: inline-block;
  font-size: 18px;
  word-break: break-word;
}
@media (max-width: 575.98px) {
  .p-cat-detail__top-info .item-product-param .value {
    font-size: 16px;
  }
}
.p-cat-detail__top-info .item-product-params {
  margin-bottom: 26px;
}
.p-cat-detail__top-info .item-product-brand {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 5px;
  height: 70px;
  border: 1px solid #BFD1E0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cat-detail__top-info .item-product-brand picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-cat-detail__top-info .item-product-brand img {
  max-height: 100%;
  width: auto;
  height: auto;
}
.p-cat-detail__top-info .item-product-available {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .p-cat-detail__top-info .item-product-available {
    font-size: 18px;
  }
}
.p-cat-detail__top-info .item-product-available.is-none {
  color: #F94239;
}
.p-cat-detail__top-info .item-product-available.is-order {
  color: #FF8A00;
}
.p-cat-detail__top-info .item-product-quantity {
  margin-bottom: 26px;
  display: flex;
  gap: 10px 57px;
}
@media (max-width: 575.98px) {
  .p-cat-detail__top-info .item-product-quantity {
    gap: 10px 15px;
  }
}
.p-cat-detail__top-info .item-product-price-wrap {
  margin-top: 26px;
  margin-bottom: 16px;
}
.p-cat-detail__top-info .item-product-price-label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.p-cat-detail__top-info .item-product-price {
  display: inline-block;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin-right: 13px;
}
.p-cat-detail__top-info .item-product-price-old {
  display: inline-block;
  color: #37474F;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  position: relative;
}
.p-cat-detail__top-info .item-product-price-old::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 10px;
  left: 0;
  background-color: #F94239;
}
.p-cat-detail__top-info .item-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 16px;
  margin-bottom: 32px;
}
.p-cat-detail__top-info .item-product-actions .action {
  font-size: 18px;
  --btn-padding-x: 20px;
  --btn-padding-y: 11px;
  min-width: 217px;
}
@media (max-width: 991.98px) {
  .p-cat-detail__top-info .item-product-actions .action {
    min-width: initial;
    flex: 1 1 auto;
  }
}
@media (max-width: 575.98px) {
  .p-cat-detail__top-info .item-product-actions .action {
    --btn-padding-x: 5px;
    --btn-padding-y: 11px;
    width: 100%;
  }
}
.p-cat-detail__top-info .item-product-actions .action-to-cart {
  --btn-disabled-bg: #D4D3CF;
  --btn-disabled-border-color: #D4D3CF;
}
.p-cat-detail__top-info .item-product-partner-note .icon {
  display: inline-block;
  margin-right: 6px;
}
.p-cat-detail__top-info .item-product-partner-note .item-note-text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 20px;
}

.p-cat-detail__info-wrap .p-cat-detail__tabs {
  margin-top: 48px;
}

.p-cat-detail__tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  gap: 10px 32px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .p-cat-detail__tabs .nav-tabs {
    flex-wrap: nowrap;
  }
}
.p-cat-detail__tabs .nav-link {
  color: #000;
  transition: color 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 3px solid #F94239;
}
.p-cat-detail__tabs .nav-link:not(.active) {
  color: #989898;
  border-color: transparent;
}
.p-cat-detail__tabs .nav-link:hover {
  color: #000;
}
@media (max-width: 1279.98px) {
  .p-cat-detail__tabs .item-product-tab {
    font-size: 15px;
  }
}
.p-cat-detail__tabs .item-product-tab:not(.show) {
  display: none;
}

.p-cat-detail__chars-table {
  max-width: 600px;
}
@media (max-width: 575.98px) {
  .p-cat-detail__chars-table {
    --border-width: 0;
  }
}
.p-cat-detail__chars-table .label {
  padding-left: 0;
  color: #37474F;
}
.p-cat-detail__chars-table .value {
  padding-right: 0;
  text-align: right;
}

.p-search__result-section {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .p-search__result-section {
    margin-bottom: 25px;
  }
}

.p-delivery__about-section {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .p-delivery__about-section {
    margin-bottom: 30px;
  }
}

.p-delivery__content .item-about-heading {
  margin-bottom: 20px;
}
.p-delivery__content .item-about-text {
  margin-bottom: 26px;
}
@media (max-width: 991.98px) {
  .p-delivery__content .item-about-text {
    margin-bottom: 1rem;
  }
}
.p-delivery__content .item-about-note {
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .p-delivery__content .item-about-note {
    margin-bottom: 1rem;
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .p-delivery__side {
    order: -1;
    margin-bottom: 16px;
  }
}

@media (max-width: 991.98px) {
  .p-delivery__side-gallery {
    display: flex;
  }
}
.p-delivery__side-gallery .item-gallery {
  margin-bottom: 46px;
}
@media (max-width: 991.98px) {
  .p-delivery__side-gallery .item-gallery {
    margin-bottom: 0;
    flex: 1 1 auto;
    width: 33%;
  }
}

.p-cart__cont {
  margin-bottom: 66px;
}
@media (max-width: 575.98px) {
  .p-cart__cont {
    margin-bottom: 1px;
  }
}

@media (min-width: 1280px) {
  .p-cart__empty-pic {
    margin-top: -80px;
  }
}

.p-cart__top-info {
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 20px;
}
@media (max-width: 1279.98px) {
  .p-cart__top-info {
    flex-wrap: wrap;
  }
}
.p-cart__top-info .b-dogovor-selector {
  flex-grow: 1;
}
@media (max-width: 1279.98px) {
  .p-cart__top-info .b-dogovor-selector {
    width: 100%;
    margin-bottom: 11px;
  }
}

.p-cart__top-info-params {
  display: flex;
  gap: 0 7px;
  flex-shrink: 0;
}
@media (max-width: 1279.98px) {
  .p-cart__top-info-params {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .p-cart__top-info-params {
    display: grid;
    grid-template-columns: 65% 1fr;
    gap: 0 20px;
  }
}
.p-cart__top-info-params .item-param {
  padding: 3px;
  background: #F1F1F1;
  text-align: center;
  flex: 0 0 auto;
  width: 175px;
}
@media (max-width: 1279.98px) {
  .p-cart__top-info-params .item-param {
    flex: 1 1 0;
  }
}
@media (max-width: 767.98px) {
  .p-cart__top-info-params .item-param {
    grid-column: 1/2;
    width: 100%;
    margin-bottom: 2px;
  }
}
.p-cart__top-info-params .item-param-label {
  color: #37474F;
  font-size: 12px;
  line-height: 1.1;
}
.p-cart__top-info-params .item-param-value {
  font-size: 16px;
  font-weight: 600;
}
.p-cart__top-info-params .item-param-action {
  --btn-padding-y: 7px;
  --btn-padding-x: 24px;
}
@media (max-width: 1279.98px) {
  .p-cart__top-info-params .item-param-action {
    flex: 1 1 0;
  }
}
@media (max-width: 767.98px) {
  .p-cart__top-info-params .item-param-action {
    grid-column: 2;
    grid-row: 1/4;
    width: 100%;
    padding: 0;
    margin-bottom: 2px;
  }
}
@media (max-width: 767.98px) {
  .p-cart__top-info-params .item-param-action .icon {
    margin-bottom: 18px;
  }
}
.p-cart__top-info-params .item-param-action .action-text {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: none;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .p-cart__top-info-params .item-param-action .action-text {
    display: block;
    text-align: center;
  }
}

.p-order-complete__title {
  font-size: 24px;
  line-height: 1.2083333333;
  margin-bottom: 30px;
}
@media (max-width: 1279.98px) {
  .p-order-complete__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .p-order-complete__picture {
    margin-top: -80px;
  }
}

.p-news-detail__block {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .p-news-detail__block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.p-news-detail__block_gallery .item-gallery-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 575.98px) {
  .p-news-detail__block_gallery .item-gallery-cont {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-news-detail__back-wrap {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .p-news-detail__back-wrap {
    margin-top: 46px;
  }
}

.p-news-detail__back-link {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .p-news-detail__back-link {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .p-news-detail__back-link {
    font-size: 20px;
    min-height: 55px;
    --btn-padding-y: 11px;
    --btn-padding-x: 24px;
  }
}

.p-404 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.p-404__row {
  display: flex;
  margin-left: -20px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .p-404__row {
    flex-wrap: wrap;
  }
}
.p-404__col {
  flex: 1 1 0;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .p-404__col {
    flex: 1 1 auto;
    width: 100%;
  }
}
.p-404__info {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .p-404__info {
    margin-bottom: 19px;
  }
}
@media (max-width: 575.98px) {
  .p-404__info {
    max-width: initial;
  }
}
.p-404__heading {
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-404 .item-heading-code {
  font-size: 180px;
  font-weight: 600;
  line-height: 0.75;
  display: block;
}
@media (max-width: 575.98px) {
  .p-404 .item-heading-code {
    font-size: 115px;
  }
}
.p-404 .item-heading-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 0.75;
}
@media (max-width: 575.98px) {
  .p-404 .item-heading-text {
    font-size: 20px;
  }
}
.p-404__text {
  margin-top: 12px;
  color: #37474F;
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  .p-404__text {
    text-align: center;
    font-size: 14px;
  }
}
.p-404__buttons {
  margin-top: 19px;
}
@media (min-width: 1280px) {
  .p-404__buttons {
    margin-top: 24px;
  }
}
.p-404__buttons .action-btn {
  font-size: 15px;
}
@media (max-width: 575.98px) {
  .p-404__buttons .action-btn {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .p-404__buttons .action-btn {
    --btn-padding-x: 22px;
    --btn-padding-y: 12px;
    font-size: 20px;
  }
}
.p-404__picture-wrap {
  text-align: center;
}
.p-404__pic {
  max-width: 480px;
  width: 100%;
}

.p-contacts__downl-links {
  margin-top: 30px;
}
@media (max-width: 1279.98px) {
  .p-contacts__downl-links {
    margin-top: 20px;
  }
}

.p-contacts__req-title {
  font-size: 16px;
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .p-contacts__req-title {
    font-size: 20px;
    margin-bottom: 29px;
  }
}

@media (max-width: 575.98px) {
  .p-contacts__req-table-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.p-contacts__req-table {
  --cell-padding-y: 12px;
  --cell-padding-x: 30px;
  font-size: 16px;
  --border-color: #fff;
  --border-width: 2px;
}
@media (max-width: 1279.98px) {
  .p-contacts__req-table {
    --cell-padding-y: 2px;
    --cell-padding-x: 14px;
    font-size: 14px;
  }
  .p-contacts__req-table td {
    height: 30px;
    vertical-align: middle;
  }
}
@media (max-width: 575.98px) {
  .p-contacts__req-table {
    font-size: 12px;
  }
}

.p-contacts__picture-wrap img {
  width: 100%;
  height: auto;
}

.p-contacts__map {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .p-contacts__map {
    margin-top: 60px;
  }
}

.p-cabinet__top {
  margin-bottom: 36px;
}
.p-cabinet__top .b-dogovor-selector {
  max-width: 815px;
}

.p-cabinet-inner-heading {
  font-size: 24px;
  line-height: 1.1666666667;
  min-height: 40px;
  font-weight: 300;
}

.p-cabinet__top-summary {
  display: flex;
  gap: 15px 20px;
  margin-bottom: 20px;
}
@media (max-width: 1279.98px) {
  .p-cabinet__top-summary {
    flex-wrap: wrap;
  }
}
.p-cabinet__top-summary .p-cabinet-inner-heading {
  display: flex;
}
@media (max-width: 1279.98px) {
  .p-cabinet__top-summary .p-cabinet-inner-heading {
    flex-wrap: wrap;
  }
}
.p-cabinet__top-summary .p-cabinet-inner-heading {
  align-self: center;
}
.p-cabinet__top-summary .item-summary-actions {
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .p-cabinet__top-summary .item-summary-actions {
    width: 100%;
  }
}
.p-cabinet__top-summary .item-update-wrap {
  display: flex;
  align-items: center;
  gap: 14px 16px;
}
@media (max-width: 767.98px) {
  .p-cabinet__top-summary .item-update-wrap {
    flex-wrap: wrap;
  }
  .p-cabinet__top-summary .item-update-wrap .action-update {
    width: 100%;
    font-size: 14px;
  }
}
.p-cabinet__top-summary .item-last-update {
  color: #37474F;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-cabinet__top-summary .item-last-update {
    width: 100%;
    text-align: center;
  }
}

.p-cabinet__filters .form-control,
.p-cabinet__filters .form-control-select {
  font-size: 14px;
}
.p-cabinet__filters .item-filter-row {
  --gutter-y: 20px;
  align-items: end;
}
@media (max-width: 767.98px) {
  .p-cabinet__filters .item-filter-row {
    --gutter-y: 15px;
  }
}
@media (min-width: 1500px) {
  .p-cabinet__filters .item-filter-row {
    --gutter-x: 40px;
  }
}
.p-cabinet__filters .item-filter-control {
  display: flex;
}
@media (max-width: 767.98px) {
  .p-cabinet__filters .item-filter-control {
    flex-wrap: wrap;
  }
}
.p-cabinet__filters .item-filter-control-label {
  --cell-width: 59px;
  font-weight: 300;
  margin-right: 11px;
  margin-top: 10px;
  margin-bottom: 6px;
  min-width: var(--cell-width);
}
@media (max-width: 1279.98px) {
  .p-cabinet__filters .item-filter-control-label {
    --cell-width: 69px;
  }
}
@media (max-width: 767.98px) {
  .p-cabinet__filters .item-filter-control-label {
    margin-top: 0;
    align-self: center;
  }
}
.p-cabinet__filters .item-filter-control-input {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .p-cabinet__filters .item-filter-control-input {
    width: 100%;
  }
}
.p-cabinet__filters .item-filter-date-range {
  display: flex;
  gap: 0 10px;
}
.p-cabinet__filters .item-filter-date-range .item-filter-control {
  flex-wrap: nowrap;
}
@media (max-width: 575.98px) {
  .p-cabinet__filters .item-filter-date-range {
    flex-wrap: wrap;
  }
  .p-cabinet__filters .item-filter-date-range .item-filter-control {
    flex: 1 0 0;
  }
  .p-cabinet__filters .item-filter-date-range .form-control {
    min-width: 60px;
  }
}
.p-cabinet__filters .item-filter-date-range .item-filter-control-label {
  min-width: auto;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .p-cabinet__filters .item-filter-date-range .item-filter-control-label {
    margin-right: 5px;
  }
}
.p-cabinet__filters .item-filter-date-range .item-filter-control-label.is-mobile {
  width: 100%;
  margin-top: 0;
}
.p-cabinet__filters .item-filter-date-range .form-control {
  min-width: 140px;
}
@media (max-width: 575.98px) {
  .p-cabinet__filters .item-filter-date-range .form-control-date {
    padding-left: 8px;
    padding-right: 37px;
    background-position: right 8px center;
  }
}
.p-cabinet__filters .btn[class*=outline] {
  --btn-disabled-color: #B9B9B9;
  --btn-disabled-border-color: #B9B9B9;
}
.p-cabinet__filters .item-filter-action-btns {
  display: flex;
  gap: 0 15px;
}
.p-cabinet__filters .item-filter-action-btns .btn {
  min-width: 105px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .p-cabinet__filters .item-filter-action-btns .btn {
    flex: 1 1 0;
  }
}

@media (max-width: 1279.98px) {
  .p-cabinet__main {
    margin-top: 34px;
  }
}

.p-cabinet__orders-wrap {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--border-color);
}

.p-cabinet-orders .item-order-th {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.p-cabinet-orders .item-order-td {
  font-size: 14px;
}
.p-cabinet-orders .item-order-th,
.p-cabinet-orders .item-order-td {
  flex: 0 0 auto;
  width: var(--cell-width);
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .p-cabinet-orders .item-order-th,
  .p-cabinet-orders .item-order-td {
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 7px;
    font-size: 14px;
  }
}
.p-cabinet-orders .item-order-th.is-order-code,
.p-cabinet-orders .item-order-td.is-order-code {
  --cell-width: 250px;
}
.p-cabinet-orders .item-order-th.is-total-price,
.p-cabinet-orders .item-order-td.is-total-price {
  --cell-width: 180px;
}
.p-cabinet-orders .item-order-th.is-status-order,
.p-cabinet-orders .item-order-td.is-status-order {
  --cell-width: 239px;
}
.p-cabinet-orders .item-order-th.is-status-payment,
.p-cabinet-orders .item-order-td.is-status-payment {
  --cell-width: 157px;
}
.p-cabinet-orders .item-order-th.is-delivery,
.p-cabinet-orders .item-order-td.is-delivery {
  --cell-width: 150px;
}
@media (max-width: 1499.98px) {
  .p-cabinet-orders .item-order-th.is-order-code,
  .p-cabinet-orders .item-order-td.is-order-code {
    --cell-width: 130px;
  }
  .p-cabinet-orders .item-order-th.is-total-price,
  .p-cabinet-orders .item-order-td.is-total-price {
    --cell-width: 180px;
  }
  .p-cabinet-orders .item-order-th.is-status-order,
  .p-cabinet-orders .item-order-td.is-status-order {
    --cell-width: 140px;
  }
  .p-cabinet-orders .item-order-th.is-status-payment,
  .p-cabinet-orders .item-order-td.is-status-payment {
    --cell-width: 140px;
  }
  .p-cabinet-orders .item-order-th.is-actions,
  .p-cabinet-orders .item-order-td.is-actions {
    --cell-width: 130px;
  }
}
.p-cabinet-orders .item-order-td.is-actions {
  padding-right: 0;
  flex: 1 1 0;
}
.p-cabinet-orders .item-order-td.is-actions .btn {
  width: 100%;
  font-size: 15px;
  --btn-padding-y: 8px;
  --btn-padding-x: 8px;
}

.p-cabinet-orders__header {
  display: flex;
  align-items: end;
  padding-left: 20px;
  margin-bottom: 6px;
}
@media (max-width: 991.98px) {
  .p-cabinet-orders__header {
    display: none;
  }
}

.p-cabinet-orders__order {
  border: 1px solid #BFD1E0;
  margin-bottom: 10px;
}
.p-cabinet-orders__order .item-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 50px;
}
@media (max-width: 767.98px) {
  .p-cabinet-orders__order .item-order-actions {
    gap: 5px 10px;
    justify-content: space-between;
  }
}
.p-cabinet-orders__order .item-order-actions .action-btn {
  padding: 0;
}
.p-cabinet-orders__order .item-order-actions .action-btn-icon {
  margin-bottom: 6px;
  width: 32px;
  height: 32px;
}
.p-cabinet-orders__order .item-order-actions .action-btn-text {
  display: block;
  font-size: 12px;
  color: #37474F;
}
.p-cabinet-orders__order .item-order-goods-table {
  margin-top: 20px;
}
.p-cabinet-orders__order .item-order-add-info {
  margin-top: 15px;
}
.p-cabinet-orders__order .item-order-add-info-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.p-cabinet-orders__order .item-order-add-info-text {
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .p-cabinet-orders__order .item-order-add-info-text {
    font-size: 14px;
  }
}

.p-cabinet-orders__order-box {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
@media (max-width: 991.98px) {
  .p-cabinet-orders__order-box {
    display: block;
    padding: 15px 15px;
  }
}
.p-cabinet-orders__order-box .td-mobile-label {
  width: 113px;
  flex: 0 0 auto;
  font-weight: 600;
}
@media (min-width: 992px) {
  .p-cabinet-orders__order-box .td-mobile-label {
    display: none;
  }
}
.p-cabinet-orders__order-box .item-order-code {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .p-cabinet-orders__order-box .item-order-code {
    font-size: 15px;
  }
}
.p-cabinet-orders__order-box .item-order-date {
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .p-cabinet-orders__order-box .item-order-date {
    font-size: 12px;
  }
}
.p-cabinet-orders__order-box .item-order-td.is-total-price {
  font-weight: 400;
}
.p-cabinet-orders__order-box .item-order-td.is-total-price .value {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .p-cabinet-orders__order-box .item-order-td.is-total-price .value {
    font-size: 15px;
  }
}
.p-cabinet-orders__order-box .item-order-td.is-total-price .currency {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .p-cabinet-orders__order-box .item-order-td.is-total-price .currency {
    font-size: 15px;
  }
}

.p-cabinet-orders__order.open .p-cabinet-orders__order-box {
  background-color: #EBFBFF;
}
.p-cabinet-orders__order.open .item-order-td.is-actions .action-more {
  --btn-border-color: #B9B9B9;
  --btn-color: #B9B9B9;
}

.p-cabinet-orders__order:not(.open) .p-cabinet-orders__order-content {
  display: none;
}

.p-cabinet-orders__order-content {
  padding: 20px;
}

.p-cabinet__pagination-wrap {
  margin-top: 40px;
}

.p-cabinet-raschet-filters {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #BFD1E0;
}
.p-cabinet-raschet-filters .p-cabinet__filters .item-filter-row .item-filter-action-btns .btn {
  width: 100%;
}
@media (min-width: 1280px) {
  .p-cabinet-raschet-filters .p-cabinet__filters .item-filter-row .item-filter-action-btns .btn {
    max-width: 240px;
  }
}

.p-cabinet-raschet__top {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .p-cabinet-raschet__top .action-print {
    float: right;
  }
}
@media (max-width: 575.98px) {
  .p-cabinet-raschet__top .action-print {
    width: 100%;
  }
}
.p-cabinet-raschet__top .action-print .icon {
  --i-size: 24px;
  float: left;
  margin-right: 18px;
}

.p-cabinet-raschet__content .item-act-heading {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5833333333;
}
.p-cabinet-raschet__content .item-act-caption {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5714285714;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279.98px) {
  .p-cabinet-raschet__content .item-act-caption {
    font-size: 12px;
  }
}
.p-cabinet-raschet__content .item-act-table-wrap {
  margin-top: 13px;
}
.p-cabinet-raschet__content .item-act-table {
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  --cell-padding-y: 8px;
  --cell-padding-x: 10px;
}
.p-cabinet-raschet__content .item-act-table th.is-date {
  min-width: 254px;
}
@media (max-width: 575.98px) {
  .p-cabinet-raschet__content .item-act-table th.is-date {
    min-width: 217px;
  }
}
@media (max-width: 575.98px) {
  .p-cabinet-raschet__content .item-act-table th.is-doc {
    min-width: 217px;
  }
}
.p-cabinet-raschet__content .item-act-table th.is-debit {
  min-width: 200px;
  text-align: center;
}
.p-cabinet-raschet__content .item-act-table th.is-credit {
  min-width: 200px;
  text-align: center;
}
.p-cabinet-raschet__content .item-act-summary-text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media (max-width: 1279.98px) {
  .p-cabinet-raschet__content .item-act-summary-text {
    font-size: 16px;
  }
}

.p-about__teasers {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1279.98px) {
  .p-about__teasers {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .p-about__teasers {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.p-about__gallery .swiper {
  --swiper-gutter-x: 0;
}
@media (max-width: 575.98px) {
  .p-about__gallery .swiper {
    max-width: 80%;
  }
}

@media (max-width: 575.98px) {
  .p-home__big-teaser-section {
    padding-bottom: 0;
  }
}

.p-home-about {
  position: relative;
  margin-top: 160px;
  background: #022E5E;
  color: #fff;
}
@media (max-width: 1279.98px) {
  .p-home-about {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .p-home-about {
    margin-bottom: 40px;
  }
}
.p-home-about__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 1279.98px) {
  .p-home-about__bg {
    opacity: 0.5;
  }
}
@media (max-width: 767.98px) {
  .p-home-about__bg {
    display: none;
  }
}
.p-home-about__cont {
  padding-top: 88px;
  padding-bottom: 88px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .p-home-about__cont {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-home-about__front-pic {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 50%;
  height: auto;
  transform: translateY(-100px);
}
@media (max-width: 1279.98px) {
  .p-home-about__front-pic {
    transform: none;
    top: 60px;
  }
}
@media (max-width: 767.98px) {
  .p-home-about__front-pic {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: -70px;
    width: 100%;
    max-width: 380px;
    display: block;
  }
}
.p-home-about .item-about-heading {
  font-size: 36px;
  margin-bottom: 32px;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 1279.98px) {
  .p-home-about .item-about-heading {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .p-home-about .item-about-heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-home-about .item-about-text-wrap {
  width: 50%;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .p-home-about .item-about-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.p-home-about .item-about-text {
  font-size: 18px;
  line-height: 1.2777777778;
}
@media (max-width: 1279.98px) {
  .p-home-about .item-about-text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .p-home-about .item-about-text {
    font-size: 14px;
  }
}

.p-home__cat-root-sections {
  margin-top: 0px;
  padding-top: 30px;
  border-top: 1px solid #F4F4F2;
}
@media (min-width: 1280px) {
  .p-home__cat-root-sections {
    padding-top: 50px;
    border-top: 0;
  }
}

@media (max-width: 575.98px) {
  .p-home__top-section {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

.p-home__top-section-sales {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-home__top-section-sales .this-slider-wrap {
  flex-grow: 1;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1279.98px) {
  .p-home__top-section-sales {
    padding-top: 30px;
  }
  .p-home__top-section-sales .this-slider-wrap {
    background: transparent;
  }
}
@media (max-width: 575.98px) {
  .p-home__top-section-sales .this-slider-wrap {
    padding-bottom: 27px;
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
  }
}

.hero-section {
  position: relative;
  background: #212529;
  color: #fff;
  display: flex;
  align-items: stretch;
  min-height: 750px;
  overflow: hidden;
}
@media (max-width: 1499.98px) {
  .hero-section {
    min-height: 650px;
  }
}
@media (max-width: 1279.98px) {
  .hero-section {
    min-height: 540px;
  }
}
@media (max-width: 991.98px) {
  .hero-section {
    min-height: 340px;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    min-height: 294px;
  }
}
.hero-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-section-bg::before {
  content: "";
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 16, 31, 0.8), rgba(0, 16, 31, 0.2), rgba(0, 29, 55, 0.4)), linear-gradient(180deg, #083765, rgba(0, 16, 31, 0.2), rgba(0, 29, 55, 0.4));
}
.hero-section-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero-section-cont {
  padding-top: 30px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.hero-section-cont > * {
  width: 100%;
}
.hero-section-heading {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1499.98px) {
  .hero-section-heading {
    font-size: 46px;
  }
}
@media (max-width: 1279.98px) {
  .hero-section-heading {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .hero-section-heading {
    font-size: 21px;
    letter-spacing: 0.01em;
  }
}
.hero-section-inner-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: var(--gutter-x);
  margin-top: 32px;
}
.hero-section-cat-btn-wrap {
  flex: 0 0 auto;
  width: 210px;
}
@media (max-width: 1279.98px) {
  .hero-section-cat-btn-wrap {
    display: none;
  }
}
.hero-section-cat-btn-wrap .action-btn {
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  --btn-bg: #022e5e;
  --btn-border-color: #022e5e;
  --btn-color: #FFFFFF;
}
.hero-section-cat-btn-wrap .action-btn .ic-svg {
  margin-right: 13px;
  margin-bottom: 2px;
}
.hero-section-cat-btn-wrap .action-btn:not(:hover) .ic-svg {
  color: #0169DA;
}
.hero-section-cat-btn-wrap .action-btn-icon {
  vertical-align: middle;
  margin-right: 9px;
}
.hero-section-bottom {
  margin-top: auto;
  display: flex;
}
@media (max-width: 991.98px) {
  .hero-section-bottom {
    display: block;
    padding-top: 55px;
  }
}
.hero-section-lead-caption {
  font-size: 60px;
  line-height: 0.9;
  font-weight: 800;
  width: 50%;
  padding-right: 15px;
  align-self: start;
  margin-bottom: 20px;
}
@media (max-width: 1499.98px) {
  .hero-section-lead-caption {
    font-size: 46px;
  }
}
@media (max-width: 1279.98px) {
  .hero-section-lead-caption {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-lead-caption {
    font-size: 28px;
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-section-lead-caption {
    font-size: 21px;
  }
}
.hero-section-info-block {
  flex: 1 1 0;
  max-width: 665px;
  margin-left: 30px;
  background: #F94239;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 25px 22px 20px 35px;
  justify-content: center;
}
@media (max-width: 1279.98px) {
  .hero-section-info-block {
    padding: 11px 11px 13px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-info-block {
    margin-left: 0;
    position: relative;
  }
  .hero-section-info-block::before {
    content: "";
    width: 100vw;
    background: #F94239;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;
    transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .hero-section-info-block {
    gap: 0 12px;
  }
}
.hero-section-info-block__number {
  font-size: 116px;
  line-height: 1;
  font-weight: 800;
}
@media (max-width: 1499.98px) {
  .hero-section-info-block__number {
    font-size: 90px;
  }
}
@media (max-width: 1279.98px) {
  .hero-section-info-block__number {
    font-size: 66px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-info-block__number {
    font-size: 56px;
  }
}
@media (max-width: 767.98px) {
  .hero-section-info-block__number {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .hero-section-info-block__number {
    font-size: 24px;
  }
}
.hero-section-info-block__text {
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media (max-width: 1499.98px) {
  .hero-section-info-block__text {
    font-size: 28px;
  }
}
@media (max-width: 1279.98px) {
  .hero-section-info-block__text {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-info-block__text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .hero-section-info-block__text {
    font-size: 16px;
  }
}

.hero-search {
  display: flex;
}
.hero-search-wrap {
  flex: 1 1 auto;
  max-width: 100%;
}
.hero-search__input {
  font-size: 18px;
  padding: 23px 26px;
  color: #37474F;
}
@media (max-width: 1279.98px) {
  .hero-search__input {
    padding: 15px 15px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .hero-search__input {
    font-size: 14px;
    padding: 10px 10px;
  }
}
.hero-search__btn {
  min-width: 175px;
  font-size: 21px;
  flex: 0 0 auto;
}
.hero-search__btn .action-icon {
  display: none;
  --i-size: 18px;
}
@media (max-width: 1279.98px) {
  .hero-search__btn {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .hero-search__btn {
    min-width: initial;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-search__btn .action-text {
    display: none;
  }
  .hero-search__btn .action-icon {
    display: inline-block;
  }
}
.hero-search__btn {
  white-space: nowrap;
}

@media (min-width: 1280px) {
  .modals-auth .modal-header {
    padding-bottom: 44px;
  }
}

.modal-registr-call-number {
  background: #fff;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .modal-registr-call-number {
    font-size: 24px;
    padding: 22px 10px;
  }
}
@media (min-width: 1280px) {
  .modal-registr-call-number {
    font-size: 36px;
    padding: 30px 10px;
  }
}

.modal-registr-call-text {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #37474F;
}
@media (min-width: 992px) {
  .modal-registr-call-text {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .b-cart-table-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-cart-table-wrap .item-product-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.b-cart-table {
  min-width: 100%;
}
.b-cart-table .item-product-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-gap: 0 16px;
  grid-auto-flow: dense;
  padding-top: 11px;
  padding-bottom: 13px;
  border-bottom: 1px solid #F4F4F2;
}
.b-cart-table .item-product-row > * {
  grid-column: 2/-1;
  min-width: 0;
}
@media (min-width: 992px) {
  .b-cart-table .item-product-row {
    padding-top: 11px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.b-cart-table .item-product-delete-action {
  padding: 0;
  background: transparent;
  border: 0;
  line-height: 1;
  --btn-color: #0169DA;
}
.b-cart-table .item-product-delete-action .ic-svg {
  width: 20px;
  height: 20px;
}
.b-cart-table .item-product-td {
  flex: 1 1 auto;
  max-width: var(--cell-width, 100%);
  width: var(--cell-width);
  padding: 6px var(--cell-padding-x);
  vertical-align: middle;
  position: relative;
}
.b-cart-table .item-product-td.is-total-price {
  --cell-width: 130px;
}
.b-cart-table .item-product-td .basket-items-list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  opacity: 0.7;
}
.b-cart-table .item-product-td:first-child {
  padding-left: 0;
}
.b-cart-table .item-product-td:last-child {
  padding-right: 0;
}
.b-cart-table .item-product-td.is-select {
  grid-column: 1/2;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .b-cart-table .item-product-td.is-select {
    margin-bottom: 0;
  }
}
.b-cart-table .item-product-td.is-delete {
  grid-column: 2/-1;
  text-align: right;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .b-cart-table .item-product-td.is-delete {
    margin-bottom: 0;
  }
}
.b-cart-table .item-product-td.is-sku {
  grid-column: 2/-1;
}
.b-cart-table .item-product-td.is-picture {
  grid-column: 1/span 1;
  height: 0;
}
@media (max-width: 991.98px) {
  .b-cart-table .item-product-td.is-actions {
    grid-column: 1/-1;
  }
  .b-cart-table .item-product-td.is-actions .btn {
    width: 100%;
  }
}
.b-cart-table .item-product-pod-zakaz {
  color: #FF5C00;
  font-size: 13px;
}
.b-cart-table .item-product-count-control {
  max-width: 176px;
}
@media (max-width: 991.98px) {
  .b-cart-table .item-product-count-control {
    margin-bottom: 8px;
  }
}
.b-cart-table .item-product-select-check {
  width: 20px;
  height: 20px;
  margin: 0;
  --border-color: #0169DA;
}
.b-cart-table .item-product-brand {
  font-size: 13px;
}
@media (max-width: 991.98px) {
  .b-cart-table .item-product-brand {
    margin-bottom: 6px;
    display: inline-block;
  }
}
.b-cart-table .item-product-picture {
  border: 1px solid #BFD1E0;
  width: 56px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-cart-table .item-product-title {
  color: inherit;
  width: 100%;
  word-break: break-word;
  font-size: 13px;
  color: #37474F;
}
@media (max-width: 991.98px) {
  .b-cart-table .item-product-title {
    margin-bottom: 6px;
  }
}
.b-cart-table .item-product-price-label {
  font-size: 10px;
  color: #37474F;
}
.b-cart-table .item-product-price {
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .b-cart-table .item-product-price {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.b-cart-table .item-product-total-price {
  white-space: nowrap;
}
.b-cart-table .item-product-sku {
  text-overflow: ellipsis;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .b-cart-table .item-product-sku {
    margin-bottom: 6px;
    display: inline-block;
  }
}
.b-cart-table .item-product-not-available {
  text-align: center;
}
@media (max-width: 991.98px) {
  .b-cart-table .item-product-not-available {
    font-size: 13px;
    margin-bottom: 9px;
    text-align: left;
  }
}

.b-cart-table .item-product-row.is-not-available .item-product-td.is-desc,
.b-cart-table .item-product-row.is-not-available .item-product-td.is-sku,
.b-cart-table .item-product-row.is-not-available .item-product-td.is-picture {
  opacity: 0.5;
  pointer-events: none;
  touch-action: none;
}

/*
.b-cart-table__header {
  background: var(--table-header-bg, $light);
  color: var(--table-header-color);
  @include media-breakpoint-down(lg) {
    display: none;
  }
}
.b-cart-table__header-row {
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
}
.b-cart-table__th {
  font-weight: 600;
  font-size: 18px;
  line-height: divide(22, 18);
  padding-left: var(--cell-padding-x);
  padding-right: var(--cell-padding-x);
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1 1 auto;
  max-width: var(--cell-width, 100%);
  min-width: var(--cell-width);
  @include media-breakpoint-down(xl) {
    font-size: 16px;
  }
}
*/
@media (min-width: 992px) {
  .b-cart-table {
    display: table;
    --cell-padding-x: 12px;
  }
  .b-cart-table__header-row {
    display: table-row;
  }
  .b-cart-table__header, .b-cart-table__body {
    display: table-row-group;
  }
  .b-cart-table__th {
    display: table-cell;
  }
  .b-cart-table .item-product-row {
    display: table-row;
    vertical-align: middle;
  }
  .b-cart-table .item-product-td {
    display: table-cell;
  }
  .b-cart-table .is-sku {
    --cell-width: 159px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .b-cart-table .is-sku {
    --cell-width: 160px;
  }
}
@media (min-width: 992px) {
  .b-cart-table .is-picture {
    --cell-width: 80px;
  }
  .b-cart-table .is-desc {
    min-width: 200px;
  }
  .b-cart-table .is-price {
    --cell-width: 116px;
  }
}
.b-cart-table-top {
  padding: 20px 20px;
  background-color: #F4F4F2;
  display: flex;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .b-cart-table-top {
    flex-wrap: wrap;
    row-gap: 18px;
  }
}
@media (max-width: 575.98px) {
  .b-cart-table-top {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.b-cart-table-top__notice {
  flex: 1 1 auto;
  max-width: 100%;
  font-size: 18px;
  padding-right: 15px;
}
@media (max-width: 1279.98px) {
  .b-cart-table-top__notice {
    font-size: 15px;
  }
}
.b-cart-table-top__actions {
  display: flex;
  gap: 0 30px;
}
@media (max-width: 991.98px) {
  .b-cart-table-top__actions {
    gap: 0 10px;
  }
}
.b-cart-table-top__actions .action {
  --btn-padding-y: 0;
  --btn-padding-x: 0;
  font-size: 14px;
}
.b-cart-table-top__actions .action .ic-svg {
  vertical-align: middle;
  --i-size: 20px;
}

.b-order-form {
  background: #F4F4F2;
  padding: 26px 15px;
}
@media (min-width: 992px) {
  .b-order-form {
    padding: 26px 26px;
  }
}
@media (min-width: 1280px) {
  .b-order-form {
    padding: 32px 37px;
  }
}
@media (max-width: 575.98px) {
  .b-order-form {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.b-order-form__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2142857143;
}
@media (min-width: 1280px) {
  .b-order-form__title {
    font-size: 28px;
  }
}
.b-order-form__caption {
  font-size: 14px;
  margin-bottom: 11px;
}
@media (min-width: 1280px) {
  .b-order-form__caption {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
.b-order-form__total {
  margin-top: 17px;
}
@media (min-width: 1280px) {
  .b-order-form__total {
    margin-top: 22px;
  }
}
.b-order-form__total .item-total-title {
  text-transform: uppercase;
  color: #37474F;
  font-weight: 800;
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .b-order-form__total .item-total-title {
    font-size: 15px;
  }
}
.b-order-form__total .item-total-price {
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  font-size: 24px;
}
.b-order-form__total .item-total-price .item-currency {
  font-size: 22px;
}
@media (min-width: 1280px) {
  .b-order-form__total .item-total-price {
    font-size: 28px;
  }
  .b-order-form__total .item-total-price .item-currency {
    font-size: 26px;
  }
}
.b-order-form__btn-block {
  margin-top: 20px;
}
.b-order-form__btn {
  font-size: 16px;
  --btn-padding-x: 5px;
  --btn-padding-y: 12px;
}
.b-order-form__note-text {
  font-size: 14px;
  margin-top: 6px;
}
.b-order-form__param {
  border-top: 1px solid #fff;
  padding-top: 12px;
}
@media (min-width: 1280px) {
  .b-order-form__param {
    padding-top: 18px;
  }
}
.b-order-form__param .from-check-label {
  font-size: 14px;
  color: #37474F;
}
@media (min-width: 1280px) {
  .b-order-form__param .from-check-label {
    font-size: 15px;
  }
}
.b-order-form__param-title {
  font-size: 14px;
  font-weight: 800;
  color: #37474F;
  text-transform: uppercase;
  line-height: 1.1428571429;
  margin-bottom: 11px;
}
@media (min-width: 1280px) {
  .b-order-form__param-title {
    font-size: 15px;
  }
}

.modal-buy-without-reg .item-modal-total {
  color: #37474F;
  font-size: 16px;
  margin-bottom: 22px;
}
@media (max-width: 1279.98px) {
  .modal-buy-without-reg .item-modal-total {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.b-pdf-download-link {
  --link-color-rgb: var(--primary-rgb);
}
.b-pdf-download-link__icon {
  margin-right: 8px;
  align-self: center;
  flex: 0 0 auto;
  width: 36px;
}
.b-pdf-download-link__text {
  font-weight: 600;
}
@media (min-width: 1280px) {
  .b-pdf-download-link__text {
    font-size: 18px;
  }
}

.b-news-list__row {
  --gutter-y: 40px;
}
@media (max-width: 1279.98px) {
  .b-news-list__row {
    --gutter-y: 35px;
  }
}
.b-news-list .item-news {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.b-news-list .item-news-picture {
  margin-bottom: 20px;
}
@media (max-width: 1279.98px) {
  .b-news-list .item-news-picture {
    margin-bottom: 10px;
  }
}
.b-news-list .item-news-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.b-news-list .item-news-date {
  color: #37474F;
  font-size: 14px;
  margin-bottom: 24px;
}
@media (max-width: 1279.98px) {
  .b-news-list .item-news-date {
    margin-bottom: 12px;
  }
}
.b-news-list .item-news-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3888888889;
}
@media (max-width: 1279.98px) {
  .b-news-list .item-news-title {
    font-size: 14px;
  }
}
.b-news-list .item-news-bottom {
  margin-top: auto;
  padding-top: 24px;
}
@media (max-width: 1279.98px) {
  .b-news-list .item-news-bottom {
    padding-top: 12px;
  }
}
.b-news-list .item-news-more {
  --btn-padding-x: 24px;
}
@media (max-width: 575.98px) {
  .b-news-list .item-news-more {
    width: 100%;
    font-size: 15px;
  }
}

.b-hero {
  position: relative;
  min-height: 383px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1279.98px) {
  .b-hero {
    min-height: 290px;
  }
}
@media (max-width: 991.98px) {
  .b-hero {
    min-height: 170px;
  }
}
.b-hero__bg {
  position: absolute;
  inset: 0;
}
.b-hero__bg::after {
  content: "";
  background: #000;
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.7;
}
.b-hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.b-hero__content {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 5;
}
.b-hero__title {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.1875;
  text-transform: uppercase;
  max-width: 58.3333333333%;
}
@media (max-width: 1499.98px) {
  .b-hero__title {
    max-width: 66.6666666667%;
  }
}
@media (max-width: 1279.98px) {
  .b-hero__title {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .b-hero__title {
    max-width: 100%;
    font-size: 24px;
  }
}

.b-contacts-map {
  min-height: 480px;
  position: relative;
}
.b-contacts-map__info-box {
  background: #fff;
  flex: 0 0 auto;
  width: 100%;
  padding: 20px 0 20px;
}
@media (min-width: 1280px) {
  .b-contacts-map__info-box {
    width: calc(50% - 50px);
    max-width: 660px;
    padding: 54px;
    position: absolute;
    top: 150px;
    z-index: 3;
  }
}
.b-contacts-map .item-box-toggles {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 25px;
}
@media (max-width: 1279.98px) {
  .b-contacts-map .item-box-toggles {
    margin-bottom: 24px;
  }
}
.b-contacts-map .item-toggle {
  --btn-active-color: #fff;
  --btn-active-bg: var(--primary);
  --btn-active-border-color: var(--primary);
  --btn-hover-color: #fff;
  --btn-hover-bg: var(--primary);
  --btn-hover-border-color: var(--primary);
  font-size: 14px;
}
.b-contacts-map .item-box-point-info:not(.show) {
  display: none;
}
.b-contacts-map .item-contact-value {
  --link-color-rgb: var(--body-color-rgb);
  font-size: 28px;
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
}
@media (max-width: 1279.98px) {
  .b-contacts-map .item-contact-value {
    font-size: 20px;
  }
}
.b-contacts-map .item-contact-adress {
  margin-top: 17px;
  margin-bottom: 26px;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media (max-width: 1279.98px) {
  .b-contacts-map .item-contact-adress {
    margin-top: 12px;
    margin-bottom: 7px;
    font-size: 16px;
  }
}
.b-contacts-map .item-box-text {
  font-size: 18px;
}
@media (max-width: 1279.98px) {
  .b-contacts-map .item-box-text {
    font-size: 15px;
  }
}
.b-contacts-map .item-contacts-map {
  height: 40vh;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .b-contacts-map .item-contacts-map {
    height: 580px;
  }
}
@media (min-width: 992px) {
  .b-contacts-map .item-contacts-map {
    height: 640px;
  }
}
@media (min-width: 1280px) {
  .b-contacts-map .item-contacts-map {
    width: 100%;
    height: 760px;
  }
}
.b-contacts-map .item-contacts-map > * {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F4F4F2;
  position: absolute;
}

.b-order-goods-table {
  width: 100%;
  border-bottom: 1px solid #F4F4F2;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .b-order-goods-table thead {
    display: none;
  }
}
.b-order-goods-table th {
  background: #F4F4F2;
  padding: 14px 16px;
}
.b-order-goods-table .goods-mobile-label {
  padding-right: 16px;
  font-size: 14px;
  font-weight: 600;
  flex: 0 0 auto;
  width: 90px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .b-order-goods-table .goods-mobile-label {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .b-order-goods-table .item-goods {
    display: block;
    padding-bottom: 4px;
    margin-bottom: 7px;
    border-bottom: 1px solid #BFD1E0;
  }
}
.b-order-goods-table .goods-td {
  padding: 12px 16px;
  width: var(--cell-width);
}
@media (max-width: 991.98px) {
  .b-order-goods-table .goods-td {
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 7px;
    font-size: 14px;
  }
}
.b-order-goods-table .goods-td.is-sku {
  --cell-width: 142px + 60px;
}
.b-order-goods-table .goods-td.is-brand {
  --cell-width: 104px + 45px;
}
.b-order-goods-table .goods-td.is-brand .goods-td-value {
  text-transform: uppercase;
  color: var(--link-color);
}
.b-order-goods-table .goods-td.is-desc .goods-td-value {
  word-break: break-word;
}
.b-order-goods-table .goods-td.is-amount {
  --cell-width: 90px + 50px;
}
.b-order-goods-table .goods-td.is-price {
  --cell-width: 37px + 130px;
  white-space: nowrap;
}
.b-order-goods-table .goods-td.is-total-price {
  --cell-width: 48px + 71px;
  white-space: nowrap;
}

.b-teasers .item-teasers-row {
  --gutter-y: 20px;
}
@media (max-width: 575.98px) {
  .b-teasers .item-teasers-row {
    --gutter-y: 10px;
  }
}
.b-teasers .item-teaser {
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 30px 22px;
  min-height: 100%;
}
@media (max-width: 1279.98px) {
  .b-teasers .item-teaser {
    padding: 10px 16px;
  }
}
.b-teasers .item-teaser-picture {
  flex: 0 0 auto;
  margin-right: 17px;
}
@media (max-width: 1279.98px) {
  .b-teasers .item-teaser-picture {
    margin-right: 20px;
  }
}
.b-teasers .item-teaser-img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1279.98px) {
  .b-teasers .item-teaser-img {
    width: 50px;
    height: 50px;
  }
}
.b-teasers .item-teaser-text {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.1904761905;
  text-transform: uppercase;
}
@media (max-width: 1279.98px) {
  .b-teasers .item-teaser-text {
    font-size: 15px;
  }
}

.b-prod-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  --card-padding-x: 0;
  --card-padding-y: 0;
  padding: var(--card-padding-y) var(--card-padding-x);
  background: #fff;
}
@media (min-width: 576px) {
  .b-prod-card {
    --card-padding-x: 18px;
    --card-padding-y: 18px;
  }
}
.b-prod-card__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.b-prod-card__name {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
  word-break: break-word;
}
@media (max-width: 1279.98px) {
  .b-prod-card__name {
    font-size: 14px;
  }
}
.b-prod-card__brand {
  color: #1464BB;
  font-weight: 600;
}
.b-prod-card__params {
  margin-bottom: 16px;
}
.b-prod-card__param-value {
  color: #37474F;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
.b-prod-card__bottom {
  margin-top: auto;
  padding-top: 16px;
}
.b-prod-card__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0 9px;
}
.b-prod-card .item-price {
  font-weight: 700;
  line-height: 1;
}
.b-prod-card .item-price .value {
  font-size: 30px;
}
.b-prod-card .item-price .currency {
  font-size: 28px;
}
.b-prod-card .item-price-old {
  color: #37474F;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
}
.b-prod-card .item-price-old::after {
  content: "";
  height: 2px;
  position: absolute;
  width: calc(100% + 4px);
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary);
}
.b-prod-card .item-price-old .value {
  font-size: 20px;
}
.b-prod-card .item-price-old .currency {
  font-size: 19px;
}
.b-prod-card .item-price, .b-prod-card .item-price-old {
  white-space: nowrap;
}
.b-prod-card__picture {
  flex: 0 0 auto;
  position: relative;
}
.b-prod-card__img {
  aspect-ratio: 1;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.b-prod-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 7px;
}
.b-prod-card__actions .btn {
  flex: 1 1 0;
  padding-left: 4px;
  padding-right: 4px;
  white-space: nowrap;
}
.b-prod-card__badges {
  position: absolute;
  left: 0;
  top: 0;
}
.b-prod-card__badge.is-sale {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F94239;
}
.b-prod-card__badge.is-sale::after {
  content: "";
  display: block;
  background-image: var(--url-icon-percent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.b-news-cards .item-news {
  background: #fff;
  display: flex;
  height: 100%;
}
@media (max-width: 767.98px) {
  .b-news-cards .item-news {
    flex-direction: column;
  }
}
.b-news-cards .item-news-picture {
  flex: 0 0 auto;
  width: 47%;
  max-width: 330px;
}
@media (max-width: 767.98px) {
  .b-news-cards .item-news-picture {
    max-width: 100%;
    width: 100%;
  }
}
.b-news-cards .item-news-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.b-news-cards .item-news-body {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .b-news-cards .item-news-body {
    padding: 10px 10px 22px;
  }
}
.b-news-cards .item-news-time {
  font-size: 14px;
  color: #37474F;
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  .b-news-cards .item-news-time {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.b-news-cards .item-news-title {
  font-size: 18px;
  line-height: 1.2777777778;
}
@media (max-width: 767.98px) {
  .b-news-cards .item-news-title {
    font-size: 14px;
  }
}
.b-news-cards .item-news-bottom {
  margin-top: auto;
  padding-top: 20px;
}
.b-news-cards .item-news-bottom .btn {
  --btn-padding-x: 21px;
}
@media (max-width: 767.98px) {
  .b-news-cards .item-news-bottom .btn {
    padding-top: 17px;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .b-big-teasers-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.b-big-teasers-slider__nav {
  display: flex;
  overflow: auto;
  gap: 0 40px;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .b-big-teasers-slider__nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b-big-teasers-slider__nav .nav-button {
  background: none;
  border: 0;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 1499.98px) {
  .b-big-teasers-slider__nav .nav-button {
    font-size: 18px;
  }
}
@media (max-width: 1279.98px) {
  .b-big-teasers-slider__nav .nav-button {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .b-big-teasers-slider__nav .nav-button {
    font-size: 14px;
  }
}
.b-big-teasers-slider__nav .nav-button:not(.active) {
  color: #989898;
}
.b-big-teasers-slider__nav .nav-button:not(.active):hover {
  color: inherit;
}
.b-big-teasers-slider .item-teaser {
  background: #F94239;
  color: #fff;
  display: flex;
}
@media (max-width: 991.98px) {
  .b-big-teasers-slider .item-teaser {
    flex-direction: column;
  }
}
.b-big-teasers-slider .item-teaser-body {
  flex: 1;
  padding: 70px 90px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1499.98px) {
  .b-big-teasers-slider .item-teaser-body {
    padding: 55px 60px;
  }
}
@media (max-width: 1279.98px) {
  .b-big-teasers-slider .item-teaser-body {
    padding: 35px 40px;
  }
}
@media (max-width: 991.98px) {
  .b-big-teasers-slider .item-teaser-body {
    padding: 28px 15px;
  }
}
.b-big-teasers-slider .item-teaser-picture {
  flex: 0 0 auto;
  width: 48%;
  max-width: 570px;
}
@media (max-width: 1499.98px) {
  .b-big-teasers-slider .item-teaser-picture {
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  .b-big-teasers-slider .item-teaser-picture {
    display: none;
  }
}
.b-big-teasers-slider .item-teaser-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.b-big-teasers-slider .item-teaser-heading {
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 1499.98px) {
  .b-big-teasers-slider .item-teaser-heading {
    font-size: 46px;
  }
}
@media (max-width: 1279.98px) {
  .b-big-teasers-slider .item-teaser-heading {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .b-big-teasers-slider .item-teaser-heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.b-big-teasers-slider .item-teaser-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-big-teasers-slider .item-teaser-text {
  font-size: 18px;
  line-height: 1.2777777778;
}
.b-big-teasers-slider .item-teaser-bottom {
  margin-top: 40px;
}

.b-form-block {
  padding: 60px 90px 80px;
  background-color: #022E5E;
  color: #fff;
  position: relative;
}
@media (max-width: 1499.98px) {
  .b-form-block {
    padding: 60px 70px 80px;
  }
}
@media (max-width: 1279.98px) {
  .b-form-block {
    padding: 60px 70px 60px;
  }
}
@media (max-width: 991.98px) {
  .b-form-block {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 575.98px) {
  .b-form-block {
    padding: 30px 15px 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.b-form-block__heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .b-form-block__heading {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
@media (max-width: 991.98px) {
  .b-form-block__caption {
    font-size: 13px;
  }
}
.b-form-block__bg-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  max-width: 480px;
  height: auto;
}
@media (max-width: 767.98px) {
  .b-form-block__bg-img {
    display: none;
  }
}
.b-form-block__form-fields {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1279.98px) {
  .b-form-block__form-fields {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .b-form-block__form-fields {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .b-form-block__form-control {
    padding: 23px 19px;
    font-size: 18px;
  }
}
.b-form-block textarea.form-control {
  min-height: 100%;
}
.b-form-block .form-check {
  --check-size: 30px;
  font-size: 14px;
  min-height: 70px;
}
@media (max-width: 1279.98px) {
  .b-form-block .form-check {
    min-height: 0;
  }
}
.b-form-block .form-check-input {
  background-color: transparent;
  --border-color: #fff;
}
.b-form-block .form-check-input:checked, .b-form-block .form-check-input:focus {
  border-color: white;
}
.b-form-block a {
  --link-color-rgb: 0, 122, 255;
}
.b-form-block__btn {
  width: 100%;
}
@media (min-width: 992px) {
  .b-form-block__btn {
    --btn-padding-y: 20px;
    font-size: 18px;
  }
}
.b-form-block__row {
  --gutter-y: 20px;
}

.b-logos-slider .item-logo-img {
  aspect-ratio: 253/130;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
}
.b-logos-slider .item-logo-body {
  margin-top: 14px;
}
.b-logos-slider .item-logo-title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.b-dropdown-menu {
  padding: 40px 77px;
  display: flex;
}
.b-dropdown-menu__aside {
  flex: 0 0 auto;
  width: 17.2%;
  padding-right: 30px;
}
.b-dropdown-menu__main {
  flex: 1 1 auto;
  max-width: 100%;
}
.b-dropdown-menu .nav-menu-heading {
  font-size: 20px;
  line-height: 0.625;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 24px;
}
.b-dropdown-menu .nav-aside-item {
  font-weight: 600;
}
.b-dropdown-menu .nav-aside-item + .nav-aside-item {
  margin-top: 13px;
}
.b-dropdown-menu__cols {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.b-dropdown-menu__cols .nav-col {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-top: 40px;
}
.b-dropdown-menu__cols .nav-col:first-child {
  margin-top: 0;
}
.b-dropdown-menu__cols .nav-col-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1875;
  text-transform: uppercase;
  color: #37474F;
  margin-bottom: 4px;
}
.b-dropdown-menu__cols .nav-links-cont {
  font-size: 15px;
  line-height: 1.2;
}

.header-dropdown-close {
  color: #F94239;
  font-size: 19px;
  line-height: 1;
  border: 0;
  position: absolute;
  background: transparent;
  right: 7px;
  top: 9px;
  padding: 10px;
}

.b-success {
  --box-height: 120px;
  min-height: var(--box-height);
}

.b-success__text {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #37474F;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .b-success__text {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.b-success__pic {
  text-align: center;
  margin-bottom: 40px;
}