/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: initial;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: initial;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: initial;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.appear-content:after,
.service-item__header:after,
.toggle-menu:before,
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-feature-settings: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.f-menu,
.menu-list,
.nav-list,
.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-check-label {
  display: block;
  font-size: 14px;
  margin-top: 7px;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.container,
.container-fluid {
  --gutter-x: 1.25rem;
  --gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  /*   padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5); */
  width: 100%;
}
.container {
  max-width: 1360px;
  min-width: 320px;
}

@media (max-width: 475px) {
  .container {
    max-width: 355px;
  }
}

#success {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
#MICE {
  margin-top: 200px;
}
.privacy-policy-ul {
  margin-left: 25px;
}
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
}
.row {
  --gutter-x: 1.25rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter-x) * -0.5);
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-top: calc(var(--gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--gutter-y);
  max-width: 100%;
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5);
  width: 100%;
}
.col {
  flex: 1 0 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --gutter-x: 0;
}
.g-0,
.gy-0 {
  --gutter-y: 0;
}
.g-1,
.gx-1 {
  --gutter-x: 0.2083333333rem;
}
.g-1,
.gy-1 {
  --gutter-y: 0.2083333333rem;
}
.g-2,
.gx-2 {
  --gutter-x: 0.4166666667rem;
}
.g-2,
.gy-2 {
  --gutter-y: 0.4166666667rem;
}
.g-3,
.gx-3 {
  --gutter-x: 0.8333333333rem;
}
.g-3,
.gy-3 {
  --gutter-y: 0.8333333333rem;
}
.g-4,
.gx-4 {
  --gutter-x: 1.25rem;
}
.g-4,
.gy-4 {
  --gutter-y: 1.25rem;
}
.g-5,
.gx-5 {
  --gutter-x: 2.5rem;
}
.g-5,
.gy-5 {
  --gutter-y: 2.5rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 0.2083333333rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --gutter-y: 0.2083333333rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 0.4166666667rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --gutter-y: 0.4166666667rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 0.8333333333rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --gutter-y: 0.8333333333rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 1.25rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --gutter-y: 1.25rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 2.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --gutter-y: 2.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 0.2083333333rem;
  }
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 0.2083333333rem;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 0.4166666667rem;
  }
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 0.4166666667rem;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 0.8333333333rem;
  }
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 0.8333333333rem;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 1.25rem;
  }
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 1.25rem;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 2.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 2.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 0.2083333333rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 0.2083333333rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 0.4166666667rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 0.4166666667rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 0.8333333333rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 0.8333333333rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 1.25rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 1.25rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 2.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 0.2083333333rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 0.2083333333rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 0.4166666667rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 0.4166666667rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 0.8333333333rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 0.8333333333rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 1.25rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 1.25rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 2.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 0.2083333333rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --gutter-y: 0.2083333333rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 0.4166666667rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --gutter-y: 0.4166666667rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 0.8333333333rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --gutter-y: 0.8333333333rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 1.25rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --gutter-y: 1.25rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 2.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --gutter-y: 2.5rem;
  }
}
.align-baseline {
  vertical-align: initial !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --focus-ring-color: rgba(var(--primary-rgb), var(--focus-ring-opacity));
}
.focus-ring-secondary {
  --focus-ring-color: rgba(var(--secondary-rgb), var(--focus-ring-opacity));
}
.focus-ring-success {
  --focus-ring-color: rgba(var(--success-rgb), var(--focus-ring-opacity));
}
.focus-ring-info {
  --focus-ring-color: rgba(var(--info-rgb), var(--focus-ring-opacity));
}
.focus-ring-warning {
  --focus-ring-color: rgba(var(--warning-rgb), var(--focus-ring-opacity));
}
.focus-ring-danger {
  --focus-ring-color: rgba(var(--danger-rgb), var(--focus-ring-opacity));
}
.focus-ring-light {
  --focus-ring-color: rgba(var(--light-rgb), var(--focus-ring-opacity));
}
.focus-ring-dark {
  --focus-ring-color: rgba(var(--dark-rgb), var(--focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --border-opacity: 1;
  border-color: rgba(var(--primary-rgb), var(--border-opacity)) !important;
}
.border-secondary {
  --border-opacity: 1;
  border-color: rgba(var(--secondary-rgb), var(--border-opacity)) !important;
}
.border-success {
  --border-opacity: 1;
  border-color: rgba(var(--success-rgb), var(--border-opacity)) !important;
}
.border-info {
  --border-opacity: 1;
  border-color: rgba(var(--info-rgb), var(--border-opacity)) !important;
}
.border-warning {
  --border-opacity: 1;
  border-color: rgba(var(--warning-rgb), var(--border-opacity)) !important;
}
.border-danger {
  --border-opacity: 1;
  border-color: rgba(var(--danger-rgb), var(--border-opacity)) !important;
}
.border-light {
  --border-opacity: 1;
  border-color: rgba(var(--light-rgb), var(--border-opacity)) !important;
}
.border-dark {
  --border-opacity: 1;
  border-color: rgba(var(--dark-rgb), var(--border-opacity)) !important;
}
.border-black {
  --border-opacity: 1;
  border-color: rgba(var(--black-rgb), var(--border-opacity)) !important;
}
.border-white {
  --border-opacity: 1;
  border-color: rgba(var(--white-rgb), var(--border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --border-opacity: 0.1;
}
.border-opacity-25 {
  --border-opacity: 0.25;
}
.border-opacity-50 {
  --border-opacity: 0.5;
}
.border-opacity-75 {
  --border-opacity: 0.75;
}
.border-opacity-100 {
  --border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.2083333333rem !important;
}
.m-2 {
  margin: 0.4166666667rem !important;
}
.m-3 {
  margin: 0.8333333333rem !important;
}
.m-4 {
  margin: 1.25rem !important;
}
.m-5 {
  margin: 2.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.2083333333rem !important;
  margin-right: 0.2083333333rem !important;
}
.mx-2 {
  margin-left: 0.4166666667rem !important;
  margin-right: 0.4166666667rem !important;
}
.mx-3 {
  margin-left: 0.8333333333rem !important;
  margin-right: 0.8333333333rem !important;
}
.mx-4 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.2083333333rem !important;
  margin-top: 0.2083333333rem !important;
}
.my-2 {
  margin-bottom: 0.4166666667rem !important;
  margin-top: 0.4166666667rem !important;
}
.my-3 {
  margin-bottom: 0.8333333333rem !important;
  margin-top: 0.8333333333rem !important;
}
.my-4 {
  margin-bottom: 1.25rem !important;
  margin-top: 1.25rem !important;
}
.my-5 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.2083333333rem !important;
}
.mt-2 {
  margin-top: 0.4166666667rem !important;
}
.mt-3 {
  margin-top: 0.8333333333rem !important;
}
.mt-4 {
  margin-top: 1.25rem !important;
}
.mt-5 {
  margin-top: 2.5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.2083333333rem !important;
}
.me-2 {
  margin-right: 0.4166666667rem !important;
}
.me-3 {
  margin-right: 0.8333333333rem !important;
}
.me-4 {
  margin-right: 1.25rem !important;
}
.me-5 {
  margin-right: 2.5rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.2083333333rem !important;
}
.mb-2 {
  margin-bottom: 0.4166666667rem !important;
}
.mb-3 {
  margin-bottom: 0.8333333333rem !important;
}
.mb-4 {
  margin-bottom: 1.25rem !important;
}
.mb-5 {
  margin-bottom: 2.5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.2083333333rem !important;
}
.ms-2 {
  margin-left: 0.4166666667rem !important;
}
.ms-3 {
  margin-left: 0.8333333333rem !important;
}
.ms-4 {
  margin-left: 1.25rem !important;
}
.ms-5 {
  margin-left: 2.5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.2083333333rem !important;
}
.p-2 {
  padding: 0.4166666667rem !important;
}
.p-3 {
  padding: 0.8333333333rem !important;
}
.p-4 {
  padding: 1.25rem !important;
}
.p-5 {
  padding: 2.5rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.2083333333rem !important;
  padding-right: 0.2083333333rem !important;
}
.px-2 {
  padding-left: 0.4166666667rem !important;
  padding-right: 0.4166666667rem !important;
}
.px-3 {
  padding-left: 0.8333333333rem !important;
  padding-right: 0.8333333333rem !important;
}
.px-4 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.2083333333rem !important;
  padding-top: 0.2083333333rem !important;
}
.py-2 {
  padding-bottom: 0.4166666667rem !important;
  padding-top: 0.4166666667rem !important;
}
.py-3 {
  padding-bottom: 0.8333333333rem !important;
  padding-top: 0.8333333333rem !important;
}
.py-4 {
  padding-bottom: 1.25rem !important;
  padding-top: 1.25rem !important;
}
.py-5 {
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.2083333333rem !important;
}
.pt-2 {
  padding-top: 0.4166666667rem !important;
}
.pt-3 {
  padding-top: 0.8333333333rem !important;
}
.pt-4 {
  padding-top: 1.25rem !important;
}
.pt-5 {
  padding-top: 2.5rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.2083333333rem !important;
}
.pe-2 {
  padding-right: 0.4166666667rem !important;
}
.pe-3 {
  padding-right: 0.8333333333rem !important;
}
.pe-4 {
  padding-right: 1.25rem !important;
}
.pe-5 {
  padding-right: 2.5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.2083333333rem !important;
}
.pb-2 {
  padding-bottom: 0.4166666667rem !important;
}
.pb-3 {
  padding-bottom: 0.8333333333rem !important;
}
.pb-4 {
  padding-bottom: 1.25rem !important;
}
.pb-5 {
  padding-bottom: 2.5rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.2083333333rem !important;
}
.ps-2 {
  padding-left: 0.4166666667rem !important;
}
.ps-3 {
  padding-left: 0.8333333333rem !important;
}
.ps-4 {
  padding-left: 1.25rem !important;
}
.ps-5 {
  padding-left: 2.5rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.2083333333rem !important;
}
.gap-2 {
  gap: 0.4166666667rem !important;
}
.gap-3 {
  gap: 0.8333333333rem !important;
}
.gap-4 {
  gap: 1.25rem !important;
}
.gap-5 {
  gap: 2.5rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.2083333333rem !important;
}
.row-gap-2 {
  row-gap: 0.4166666667rem !important;
}
.row-gap-3 {
  row-gap: 0.8333333333rem !important;
}
.row-gap-4 {
  row-gap: 1.25rem !important;
}
.row-gap-5 {
  row-gap: 2.5rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.2083333333rem !important;
}
.column-gap-2 {
  column-gap: 0.4166666667rem !important;
}
.column-gap-3 {
  column-gap: 0.8333333333rem !important;
}
.column-gap-4 {
  column-gap: 1.25rem !important;
}
.column-gap-5 {
  column-gap: 2.5rem !important;
}
.font-monospace {
  font-family: var(--font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.text-decoration-underline {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}
.text-decoration-line-through {
  -webkit-text-decoration: line-through !important;
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --text-opacity: 1;
  color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
}
.text-secondary {
  --text-opacity: 1;
  color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
}
.text-success {
  --text-opacity: 1;
  color: rgba(var(--success-rgb), var(--text-opacity)) !important;
}
.text-info {
  --text-opacity: 1;
  color: rgba(var(--info-rgb), var(--text-opacity)) !important;
}
.text-warning {
  --text-opacity: 1;
  color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
}
.text-danger {
  --text-opacity: 1;
  color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
}
.text-light {
  --text-opacity: 1;
  color: rgba(var(--light-rgb), var(--text-opacity)) !important;
}
.text-dark {
  --text-opacity: 1;
  color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
}
.text-black {
  --text-opacity: 1;
  color: rgba(var(--black-rgb), var(--text-opacity)) !important;
}
.text-white {
  --text-opacity: 1;
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}
.text-body {
  --text-opacity: 1;
  color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
}
.text-muted {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}
.text-black-50 {
  --text-opacity: 1;
  color: #00000080 !important;
}
.text-white-50 {
  --text-opacity: 1;
  color: #ffffff80 !important;
}
.text-body-secondary {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}
.text-body-tertiary {
  --text-opacity: 1;
  color: var(--tertiary-color) !important;
}
.text-body-emphasis {
  --text-opacity: 1;
  color: var(--emphasis-color) !important;
}
.text-reset {
  --text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --text-opacity: 0.25;
}
.text-opacity-50 {
  --text-opacity: 0.5;
}
.text-opacity-75 {
  --text-opacity: 0.75;
}
.text-opacity-100 {
  --text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--dark-text-emphasis) !important;
}
.link-opacity-10,
.link-opacity-10-hover:hover {
  --link-opacity: 0.1;
}
.link-opacity-25,
.link-opacity-25-hover:hover {
  --link-opacity: 0.25;
}
.link-opacity-50,
.link-opacity-50-hover:hover {
  --link-opacity: 0.5;
}
.link-opacity-75,
.link-opacity-75-hover:hover {
  --link-opacity: 0.75;
}
.link-opacity-100,
.link-opacity-100-hover:hover {
  --link-opacity: 1;
}
.link-offset-1,
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2,
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3,
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--primary-rgb), var(--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--primary-rgb), var(--link-underline-opacity)) !important;
}
.link-underline-secondary {
  --link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--secondary-rgb), var(--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--secondary-rgb), var(--link-underline-opacity)) !important;
}
.link-underline-success {
  --link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--success-rgb), var(--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--success-rgb), var(--link-underline-opacity)) !important;
}
.link-underline-info {
  --link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--info-rgb), var(--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--info-rgb), var(--link-underline-opacity)) !important;
}
.link-underline-warning {
  --link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--warning-rgb), var(--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--warning-rgb), var(--link-underline-opacity)) !important;
}
.link-underline-danger {
  --link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--danger-rgb), var(--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--danger-rgb), var(--link-underline-opacity)) !important;
}
.link-underline-light {
  --link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--light-rgb), var(--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--light-rgb), var(--link-underline-opacity)) !important;
}
.link-underline-dark {
  --link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--dark-rgb), var(--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--dark-rgb), var(--link-underline-opacity)) !important;
}
.link-underline {
  --link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--link-color-rgb), var(--link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--link-color-rgb), var(--link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
  --link-underline-opacity: 0;
}
.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
  --link-underline-opacity: 0.1;
}
.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
  --link-underline-opacity: 0.25;
}
.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
  --link-underline-opacity: 0.5;
}
.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
  --link-underline-opacity: 0.75;
}
.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
  --link-underline-opacity: 1;
}
.bg-primary {
  --bg-opacity: 1;
  background-color: rgba(var(--primary-rgb), var(--bg-opacity)) !important;
}
.bg-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-rgb), var(--bg-opacity)) !important;
}
.bg-success {
  --bg-opacity: 1;
  background-color: rgba(var(--success-rgb), var(--bg-opacity)) !important;
}
.bg-info {
  --bg-opacity: 1;
  background-color: rgba(var(--info-rgb), var(--bg-opacity)) !important;
}
.bg-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--warning-rgb), var(--bg-opacity)) !important;
}
.bg-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--danger-rgb), var(--bg-opacity)) !important;
}
.bg-light {
  --bg-opacity: 1;
  background-color: rgba(var(--light-rgb), var(--bg-opacity)) !important;
}
.bg-dark {
  --bg-opacity: 1;
  background-color: rgba(var(--dark-rgb), var(--bg-opacity)) !important;
}
.bg-black {
  --bg-opacity: 1;
  background-color: rgba(var(--black-rgb), var(--bg-opacity)) !important;
}
.bg-white {
  --bg-opacity: 1;
  background-color: rgba(var(--white-rgb), var(--bg-opacity)) !important;
}
.bg-body {
  --bg-opacity: 1;
  background-color: rgba(var(--body-bg-rgb), var(--bg-opacity)) !important;
}
.bg-transparent {
  --bg-opacity: 1;
  background-color: #0000 !important;
}
.bg-body-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-bg-rgb), var(--bg-opacity)) !important;
}
.bg-body-tertiary {
  --bg-opacity: 1;
  background-color: rgba(var(--tertiary-bg-rgb), var(--bg-opacity)) !important;
}
.bg-opacity-10 {
  --bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--border-radius) !important;
}
.rounded-3 {
  border-radius: var(--border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--border-radius-sm) !important;
  border-top-right-radius: var(--border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--border-radius-lg) !important;
  border-top-right-radius: var(--border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--border-radius-xl) !important;
  border-top-right-radius: var(--border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--border-radius-xxl) !important;
  border-top-right-radius: var(--border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--border-radius-pill) !important;
  border-top-right-radius: var(--border-radius-pill) !important;
}
.rounded-end {
  border-bottom-right-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}
.rounded-end-0 {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-end-1 {
  border-bottom-right-radius: var(--border-radius-sm) !important;
  border-top-right-radius: var(--border-radius-sm) !important;
}
.rounded-end-2 {
  border-bottom-right-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}
.rounded-end-3 {
  border-bottom-right-radius: var(--border-radius-lg) !important;
  border-top-right-radius: var(--border-radius-lg) !important;
}
.rounded-end-4 {
  border-bottom-right-radius: var(--border-radius-xl) !important;
  border-top-right-radius: var(--border-radius-xl) !important;
}
.rounded-end-5 {
  border-bottom-right-radius: var(--border-radius-xxl) !important;
  border-top-right-radius: var(--border-radius-xxl) !important;
}
.rounded-end-circle {
  border-bottom-right-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-end-pill {
  border-bottom-right-radius: var(--border-radius-pill) !important;
  border-top-right-radius: var(--border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-left-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-left-radius: var(--border-radius-sm) !important;
  border-bottom-right-radius: var(--border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-left-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-left-radius: var(--border-radius-lg) !important;
  border-bottom-right-radius: var(--border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-left-radius: var(--border-radius-xl) !important;
  border-bottom-right-radius: var(--border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-left-radius: var(--border-radius-xxl) !important;
  border-bottom-right-radius: var(--border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-left-radius: var(--border-radius-pill) !important;
  border-bottom-right-radius: var(--border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--border-radius) !important;
  border-top-left-radius: var(--border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--border-radius-sm) !important;
  border-top-left-radius: var(--border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--border-radius) !important;
  border-top-left-radius: var(--border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--border-radius-lg) !important;
  border-top-left-radius: var(--border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--border-radius-xl) !important;
  border-top-left-radius: var(--border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--border-radius-xxl) !important;
  border-top-left-radius: var(--border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--border-radius-pill) !important;
  border-top-left-radius: var(--border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.2083333333rem !important;
  }
  .m-sm-2 {
    margin: 0.4166666667rem !important;
  }
  .m-sm-3 {
    margin: 0.8333333333rem !important;
  }
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  .m-sm-5 {
    margin: 2.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.2083333333rem !important;
    margin-right: 0.2083333333rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.4166666667rem !important;
    margin-right: 0.4166666667rem !important;
  }
  .mx-sm-3 {
    margin-left: 0.8333333333rem !important;
    margin-right: 0.8333333333rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-sm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.2083333333rem !important;
    margin-top: 0.2083333333rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.4166666667rem !important;
    margin-top: 0.4166666667rem !important;
  }
  .my-sm-3 {
    margin-bottom: 0.8333333333rem !important;
    margin-top: 0.8333333333rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }
  .my-sm-5 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.2083333333rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.4166666667rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.8333333333rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.2083333333rem !important;
  }
  .me-sm-2 {
    margin-right: 0.4166666667rem !important;
  }
  .me-sm-3 {
    margin-right: 0.8333333333rem !important;
  }
  .me-sm-4 {
    margin-right: 1.25rem !important;
  }
  .me-sm-5 {
    margin-right: 2.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.2083333333rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.4166666667rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.8333333333rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.2083333333rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.4166666667rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.8333333333rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-5 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.2083333333rem !important;
  }
  .p-sm-2 {
    padding: 0.4166666667rem !important;
  }
  .p-sm-3 {
    padding: 0.8333333333rem !important;
  }
  .p-sm-4 {
    padding: 1.25rem !important;
  }
  .p-sm-5 {
    padding: 2.5rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.2083333333rem !important;
    padding-right: 0.2083333333rem !important;
  }
  .px-sm-2 {
    padding-left: 0.4166666667rem !important;
    padding-right: 0.4166666667rem !important;
  }
  .px-sm-3 {
    padding-left: 0.8333333333rem !important;
    padding-right: 0.8333333333rem !important;
  }
  .px-sm-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-sm-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.2083333333rem !important;
    padding-top: 0.2083333333rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.4166666667rem !important;
    padding-top: 0.4166666667rem !important;
  }
  .py-sm-3 {
    padding-bottom: 0.8333333333rem !important;
    padding-top: 0.8333333333rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important;
  }
  .py-sm-5 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.2083333333rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.4166666667rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.8333333333rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.2083333333rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.4166666667rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.8333333333rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.2083333333rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.4166666667rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.8333333333rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.2083333333rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.4166666667rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.8333333333rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-5 {
    padding-left: 2.5rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.2083333333rem !important;
  }
  .gap-sm-2 {
    gap: 0.4166666667rem !important;
  }
  .gap-sm-3 {
    gap: 0.8333333333rem !important;
  }
  .gap-sm-4 {
    gap: 1.25rem !important;
  }
  .gap-sm-5 {
    gap: 2.5rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.2083333333rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.4166666667rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 0.8333333333rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2.5rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.2083333333rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.4166666667rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 0.8333333333rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.25rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 2.5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.2083333333rem !important;
  }
  .m-md-2 {
    margin: 0.4166666667rem !important;
  }
  .m-md-3 {
    margin: 0.8333333333rem !important;
  }
  .m-md-4 {
    margin: 1.25rem !important;
  }
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.2083333333rem !important;
    margin-right: 0.2083333333rem !important;
  }
  .mx-md-2 {
    margin-left: 0.4166666667rem !important;
    margin-right: 0.4166666667rem !important;
  }
  .mx-md-3 {
    margin-left: 0.8333333333rem !important;
    margin-right: 0.8333333333rem !important;
  }
  .mx-md-4 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-md-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.2083333333rem !important;
    margin-top: 0.2083333333rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.4166666667rem !important;
    margin-top: 0.4166666667rem !important;
  }
  .my-md-3 {
    margin-bottom: 0.8333333333rem !important;
    margin-top: 0.8333333333rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }
  .my-md-5 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.2083333333rem !important;
  }
  .mt-md-2 {
    margin-top: 0.4166666667rem !important;
  }
  .mt-md-3 {
    margin-top: 0.8333333333rem !important;
  }
  .mt-md-4 {
    margin-top: 1.25rem !important;
  }
  .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.2083333333rem !important;
  }
  .me-md-2 {
    margin-right: 0.4166666667rem !important;
  }
  .me-md-3 {
    margin-right: 0.8333333333rem !important;
  }
  .me-md-4 {
    margin-right: 1.25rem !important;
  }
  .me-md-5 {
    margin-right: 2.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.2083333333rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.4166666667rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.8333333333rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.2083333333rem !important;
  }
  .ms-md-2 {
    margin-left: 0.4166666667rem !important;
  }
  .ms-md-3 {
    margin-left: 0.8333333333rem !important;
  }
  .ms-md-4 {
    margin-left: 1.25rem !important;
  }
  .ms-md-5 {
    margin-left: 2.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.2083333333rem !important;
  }
  .p-md-2 {
    padding: 0.4166666667rem !important;
  }
  .p-md-3 {
    padding: 0.8333333333rem !important;
  }
  .p-md-4 {
    padding: 1.25rem !important;
  }
  .p-md-5 {
    padding: 2.5rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.2083333333rem !important;
    padding-right: 0.2083333333rem !important;
  }
  .px-md-2 {
    padding-left: 0.4166666667rem !important;
    padding-right: 0.4166666667rem !important;
  }
  .px-md-3 {
    padding-left: 0.8333333333rem !important;
    padding-right: 0.8333333333rem !important;
  }
  .px-md-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-md-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.2083333333rem !important;
    padding-top: 0.2083333333rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.4166666667rem !important;
    padding-top: 0.4166666667rem !important;
  }
  .py-md-3 {
    padding-bottom: 0.8333333333rem !important;
    padding-top: 0.8333333333rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important;
  }
  .py-md-5 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.2083333333rem !important;
  }
  .pt-md-2 {
    padding-top: 0.4166666667rem !important;
  }
  .pt-md-3 {
    padding-top: 0.8333333333rem !important;
  }
  .pt-md-4 {
    padding-top: 1.25rem !important;
  }
  .pt-md-5 {
    padding-top: 2.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.2083333333rem !important;
  }
  .pe-md-2 {
    padding-right: 0.4166666667rem !important;
  }
  .pe-md-3 {
    padding-right: 0.8333333333rem !important;
  }
  .pe-md-4 {
    padding-right: 1.25rem !important;
  }
  .pe-md-5 {
    padding-right: 2.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.2083333333rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.4166666667rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.8333333333rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.2083333333rem !important;
  }
  .ps-md-2 {
    padding-left: 0.4166666667rem !important;
  }
  .ps-md-3 {
    padding-left: 0.8333333333rem !important;
  }
  .ps-md-4 {
    padding-left: 1.25rem !important;
  }
  .ps-md-5 {
    padding-left: 2.5rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.2083333333rem !important;
  }
  .gap-md-2 {
    gap: 0.4166666667rem !important;
  }
  .gap-md-3 {
    gap: 0.8333333333rem !important;
  }
  .gap-md-4 {
    gap: 1.25rem !important;
  }
  .gap-md-5 {
    gap: 2.5rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.2083333333rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.4166666667rem !important;
  }
  .row-gap-md-3 {
    row-gap: 0.8333333333rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2.5rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.2083333333rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.4166666667rem !important;
  }
  .column-gap-md-3 {
    column-gap: 0.8333333333rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.25rem !important;
  }
  .column-gap-md-5 {
    column-gap: 2.5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.2083333333rem !important;
  }
  .m-lg-2 {
    margin: 0.4166666667rem !important;
  }
  .m-lg-3 {
    margin: 0.8333333333rem !important;
  }
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.2083333333rem !important;
    margin-right: 0.2083333333rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.4166666667rem !important;
    margin-right: 0.4166666667rem !important;
  }
  .mx-lg-3 {
    margin-left: 0.8333333333rem !important;
    margin-right: 0.8333333333rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-lg-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.2083333333rem !important;
    margin-top: 0.2083333333rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.4166666667rem !important;
    margin-top: 0.4166666667rem !important;
  }
  .my-lg-3 {
    margin-bottom: 0.8333333333rem !important;
    margin-top: 0.8333333333rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }
  .my-lg-5 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.2083333333rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.4166666667rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.8333333333rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.2083333333rem !important;
  }
  .me-lg-2 {
    margin-right: 0.4166666667rem !important;
  }
  .me-lg-3 {
    margin-right: 0.8333333333rem !important;
  }
  .me-lg-4 {
    margin-right: 1.25rem !important;
  }
  .me-lg-5 {
    margin-right: 2.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.2083333333rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.4166666667rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.8333333333rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.2083333333rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.4166666667rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.8333333333rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-5 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.2083333333rem !important;
  }
  .p-lg-2 {
    padding: 0.4166666667rem !important;
  }
  .p-lg-3 {
    padding: 0.8333333333rem !important;
  }
  .p-lg-4 {
    padding: 1.25rem !important;
  }
  .p-lg-5 {
    padding: 2.5rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.2083333333rem !important;
    padding-right: 0.2083333333rem !important;
  }
  .px-lg-2 {
    padding-left: 0.4166666667rem !important;
    padding-right: 0.4166666667rem !important;
  }
  .px-lg-3 {
    padding-left: 0.8333333333rem !important;
    padding-right: 0.8333333333rem !important;
  }
  .px-lg-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-lg-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.2083333333rem !important;
    padding-top: 0.2083333333rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.4166666667rem !important;
    padding-top: 0.4166666667rem !important;
  }
  .py-lg-3 {
    padding-bottom: 0.8333333333rem !important;
    padding-top: 0.8333333333rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important;
  }
  .py-lg-5 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.2083333333rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.4166666667rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.8333333333rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.2083333333rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.4166666667rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.8333333333rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-5 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.2083333333rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.4166666667rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.8333333333rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.2083333333rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.4166666667rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.8333333333rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-5 {
    padding-left: 2.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.2083333333rem !important;
  }
  .gap-lg-2 {
    gap: 0.4166666667rem !important;
  }
  .gap-lg-3 {
    gap: 0.8333333333rem !important;
  }
  .gap-lg-4 {
    gap: 1.25rem !important;
  }
  .gap-lg-5 {
    gap: 2.5rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.2083333333rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.4166666667rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 0.8333333333rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2.5rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.2083333333rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.4166666667rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 0.8333333333rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.25rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 2.5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.2083333333rem !important;
  }
  .m-xl-2 {
    margin: 0.4166666667rem !important;
  }
  .m-xl-3 {
    margin: 0.8333333333rem !important;
  }
  .m-xl-4 {
    margin: 1.25rem !important;
  }
  .m-xl-5 {
    margin: 2.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.2083333333rem !important;
    margin-right: 0.2083333333rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.4166666667rem !important;
    margin-right: 0.4166666667rem !important;
  }
  .mx-xl-3 {
    margin-left: 0.8333333333rem !important;
    margin-right: 0.8333333333rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.2083333333rem !important;
    margin-top: 0.2083333333rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.4166666667rem !important;
    margin-top: 0.4166666667rem !important;
  }
  .my-xl-3 {
    margin-bottom: 0.8333333333rem !important;
    margin-top: 0.8333333333rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }
  .my-xl-5 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.2083333333rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.4166666667rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.8333333333rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.2083333333rem !important;
  }
  .me-xl-2 {
    margin-right: 0.4166666667rem !important;
  }
  .me-xl-3 {
    margin-right: 0.8333333333rem !important;
  }
  .me-xl-4 {
    margin-right: 1.25rem !important;
  }
  .me-xl-5 {
    margin-right: 2.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.2083333333rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.4166666667rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.8333333333rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.2083333333rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.4166666667rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.8333333333rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.2083333333rem !important;
  }
  .p-xl-2 {
    padding: 0.4166666667rem !important;
  }
  .p-xl-3 {
    padding: 0.8333333333rem !important;
  }
  .p-xl-4 {
    padding: 1.25rem !important;
  }
  .p-xl-5 {
    padding: 2.5rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.2083333333rem !important;
    padding-right: 0.2083333333rem !important;
  }
  .px-xl-2 {
    padding-left: 0.4166666667rem !important;
    padding-right: 0.4166666667rem !important;
  }
  .px-xl-3 {
    padding-left: 0.8333333333rem !important;
    padding-right: 0.8333333333rem !important;
  }
  .px-xl-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-xl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.2083333333rem !important;
    padding-top: 0.2083333333rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.4166666667rem !important;
    padding-top: 0.4166666667rem !important;
  }
  .py-xl-3 {
    padding-bottom: 0.8333333333rem !important;
    padding-top: 0.8333333333rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important;
  }
  .py-xl-5 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.2083333333rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.4166666667rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.8333333333rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.2083333333rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.4166666667rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.8333333333rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.2083333333rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.4166666667rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.8333333333rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.2083333333rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.4166666667rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.8333333333rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-5 {
    padding-left: 2.5rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.2083333333rem !important;
  }
  .gap-xl-2 {
    gap: 0.4166666667rem !important;
  }
  .gap-xl-3 {
    gap: 0.8333333333rem !important;
  }
  .gap-xl-4 {
    gap: 1.25rem !important;
  }
  .gap-xl-5 {
    gap: 2.5rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.2083333333rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.4166666667rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 0.8333333333rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2.5rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.2083333333rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.4166666667rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 0.8333333333rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 2.5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.2083333333rem !important;
  }
  .m-xxl-2 {
    margin: 0.4166666667rem !important;
  }
  .m-xxl-3 {
    margin: 0.8333333333rem !important;
  }
  .m-xxl-4 {
    margin: 1.25rem !important;
  }
  .m-xxl-5 {
    margin: 2.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.2083333333rem !important;
    margin-right: 0.2083333333rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.4166666667rem !important;
    margin-right: 0.4166666667rem !important;
  }
  .mx-xxl-3 {
    margin-left: 0.8333333333rem !important;
    margin-right: 0.8333333333rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-xxl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.2083333333rem !important;
    margin-top: 0.2083333333rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.4166666667rem !important;
    margin-top: 0.4166666667rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 0.8333333333rem !important;
    margin-top: 0.8333333333rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.2083333333rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.4166666667rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.8333333333rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.2083333333rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.4166666667rem !important;
  }
  .me-xxl-3 {
    margin-right: 0.8333333333rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-5 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.2083333333rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.4166666667rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.8333333333rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.2083333333rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.4166666667rem !important;
  }
  .ms-xxl-3 {
    margin-left: 0.8333333333rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.2083333333rem !important;
  }
  .p-xxl-2 {
    padding: 0.4166666667rem !important;
  }
  .p-xxl-3 {
    padding: 0.8333333333rem !important;
  }
  .p-xxl-4 {
    padding: 1.25rem !important;
  }
  .p-xxl-5 {
    padding: 2.5rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.2083333333rem !important;
    padding-right: 0.2083333333rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.4166666667rem !important;
    padding-right: 0.4166666667rem !important;
  }
  .px-xxl-3 {
    padding-left: 0.8333333333rem !important;
    padding-right: 0.8333333333rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-xxl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.2083333333rem !important;
    padding-top: 0.2083333333rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.4166666667rem !important;
    padding-top: 0.4166666667rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 0.8333333333rem !important;
    padding-top: 0.8333333333rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.2083333333rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.4166666667rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.8333333333rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2.5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.2083333333rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.4166666667rem !important;
  }
  .pe-xxl-3 {
    padding-right: 0.8333333333rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.2083333333rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.4166666667rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.8333333333rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.2083333333rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.4166666667rem !important;
  }
  .ps-xxl-3 {
    padding-left: 0.8333333333rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-5 {
    padding-left: 2.5rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.2083333333rem !important;
  }
  .gap-xxl-2 {
    gap: 0.4166666667rem !important;
  }
  .gap-xxl-3 {
    gap: 0.8333333333rem !important;
  }
  .gap-xxl-4 {
    gap: 1.25rem !important;
  }
  .gap-xxl-5 {
    gap: 2.5rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.2083333333rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.4166666667rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 0.8333333333rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 2.5rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.2083333333rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.4166666667rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 0.8333333333rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 2.5rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.form-control {
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #000;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 11px 20px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  background-color: #fff;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem #0d6efd40;
  color: #000;
  outline: 0;
}
.form-control::-webkit-date-and-time-value {
  height: 1.4em;
  margin: 0;
  min-width: 85px;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #0000007d;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  background-color: var(--tertiary-bg);
  border-color: inherit;
  border-radius: 0;
  border-style: solid;
  border-width: 0 1px 0 0;
  color: #000;
  margin: -11px 20px -11px -20px;
  padding: 11px 20px;
  pointer-events: none;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  background-color: var(--tertiary-bg);
  border-color: inherit;
  border-radius: 0;
  border-style: solid;
  border-width: 0 1px 0 0;
  color: #000;
  margin: -11px 20px -11px -20px;
  padding: 11px 20px;
  pointer-events: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--secondary-bg);
}
.form-control-plaintext {
  background-color: #0000;
  border: solid #0000;
  border-width: 1px 0;
  color: var(--body-color);
  display: block;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 11px 0;
  width: 100%;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: var(--border-radius-sm);
  font-size: 0.875rem;
  min-height: calc(1.4em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  margin: -0.25rem 0.5rem -0.25rem -0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
  margin: -0.25rem 0.5rem -0.25rem -0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: var(--border-radius-lg);
  font-size: 1.25rem;
  min-height: calc(1.4em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  margin: -0.5rem 1rem -0.5rem -1rem;
  padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
  margin: -0.5rem 1rem -0.5rem -1rem;
  padding: 0.5rem 1rem;
}
textarea.form-control {
  min-height: calc(1.4em + 24px);
}
textarea.form-control-sm {
  min-height: calc(1.4em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.4em + 1rem + 2px);
}
.form-control-color {
  height: calc(1.4em + 24px);
  padding: 11px;
  width: 3rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 6px;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 6px;
}
.form-control-color.form-control-sm {
  height: calc(1.4em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.4em + 1rem + 2px);
}
.form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.5rem;
  padding-left: 1.333em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.333em;
}
.form-check-reverse {
  padding-left: 0;
  padding-right: 1.333em;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.333em;
}
.form-check-input {
  --form-check-bg: #0000;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--form-check-bg);
  background-image: var(--form-check-bg-image);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  flex-shrink: 0;
  height: 0.833em;
  margin-top: 0.3335em;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  vertical-align: top;
  width: 0.833em;
}
.form-check-input[type="checkbox"] {
  border-radius: 5px;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem #0d6efd40;
  outline: 0;
}
.form-check-input:checked {
  background-color: #0000;
  border-color: #fff;
}
.form-check-input:checked[type="checkbox"] {
  --form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
  --form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
}
.form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-image: var(--form-switch-bg);
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position 0.15s ease-in-out;
  width: 2em;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386B6FE'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
  background-position: 100%;
  --form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}
.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  filter: none;
  opacity: 0.65;
  pointer-events: none;
}
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E");
}
.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --offcanvas-zindex: 1045;
  --offcanvas-width: 400px;
  --offcanvas-height: 30vh;
  --offcanvas-padding-x: 0.8333333333rem;
  --offcanvas-padding-y: 0.8333333333rem;
  --offcanvas-color: #000;
  --offcanvas-bg: #fff;
  --offcanvas-border-width: 1px;
  --offcanvas-border-color: #3d3d3d;
  --offcanvas-box-shadow: var(--box-shadow-sm);
  --offcanvas-transition: transform 0.3s ease-in-out;
  --offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    background-clip: padding-box;
    background-color: var(--offcanvas-bg);
    bottom: 0;
    color: var(--offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--offcanvas-transition);
    visibility: hidden;
    z-index: var(--offcanvas-zindex);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-sm.offcanvas-end {
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-sm.offcanvas-top {
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom,
  .offcanvas-sm.offcanvas-top {
    height: var(--offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-sm.offcanvas-bottom {
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: #0000 !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    background-color: #0000 !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    background-clip: padding-box;
    background-color: var(--offcanvas-bg);
    bottom: 0;
    color: var(--offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--offcanvas-transition);
    visibility: hidden;
    z-index: var(--offcanvas-zindex);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-md.offcanvas-end {
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-md.offcanvas-top {
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom,
  .offcanvas-md.offcanvas-top {
    height: var(--offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-md.offcanvas-bottom {
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: #0000 !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    background-color: #0000 !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    background-clip: padding-box;
    background-color: var(--offcanvas-bg);
    bottom: 0;
    color: var(--offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--offcanvas-transition);
    visibility: hidden;
    z-index: var(--offcanvas-zindex);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-lg.offcanvas-end {
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-lg.offcanvas-top {
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom,
  .offcanvas-lg.offcanvas-top {
    height: var(--offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-lg.offcanvas-bottom {
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: #0000 !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    background-color: #0000 !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    background-clip: padding-box;
    background-color: var(--offcanvas-bg);
    bottom: 0;
    color: var(--offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--offcanvas-transition);
    visibility: hidden;
    z-index: var(--offcanvas-zindex);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-xl.offcanvas-end {
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-xl.offcanvas-top {
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom,
  .offcanvas-xl.offcanvas-top {
    height: var(--offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-xl.offcanvas-bottom {
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: #0000 !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    background-color: #0000 !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    background-clip: padding-box;
    background-color: var(--offcanvas-bg);
    bottom: 0;
    color: var(--offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--offcanvas-transition);
    visibility: hidden;
    z-index: var(--offcanvas-zindex);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-xxl.offcanvas-end {
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-xxl.offcanvas-top {
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom,
  .offcanvas-xxl.offcanvas-top {
    height: var(--offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-xxl.offcanvas-bottom {
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: #0000 !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    background-color: #0000 !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
.offcanvas {
  background-clip: padding-box;
  background-color: var(--offcanvas-bg);
  bottom: 0;
  color: var(--offcanvas-color);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: var(--offcanvas-transition);
  visibility: hidden;
  z-index: var(--offcanvas-zindex);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: var(--offcanvas-width);
}
.offcanvas.offcanvas-end {
  border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: var(--offcanvas-width);
}
.offcanvas.offcanvas-top {
  border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  top: 0;
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
  height: var(--offcanvas-height);
  left: 0;
  max-height: 100%;
  right: 0;
}
.offcanvas.offcanvas-bottom {
  border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  align-items: center;
  display: flex;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  margin-bottom: calc(var(--offcanvas-padding-y) * -0.5);
  margin-left: auto;
  margin-right: calc(var(--offcanvas-padding-x) * -0.5);
  margin-top: calc(var(--offcanvas-padding-y) * -0.5);
  padding: calc(var(--offcanvas-padding-y) * 0.5) calc(var(--offcanvas-padding-x) * 0.5);
}
.offcanvas-title {
  line-height: var(--offcanvas-title-line-height);
  margin-bottom: 0;
}
.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  color: #000;
  font-size: 14px;
  height: 100%;
  line-height: 1.4;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
body {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.content {
  flex-grow: 1;
}
.img-contain,
.img-cover {
  display: block;
  height: 100%;
  margin: auto;
  width: 100%;
}
.img-contain {
  object-fit: contain;
}
.img-cover {
  object-fit: cover;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
}
.page-title {
  font-size: 38px;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 24px;
}
/* @media (min-width: 576px) {
  .page-title {
    font-size: 42px;
  }
} */
@media (min-width: 768px) {
  .page-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.title-row {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 42px;
}
.title-row .page-title {
  margin-bottom: 0;
  max-width: 620px;
}
.title-row .page-desc {
  max-width: 700px;
}
.title-row #sport-desk {
  max-width: 451px;
}
.title-row #sport-slider-desk {
  max-width: 550px;
}
@media (min-width: 1200px) {
  .title-row {
    gap: 70px;
  }
}
.section {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 90px;
  }
}
.btn-close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 28px;
}
.offcanvas-close {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.page_name {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: -50px 0 20px;
}
@media (max-width: 767px) {
  .page_name {
    margin-top: 30px;
  }
}
.page-name__title {
  color: #333;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-name__title {
    font-size: 0;
    line-height: 1;
  }

  .page-name__title::before {
    content: "\22EE";
    font-size: 20px;
    line-height: 1;
  }
}
.curve-title {
  font-size: 48px;
  font-weight: 500;
}
.btn {
  align-items: center;
  background: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  padding: 16px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn:hover {
  color: inherit;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn_sm {
  font-size: 14px;
  padding: 14px 20px;
}
.btn_rounded {
  border-radius: 100px;
}
.btn-primary-dark {
  background-color: #ff4d00;
  color: #efefef;
}
.btn-primary,
.btn-primary-dark:hover {
  background-color: #ff4d00;
  color: #efefef;
  border-radius: 100px;
}
.btn-primary:hover {
  background-color: #0d5997;
  color: #efefef;
}
#sport .select_category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
#sport .select_category_btn {
  background-color: #0000;
  border: none;
  border-radius: 100px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 20px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#sport .select_category_btn:hover {
  background-color: #f0f0f0;
  color: #000;
}
#sport .select_category_btn.active {
  background-color: #f1f8fe;
  color: #000;
}
.infinite-slider-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.infinite-slider-track {
  display: flex;
  gap: 20px;
  width: -webkit-fit-content;
  width: fit-content;
  will-change: transform;
}
.infinite-slider-container:after,
.infinite-slider-container:before {
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 2;
}
.infinite-slider-container:before {
  background: linear-gradient(90deg, #fffffff2, #0000);
  left: 0;
}
.infinite-slider-container:after {
  background: linear-gradient(270deg, #fffffff2, #0000);
  right: 0;
}
@font-face {
  font-display: swap;
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/icomoon/icomoon.eot?5902e9);
  src:
    url(../assets/fonts/icomoon/icomoon.eot?5902e9#iefix) format("embedded-opentype"),
    url(../assets/fonts/icomoon/icomoon.ttf?5902e9) format("truetype"),
    url(../assets/fonts/icomoon/icomoon.woff?5902e9) format("woff"),
    url(../assets/images/icomoon.svg#icomoon) format("svg");
}
.icon-phone:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-bars:before {
  content: "";
}
.icon-whatsapp-filled:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-telegram:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-add:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-arrow-right:before {
  content: "";
}
.icon-long-arrow-right:before {
  content: "";
}
.apc-card {
  position: relative;
}
.apc-card .appear-content {
  bottom: 10px;
  left: 10px;
  position: absolute;
  right: 10px;
}
@media (min-width: 576px) {
  .apc-card .appear-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.apc-card_top-end .appear-content {
  bottom: auto;
  top: 10px;
}
@media (min-width: 576px) {
  .apc-card_top-end .appear-content {
    top: 20px;
  }
}
.appear-content {
  font-size: 14px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .appear-content {
    font-size: 16px;
    padding: 20px;
  }
}
.appear-content > .apc-inner {
  color: #000;
  opacity: 0;
  transition:
    opacity 0.15s ease-in-out,
    visibility 0.15s ease-in-out;
  visibility: hidden;
}
.appear-content:after,
.appear-content:before {
  bottom: 0;
  position: absolute;
  right: 0;
}
.apc-card_top-end .appear-content:after,
.apc-card_top-end .appear-content:before {
  bottom: auto;
  top: 0;
}
.appear-content:before {
  background-color: #fffc;
  border-radius: 12px;
  content: "";
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  width: 0;
  z-index: -1;
}
.appear-content:after {
  color: #fff;
  content: "";
  display: flex;
  font-size: 24px;
  opacity: 1;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: visible;
  z-index: 1;
}
@media (min-width: 576px) {
  .appear-content:after {
    font-size: 32px;
  }
}
.apc-card:hover .appear-content:after {
  opacity: 0;
  visibility: hidden;
}
.apc-card:hover .appear-content:before {
  height: 100%;
  opacity: 1;
  width: 100%;
}
.apc-card:hover .appear-content > .apc-inner {
  opacity: 1;
  transition-delay: 0.2s;
  transition-duration: 0.3s;
  visibility: visible;
}
.social {
  display: flex;
}
.social-item {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.social-item:hover {
  color: #016ec7;
}
@media (min-width: 992px) {
  .social-item {
    height: 52px;
    width: 52px;
  }
}
.post__image {
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.post__image img {
  border-radius: inherit;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.post:hover .post__image > img {
  transform: scale(1.1);
}
.post__body {
  font-size: 16px;
}
@media (min-width: 768px) {
  .post__body {
    font-size: 18px;
  }
}
.post__title {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .post__title {
    font-size: 24px;
  }
}
.slider-slide {
  border-radius: 12px;
  max-width: 90%;
  overflow: hidden;
  position: relative;
  width: 1073px;
}
.slider-slide__content {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
}
.slider-nav {
  display: inline-flex;
  gap: 4px;
}
.slider-next,
.slider-prev {
  align-items: center;
  background-color: #ff4d00;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-size: 32px;
  height: 44px;
  justify-content: center;
  width: 44px;
  border-radius: 100%;
}
.slider-next.disabled,
.slider-prev.disabled {
  background-color: #f2a985;
  cursor: not-allowed;
}
#experience .swiper {
  margin: 0 auto;
  max-width: 1380px;
  overflow: visible;
  width: 100%;
}
#experience .swiper-slide {
  border-radius: 12px;
  box-sizing: border-box;
  display: block;
  height: 700px;
  max-width: 100%;
  overflow: hidden;
  transition: width 0.36s cubic-bezier(0.2, 0.9, 0.2, 1);
  width: 368px;
}
#experience .swiper-slide-active,
#experience .swiper-slide.is-active {
  width: 700px;
  z-index: 3;
}
#experience .swiper:not(.swiper-initialized) .swiper-slide:first-child {
  width: 700px;
}
#experience .swiper-slide .img-cover {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#experience p {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 8px;
  width: 365px;
}
#experience p span {
  font-size: 18px;
}
#experience .swiper-wrapper {
  align-items: flex-start;
  gap: 20px;
  justify-content: flex-start;
}
#experience .swiper-slide {
  z-index: 1;
}
.feedback-block {
  background: url(../assets/images/feedback.webp) no-repeat 50%;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.feedback-block__inner {
  background-color: #0000007d;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  justify-content: center;
  padding: 15px;
}
@media (min-width: 992px) {
  .feedback-block__inner {
    flex-wrap: nowrap;
    gap: 50px;
    justify-content: flex-start;
    padding: 30px 40px 40px;
  }
}
.feedback-block__content {
  text-align: center;
}
@media (min-width: 992px) {
  .feedback-block__content {
    text-align: left;
  }
}
.feedback-block__title {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .feedback-block__title {
    font-size: 56px;
  }
}
.feedback-block__form {
  flex: 0 0 430px;
  max-width: 100%;
  padding-top: 10px;
  width: 430px;
}
@media (min-width: 1200px) {
  .feedback-block__form {
    flex-basis: 557px;
    width: 557px;
  }
}
.feedback {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feedback textarea {
  height: 86px;
  resize: none;
}
.privacy-policy {
  width: 910px;
}
.partners {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .partners {
    margin-bottom: 70px;
  }
}
.partners__title {
  margin-bottom: 30px;
}
.partner-item {
  background-color: #fbfdff;
  border-radius: 8px;
  flex: 0 0 150px;
  height: 90px;
  padding: 20px;
  width: 150px;
}
@media (min-width: 768px) {
  .partner-item {
    border-radius: 16px;
    flex-basis: 250px;
    height: 150px;
    padding: 20px;
    width: 250px;
  }
}
.infinite-slider-sport {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .infinite-slider-sport {
    margin-top: 50px;
  }
}
.stat {
  background-color: #f3f7fb;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  height: 517px;
  justify-content: flex-end;
  line-height: 1.1;
  padding: 20px;
  position: relative;
}
.stat_primary {
  background-color: #0d5997;
  color: #fff;
}
.stat_primary .stat__number {
  color: #fff;
}
.stat_sm .stat__icon {
  width: 51px;
}

.stat_sm {
  height: 249px;
}

.stat_sm .stat__number {
  font-size: 96px;
}

.sport-slider-block {
  margin-top: 32px;
}

.sport-slider-block .swiper {
  overflow: visible;
  width: 100%;
}

.sport-slider-block .swiper-wrapper {
  align-items: stretch;
}

.sport-slider-block .swiper-slide {
  box-sizing: border-box;
  height: auto;
  max-width: calc(100vw - 48px);
  width: 582px;
}

.sport-slider-block .feedback-card {
  background: #fbfdff;
  border-radius: 8px;
  color: #2d2d2d;
  min-height: 253px;
  overflow: hidden;
}

.sport-slider-block .feedback-card__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  grid-template-rows: auto 1fr;
  min-height: inherit;
  padding: 20px;
}

.sport-slider-block .feedback-card-top {
  display: contents;
}

.sport-slider-block .feedback-card-title-block {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.sport-slider-block .feedback-card__role {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 12px;
}

.sport-slider-block .feedback-card__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}

.sport-slider-block .feedback-card__link {
  align-self: start;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  line-height: 1.1;
  margin-top: 6px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sport-slider-block .feedback-card__disc {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-column: 1 / -1;
  grid-row: 2;
  grid-template-columns: minmax(0, 1fr) 130px;
  margin-top: 22px;
}

.sport-slider-block .feedback-card__disc_text {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.28;
  max-width: 395px;
}

.sport-slider-block .feedback-card__logo {
  align-self: end;
  justify-self: end;
  width: 115px;
}

.sport-slider-block .feedback-card__logo-container {
  width: 100%;
}

.sport-slider-block .feedback-card__logo img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 991px) {
  .sport-slider-block .swiper-slide {
    width: 520px;
  }

  .sport-slider-block .feedback-card {
    min-height: 245px;
  }

  .sport-slider-block .feedback-card__content {
    grid-template-columns: minmax(0, 1fr) 120px;
    padding: 18px;
  }

  .sport-slider-block .feedback-card__role {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .sport-slider-block .feedback-card__title {
    font-size: 22px;
  }

  .sport-slider-block .feedback-card__link {
    font-size: 16px;
    margin-top: 5px;
  }

  .sport-slider-block .feedback-card__disc {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 120px;
    margin-top: 20px;
  }

  .sport-slider-block .feedback-card__disc_text {
    font-size: 18px;
  }

  .sport-slider-block .feedback-card__logo {
    width: 108px;
  }
}

@media (max-width: 767px) {
  .sport-slider-block .feedback-card__content,
  .sport-slider-block .feedback-card__disc {
    display: flex;
    flex-direction: column;
  }

  .sport-slider-block .feedback-card {
    min-height: 0;
  }

  .sport-slider-block .feedback-card__content {
    gap: 24px;
    padding: 22px;
  }

  .sport-slider-block .feedback-card__role {
    font-size: 17px;
  }

  .sport-slider-block .feedback-card__title {
    font-size: 24px;
  }

  .sport-slider-block .feedback-card__link {
    align-self: flex-start;
    font-size: 16px;
    margin-top: 0;
  }

  .sport-slider-block .feedback-card__disc {
    gap: 22px;
    margin-top: 0;
  }

  .sport-slider-block .feedback-card__disc_text {
    font-size: 18px;
    line-height: 1.35;
  }

  .sport-slider-block .feedback-card__logo {
    align-self: flex-end;
    width: 120px;
  }
}
@media (min-width: 768px) {
  .stat_sm .stat__number {
    font-size: 100px;
  }
}
.stat__top {
  text-align: left;
  max-height: 45px;
}
.stat__icon {
  width: 45px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.stat__icon_md {
  width: 45px;
}
.stat__number {
  color: #292929;
  font-size: 100px;
  line-height: 1;
}
@media (min-width: 768px) {
  .stat__number {
    font-size: 150px;
  }
}
.service-item {
  border-top: 1px solid #efefef;
  padding: 20px 30px 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .service-item {
    padding-right: 40px;
  }
}
.service-item:last-child {
  border-bottom: 1px solid #efefef;
}
.service-item__header {
  transition:
    padding-top 0.3s ease-in-out,
    padding-bottom 0.3s ease-in-out;
}
.service-item__header.collapsed {
  padding-bottom: 2px;
  padding-top: 12px;
}
.service-item__header:after {
  color: #0d5997;
  content: "";
  cursor: pointer;
  display: inline-block;
  font-size: 42px;
  position: absolute;
  right: -10px;
  top: 28px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .service-item__header:after {
    font-size: 54px;
    right: -6px;
    top: 24px;
  }
}
.service-item__header[aria-expanded="false"]:after {
  transform: rotate(45deg);
}
.service {
  border-top: 1px solid #efefef;
  padding: 30px 0 35px;
}
.service:last-child {
  border-bottom: 1px solid #efefef;
}
.service__num {
  font-size: 24px;
}
@media (min-width: 768px) {
  .service__num {
    font-size: 28px;
  }
}
.service__title {
  cursor: pointer;
  font-size: 24px;
}
@media (min-width: 768px) {
  .service__title {
    font-size: 28px;
  }
}
.service__detail {
  margin-top: 6px;
  border-radius: 100px;
  width: 220px;
}
#sport {
  margin: 0 auto;
}
#sport .card.apc-card {
  flex-shrink: 0;
  height: 473px;
  width: 254px;
}
#sport .card.apc-card .card__image {
  height: 100%;
  transition: transform 0.3s ease;
  width: 100%;
}
#sport .card.apc-card:hover .card__image {
  transform: scale(1.05);
}
#sport .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
}
#sport .col-6 {
  flex: 0 0 auto;
  width: 254px;
}
.card {
  border-radius: 8px;
  color: #fff;
  height: 473;
  overflow: hidden;
  position: relative;
}
.card__image img {
  transition: transform 0.3s ease-in-out;
}
.card:hover .card__image > img {
  transform: scale(1.1);
}
.card__content {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .card__content {
    padding: 15px 20px;
  }
}
.card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: screen-sm-min) {
  .card__title {
    font-size: 24px;
  }
}
@media (min-width: screen-md-min) {
  .card__title {
    font-size: 18px;
  }
}
@media (min-width: screen-lg-min) {
  .card__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .card__title {
    font-size: 28px;
  }
}
.card__add {
  margin-left: auto;
}
.benefit {
  background-color: #f3f7fb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 992px) {
  .benefit {
    height: 245px;
  }
  .benefit_high {
    height: 489px;
  }
}
.benefit_primary {
  background-color: #0d5997;
  color: #fff;
  font-weight: 500;
}
.benefit_primary .benefit__label {
  background-color: #fff;
  color: #364e72;
  font-weight: 400;
}
.benefit_primary .benefit__value {
  color: inherit;
  font-weight: 400;
}
.benefit__top {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .benefit__top {
    display: block;
  }
}
.benefit__label {
  background-color: #0d5997;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 20px;
  padding: 6px 13px;
}
.benefit__value {
  align-items: flex-end;
  color: #292929;
  display: flex;
  font-size: 120px;
  line-height: 0.85;
  margin-bottom: 10px;
  margin-top: 10px;
}
.hero__slider {
  height: 600px;
}
@media (min-width: 1200px) {
  .hero__slider {
    height: 710px;
  }
}
.hero {
  height: 100%;
  position: relative;
  background: linear-gradient(12.82deg, #000000 -21.72%, rgba(0, 0, 0, 0) 81%);
}
.hero:before {
  background-color: #00000030;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sub__menu {
  padding: 19px 40px;
  max-width: max-content;
  background: #f3f7fb;
  position: absolute;
  top: 10px;

  left: 50%;
  transform: translateX(-50%);

  border-radius: 100px;
}

.sub__menu ul {
  display: flex;
  gap: 49px;
}

.sub__menu li {
  list-style: none;
  white-space: nowrap;
}

.sub__menu a {
  font-size: 16px;
  color: #000;
}

@media (max-width: 475px) {
  .sub__menu {
    padding: 10px 15px;
  }

  .sub__menu ul {
    gap: 8px;
  }

  .sub__menu a {
    font-size: 10px;
  }

  .sub__menu li {
    line-height: 100%;
  }
}

@media (max-width: 1200px) {
  .hero #no-index {
    height: 900px;
  }
}
.hero__content {
  bottom: 37px;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  padding: 43px 60px;
}
.hero__bottom {
  align-items: flex-start;
  border-top: 1px solid #efefef33;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .hero__bottom {
    justify-content: space-between;
  }
}
#no-border {
  border-top: none;
}
.hero__title {
  font-size: 42px;
  letter-spacing: -2px;
  margin-bottom: 10px;
  max-width: 1000px;
  text-align: center;
  line-height: 100%;
}
@media (min-width: screen-sm-min) {
  .hero__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 52px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 60px;
  }
}
.hero__btn {
  font-weight: 400;
  padding-left: 85px;
  padding-right: 85px;
  border-radius: 100px;
}
.hero__desc {
  max-width: 587px;
  margin-top: 40px;
}
#sport-hero {
  max-width: 530px;
}
.swiper {
  border-radius: 16px;
}
.error-hero {
  align-items: center;
  color: #fff;
  display: flex;
  height: 843px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.error-hero .img-cover {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.error-hero:before {
  background: #00000080;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.error-hero .hero__content {
  align-items: center;
  bottom: auto;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.error-content__subtitle {
  font-size: 48px;
  font-weight: 500;
}
.error-content__title {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #fff, #fff, hsla(0, 0%, 76%, 0.408), #9990);
  color: #0000;
  font-size: 400px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 110%;
  margin: 0;
}
@media (max-width: 767px) {
  .error-content__title {
    font-size: 200px;
  }
}
.error-content__desc {
  font-size: 20px;
  line-height: 110%;
  margin: 0 auto 32px;
  max-width: 587px;
}
@media (max-width: 767px) {
  .error-content__desc {
    font-size: 15px;
  }
}
#menu {
  --offcanvas-width: 300px;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-content {
  flex-grow: 1;
}
.menu-list {
  margin-bottom: 30px;
}
.menu-link {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  padding: 6px 0;
}
.menu-link:hover {
  color: #016ec7;
}
.menu__social {
  margin-bottom: 30px;
}
.menu__phone {
  color: inherit;
  font-size: 24px;
}
.menu__phone:hover {
  color: #016ec7;
}
.grid {
  flex-direction: column;
}
.grid,
.grid-row {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .grid-row {
    flex-direction: column;
  }
}
.grid-card {
  background-color: #fbfdff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 440px;
}
@media (max-width: 767px) {
  .grid-card {
    width: 100%;
  }
}
.grid-card img {
  align-self: flex-start;
  display: block;
  margin-bottom: 20px;
}
.grid-join-us {
  align-items: center;
  background-color: #0d5997;
  display: flex;
  height: 109px;
  margin-top: 30px;
  width: 100%;
}
.join-us__title {
  align-items: center;
  color: #fff;
  font-family: Inter;
  font-size: 40px;
  font-weight: 400;
  margin: 0 auto;
}
.card_title {
  font-size: 24px;
  font-weight: 500;
}
.card_description {
  letter-spacing: 0;
  line-height: 140%;
  margin-top: 10px;
  width: 380px;
}
/* #sport-grid-title {
  margin-top: 20px;
} */
.image-row-block {
  display: flex;
  gap: 20px;
}
.image-row-block img {
  height: 482px;
  width: 330px;
}
.control-grid .grid-card {
  display: flex;
  padding: 66px 20px 20px;
}
.control-grid .grid-card img {
  margin-top: 40px;
}
.control-grid .card_title {
  color: #0d5997;
  height: 43px;
  letter-spacing: 0;
  line-height: 110%;
}
.control-grid .card_description {
  height: 88px;
  width: 265px;
}
.tourist-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tourist-grid .grid-card {
  display: flex;
  padding: 20px;
  background: #fff8f8;
  border-radius: 12px;
}
.tourist-grid .grid-card img {
  display: flex;
  width: 40px;
  margin-bottom: 18px;
}
.tourist-grid .card_title {
  font-size: 22px;
}
.tourist-grid .card_description {
  width: 289px;
}
.performed_with_us_title-text {
  display: flex;
}
.page-description {
  width: 451px;
}
.hotspot-slider-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.hotspot-slider-row .hotspot-slider {
  flex: 1;
}
@media (max-width: 767px) {
  .hotspot-slider-row {
    flex-direction: column;
    width: 100%;
  }
}
.hotspot-slider {
  border-radius: 20px;
  height: 440px;
  overflow: hidden;
  position: relative;
  width: 440px;
}
.hotspot-slider__image {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
.hotspot-slider__image[data-index="1"] {
  opacity: 1;
}
.hotspot-slider__indicator {
  bottom: 10px;
  display: flex;
  gap: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.hotspot-slider__indicator-bar {
  background-color: gray;
  border-radius: 5px;
  height: 10px;
  transition:
    background-color 0.3s ease,
    width 0.3s ease;
  width: 40px;
}
.hotspot-slider__indicator-bar[data-index="1"] {
  background-color: #3f3f3f;
  width: 50px;
}
.hotspot-text-block {
  margin-top: 30px;
}
.hotspot-block-title {
  font-size: 24px;
  font-weight: 500;
}
.gray-title,
.hotspot-block-title {
  letter-spacing: 0;
  line-height: 110%;
}
.gray-title {
  color: rgba(0, 0, 0, 0.502);
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.hotspot-description {
  letter-spacing: 0;
  line-height: 110%;
}
.hotspot-link {
  margin-top: 20px;
}

.hotspot-link a {
  color: #0d5997;
}

.types-of-tours .hotspot-description {
  margin-top: 20px;
  width: 354px;
}
@media (max-width: 767px) {
  .types-of-tours .hotspot-description p {
    width: 100%;
  }
  .hotspot-slider,
  .hotspot-slider-block {
    width: 100%;
  }
}
.director {
  border-radius: 16px;
  display: flex;
  gap: 18px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .director {
    flex-direction: column;
  }
  .director .director-image,
  .director .director-image img {
    height: 310px;
    width: 100%;
  }
}
.director-image {
  width: 480px;
  height: 380px;
}
.director-image img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.director-text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 30px;
}
.director-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 70px;
}
.director-title span {
  font-size: 30px;
  font-weight: 400;
}
.black-description {
  margin-bottom: 30px;
  width: 380px;
}
.blue-description {
  color: #00000080;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 110%;
}
.contacts {
  align-items: center;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .contacts {
    display: flex;
    flex-direction: column;
  }
  .contacts .contacts-text-block {
    width: 400px;
  }
  .contacts .contact-description-text {
    width: 360px;
  }
}
.contacts .contacts-image-block img {
  width: 400px;
}
.contacts-text-block {
  background-color: #fbfbfb;
  border-radius: 16px;
  height: 462px;
  padding: 40px 20px;
  width: 669px;
}
.contacts-title {
  font-size: 48px;
  font-weight: 500;
}
.contacts-description {
  gap: 35px;
  width: 575px;
}
.contact-description-blue {
  color: #0d5997;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 140%;
  margin-bottom: 15px;
}
.contacts-image {
  height: 492px;
  margin-top: 10px;
  width: 670px;
}
.achievements_block {
  border-top: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .achievements_block {
    margin-top: 50px;
  }
}
.achievement_text_row {
  align-items: center;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
}
.achievement_text_left {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .achievement_text_left {
    font-size: 18px;
    padding: 15px 0;
  }
}
.achievement_text_right {
  color: #0d5997;
  font-size: 60px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .achievement_text_right {
    font-size: 24px;
  }
}
.achievement_contact_us {
  align-items: center;
  background-color: #022d58;
  color: #fff;
  display: flex;
  font-size: 40px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 110%;
  margin-top: 100px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .achievement_contact_us {
    font-size: 18px;
    margin-top: 50px;
    padding: 20px 0;
  }
  .achievement_contact_us p {
    width: 380px;
  }
  .grid-block .grid .grid-row {
    flex-direction: column;
    gap: 20px;
  }
  .grid-block .grid .grid-card {
    width: 100%;
  }
  .grid-join-us .join-us__title {
    font-size: 18px;
  }
}
.toggle-menu {
  align-items: center;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  gap: 5px;
}
.toggle-menu:before {
  content: "";
  font-size: 24px;
}
.toggle-menu.active:before {
  content: "";
}
.cases-section .with-us-title {
  margin-bottom: 0px;
}
.case-item {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  gap: 20px;
  padding: 40px 0;
}
.case-item:first-child {
  padding-top: 20px;
}
.case-item:last-child {
  border-bottom: none;
}
.case-item__content {
  flex: 1;
}
.case-item__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 16px;
  width: 400px;
}
.case-item__tag {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 24px;
  padding: 4px 12px;
}
.case-item__services {
  line-height: 140%;
  margin-bottom: 16px;
  width: 602px;
}
@media (max-width: 767px) {
  .case-item__services {
    width: 380px;
  }
}
.case-item__desc {
  line-height: 140%;
  margin-bottom: 24px;
  width: 602px;
}
@media (max-width: 767px) {
  .case-item__desc {
    width: 380px;
  }
}
.case-item__link {
  align-items: center;
  color: #000;
  display: inline-flex;
  font-weight: 600;
  gap: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.case-item__link i {
  transition: transform 0.3s ease;
}
.case-item__link:hover i {
  transform: translateX(4px);
}
.case-item__image {
  border-radius: 16px;
  flex-shrink: 0;
  height: 320px;
  overflow: hidden;
  width: 660px;
}
.case-item__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .case-item {
    flex-direction: column-reverse;
  }
  .case-item__image {
    aspect-ratio: 3/2;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .case-item__title {
    font-size: 22px;
    width: 380px;
  }
  .case-item__content h3 {
    width: 380px;
  }
}
.mice-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 325px;
  position: relative;
}

.mice-slider .slider__number {
  font-size: 230px;
  font-family: Inter;
  color: #f7f7f7;
  font-weight: 600;
}

.mice-slider .swiper-slide__img {
  border-radius: 12px;
  height: 372px;
  overflow: hidden;
  width: 325px;
}
.mice-slider .swiper-slide__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mice-slider .swiper-slide__title {
  color: #191919;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  margin-top: -148px;
}
.mice-slider .swiper-slide__text {
  color: #191919;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.mice-slider__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mice-slider__title {
  color: #191919;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}
.mice-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: static;
  width: 100%;
}
.mice-slider .swiper-pagination-bullet {
  background-color: #e0e0e0;
  border-radius: 0;
  height: 2px;
  opacity: 1;
  transition: background-color 0.3s;
  width: 100px;
}
.mice-slider .swiper-pagination-bullet-active {
  background-color: #016ec7;
}
.with-us-block {
  border-bottom: 1px solid #8a8a8a33;
  margin-bottom: 30px;
}
.with-us-block:last-child {
  border-bottom: none;
}
.with-us-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .with-us-content {
    flex-direction: column;
  }
  .with-us-content .with-us-block-left,
  .with-us-content img {
    width: 100%;
  }
}
.with-us-block-left {
  display: flex;
  flex-direction: column;
  height: 349px;
  justify-content: space-between;
  padding: 20px 0;
}
.with-us-title {
  display: flex;
  margin-bottom: 78px;
  justify-content: space-between;
  align-items: center;
}
.with-us-title p {
  color: #0d5997;
}
.with-us-block-title {
  font-size: 28px;
  font-weight: 500;
}
.with-us-button {
  align-items: center;
  background: #0000;
  border: 1px solid #d0e8fb;
  border-radius: 100px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  line-height: 1;
  margin-top: 18px;
  padding: 10px 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.with-us-button:hover {
  background: rgba(208, 232, 251, 0.541);
}
.with-us-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.with-us-block-desc {
  margin-top: 30px;
  width: 482px;
}
@media (max-width: 767px) {
  .with-us-block-desc {
    width: 100%;
  }
}
.with-us-link a {
  color: #0d5997;
}
.curve-title {
  margin-bottom: -100px;
  text-align: center;
}
@media (max-width: 767px) {
  .curve-title {
    margin-bottom: 0;
  }
}
.curve {
  aspect-ratio: 812/1100.5;
  left: -200px;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .curve {
    height: 550px;
    left: 0;
    margin-bottom: 650px;
  }
}
.curve-image {
  left: 0;
  position: absolute;
  top: 0;
}
.curve-image,
.curve-image img {
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.curve-image img {
  display: block;
  object-fit: contain;
}
@media (max-width: 767px) {
  .curve-image {
    display: none;
  }
}
.curve-text-section {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.curve-text-block {
  display: flex;
  pointer-events: none;
  position: absolute;
  width: 420px;
  gap: 7px;
}
.curve-text-block:first-child {
  left: 19.5%;
  top: 19.5%;
}
@media (max-width: 767px) {
  .curve-text-block:first-child {
    left: 0;
    position: relative;
    top: 0;
  }
}
.curve-text-block:nth-child(2) {
  left: 19.5%;
  top: 32.5%;
}
@media (max-width: 767px) {
  .curve-text-block:nth-child(2) {
    left: 0;
    position: relative;
    top: 0;
  }
}
.curve-text-block:nth-child(3) {
  left: 47.5%;
  top: 44%;
}
@media (max-width: 767px) {
  .curve-text-block:nth-child(3) {
    left: 0;
    position: relative;
    top: 0;
  }
}
.curve-text-block:nth-child(4) {
  left: 78.5%;
  top: 57%;
}
@media (max-width: 767px) {
  .curve-text-block:nth-child(4) {
    left: 0;
    position: relative;
    top: 0;
  }
}
.curve-text-block:nth-child(5) {
  left: 88.5%;
  top: 70.5%;
}
@media (max-width: 767px) {
  .curve-text-block:nth-child(5) {
    left: 0;
    position: relative;
    top: 0;
  }
  .curve-text-block {
    margin-top: 20px;
    position: relative;
  }
}
.curve-number {
  margin-right: 7px;
}
@media (max-width: 767px) {
  .curve-number,
  .curve-text {
    font-size: 24px;
  }
}
.types-of-tours .with-us-title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .types-of-tours .with-us-title {
    margin-bottom: 20px;
  }
}
.select_category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
.select_category .select_category_btn {
  background-color: var(--grey-light);
  border: 1px solid #0000;
  border-radius: 100px;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 12px;
  transition: all 0.3s ease;
}
.select_category .select_category_btn:hover {
  background-color: var(--grey);
}
.select_category .select_category_btn.active {
  background-color: #f1f8fe;
  color: var(--white);
}
@media (max-width: 767px) {
  .category-content {
    overflow-x: auto;
  }
  .category-content::-webkit-scrollbar {
    display: none;
  }
  .category-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.benefits-rows {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .benefits-rows {
    flex-direction: column;
  }
}
.benefit-card {
  align-items: flex-start;
  background-color: #fbfdff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-height: 313px;
  padding: 32px;
  position: relative;
}
.benefit-card__icon {
  margin-bottom: 24px;
}
.benefit-card__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.benefit-card__description {
  color: #000;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: auto;
}
.benefit-card__button {
  align-self: flex-end;
  background: #0000;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 40px;
  margin-top: 50px;
  width: 40px;
}
.contacts_hero {
  align-items: center;
  border-radius: 16px;
  color: #fff;
  display: flex;
  height: 710px;
  overflow: hidden;
  position: relative;
}
.contacts_hero .img-cover {
  height: 710px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 1360px;
  z-index: -1;
}
.contacts_hero .hero_content {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 100%;
  margin-left: 30px;
}
.contacts-details-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contacts-details-content {
    flex-direction: column;
    gap: 20px;
    width: 380px;
  }
}
.contacts-details-title {
  font-size: 42px;
  margin-bottom: 30px;
}
.info-title {
  font-size: 28px;
  font-weight: 500;
}
.details-text,
.info-title {
  letter-spacing: 0;
  line-height: 110%;
}
.details-text {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 650px;
}
@media (max-width: 767px) {
  .details-text {
    width: 380px;
  }
}
.input-block {
  background-color: #f7f7f7;
  border-radius: 12px;
  height: 640px;
  padding: 55px 80px;
  width: 620px;
}
@media (max-width: 767px) {
  .input-block {
    padding: 20px 40px;
    width: 400px;
  }
}
.input-block-title {
  display: flex;
  flex-direction: column;
}
.input-block-title .input-title {
  font-size: 40px;
}
.input-block-title .input-disc {
  font-size: 20px;
}
.input-section .detail {
  background-color: #fff;
  border: none;
  font-size: 14px;
  outline: none;
  width: 460px;
  padding: 12px 20px;
  margin: 5px 0px;
  font-family: Inter;
  border-radius: 6px;
}

textarea.detail {
  min-width: 460px;
}

@media (max-width: 767px) {
  .input-section,
  .input-section .detail {
    width: 310px;
  }
}
.details-btn {
  margin-top: 30px;
  width: 460px;
}
@media (max-width: 767px) {
  .details-btn {
    width: 310px;
  }
}
.information-block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .information-block {
    margin-top: 20px;
  }
}
.info-text {
  margin-top: 10px;
}
.details-btn {
  align-items: center;
  background: #0000;
  background-color: #ff4d00;
  border: 1px solid #0000;
  border-radius: 100px;
  color: #000;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  padding: 16px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.road {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .road {
    flex-direction: column;
  }
}
.road .road-title {
  font-size: 42px;
  letter-spacing: 0;
  line-height: 110%;
}
.road .road-select,
.road .road-title {
  margin-bottom: 30px;
}
.road .road-select a {
  background-color: #f1f8fe;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
}
.road .road-desc-paragraph {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 140%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .road-image-block img {
    width: 400px;
  }
  .select_category_btn {
    margin-top: 5px;
  }
}
.success-container {
  align-items: center;
  text-align: center;
  width: 753px;
}
.success-container .success-title {
  font-family: Inter;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .success-container .success-title {
    font-size: 38px;
  }
}
.success-container .success-desc {
  font-family: Inter;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .success-container .success-desc {
    font-size: 15px;
  }
}
.success-container .success-btn {
  align-items: center;
  background: #0000;
  background-color: #ff4d00;
  border: 1px solid #0000;
  border-radius: 100px;
  color: #000;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  margin-top: 45px;
  padding: 16px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 190px;
}
@media (max-width: 767px) {
  .success-container .success-btn {
    margin-top: 30px;
  }
}
.header__inner {
  background-color: #fff;
  border: none;
  border-radius: 12px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  height: 64px;
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
}
.header__content,
.header__inner {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.header__content {
  flex: 1 1 auto;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .header__content {
    justify-content: flex-start;
  }
}
.header__logo {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.header__menu {
  display: none;
  flex: 0 0 auto;
  margin-left: 0;
}
@media (min-width: 768px) {
  .header__menu {
    display: block;
    margin-right: 24px;
  }
}
.header__toggle {
  margin-left: 12px;
}
@media (min-width: 576px) {
  .header__toggle {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .header__toggle {
    display: none;
  }
}
.header__contacts {
  display: none;
}
@media (min-width: 768px) {
  .header__contacts {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-left: auto;
  }
}
.header__btn {
  border-radius: 999px;
  display: none;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  margin-left: 18px;
  width: 190px;
}
@media (min-width: 992px) {
  .header__btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }
}
.nav-list {
  align-items: center;
  display: flex;
  gap: 12px;
}
.nav-item {
  color: inherit;
  font-size: 14px;
  padding: 8px 10px;
  white-space: nowrap;
}
.nav-item:hover {
  color: #016ec7;
}
.header__phone {
  color: inherit;
  display: none;
  padding: 6px 10px;
  white-space: nowrap;
}
.header__phone:hover {
  color: #016ec7;
}
@media (min-width: 768px) {
  .header__phone {
    display: block;
  }
}
.footer {
  background-color: #292929;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 45px;
}
.footer__title {
  color: #ffffff96;
  font-size: 18px;
  font-weight: 400;
}
.f-menu-item {
  color: inherit;
  display: inline-block;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.f-menu-item:hover {
  color: #016ec7;
}
.f-contact {
  color: inherit;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.f-contact:hover {
  color: #016ec7;
}
@media (min-width: 768px) {
  .f-contact {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .f-contact {
    font-size: 40px;
  }
}
.footer__location {
  align-items: flex-end;
}
.footer__bottom,
.footer__location {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__bottom {
  align-items: center;
  border-top: 1px solid #ffffff82;
  gap: 10px;
  margin-top: 26px;
  padding-top: 25px;
  color: #ffffff80;
}
.footer__bottom a {
  color: inherit;
}
.footer__bottom a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.f-map {
  border-radius: 8px;
  overflow: hidden;
}
.f-callback {
  width: 100%;
}
@media (min-width: 576px) {
  .f-callback {
    width: 275px;
  }
}
.f-social {
  gap: 15px;
  margin-top: 15px;
}
.f-social-item {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 18px;
}
.f-social-item:hover {
  border-color: #016ec7;
}
@media (min-width: 992px) {
  .f-social-item {
    font-size: 24px;
  }
}
.unit {
  font-size: 30px;
  margin-left: 6px;
}
.section___header {
  margin-bottom: 33px;
}
.section___header .page-title {
  margin-bottom: 15px;
}
.post-slide {
  width: 90%;
}
@media (min-width: 576px) {
  .post-slide {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .post-slide {
    width: 33%;
  }
}
@media (min-width: 1400px) {
  .post-slide {
    width: 33.33333%;
  }
}
.posts-slider {
  overflow: visible;
}

.mobile-section {
  display: none;
}

@media (max-width: 768px) {
  .mobile-section {
    display: block;
  }
}

.bread {
  background: #fff;
  padding: 27px 56px;
  position: absolute;
  bottom: 0;
  right: 134px;
  border-radius: 12px 12px 0px 0px;
  color: #000;

  display: flex;
  align-items: center;
  gap: 10px;
}

.bread a {
  color: #33333380;
}

.services__block {
  width: 100%;
  height: 378px;
  background: url("../assets/images/services-block.png");
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 100px;
}

.services__title {
  font-size: 42px;
}

.services__subtitle {
  font-size: 24px;
}

.services__description {
  max-width: 716px;
  font-size: 20px;
  text-align: center;
}

.services__block .hero__bottom {
  padding-top: 0;
}

.with-us-block-image img {
  width: 670px;
  height: 340px;
}

#with-us-content-reverse {
  justify-content: start;
  gap: 20px;
}

.curve-number {
  font-size: 18px;
  color: #292929;
}

.curve-text-title {
  font-size: 24px;
  color: #292929;
  font-weight: 500;
  margin-top: -4px;
}

.contacts-details input:not(.form-check-input) {
  background: #fff;
}

.contacts-details .input-disc {
  margin-bottom: 30px;
}

.contacts-details .form-check-input:checked[type="checkbox"] {
  --form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23292929' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.contacts-details .form-check {
  margin-top: 16px;
}

.contacts-details .form-check-input {
  border-color: #292929;
  margin-top: 2px;
}

.contacts-details .form-check-input:checked {
  background-color: transparent;
  border-color: #292929;
}

.contacts-details .form-check-input:focus {
  border-color: #292929;
  box-shadow: none;
}

.contacts-details .form-check-label {
  color: #292929;
  cursor: pointer;
}

.map img {
  width: 100%;
}

.sub__menu li#mobile {
  display: none;
}

.sub__menu li#desktop {
  display: block;
}

@media (max-width: 475px) {
  .hero .img-cover {
    height: 731px;
  }

  .hero__content {
    padding: 20px 30px;
  }

  .hero:before {
    background-color: #000000a8;
  }

  .hero__title {
    text-align: left;
    font-size: 34px;
  }

  .hero__bottom {
    justify-content: start;
  }

  .hero__desc {
    margin-top: 20px;
  }

  .hero__desc {
    font-size: 16px;
  }

  .sub__menu li#desktop {
    display: none;
  }

  .sub__menu li#mobile {
    display: block;
  }

  .stat {
    height: 240px;
  }

  .feedback-block {
    display: none;
  }

  .page-title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .bread {
    padding: 13px 10px;
    font-size: 14px;
    right: 38px;
  }

  .bread a {
    font-size: 0;
    line-height: 1;
  }

  .bread a::before {
    content: "\22EE";
    font-size: 20px;
    line-height: 1;
  }

  #mhght {
    height: 440px !important;
  }

  #experience .swiper-slide {
    width: 100% !important;
  }

  .grid-card {
    width: 100%;
  }

  .slider-block.container,
  .grid-block .container,
  .performed_with_us .container {
    overflow: hidden;
  }

  .hero__content,
  .bread,
  #experience .swiper,
  #experience .swiper-slide,
  .grid-card,
  .hotspot-slider,
  .hotspot-slider-block,
  .director,
  .director-image,
  .director-image img {
    box-sizing: border-box;
  }

  #experience .swiper {
    max-width: 100%;
    overflow: hidden;
  }

  #experience .swiper-wrapper {
    gap: 0;
  }

  #experience .swiper-slide,
  #experience .swiper-slide.is-active,
  #experience .swiper:not(.swiper-initialized) .swiper-slide:first-child {
    max-width: 100%;
    width: 100% !important;
  }

  #experience p {
    max-width: calc(100% - 40px);
    width: auto;
  }

  .grid,
  .grid-row,
  .hotspot-slider-row,
  .hotspot-slider-block,
  .director,
  .director-text-block {
    max-width: 100%;
    width: 100%;
  }

  .grid-card,
  .card_description,
  .hotspot-description,
  .black-description {
    max-width: 100%;
    width: 100%;
  }

  .hotspot-slider {
    aspect-ratio: 1 / 1;
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .hotspot-slider__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .hotspot-slider__indicator {
    max-width: calc(100% - 24px);
  }

  .hotspot-slider__indicator-bar {
    flex: 1 1 0;
    max-width: 50px;
    min-width: 0;
  }

  .director-text-block {
    padding: 0;
  }

  .director-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .join-us__title {
    max-width: calc(100% - 32px);
    text-align: center;
  }
}

@media (max-width: 767px) {
  .mice-slider,
  .mice-slider .swiper,
  .mice-slider .swiper-slide,
  .mice-slider .swiper-slide__img,
  .control-grid,
  #mice-grid,
  #services > .container,
  .services__block,
  .with-us,
  .with-us-block,
  .with-us-content,
  .with-us-block-left,
  .with-us-block-right,
  .with-us-block-text,
  .with-us-block-image,
  .with-us-block-image img,
  .curve,
  .curve-text-section,
  .curve-text-block {
    box-sizing: border-box;
    max-width: 100%;
  }

  .mice-slider,
  .mice-slider .swiper,
  .control-grid,
  #mice-grid,
  #services > .container,
  .services__block,
  .with-us,
  .with-us-block,
  .with-us-content,
  .with-us-block-left,
  .with-us-block-right,
  .with-us-block-text,
  .with-us-block-image,
  .with-us-block-image img,
  .curve,
  .curve-text-section,
  .curve-text-block {
    width: 100%;
  }

  .mice-slider {
    overflow: hidden;
  }

  .mice-slider__header,
  .with-us-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .mice-slider .swiper-slide {
    width: 100%;
  }

  .mice-slider .swiper-slide__img {
    width: 100%;
  }

  .mice-slider .swiper-pagination {
    overflow: hidden;
  }

  .mice-slider .swiper-pagination-bullet {
    flex: 1 1 0;
    width: auto;
  }

  #mice-grid {
    flex-direction: column;
  }

  .control-grid .grid-card,
  .control-grid .card_description {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  #services.container {
    overflow: hidden;
  }

  #services > .container {
    min-width: 0;
  }

  .services__block {
    height: auto;
    min-height: 378px;
    padding: 28px 16px;
    text-align: center;
  }

  .services__title {
    font-size: 30px;
  }

  .services__subtitle {
    font-size: 18px;
  }

  .services__description {
    font-size: 16px;
    max-width: 100%;
  }

  .with-us-content {
    gap: 20px;
  }

  #with-us-content-reverse {
    flex-direction: column;
  }

  .with-us-block-left {
    height: auto;
    min-height: 0;
    order: 2;
    padding: 0;
  }

  .with-us-block-right {
    order: 1;
  }

  .with-us-block-image {
    overflow: hidden;
  }

  .with-us-block-image img {
    display: block;
    height: auto;
  }

  .with-us-button {
    max-width: 100%;
    white-space: normal;
  }

  .achievement_contact_us {
    box-sizing: border-box;
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }

  .achievement_contact_us p {
    max-width: 100%;
    width: auto;
  }

  .curve {
    height: auto;
    margin-bottom: 0;
  }

  .curve-text-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
    position: relative;
  }

  .curve-text-block {
    margin-top: 0;
    width: 100%;
  }

  .curve-text {
    min-width: 0;
  }

  .control-grid .grid-card {
    padding: 0;
  }

  .fs-28 {
    font-size: 28px;
  }

  .contacts-details-content,
  .details-text,
  .input-block {
    width: 100%;
  }

  .input-block {
    padding: 10px;
  }
  .input-section,
  .input-section .detail,
  textarea {
    width: 100%;
    min-width: 100%;
  }
}
