/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-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.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 20px);
  padding-left: var(--bs-gutter-x, 20px);
  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: 1100px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1050px;
  }
}
@media (min-width: 1250px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-3,
.gx-3 {
  --bs-gutter-x: 40px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 40px;
}

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 20px;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 20px;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 30px;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 30px;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 40px;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 40px;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 60px;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 60px;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 80px;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 20px;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 20px;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 30px;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 30px;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 40px;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 40px;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 60px;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 60px;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 80px;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 20px;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 20px;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 30px;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 30px;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 40px;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 40px;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 60px;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 60px;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 80px;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 1100px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 20px;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 20px;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 30px;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 30px;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 40px;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 40px;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 60px;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 60px;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 80px;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 1250px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 30px;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 30px;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 40px;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 40px;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 60px;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 60px;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 80px;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 80px;
  }
}
.btn-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1099.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1249.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1100px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1250px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

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

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

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

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

.gap-1 {
  gap: 20px !important;
}

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

.gap-3 {
  gap: 40px !important;
}

.gap-4 {
  gap: 60px !important;
}

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

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

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

.m-2 {
  margin: 30px !important;
}

.m-3 {
  margin: 40px !important;
}

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

.m-5 {
  margin: 80px !important;
}

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

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

.mx-1 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-2 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-3 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-4 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-5 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

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

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

.my-1 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-2 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-3 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-4 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-5 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

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

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

.mt-1 {
  margin-top: 20px !important;
}

.mt-2 {
  margin-top: 30px !important;
}

.mt-3 {
  margin-top: 40px !important;
}

.mt-4 {
  margin-top: 60px !important;
}

.mt-5 {
  margin-top: 80px !important;
}

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

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

.me-1 {
  margin-right: 20px !important;
}

.me-2 {
  margin-right: 30px !important;
}

.me-3 {
  margin-right: 40px !important;
}

.me-4 {
  margin-right: 60px !important;
}

.me-5 {
  margin-right: 80px !important;
}

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

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

.mb-1 {
  margin-bottom: 20px !important;
}

.mb-2 {
  margin-bottom: 30px !important;
}

.mb-3 {
  margin-bottom: 40px !important;
}

.mb-4 {
  margin-bottom: 60px !important;
}

.mb-5 {
  margin-bottom: 80px !important;
}

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

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

.ms-1 {
  margin-left: 20px !important;
}

.ms-2 {
  margin-left: 30px !important;
}

.ms-3 {
  margin-left: 40px !important;
}

.ms-4 {
  margin-left: 60px !important;
}

.ms-5 {
  margin-left: 80px !important;
}

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

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

.p-1 {
  padding: 20px !important;
}

.p-2 {
  padding: 30px !important;
}

.p-3 {
  padding: 40px !important;
}

.p-4 {
  padding: 60px !important;
}

.p-5 {
  padding: 80px !important;
}

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

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

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

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

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

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

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

.py-1 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-2 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-3 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-4 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-5 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

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

.pt-1 {
  padding-top: 20px !important;
}

.pt-2 {
  padding-top: 30px !important;
}

.pt-3 {
  padding-top: 40px !important;
}

.pt-4 {
  padding-top: 60px !important;
}

.pt-5 {
  padding-top: 80px !important;
}

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

.pe-1 {
  padding-right: 20px !important;
}

.pe-2 {
  padding-right: 30px !important;
}

.pe-3 {
  padding-right: 40px !important;
}

.pe-4 {
  padding-right: 60px !important;
}

.pe-5 {
  padding-right: 80px !important;
}

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

.pb-1 {
  padding-bottom: 20px !important;
}

.pb-2 {
  padding-bottom: 30px !important;
}

.pb-3 {
  padding-bottom: 40px !important;
}

.pb-4 {
  padding-bottom: 60px !important;
}

.pb-5 {
  padding-bottom: 80px !important;
}

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

.ps-1 {
  padding-left: 20px !important;
}

.ps-2 {
  padding-left: 30px !important;
}

.ps-3 {
  padding-left: 40px !important;
}

.ps-4 {
  padding-left: 60px !important;
}

.ps-5 {
  padding-left: 80px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

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

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

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 20px !important;
  }
  .gap-sm-2 {
    gap: 30px !important;
  }
  .gap-sm-3 {
    gap: 40px !important;
  }
  .gap-sm-4 {
    gap: 60px !important;
  }
  .gap-sm-5 {
    gap: 80px !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 20px !important;
  }
  .m-sm-2 {
    margin: 30px !important;
  }
  .m-sm-3 {
    margin: 40px !important;
  }
  .m-sm-4 {
    margin: 60px !important;
  }
  .m-sm-5 {
    margin: 80px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-2 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-5 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 20px !important;
  }
  .mt-sm-2 {
    margin-top: 30px !important;
  }
  .mt-sm-3 {
    margin-top: 40px !important;
  }
  .mt-sm-4 {
    margin-top: 60px !important;
  }
  .mt-sm-5 {
    margin-top: 80px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 20px !important;
  }
  .me-sm-2 {
    margin-right: 30px !important;
  }
  .me-sm-3 {
    margin-right: 40px !important;
  }
  .me-sm-4 {
    margin-right: 60px !important;
  }
  .me-sm-5 {
    margin-right: 80px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 20px !important;
  }
  .mb-sm-2 {
    margin-bottom: 30px !important;
  }
  .mb-sm-3 {
    margin-bottom: 40px !important;
  }
  .mb-sm-4 {
    margin-bottom: 60px !important;
  }
  .mb-sm-5 {
    margin-bottom: 80px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 20px !important;
  }
  .ms-sm-2 {
    margin-left: 30px !important;
  }
  .ms-sm-3 {
    margin-left: 40px !important;
  }
  .ms-sm-4 {
    margin-left: 60px !important;
  }
  .ms-sm-5 {
    margin-left: 80px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 20px !important;
  }
  .p-sm-2 {
    padding: 30px !important;
  }
  .p-sm-3 {
    padding: 40px !important;
  }
  .p-sm-4 {
    padding: 60px !important;
  }
  .p-sm-5 {
    padding: 80px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-2 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-5 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 20px !important;
  }
  .pt-sm-2 {
    padding-top: 30px !important;
  }
  .pt-sm-3 {
    padding-top: 40px !important;
  }
  .pt-sm-4 {
    padding-top: 60px !important;
  }
  .pt-sm-5 {
    padding-top: 80px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 20px !important;
  }
  .pe-sm-2 {
    padding-right: 30px !important;
  }
  .pe-sm-3 {
    padding-right: 40px !important;
  }
  .pe-sm-4 {
    padding-right: 60px !important;
  }
  .pe-sm-5 {
    padding-right: 80px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 20px !important;
  }
  .pb-sm-2 {
    padding-bottom: 30px !important;
  }
  .pb-sm-3 {
    padding-bottom: 40px !important;
  }
  .pb-sm-4 {
    padding-bottom: 60px !important;
  }
  .pb-sm-5 {
    padding-bottom: 80px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 20px !important;
  }
  .ps-sm-2 {
    padding-left: 30px !important;
  }
  .ps-sm-3 {
    padding-left: 40px !important;
  }
  .ps-sm-4 {
    padding-left: 60px !important;
  }
  .ps-sm-5 {
    padding-left: 80px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 20px !important;
  }
  .gap-md-2 {
    gap: 30px !important;
  }
  .gap-md-3 {
    gap: 40px !important;
  }
  .gap-md-4 {
    gap: 60px !important;
  }
  .gap-md-5 {
    gap: 80px !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 20px !important;
  }
  .m-md-2 {
    margin: 30px !important;
  }
  .m-md-3 {
    margin: 40px !important;
  }
  .m-md-4 {
    margin: 60px !important;
  }
  .m-md-5 {
    margin: 80px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-2 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-5 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 20px !important;
  }
  .mt-md-2 {
    margin-top: 30px !important;
  }
  .mt-md-3 {
    margin-top: 40px !important;
  }
  .mt-md-4 {
    margin-top: 60px !important;
  }
  .mt-md-5 {
    margin-top: 80px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 20px !important;
  }
  .me-md-2 {
    margin-right: 30px !important;
  }
  .me-md-3 {
    margin-right: 40px !important;
  }
  .me-md-4 {
    margin-right: 60px !important;
  }
  .me-md-5 {
    margin-right: 80px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 20px !important;
  }
  .mb-md-2 {
    margin-bottom: 30px !important;
  }
  .mb-md-3 {
    margin-bottom: 40px !important;
  }
  .mb-md-4 {
    margin-bottom: 60px !important;
  }
  .mb-md-5 {
    margin-bottom: 80px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 20px !important;
  }
  .ms-md-2 {
    margin-left: 30px !important;
  }
  .ms-md-3 {
    margin-left: 40px !important;
  }
  .ms-md-4 {
    margin-left: 60px !important;
  }
  .ms-md-5 {
    margin-left: 80px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 20px !important;
  }
  .p-md-2 {
    padding: 30px !important;
  }
  .p-md-3 {
    padding: 40px !important;
  }
  .p-md-4 {
    padding: 60px !important;
  }
  .p-md-5 {
    padding: 80px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-2 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-5 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 20px !important;
  }
  .pt-md-2 {
    padding-top: 30px !important;
  }
  .pt-md-3 {
    padding-top: 40px !important;
  }
  .pt-md-4 {
    padding-top: 60px !important;
  }
  .pt-md-5 {
    padding-top: 80px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 20px !important;
  }
  .pe-md-2 {
    padding-right: 30px !important;
  }
  .pe-md-3 {
    padding-right: 40px !important;
  }
  .pe-md-4 {
    padding-right: 60px !important;
  }
  .pe-md-5 {
    padding-right: 80px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 20px !important;
  }
  .pb-md-2 {
    padding-bottom: 30px !important;
  }
  .pb-md-3 {
    padding-bottom: 40px !important;
  }
  .pb-md-4 {
    padding-bottom: 60px !important;
  }
  .pb-md-5 {
    padding-bottom: 80px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 20px !important;
  }
  .ps-md-2 {
    padding-left: 30px !important;
  }
  .ps-md-3 {
    padding-left: 40px !important;
  }
  .ps-md-4 {
    padding-left: 60px !important;
  }
  .ps-md-5 {
    padding-left: 80px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 20px !important;
  }
  .gap-lg-2 {
    gap: 30px !important;
  }
  .gap-lg-3 {
    gap: 40px !important;
  }
  .gap-lg-4 {
    gap: 60px !important;
  }
  .gap-lg-5 {
    gap: 80px !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 20px !important;
  }
  .m-lg-2 {
    margin: 30px !important;
  }
  .m-lg-3 {
    margin: 40px !important;
  }
  .m-lg-4 {
    margin: 60px !important;
  }
  .m-lg-5 {
    margin: 80px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-2 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-5 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 20px !important;
  }
  .mt-lg-2 {
    margin-top: 30px !important;
  }
  .mt-lg-3 {
    margin-top: 40px !important;
  }
  .mt-lg-4 {
    margin-top: 60px !important;
  }
  .mt-lg-5 {
    margin-top: 80px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 20px !important;
  }
  .me-lg-2 {
    margin-right: 30px !important;
  }
  .me-lg-3 {
    margin-right: 40px !important;
  }
  .me-lg-4 {
    margin-right: 60px !important;
  }
  .me-lg-5 {
    margin-right: 80px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 20px !important;
  }
  .mb-lg-2 {
    margin-bottom: 30px !important;
  }
  .mb-lg-3 {
    margin-bottom: 40px !important;
  }
  .mb-lg-4 {
    margin-bottom: 60px !important;
  }
  .mb-lg-5 {
    margin-bottom: 80px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 20px !important;
  }
  .ms-lg-2 {
    margin-left: 30px !important;
  }
  .ms-lg-3 {
    margin-left: 40px !important;
  }
  .ms-lg-4 {
    margin-left: 60px !important;
  }
  .ms-lg-5 {
    margin-left: 80px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 20px !important;
  }
  .p-lg-2 {
    padding: 30px !important;
  }
  .p-lg-3 {
    padding: 40px !important;
  }
  .p-lg-4 {
    padding: 60px !important;
  }
  .p-lg-5 {
    padding: 80px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-2 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-lg-5 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 20px !important;
  }
  .pt-lg-2 {
    padding-top: 30px !important;
  }
  .pt-lg-3 {
    padding-top: 40px !important;
  }
  .pt-lg-4 {
    padding-top: 60px !important;
  }
  .pt-lg-5 {
    padding-top: 80px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 20px !important;
  }
  .pe-lg-2 {
    padding-right: 30px !important;
  }
  .pe-lg-3 {
    padding-right: 40px !important;
  }
  .pe-lg-4 {
    padding-right: 60px !important;
  }
  .pe-lg-5 {
    padding-right: 80px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 20px !important;
  }
  .pb-lg-2 {
    padding-bottom: 30px !important;
  }
  .pb-lg-3 {
    padding-bottom: 40px !important;
  }
  .pb-lg-4 {
    padding-bottom: 60px !important;
  }
  .pb-lg-5 {
    padding-bottom: 80px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 20px !important;
  }
  .ps-lg-2 {
    padding-left: 30px !important;
  }
  .ps-lg-3 {
    padding-left: 40px !important;
  }
  .ps-lg-4 {
    padding-left: 60px !important;
  }
  .ps-lg-5 {
    padding-left: 80px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1100px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 20px !important;
  }
  .gap-xl-2 {
    gap: 30px !important;
  }
  .gap-xl-3 {
    gap: 40px !important;
  }
  .gap-xl-4 {
    gap: 60px !important;
  }
  .gap-xl-5 {
    gap: 80px !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 20px !important;
  }
  .m-xl-2 {
    margin: 30px !important;
  }
  .m-xl-3 {
    margin: 40px !important;
  }
  .m-xl-4 {
    margin: 60px !important;
  }
  .m-xl-5 {
    margin: 80px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-2 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-5 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 20px !important;
  }
  .mt-xl-2 {
    margin-top: 30px !important;
  }
  .mt-xl-3 {
    margin-top: 40px !important;
  }
  .mt-xl-4 {
    margin-top: 60px !important;
  }
  .mt-xl-5 {
    margin-top: 80px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 20px !important;
  }
  .me-xl-2 {
    margin-right: 30px !important;
  }
  .me-xl-3 {
    margin-right: 40px !important;
  }
  .me-xl-4 {
    margin-right: 60px !important;
  }
  .me-xl-5 {
    margin-right: 80px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 20px !important;
  }
  .mb-xl-2 {
    margin-bottom: 30px !important;
  }
  .mb-xl-3 {
    margin-bottom: 40px !important;
  }
  .mb-xl-4 {
    margin-bottom: 60px !important;
  }
  .mb-xl-5 {
    margin-bottom: 80px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 20px !important;
  }
  .ms-xl-2 {
    margin-left: 30px !important;
  }
  .ms-xl-3 {
    margin-left: 40px !important;
  }
  .ms-xl-4 {
    margin-left: 60px !important;
  }
  .ms-xl-5 {
    margin-left: 80px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 20px !important;
  }
  .p-xl-2 {
    padding: 30px !important;
  }
  .p-xl-3 {
    padding: 40px !important;
  }
  .p-xl-4 {
    padding: 60px !important;
  }
  .p-xl-5 {
    padding: 80px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-2 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-5 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 20px !important;
  }
  .pt-xl-2 {
    padding-top: 30px !important;
  }
  .pt-xl-3 {
    padding-top: 40px !important;
  }
  .pt-xl-4 {
    padding-top: 60px !important;
  }
  .pt-xl-5 {
    padding-top: 80px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 20px !important;
  }
  .pe-xl-2 {
    padding-right: 30px !important;
  }
  .pe-xl-3 {
    padding-right: 40px !important;
  }
  .pe-xl-4 {
    padding-right: 60px !important;
  }
  .pe-xl-5 {
    padding-right: 80px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 20px !important;
  }
  .pb-xl-2 {
    padding-bottom: 30px !important;
  }
  .pb-xl-3 {
    padding-bottom: 40px !important;
  }
  .pb-xl-4 {
    padding-bottom: 60px !important;
  }
  .pb-xl-5 {
    padding-bottom: 80px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 20px !important;
  }
  .ps-xl-2 {
    padding-left: 30px !important;
  }
  .ps-xl-3 {
    padding-left: 40px !important;
  }
  .ps-xl-4 {
    padding-left: 60px !important;
  }
  .ps-xl-5 {
    padding-left: 80px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1250px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 20px !important;
  }
  .gap-xxl-2 {
    gap: 30px !important;
  }
  .gap-xxl-3 {
    gap: 40px !important;
  }
  .gap-xxl-4 {
    gap: 60px !important;
  }
  .gap-xxl-5 {
    gap: 80px !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 20px !important;
  }
  .m-xxl-2 {
    margin: 30px !important;
  }
  .m-xxl-3 {
    margin: 40px !important;
  }
  .m-xxl-4 {
    margin: 60px !important;
  }
  .m-xxl-5 {
    margin: 80px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xxl-2 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xxl-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xxl-5 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxl-2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxl-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xxl-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 20px !important;
  }
  .mt-xxl-2 {
    margin-top: 30px !important;
  }
  .mt-xxl-3 {
    margin-top: 40px !important;
  }
  .mt-xxl-4 {
    margin-top: 60px !important;
  }
  .mt-xxl-5 {
    margin-top: 80px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 20px !important;
  }
  .me-xxl-2 {
    margin-right: 30px !important;
  }
  .me-xxl-3 {
    margin-right: 40px !important;
  }
  .me-xxl-4 {
    margin-right: 60px !important;
  }
  .me-xxl-5 {
    margin-right: 80px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 20px !important;
  }
  .ms-xxl-2 {
    margin-left: 30px !important;
  }
  .ms-xxl-3 {
    margin-left: 40px !important;
  }
  .ms-xxl-4 {
    margin-left: 60px !important;
  }
  .ms-xxl-5 {
    margin-left: 80px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 20px !important;
  }
  .p-xxl-2 {
    padding: 30px !important;
  }
  .p-xxl-3 {
    padding: 40px !important;
  }
  .p-xxl-4 {
    padding: 60px !important;
  }
  .p-xxl-5 {
    padding: 80px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xxl-2 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xxl-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xxl-5 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxl-2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxl-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xxl-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 20px !important;
  }
  .pt-xxl-2 {
    padding-top: 30px !important;
  }
  .pt-xxl-3 {
    padding-top: 40px !important;
  }
  .pt-xxl-4 {
    padding-top: 60px !important;
  }
  .pt-xxl-5 {
    padding-top: 80px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 20px !important;
  }
  .pe-xxl-2 {
    padding-right: 30px !important;
  }
  .pe-xxl-3 {
    padding-right: 40px !important;
  }
  .pe-xxl-4 {
    padding-right: 60px !important;
  }
  .pe-xxl-5 {
    padding-right: 80px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 20px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 40px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 60px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 80px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 20px !important;
  }
  .ps-xxl-2 {
    padding-left: 30px !important;
  }
  .ps-xxl-3 {
    padding-left: 40px !important;
  }
  .ps-xxl-4 {
    padding-left: 60px !important;
  }
  .ps-xxl-5 {
    padding-left: 80px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* nunito-300 - latin_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-v25-latin_cyrillic-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito-v25-latin_cyrillic-300.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v25-latin_cyrillic-300.woff2") format("woff2"), url("../fonts/nunito-v25-latin_cyrillic-300.woff") format("woff"), url("../fonts/nunito-v25-latin_cyrillic-300.ttf") format("truetype"), url("../fonts/nunito-v25-latin_cyrillic-300.svg#Nunito") format("svg");
  /* Legacy iOS */
}
/* nunito-regular - latin_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v25-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito-v25-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v25-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/nunito-v25-latin_cyrillic-regular.woff") format("woff"), url("../fonts/nunito-v25-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/nunito-v25-latin_cyrillic-regular.svg#Nunito") format("svg");
  /* Legacy iOS */
}
/* nunito-500 - latin_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/nunito-v25-latin_cyrillic-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito-v25-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v25-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/nunito-v25-latin_cyrillic-500.woff") format("woff"), url("../fonts/nunito-v25-latin_cyrillic-500.ttf") format("truetype"), url("../fonts/nunito-v25-latin_cyrillic-500.svg#Nunito") format("svg");
  /* Legacy iOS */
}
/* nunito-600 - latin_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-v25-latin_cyrillic-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito-v25-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v25-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/nunito-v25-latin_cyrillic-600.woff") format("woff"), url("../fonts/nunito-v25-latin_cyrillic-600.ttf") format("truetype"), url("../fonts/nunito-v25-latin_cyrillic-600.svg#Nunito") format("svg");
  /* Legacy iOS */
}
/* nunito-700 - latin_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-v25-latin_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito-v25-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v25-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/nunito-v25-latin_cyrillic-700.woff") format("woff"), url("../fonts/nunito-v25-latin_cyrillic-700.ttf") format("truetype"), url("../fonts/nunito-v25-latin_cyrillic-700.svg#Nunito") format("svg");
  /* Legacy iOS */
}
/* nunito-800 - latin_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-v25-latin_cyrillic-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito-v25-latin_cyrillic-800.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v25-latin_cyrillic-800.woff2") format("woff2"), url("../fonts/nunito-v25-latin_cyrillic-800.woff") format("woff"), url("../fonts/nunito-v25-latin_cyrillic-800.ttf") format("truetype"), url("../fonts/nunito-v25-latin_cyrillic-800.svg#Nunito") format("svg");
  /* Legacy iOS */
}
/* settings */
a {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

button,
input,
textarea {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 16px;
}

body {
  min-width: 319px;
  background-color: #fff;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 16px;
}
body.lock {
  overflow: hidden;
}

*:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

*::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::placeholder {
  color: #a9a9a9;
  opacity: 1;
}

.page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 160px;
}
@media (max-width: 1099.98px) {
  .content {
    padding-top: 220px;
  }
}
@media (max-width: 767.98px) {
  .content {
    padding-top: 80px;
  }
}

.navpage {
  padding: 100px 0;
}
.navpage h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.navpage ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 18px;
}
.navpage ul li {
  margin: 10px 0;
}

.section-gray {
  background-color: #F1F4F9;
}

.title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
}
.title span {
  color: #EEC912;
}
@media (max-width: 767.98px) {
  .title {
    font-size: 30px;
    line-height: 36px;
  }
}

/* /settings */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #0B1726;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #0B1726;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* btn */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 40px;
  border-radius: 18px;
  border: none;
  outline: none;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.btn--yellow {
  background-color: #EEC912;
  -webkit-box-shadow: 0px 6px 16px rgba(238, 201, 18, 0.7);
  box-shadow: 0px 6px 16px rgba(238, 201, 18, 0.7);
  color: #0B1726;
}
@media (min-width: 768px) {
  .btn--yellow:hover {
    background-color: #f1d442;
    color: #0B1726;
  }
}
.btn--gray {
  background-color: #A5AEB7;
  color: #fff;
}
@media (min-width: 768px) {
  .btn--gray:hover {
    background-color: #b3bbc2;
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 20px;
  }
}

/* /btn */
/* input */
.input input {
  width: 100%;
  height: 50px;
  padding: 0 22px;
  border: none;
  outline: none;
  border-radius: 12px;
  background-color: #F1F4F9;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.input input::-webkit-input-placeholder {
  color: #A5AEB7;
}
.input input::-moz-placeholder {
  color: #A5AEB7;
}
.input input:-ms-input-placeholder {
  color: #A5AEB7;
}
.input input::-ms-input-placeholder {
  color: #A5AEB7;
}
.input input::placeholder {
  color: #A5AEB7;
}

/* /input */
/* header */
.header {
  width: 100%;
  padding: 85px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  display: block;
  max-width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header__nav {
  padding-left: 88px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -40px;
}
.header__list li {
  margin-left: 40px;
}
.header__list li a {
  display: block;
  padding: 9px 0;
  color: #0B1726;
  position: relative;
}
.header__list li a:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #EEC912;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header__list li a:hover:after, .header__list li a.active:after {
  width: 100%;
}
.header__userblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__lang {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 30px;
  position: relative;
}
.header__lang > img {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header__lang > img:hover {
  opacity: 0.8;
}
.header__lang-drop {
  display: none;
  padding: 5px;
  border-radius: 18px;
  background-color: #EEC912;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header__lang-drop.open {
  display: block;
}
.header__lang-drop-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -5px;
  margin-top: -5px;
}
.header__lang-drop-list li {
  margin-left: 5px;
  margin-top: 5px;
}
.header__lang-drop-list li a {
  display: inline-block;
  width: 30px;
}
.header__lang-drop-list li a:hover {
  opacity: 0.8;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
}
.header__buttons .btn {
  padding: 14px 40px;
  border-radius: 12px;
  font-size: 16px;
  margin-left: 15px;
}
.header__notify {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 27px;
  margin-right: 70px;
  fill: none;
  stroke: #A5AEB7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.header__notify:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #EEC912;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  right: -4px;
  opacity: 0;
}
@media (min-width: 768px) {
  .header__notify:hover {
    stroke: #EEC912;
  }
}
.header__notify.active:after {
  opacity: 1;
}
.header__user {
  margin-right: 27px;
  position: relative;
}
.header__user-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .header__user-block:hover .header__user-name {
    color: #EEC912;
  }
}
.header__user-img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
}
.header__user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #D9D9D9;
}
.header__user-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.header__user-drop {
  display: none;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
}
.header__user-drop.open {
  display: block;
}
.header__user-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header__user-list li a {
  color: #0B1726;
  font-weight: bold;
}
@media (min-width: 768px) {
  .header__user-list li a:hover {
    color: #EEC912;
  }
}
.header__exit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  fill: none;
  stroke: #A5AEB7;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.header__exit svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .header__exit:hover {
    stroke: #EEC912;
  }
}
@media (max-width: 1249.98px) {
  .header__nav {
    padding-left: 30px;
  }
  .header__list {
    margin-left: -20px;
  }
  .header__list li {
    margin-left: 20px;
  }
  .header__notify {
    margin-right: 30px;
  }
}
@media (max-width: 1099.98px) {
  .header__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__menu {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }
  .header__nav {
    width: 100%;
    padding-left: 0;
  }
  .header__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding: 20px 0;
  }
  .header__menu {
    max-width: 400px;
    padding: 30px 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
    background-color: #EEC912;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -600px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
  }
  .header__menu .header__logo {
    margin-bottom: 50px;
  }
  .header__menu.open {
    left: 0;
  }
  .header__nav {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .header__list {
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  .header__list li a.active {
    color: #fff;
  }
  .header__logo {
    max-width: 80px;
  }
  .header__buttons .btn--yellow {
    border: 1px solid #fff;
    color: #fff;
  }
  .header__buttons .btn--gray {
    border: 1px solid #fff;
    background-color: #fff;
    color: #EEC912;
  }
  .header__hamburger {
    padding-right: 0;
  }
  .header__hamburger .hamburger-box {
    display: block;
  }
  .header__exit {
    stroke: #fff;
  }
  .header__notify {
    margin: 5px 0;
    stroke: #fff;
  }
  .header__lang-drop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__userblock {
    display: block;
    width: 100%;
  }
  .header__lang {
    margin-left: 0;
  }
  .header__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
  }
  .header__buttons .btn {
    width: 100%;
    margin-top: 15px;
  }
  .header__user {
    margin-bottom: 10px;
  }
  .header__user-drop {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
  }
  .header__user-list {
    margin-top: 10px;
  }
  .header__exit {
    margin-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .header__menu {
    max-width: none;
  }
  .header__menu-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .header__menu-close:after, .header__menu-close:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0B1726;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .header__menu-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__menu-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

#headerSticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  -webkit-animation: showStyky 0.5s;
  animation: showStyky 0.5s;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1099.98px) {
  #headerSticky.sticky .header__menu {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-top: 0;
  }
  #headerSticky.sticky .header__userblock--desktop {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  #headerSticky.sticky {
    padding: 15px 0;
  }
  #headerSticky.sticky .header__menu {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 575.98px) {
  #headerSticky.sticky .header__menu {
    max-width: none;
  }
}

@-webkit-keyframes showStyky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes showStyky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* /header */
/* welcome */
.welcome {
  padding-top: 70px;
}
.welcome__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.welcome__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 50px 0;
  position: relative;
}
.welcome .title {
  max-width: 560px;
}
.welcome__text {
  max-width: 700px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 55px;
}
.welcome__subtitle {
  font-weight: 800;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 10px;
}
.welcome__subtitle span {
  color: #A5AEB7;
}
.welcome__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}
.welcome__list {
  margin-left: 40px;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.welcome__list li b {
  font-weight: bold;
}
.welcome__list li span {
  font-weight: bold;
  color: #EEC912;
}
.welcome__img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 40px;
}
.welcome__item-col:nth-child(1) .welcome__item {
  background-color: #F4CC07;
}
.welcome__item-col:nth-child(2) .welcome__item {
  background-color: #FAD316;
}
.welcome__item-col:nth-child(3) .welcome__item {
  background-color: #FAD939;
}
.welcome__item {
  height: 100%;
  padding: 43px 30px 30px;
  font-weight: 800;
  line-height: 160%;
  text-align: center;
  color: #fff;
}
.welcome__item-price {
  font-size: 38px;
  margin-bottom: 6px;
}
.welcome__arrow {
  width: 190px;
  height: 120px;
  fill: #EEC912;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1249.98px) {
  .welcome__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .welcome__arrow {
    right: -40px;
    bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .welcome__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .welcome__img {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .welcome__content {
    padding-top: 0;
  }
  .welcome__arrow {
    -webkit-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg);
    bottom: -120px;
    right: auto;
    left: -20px;
  }
  .welcome__item-price {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .welcome__arrow {
    display: none;
  }
  .welcome__text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .welcome__subtitle {
    font-size: 22px;
  }
  .welcome__list {
    font-size: 16px;
    line-height: 24px;
  }
  .welcome__item {
    padding: 25px 20px 15px;
  }
}

/* /welcome */
/* profit */
.profit {
  padding: 110px 0 86px;
}
.profit__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 85px;
}
.profit__head .title {
  max-width: 450px;
  margin-bottom: 0;
}
.profit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -30px;
}
.profit__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 240px;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.profit__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: 10px solid #EEC912;
  -webkit-box-shadow: 0px 5px 20px rgba(238, 201, 18, 0.7);
  box-shadow: 0px 5px 20px rgba(238, 201, 18, 0.7);
  border-radius: 100%;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 23px;
  position: relative;
  margin-bottom: 80px;
}
.profit__icon:after {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background-color: #3A82CF;
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.profit__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 10px;
}
.profit__text {
  font-size: 16px;
  line-height: 20px;
}
.profit__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 23px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 56px;
  fill: #D0D0D0;
}
.profit__arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #D0D0D0;
}
.profit__arrow svg {
  width: 23px;
  height: 23px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (max-width: 991.98px) {
  .profit__head .title {
    max-width: none;
  }
  .profit__item {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .profit__arrow {
    display: none;
  }
  .profit__items {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .profit {
    padding: 100px 0;
  }
  .profit__head {
    margin-bottom: 30px;
  }
  .profit__head .title {
    margin-left: auto;
    margin-right: auto;
  }
  .profit__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .profit__item {
    width: 100%;
    max-width: none;
  }
  .profit__title {
    font-size: 22px;
    line-height: 26px;
  }
  .profit__btn {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .profit__btn .btn {
    width: 100%;
  }
}

/* /profit */
/* numbers */
.numbers {
  padding: 130px 0 125px;
}
.numbers .title {
  padding-top: 10px;
  padding-bottom: 50px;
}
.numbers__items {
  margin-top: -60px;
}
.numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.numbers__icon {
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 15px;
  margin-right: 38px;
}
.numbers__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
}
.numbers__price {
  font-weight: 800;
  font-size: 28px;
  line-height: 160%;
  color: #EEC912;
}
.numbers__text {
  font-size: 21px;
  line-height: 160%;
}
.numbers__text span {
  font-weight: bold;
}
.numbers__reports {
  margin-top: -55px;
}
.numbers__report {
  margin-top: 55px;
  padding: 30px 36px 28px;
  border-radius: 20px;
  background-color: #F1F4F9;
}
.numbers__report-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}
.numbers__report-text {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
}
.numbers__report-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.numbers__report-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3A82CF;
  fill: #3A82CF;
}
.numbers__report-link a svg {
  width: 13px;
  height: 10px;
  margin-left: 5px;
}
.numbers__report-link a:hover {
  color: #639cd9;
  fill: #639cd9;
}
@media (max-width: 991.98px) {
  .numbers__items {
    margin-top: -30px;
  }
  .numbers__item {
    margin-top: 30px;
  }
  .numbers__reports {
    margin-top: -30px;
  }
  .numbers__report {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .numbers {
    padding: 100px 0;
  }
  .numbers__title {
    font-size: 22px;
  }
  .numbers__price {
    font-size: 24px;
  }
  .numbers__text {
    font-size: 18px;
  }
  .numbers__report-title {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .numbers__icon {
    width: 70px;
    margin-right: 20px;
  }
  .numbers__reports {
    margin-top: -20px;
  }
  .numbers__report {
    margin-top: 20px;
    padding: 20px;
  }
}

/* /numbers */
/* statistics */
.statistics {
  padding: 130px 0 140px;
}
.statistics .title {
  max-width: 800px;
  margin-bottom: 30px;
}
.statistics__table {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.statistics__table::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.statistics__table table {
  width: 100%;
  min-width: 900px;
  border-spacing: 0 9px;
  border-collapse: separate;
}
.statistics__table table tr td:not(:first-child) {
  text-align: center;
}
.statistics__table table tr:first-child {
  color: #A5AEB7;
}
.statistics__table table tr:first-child td {
  padding: 10px 0;
}
.statistics__table table tr:not(.statistics__table table tr:first-child) {
  background-color: #F1F4F9;
}
.statistics__table table tr:not(.statistics__table table tr:first-child) td {
  padding: 9px;
}
.statistics__table table tr:not(.statistics__table table tr:first-child) td:first-child {
  border-radius: 11px 0 0 11px;
}
.statistics__table table tr:not(.statistics__table table tr:first-child) td:last-child {
  border-radius: 0 11px 11px 0;
  color: #15CE81;
  font-weight: bold;
}
.statistics__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  border-radius: 100%;
  background-color: #EEC912;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}
.statistics.section-gray .statistics__table table tr:not(.statistics.section-gray .statistics__table table tr:first-child) {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .statistics {
    padding: 100px 0;
  }
  .statistics__table table {
    min-width: 0;
    display: block;
  }
  .statistics__table table tbody {
    display: block;
    width: 100%;
  }
  .statistics__table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
    border-radius: 11px;
    padding: 10px;
  }
  .statistics__table table tr:first-child {
    display: none;
  }
  .statistics__table table tr:not(.statistics__table table tr:first-child) td {
    padding: 2px 0;
  }
  .statistics__table table tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .statistics__table table tr td:not(:first-child) {
    text-align: left;
  }
  .statistics__num {
    margin-right: 0;
    margin-bottom: 7px;
  }
}

/* /statistics */
/* professional */
.professional {
  padding: 130px 0 190px;
}
.professional .title {
  max-width: 900px;
  margin-bottom: 90px;
}
.professional__items {
  margin-bottom: 100px;
}
.professional__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 32px 40px;
  background-color: #F1F4F9;
  border-radius: 30px;
  position: relative;
}
.professional__content {
  padding-right: 70px;
}
.professional__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 160%;
  margin-bottom: 10px;
}
.professional__text {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 25px;
}
.professional__text b {
  font-weight: 800;
}
.professional__bottom {
  margin-top: auto;
}
.professional__price {
  font-weight: 800;
  font-size: 38px;
  line-height: 50px;
  color: #EEC912;
}
.professional__icon {
  max-width: 65px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.professional__ps {
  font-size: 16px;
  line-height: 20px;
  color: #838689;
}
.professional__install {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.professional__install-content {
  max-width: 500px;
}
.professional__install-title {
  font-weight: 800;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 10px;
}
.professional__install-text {
  font-size: 24px;
  line-height: 32px;
}
.professional__install-btn {
  position: relative;
}
.professional__install-btn .btn {
  min-width: 270px;
}
.professional__arrow {
  width: 440px;
  fill: #EEC912;
  position: absolute;
  top: 30px;
  right: calc(100% + 20px);
  z-index: -1;
}
.professional__arrow svg {
  width: 440px;
  height: 220px;
}
@media (max-width: 991.98px) {
  .professional__arrow {
    display: none;
  }
  .professional__install {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .professional__install-content {
    max-width: none;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .professional {
    padding: 100px 0;
  }
  .professional .title {
    margin-bottom: 30px;
  }
  .professional__items {
    margin-bottom: 50px;
  }
  .professional__title {
    font-size: 22px;
  }
  .professional__text {
    font-size: 18px;
    line-height: 22px;
  }
  .professional__price {
    font-size: 30px;
  }
  .professional__ps {
    font-size: 14px;
    line-height: 16px;
  }
  .professional__install {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .professional__install-content {
    margin-bottom: 30px;
  }
  .professional__install-title {
    font-size: 26px;
    line-height: 30px;
  }
  .professional__install-text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 575.98px) {
  .professional__item {
    padding: 25px 20px;
    text-align: center;
  }
  .professional__icon {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .professional__content {
    padding-right: 0;
  }
  .professional__install-btn {
    width: 100%;
  }
  .professional__install-btn .btn {
    width: 100%;
  }
}

/* /professional */
/* manages */
.manages {
  padding: 70px 0 90px;
}
.manages__img {
  margin-bottom: 45px;
}
.manages__title {
  max-width: 500px;
  font-weight: 800;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 20px;
}
.manages__title--yellow {
  color: #EEC912;
}
.manages__sub {
  max-width: 500px;
  font-size: 24px;
  line-height: 32px;
}
.manages__right {
  padding-top: 30px;
}
.manages__text {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 50px;
}
.manages__icons {
  margin-bottom: 10px;
}
.manages__icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -30px;
}
.manages__icon {
  margin-top: 10px;
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .manages__right {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .manages {
    padding: 100px 0;
  }
  .manages__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .manages__sub {
    font-size: 18px;
    line-height: 24px;
  }
  .manages__text {
    font-size: 18px;
    line-height: 24px;
  }
  .manages__ps {
    font-size: 14px;
  }
  .manages__right {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .manages {
    text-align: center;
  }
  .manages__icon-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* /manages */
/* easy */
.easy {
  padding: 120px 0;
}
.easy .title {
  margin-bottom: 80px;
}
.easy__items {
  margin-bottom: 90px;
}
.easy__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.easy__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}
.easy__title {
  font-weight: 800;
  font-size: 38px;
  line-height: 38px;
}
.easy__list {
  font-size: 21px;
  line-height: 42px;
  list-style-type: none;
  padding-left: 0;
}
.easy__list li {
  padding-left: 20px;
  position: relative;
}
.easy__list li:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #0B1726;
  position: absolute;
  top: 18px;
  left: 0;
}
.easy__bottom {
  display: inline-block;
  position: relative;
}
.easy__bottom-title {
  font-weight: 800;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 20px;
}
.easy__bottom-btn .btn {
  width: 100%;
  max-width: 365px;
}
.easy__arrow {
  width: 400px;
  fill: #EEC912;
  position: absolute;
  bottom: -20px;
  left: calc(100% - 40px);
  z-index: -1;
}
.easy__arrow svg {
  width: 340px;
  height: 320px;
}
@media (max-width: 991.98px) {
  .easy__arrow {
    display: none;
  }
  .easy__bottom {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .easy {
    padding: 100px 0;
  }
  .easy .title {
    margin-bottom: 30px;
  }
  .easy__head {
    margin-bottom: 20px;
  }
  .easy__title {
    font-size: 24px;
  }
  .easy__list {
    font-size: 18px;
    line-height: 30px;
  }
  .easy__list li:after {
    width: 5px;
    height: 5px;
    top: 12px;
  }
  .easy__icon {
    width: 80px;
  }
  .easy__items {
    margin-bottom: 30px;
  }
  .easy__bottom-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .easy__bottom-btn .btn {
    max-width: none;
  }
}

/* /easy */
/* watch */
.watch__img {
  padding-top: 86px;
}
.watch__img img {
  display: block;
}
.watch__content {
  padding: 50px 0;
}
.watch .title {
  margin-bottom: 20px;
}
.watch__list {
  font-size: 21px;
  line-height: 160%;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 60px;
}
.watch__list li {
  padding-left: 20px;
  position: relative;
}
.watch__list li:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #0B1726;
  position: absolute;
  top: 13px;
  left: 0;
}
.watch__text {
  max-width: 370px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
.watch__text b {
  font-weight: 800;
}
.watch__stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.watch__store {
  border-radius: 5px;
  overflow: hidden;
}
.watch__store img {
  display: block;
}
.watch__store:nth-child(1) {
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .watch {
    padding-top: 40px;
  }
  .watch__img {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .watch {
    padding-top: 100px;
  }
  .watch__content {
    padding-top: 0;
  }
  .watch__list {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .watch__list li:after {
    width: 5px;
    height: 5px;
    top: 12px;
  }
  .watch__text {
    font-size: 16px;
  }
  .watch__img {
    max-width: 350px;
  }
}
@media (max-width: 575.98px) {
  .watch {
    padding: 0;
    overflow: hidden;
  }
  .watch__img {
    max-width: none;
    margin: 0 -20px;
    padding: 0 20px 0;
    background-color: #fff;
  }
  .watch__img img {
    width: 350px;
  }
  .watch__content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

/* /watch */
/* start */
.start {
  padding: 165px 0 170px;
}
.start .title {
  margin-bottom: 10px;
}
.start__text {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.start__btn .btn {
  width: 100%;
  max-width: 365px;
}
.start__img {
  fill: #EEC912;
}
.start__img svg {
  width: 246px;
  height: 206px;
}
.start__arrow {
  width: 400px;
  height: 100px;
  fill: #EEC912;
  position: absolute;
  right: -220px;
  bottom: 20px;
}
.start__arrow svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1249.98px) {
  .start__arrow {
    width: 350px;
    right: -250px;
    bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .start {
    text-align: center;
  }
  .start__arrow {
    display: none;
  }
  .start__img {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .start {
    padding: 100px 0;
  }
  .start__img {
    margin-bottom: 40px;
  }
  .start__img svg {
    width: 170px;
    height: 142px;
  }
  .start__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  .start__btn .btn {
    max-width: none;
  }
}

/* /start */
/* reviews  */
.reviews {
  padding: 110px 0 150px;
}
.reviews__head {
  max-width: 520px;
  position: relative;
  margin-bottom: 80px;
}
.reviews__arrow {
  width: 300px;
  height: 130px;
  fill: #EEC912;
  position: absolute;
  top: 10px;
  left: 100%;
}
.reviews__slider {
  padding: 0 80px;
  position: relative;
}
.reviews__slider #reviewsSlider {
  overflow: hidden;
  border-radius: 30px;
}
.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 44px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reviews__img {
  width: 140px;
  height: 140px;
  margin-right: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
}
.reviews__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews__name {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: #EEC912;
}
.reviews__statistics {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 10px;
}
.reviews__statistics b {
  font-weight: 800;
}
.reviews__statistics span {
  color: #15CE81;
}
.reviews__text {
  font-size: 21px;
  line-height: 27px;
}
.reviews__arrowbtn {
  width: 30px;
  height: 54px;
  fill: #EEC912;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.reviews__arrowbtn:after {
  display: none;
}
.reviews__arrowbtn--prev {
  left: 0;
}
.reviews__arrowbtn--next {
  right: 0;
}
.reviews__arrowbtn:hover {
  fill: #f1d442;
}
@media (max-width: 991.98px) {
  .reviews__slider {
    padding: 0;
  }
  .reviews__arrow {
    display: none;
  }
  .reviews__arrowbtn--prev {
    left: -20px;
  }
  .reviews__arrowbtn--next {
    right: -20px;
  }
}
@media (max-width: 767.98px) {
  .reviews {
    padding: 100px 0;
  }
  .reviews__item {
    display: block;
    padding: 30px 20px;
  }
  .reviews__name {
    font-size: 22px;
  }
  .reviews__statistics {
    font-size: 16px;
  }
  .reviews__text {
    font-size: 18px;
    line-height: 24px;
  }
  .reviews__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .reviews__arrowbtn {
    width: 20px;
  }
  .reviews__arrowbtn--prev {
    left: -10px;
  }
  .reviews__arrowbtn--next {
    right: -10px;
  }
}

/* /reviews  */
/* welcome-page */
.welcome-page {
  padding: 150px 0 160px;
}
.welcome-page__img img {
  width: 236px;
}
@media (max-width: 991.98px) {
  .welcome-page {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .welcome-page {
    padding: 100px 0;
  }
}
@media (max-width: 575.98px) {
  .welcome-page {
    text-align: center;
  }
}

/* /welcome-page */
/* advantages */
.advantages {
  padding: 96px 0;
}
.advantages__item {
  height: 100%;
  padding: 47px 20px;
  background-color: #fff;
  border-radius: 30px;
}
.advantages__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 53px;
  height: 56px;
  margin-left: 10px;
  margin-bottom: 40px;
}
.advantages__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}
.advantages__text {
  font-size: 21px;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .advantages {
    padding: 100px 0;
  }
  .advantages__items .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .advantages__items .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .advantages__title {
    font-size: 24px;
    line-height: 28px;
  }
  .advantages__text {
    font-size: 18px;
    line-height: 24px;
  }
}

/* /advantages */
/* rocket */
.rocket {
  padding: 130px 0 90px;
}
.rocket__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rocket__content {
  position: relative;
}
.rocket .title {
  margin-bottom: 10px;
}
.rocket__text {
  max-width: 480px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}
.rocket__btn .btn {
  width: 100%;
  max-width: 365px;
}
.rocket__img {
  width: 200px;
  margin-left: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.rocket__arrow {
  fill: #EEC912;
  position: absolute;
  right: -10px;
  bottom: 50px;
}
.rocket__arrow svg {
  width: 450px;
  height: 100px;
}
@media (max-width: 1249.98px) {
  .rocket__arrow {
    width: 350px;
    right: -30px;
    bottom: 30px;
  }
}
@media (max-width: 1099.98px) {
  .rocket__arrow {
    width: 300px;
    right: -60px;
  }
}
@media (max-width: 991.98px) {
  .rocket__img {
    margin-left: 0;
  }
  .rocket__arrow {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .rocket {
    padding: 100px 0;
  }
  .rocket__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rocket__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .rocket__text {
    font-size: 18px;
    line-height: 24px;
  }
  .rocket__img {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .rocket {
    text-align: center;
  }
  .rocket__img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* /rocket */
/* strategy */
.strategy {
  padding: 140px 0;
}
.strategy .row {
  margin-left: -40px;
  margin-right: -40px;
}
.strategy .row > * {
  padding-left: 40px;
  padding-right: 40px;
}
.strategy .title {
  margin-bottom: 20px;
}
.strategy__text {
  font-size: 24px;
  line-height: 34px;
}
.strategy__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -70px;
  font-size: 21px;
  line-height: 30px;
}
.strategy__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
.strategy__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 35px;
  border: 10px solid #EEC912;
  border-radius: 100%;
  -webkit-box-shadow: 0px 5px 20px rgba(238, 201, 18, 0.7);
  box-shadow: 0px 5px 20px rgba(238, 201, 18, 0.7);
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 1099.98px) {
  .strategy .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .strategy .row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .strategy__list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .strategy {
    padding: 100px 0;
  }
  .strategy__text {
    font-size: 18px;
    line-height: 24px;
  }
  .strategy__list {
    font-size: 16px;
    line-height: 20px;
    margin-top: -20px;
  }
  .strategy__list li {
    margin-top: 20px;
  }
  .strategy__num {
    width: 60px;
    height: 60px;
    border-width: 6px;
    margin-right: 20px;
    font-size: 22px;
  }
}

/* /strategy */
/* in-numbers */
.in-numbers {
  padding: 80px 0 110px;
}
.in-numbers__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.in-numbers__fraction {
  width: 80px;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.in-numbers__items {
  overflow: hidden;
}
.in-numbers__items .row {
  margin-top: -75px;
  margin-left: -40px;
  margin-right: -40px;
}
.in-numbers__items .row > * {
  padding-top: 75px;
  padding-left: 40px;
  padding-right: 40px;
}
.in-numbers__num {
  font-weight: 800;
  font-size: 58px;
  line-height: 50px;
  color: #EEC912;
  margin-bottom: 15px;
}
.in-numbers__text {
  font-size: 21px;
  line-height: 28px;
}
.in-numbers__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 160px;
}
.in-numbers__title {
  max-width: 720px;
  font-weight: 800;
  font-size: 38px;
  line-height: 42px;
  position: relative;
}
.in-numbers__btn {
  margin-left: 20px;
  width: 100%;
  max-width: 310px;
}
.in-numbers__btn .btn {
  width: 100%;
}
.in-numbers__arrow {
  width: 250px;
  fill: #EEC912;
  position: absolute;
  bottom: calc(100% - 20px);
  right: -160px;
}
.in-numbers__arrow svg {
  width: 100%;
}
@media (max-width: 767.98px) {
  .in-numbers {
    padding: 100px 0;
  }
  .in-numbers__head {
    margin-bottom: 40px;
  }
  .in-numbers__items .row {
    margin-top: -30px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .in-numbers__items .row > * {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .in-numbers__num {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .in-numbers__text {
    font-size: 18px;
    line-height: 22px;
  }
  .in-numbers__arrow {
    display: none;
  }
  .in-numbers__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .in-numbers__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .in-numbers__btn {
    margin-left: 0;
  }
  .in-numbers__fraction {
    width: 50px;
  }
}
@media (max-width: 575.98px) {
  .in-numbers__items .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .in-numbers__items .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* /in-numbers */
/* faq */
.faq {
  padding: 70px 0 50px;
}
.faq__slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.faq__slider .swiper-slide {
  height: auto;
}
.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #F1F4F9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq__item:hover {
  background-color: #EEC912;
}
.faq__item:hover .faq__icon {
  stroke: #fff;
}
.faq__item:hover .faq__text {
  color: #fff;
}
.faq__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  fill: transparent;
  stroke: #0B1726;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq__icon .icon-house {
  width: 38px;
  height: 38px;
}
.faq__icon .icon-algorithm {
  width: 40px;
  height: 40px;
}
.faq__icon .icon-vallet {
  width: 40px;
  height: 40px;
}
.faq__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq__scrollbar {
  background-color: #eee;
  z-index: 2 !important;
}
.faq__scrollbar .swiper-scrollbar-drag {
  background-color: #EEC912;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .faq {
    padding: 100px 0;
  }
  .faq__slider {
    padding-bottom: 30px;
  }
  .faq__item {
    padding: 20px;
  }
  .faq__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .faq__text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .faq__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq__icon {
    margin-bottom: 10px;
  }
  .faq__text {
    text-align: center;
  }
}

/* /faq */
/* actions */
.actions {
  padding: 80px 0 70px;
}
.actions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 30px 30px 36px 36px;
  background-color: #fff;
  border-radius: 20px;
}
.actions__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 25px;
}
.actions__list {
  font-size: 21px;
  line-height: 30px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 30px;
}
.actions__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.actions__list li span {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.actions__list li span:nth-child(1) {
  padding-right: 5px;
}
.actions__list li span:nth-child(1):before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.actions__list li span:nth-child(1):after {
  content: "";
  display: block;
  width: 1000px;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='2' viewBox='0 0 9 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23A5AEB7'/%3E%3C/svg%3E%0A");
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -2;
}
.actions__list li span:nth-child(2) {
  padding-left: 5px;
}
.actions__list li span b {
  font-weight: bold;
}
.actions__btn {
  margin-top: auto;
}
.actions__btn .btn {
  padding: 14px 34px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 22px;
}
.actions__text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}
.actions__text2 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 25px;
}
.actions__text2 span {
  color: #EEC912;
  font-weight: 800;
}
.actions__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 25px;
}
.actions__promo span {
  display: block;
  padding: 13px 20px;
  margin-left: 18px;
  background-color: #F1F4F9;
  border-radius: 10px;
}
.actions__price {
  font-size: 28px;
  line-height: 140%;
  color: #A5AEB7;
  margin-bottom: 25px;
}
.actions__price span {
  font-weight: 800;
  color: #EEC912;
}
.actions__times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.actions__times .btn {
  padding: 14px 34px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 22px;
}
.actions__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 23px;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
}
.actions__timer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 50px;
  background-color: #F1F4F9;
  border-radius: 10px;
}
.actions__timer-item:not(:last-child) {
  margin-right: 20px;
  position: relative;
}
.actions__timer-item:not(:last-child):after {
  content: ":";
  display: block;
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767.98px) {
  .actions {
    padding: 100px 0;
  }
  .actions__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .actions__list {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .actions__text {
    margin-bottom: 15px;
  }
  .actions__text2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .actions__promo {
    margin-bottom: 15px;
  }
  .actions__price {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .actions__item {
    padding: 30px 20px 35px;
  }
  .actions__btn .btn {
    width: 100%;
  }
  .actions__times {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .actions__times .btn {
    width: 100%;
  }
  .actions__timer {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* /actions */
/* balance */
.balance {
  padding: 90px 0 0;
}
.balance__container {
  padding: 40px 50px;
  background-color: #F1F4F9;
  border-radius: 20px;
}
.balance__item:nth-child(1) {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(165, 174, 183, 0.4);
}
.balance__item:nth-child(2) {
  padding-top: 50px;
}
.balance__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
.balance__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
  white-space: nowrap;
}
.balance__price span {
  margin-left: 25px;
  font-weight: 700;
  font-size: 21px;
  line-height: 150%;
  color: #15CE81;
}
.balance__price svg {
  width: 17px;
  height: 28px;
  margin-left: 10px;
  fill: #15CE81;
  margin-bottom: 8px;
}
.balance__items-small .row {
  margin-top: -17px;
}
.balance__items-small .row > * {
  padding-top: 17px;
}
.balance__title-small {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.balance__price-small {
  font-weight: 800;
  font-size: 21px;
  line-height: 150%;
  white-space: nowrap;
}
.balance__price-small span {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #15CE81;
}
.balance__line {
  width: 100%;
  height: 1px;
  background-color: #A5AEB7;
}
.balance__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}
.balance__list:nth-child(1) {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(165, 174, 183, 0.4);
}
.balance__list:nth-child(2) {
  padding-top: 45px;
}
.balance__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.balance__list li span {
  background-color: #F1F4F9;
  position: relative;
  z-index: 2;
}
.balance__list li span:nth-child(1) {
  padding-right: 5px;
}
.balance__list li span:nth-child(1):before {
  content: "";
  display: block;
  background-color: #F1F4F9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.balance__list li span:nth-child(1):after {
  content: "";
  display: block;
  width: 1000px;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='2' viewBox='0 0 9 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23A5AEB7'/%3E%3C/svg%3E%0A");
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -2;
}
.balance__list li span:nth-child(2) {
  padding-left: 5px;
}
.balance__list li span b {
  font-weight: 800;
}
.balance__buttons {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(165, 174, 183, 0.4);
}
.balance__buttons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}
.balance__buttons-row > * {
  margin-left: 20px;
  margin-top: 20px;
}
.balance__buttons-row .btn {
  padding: 14px 34px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 22px;
}
.balance__buttons-row .btn:nth-child(1) {
  margin-right: auto;
}
@media (max-width: 1249.98px) {
  .balance__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(165, 174, 183, 0.4);
  }
  .balance__list {
    width: 50%;
  }
  .balance__list:nth-child(1) {
    padding-right: 20px;
    padding-bottom: 0;
    border: none;
  }
  .balance__list:nth-child(2) {
    padding-left: 20px;
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .balance {
    padding: 100px 0 0;
  }
  .balance__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    margin-top: 30px;
  }
  .balance__list {
    width: 100%;
  }
  .balance__list:nth-child(1) {
    padding-right: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(165, 174, 183, 0.4);
  }
  .balance__list:nth-child(2) {
    padding-left: 0;
    padding-top: 30px;
  }
  .balance__buttons {
    padding-top: 35px;
    margin-top: 30px;
  }
  .balance__item:nth-child(1) {
    padding-bottom: 30px;
  }
  .balance__item:nth-child(2) {
    padding-top: 30px;
  }
  .balance__items-small {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(165, 174, 183, 0.4);
  }
  .balance__items-small .row {
    margin-top: -10px;
  }
  .balance__items-small .row > * {
    padding-top: 10px;
  }
  .balance__buttons-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .balance__buttons-row .btn {
    width: 100%;
    max-width: 300px;
  }
  .balance__buttons-row .btn:nth-child(1) {
    margin-right: 0;
  }
  .balance__title {
    font-size: 20px;
    line-height: 26px;
  }
  .balance__price {
    font-size: 28px;
    line-height: 34px;
  }
  .balance__price span {
    font-size: 18px;
    margin-left: 10px;
  }
  .balance__price svg {
    width: 14px;
    height: 23px;
  }
}
@media (max-width: 575.98px) {
  .balance__container {
    padding: 35px 20px;
  }
  .balance__buttons .btn {
    max-width: none;
  }
}

/* /balance */
/* login */
.login {
  min-height: 100vh;
  position: relative;
}
.login__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  margin-right: 100px;
}
.login__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}
.login__title {
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
}
.login__title span {
  color: #EEC912;
}
.login__lang {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.login__links {
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 20px;
}
.login__links a {
  color: #A5AEB7;
  border-bottom: 1px solid transparent;
}
.login__links a:nth-child(1) {
  margin-right: 10px;
}
.login__links a.active {
  color: #0B1726;
  border-color: #A5AEB7;
}
.login__input {
  margin-bottom: 15px;
}
.login__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}
.login__remember input {
  visibility: hidden;
  position: absolute;
}
.login__remember input:checked ~ label .login__checkbox {
  background-color: #EEC912;
}
.login__remember label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.login__checkbox {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #F1F4F9;
  border-radius: 5px;
}
.login__checktext {
  text-decoration: underline;
}
.login__checktext:hover {
  text-decoration: none;
}
.login__forgot {
  color: #EEC912;
  text-decoration: underline;
}
.login__forgot:hover {
  color: #EEC912;
  text-decoration: none;
}
.login__btn {
  margin-top: 40px;
}
.login__btn .btn {
  width: 100%;
}
.login__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}
.login__logo img {
  max-width: 386px;
  margin-left: auto;
}
.login__gray {
  width: 50%;
  margin-left: auto;
  background-color: #F1F4F9;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .login__form {
    margin-right: 50px;
  }
  .login__logo img {
    max-width: 275px;
  }
  .login__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767.98px) {
  .login {
    padding-bottom: 50px;
  }
  .login__head {
    margin-bottom: 30px;
  }
  .login__form {
    min-height: 0;
    margin-right: 0;
  }
  .login__gray {
    display: none;
  }
  .login__logo {
    padding: 30px 0;
    min-height: 0;
    background-color: #F1F4F9;
    margin-bottom: 100px;
  }
  .login__logo img {
    max-width: 100px;
    margin-left: 0;
  }
  .login__btn {
    margin-top: 20px;
  }
}

/* /login */
/* update */
.update__dialog {
  max-width: 757px;
}
.update__body {
  padding: 0;
}
.update__content {
  padding: 64px 70px 70px;
  border-radius: 20px;
}
.update__head {
  position: relative;
  margin-bottom: 30px;
}
.update__head .btn-close {
  background: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L15.5 15.5M15.5 15.5L28 28M15.5 15.5L28 3M15.5 15.5L3 28' stroke='%23EEC912' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
}
.update__head .btn-close:hover {
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
.update__title {
  padding-right: 30px;
  font-weight: 800;
  font-size: 38px;
  line-height: 140%;
}
.update__title span {
  color: #A5AEB7;
}
.update__body .row {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 15px;
}
.update__body .row > * {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 15px;
}
.update__row:not(:last-child) {
  margin-bottom: 45px;
}
.update__item {
  padding: 20px 30px;
  background-color: #DEE5F1;
  border-radius: 20px;
}
.update__item-title {
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
}
.update__item-price {
  display: inline-block;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
}
.update__item-percent {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  line-height: 140%;
  color: #15CE81;
}
.update__item2 {
  padding: 18px 26px;
  border: 2px solid #DFDFDF;
  border-radius: 20px;
}
.update__item2-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.update__item2-price {
  font-weight: 800;
  font-size: 21px;
  line-height: 24px;
}
.update__item2-percent {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  color: #15CE81;
}
.update__item3 {
  padding: 18px 26px;
  background: #F1F2F4;
  border-radius: 20px;
}
.update__item3-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.update__item3-currency {
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
}
.update__item3-percent {
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  color: #15CE81;
}
.update__item3-num {
  font-size: 16px;
  line-height: 34px;
}
.update__item3-price {
  font-size: 16px;
  line-height: 34px;
}
@media (max-width: 991.98px) {
  .update__dialog {
    max-width: none;
    margin: 0;
  }
  .update__content {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .update__content {
    padding: 30px 20px;
  }
  .update__head {
    margin-bottom: 10px;
  }
  .update__head .btn-close {
    top: 7px;
  }
  .update__title {
    font-size: 28px;
  }
  .update__row:not(:last-child) {
    margin-bottom: 20px;
  }
  .update__item-title {
    font-size: 18px;
    line-height: 26px;
  }
  .update__item2-title {
    font-size: 18px;
    line-height: 26px;
  }
  .update__item-price {
    font-size: 20px;
  }
  .update__item2-price {
    font-size: 20px;
  }
  .update__item3-currency {
    font-size: 20px;
    line-height: 120%;
  }
  .update__item3-percent {
    font-size: 20px;
    line-height: 120%;
  }
  .update__item3-num {
    line-height: 120%;
  }
  .update__item3-price {
    line-height: 120%;
  }
}
@media (max-width: 575.98px) {
  .update__item {
    padding: 10px 15px;
    border-radius: 15px;
  }
  .update__item2 {
    padding: 10px 15px;
    border-radius: 15px;
  }
  .update__item3 {
    padding: 12px 15px;
    border-radius: 15px;
  }
}

/* /update */
/* footer */
.footer {
  padding: 70px 0 40px;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.footer__logo {
  max-width: 80px;
  display: inline-block;
  margin-right: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-left: -70px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}
.footer__list li {
  margin-left: 70px;
}
.footer__list li a {
  color: #0B1726;
}
.footer__lang {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer__lang img {
  display: block;
  width: 30px;
  height: 30px;
}
.footer__lang:hover {
  opacity: 0.8;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.footer__social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
}
.footer__social-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  margin-top: 8px;
  fill: #A5AEB7;
}
.footer__social-icon svg {
  width: 30px;
  height: 30px;
}
.footer__social-icon:hover {
  fill: #8995a0;
}
.footer__ps {
  max-width: 920px;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 1099.98px) {
  .footer__list {
    margin-left: -40px;
  }
  .footer__list li {
    margin-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .footer__logo {
    margin-bottom: 20px;
    margin-right: 50px;
  }
  .footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__social {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer__top {
    margin-bottom: 20px;
  }
  .footer__nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__social {
    margin-left: 0;
  }
  .footer__social {
    width: auto;
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .footer {
    text-align: center;
  }
  .footer__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__logo {
    margin-right: 0;
  }
  .footer__list {
    display: block;
  }
  .footer__list li a {
    display: block;
    padding: 5px 0;
  }
}

/* /footer */