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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

.col {
  flex: 1 0 0;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.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 {
  --bs-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.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 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.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 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map *//*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('/fonts/Cormorant-500-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('/fonts/Cormorant-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Infant';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('/fonts/CormorantInfant-500-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Cormorant Infant';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('/fonts/CormorantInfant-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/GolosText-400-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/GolosText-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('/fonts/GolosText-500-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('/fonts/GolosText-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('/fonts/GolosText-700-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('/fonts/GolosText-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-12 {
    grid-column: 12;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-full {
    height: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
body {
  margin: 0;
  font-family: 'Golos Text', 'Noto Sans', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #131313;
  background: #000;
}
button, input, textarea, select {
  font: inherit;
}
.quiz-art-page {
  min-height: 100vh;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.quiz-art-page:has(.quiz-art-stage) {
  height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.quiz-art-stage-box {
  width: calc(1400px * var(--quiz-fit, 1));
  height: calc(900px * var(--quiz-fit, 1));
  flex: 0 0 auto;
}
.quiz-art-page-state {
  color: #fff;
}
.quiz-art-state-card {
  width: min(440px, calc(100vw - 32px));
  background: #fff;
  color: #131313;
  padding: 36px;
}
.quiz-art-state-card h1, .quiz-art-state-card h2 {
  margin: 0 0 14px;
  font-family: 'Cormorant', Georgia, serif;
  font-size: 48px;
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.quiz-art-state-card p {
  margin: 0;
  color: rgba(19, 19, 19, 0.68);
  font-size: 14px;
  line-height: 1.45;
}
.quiz-art-state-card a, .quiz-art-state-card button {
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
}
.quiz-art-state-card .quiz-art-state-error {
  color: #b42318;
}
.quiz-art-stage {
  position: relative;
  width: 1400px;
  height: 900px;
  flex: 0 0 auto;
  background: transparent;
  overflow: hidden;
  transform: scale(var(--quiz-fit, 1));
  transform-origin: top left;
}
.quiz-art-stage::before {
  content: '';
  position: absolute;
  top: 9.45%;
  bottom: 9.55%;
  left: calc(3.5% - 1px);
  right: calc(3.5% + 1px);
  background: #fff;
}
.quiz-art-panel {
  position: absolute;
  left: calc(3.5% + var(--prev, 0) * 25px);
  top: 9.45%;
  width: calc(93% - 250px);
  height: 81%;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(320px, 440px) 1fr;
  column-gap: 50px;
  padding: 14px 36px 20px 36px;
}
.quiz-art-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 4;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.quiz-art-stage-transitioning .quiz-art-panel, .quiz-art-stage-transitioning .quiz-art-steps {
  pointer-events: none;
}
.quiz-art-stage-leaving-forward .quiz-art-content, .quiz-art-stage-leaving-backward .quiz-art-content, .quiz-art-stage-leaving-forward .quiz-art-media, .quiz-art-stage-leaving-backward .quiz-art-media {
  animation: quiz-content-leave 280ms ease both;
}
.quiz-art-stage-entering-forward .quiz-art-content, .quiz-art-stage-entering-backward .quiz-art-content, .quiz-art-stage-entering-forward .quiz-art-media, .quiz-art-stage-entering-backward .quiz-art-media {
  animation: quiz-content-enter 300ms ease 420ms both;
}
.quiz-art-stage-entering-forward .quiz-art-panel-success, .quiz-art-stage-entering-backward .quiz-art-panel-success {
  animation: quiz-content-enter 300ms ease 420ms both;
}
.quiz-art-stage-transitioning .quiz-art-panel-wide {
  overflow: hidden;
}
.quiz-art-steps button.is-flying {
  position: relative;
  z-index: 6;
  background: #fff;
}
.quiz-art-panel-wide {
  grid-template-columns: 1fr;
  column-gap: 0;
}
.quiz-art-panel-success {
  grid-template-columns: 1fr;
  column-gap: 0;
  justify-items: center;
  align-content: center;
  text-align: center;
}
.quiz-art-success-title {
  margin: 0;
  font-family: 'Cormorant', Georgia, serif;
  font-size: 48px;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #131313;
}
.quiz-art-success-subtitle {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #131313;
}
.quiz-art-success-action {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 209px;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}
.quiz-art-success {
  padding-top: 290px;
}
.quiz-art-content {
  width: 440px;
  max-width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
}
.quiz-art-panel-wide .quiz-art-content {
  width: 100%;
}
.quiz-art-panel-wide {
  grid-template-rows: minmax(0, 1fr);
}
.quiz-art-panel-wide .quiz-art-content {
  min-height: 0;
  max-height: 100%;
}
.quiz-art-step-2 .quiz-art-content {
  max-height: none;
  overflow-y: visible;
  align-self: start;
}
.quiz-art-panel-wide .quiz-art-actions {
  width: auto;
  max-width: 442px;
  padding-left: 0;
}
.quiz-art-question h1 {
  margin: 0 0 46px;
  font-family: 'Cormorant', Georgia, serif;
  font-size: 48px;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.quiz-art-option-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.quiz-art-option {
  width: 440px;
  height: 46px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #131313;
  background: transparent;
  box-shadow: inset 0 0 0 1px #171717;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}
.quiz-art-option:hover:not(.is-selected) {
  background: rgba(19, 19, 19, 0.04);
}
.quiz-art-option:focus-within, .quiz-art-next:focus-visible, .quiz-art-back:focus-visible, .quiz-art-steps button:focus-visible, .quiz-art-carousel-controls button:focus-visible, .quiz-art-counter button:focus-visible, .quiz-art-color-swatch:focus-visible, .quiz-art-modal button:focus-visible, .quiz-art-validation-screen button:focus-visible {
  outline: none;
}
.quiz-art-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.quiz-art-option span {
  font-size: 16px;
  line-height: 1.1;
}
.quiz-art-option svg {
  flex: 0 0 auto;
}
.quiz-art-option.is-selected {
  color: #fff;
  background: #000;
}
.quiz-art-option.has-error:not(.is-selected) {
  box-shadow: inset 0 0 0 1px #b42318;
}
.quiz-art-error {
  margin-top: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  position: absolute;
  top: 100%;
  background: #000;
  padding: 5px;
  width: 100%;
}
.quiz-art-field-error {
  display: none;
}
.quiz-art-panel-validation {
  padding: 0;
}
.quiz-art-panel-validation .quiz-art-content {
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.quiz-art-validation-screen {
  position: relative;
  flex: 1 0 auto;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 307px 48px 48px;
  text-align: center;
  border: 1px solid #fff;
}
.quiz-art-validation-screen h2 {
  margin: 0 0 14px;
  font-family: 'Cormorant', Georgia, serif;
  font-size: 42px;
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}
.quiz-art-validation-screen p {
  margin: 0;
  max-width: 520px;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}
.quiz-art-validation-detail {
  display: block;
  margin-top: 14px;
  font-size: 11px;
  opacity: 0.65;
}
.quiz-art-validation-screen button {
  position: absolute;
  left: 50%;
  bottom: 58px;
  transform: translateX(-50%);
  width: min(209px, calc(100% - 48px));
  height: 40px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.quiz-art-validation-ok-mobile {
  display: none;
}
.quiz-art-media {
  align-self: end;
  width: 500px;
  max-width: 100%;
  height: calc(100% - 6px);
  margin: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  nav.quiz-art-steps.quiz-art-steps-left button {
    padding: 20px 5px;
  }
  h2[data-title="t-1shrj5j"] {
    margin-bottom: 37px !important;
  }
  [for="func_upravliat_osveshcheniem"] {
    margin-top: -17px;
  }
  .quiz-art-step-9 .quiz-art-form-step h2 {
    margin-bottom: 56px;
  }
  .quiz-art-furniture-col {
    gap: 38.8px !important;
  }
  .quiz-art-step-2 .quiz-art-content label, .quiz-art-step-9 .quiz-art-content label {
    font-size: 14px;
  }
  .quiz-art-furniture-room-title {
    margin: 0 0 27px !important;
  }
  .quiz-art-panel.quiz-art-panel-wide .quiz-art-panel.quiz-art-panel-wide {
    padding: 14px 28px 17px 38px;
  }
  .quiz-art-list-step.quiz-art-furniture-step h2 {
    margin-bottom: 90px;
  }
  .quiz-art-steps-right button:first-child {
    width: 53px;
    border-left: none;
    padding: 20px 5px;
  }
  .quiz-art-panel {
    padding: 14px 26px 20px 36px;
  }
  .quiz-art-panel.quiz-art-panel-validation {
    padding: 0;
  }
  .quiz-art-step-10 .quiz-art-panel-validation {
    width: calc(93% - 225px);
  }
  .quiz-art-list-step.quiz-art-furniture-step {
    padding-left: 20px;
  }
  .quiz-art-step-3 .quiz-art-panel {
    background: transparent;
    padding: 0;
  }
  .quiz-art-step-3 .quiz-art-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 0;
    left: -1px;
  }
  .quiz-art-step-3 .quiz-art-content {
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 30px;
    bottom: 31px;
    width: 481px;
    min-height: 0;
    box-sizing: border-box;
    padding: 16px 20px 19px;
    background: #fff;
    overflow-y: auto;
  }
}
.quiz-picture__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-art-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.quiz-art-media .quiz-picture__img {
  animation: quiz-art-media-fade 0.45s ease;
}
@keyframes quiz-art-media-fade {
  from {
    opacity: 0;
    filter: brightness(1.6);
  }
  to {
    opacity: 1;
    filter: brightness(1);
  }
}
.quiz-art-actions {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: auto;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  column-gap: 24px;
  row-gap: 8px;
  flex-wrap: nowrap;
  padding-top: 18px;
  padding-bottom: 0;
}
.quiz-art-actions > * {
  padding-right: 0;
  padding-left: 0;
}
.quiz-art-actions > .col-6 {
  flex: 0 0 209px;
  width: 209px;
  max-width: 209px;
}
.quiz-art-actions > .col-12 {
  flex: 0 0 440px;
  width: 440px;
  max-width: 100%;
}
.quiz-art-title-col {
  min-width: 0;
}
.quiz-art-next, .quiz-art-back {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 160ms ease, background-color 160ms ease, color 160ms ease;
}
.quiz-art-next {
  background: #000;
  color: #fff;
}
.quiz-art-back {
  background: transparent;
  color: #131313;
  border: 1px solid #171717;
}
.quiz-art-back:hover {
  background: #000;
  color: #fff;
}
.quiz-art-next:disabled, .quiz-art-back:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.quiz-art-steps {
  position: absolute;
  top: 9.45%;
  height: 81%;
  display: flex;
  align-items: stretch;
}
.quiz-art-steps-left {
  left: 3.5%;
}
.quiz-art-steps-right {
  right: 3.5%;
}
@media (min-width: 1200px) {
  .quiz-art-steps-left {
    left: calc(3.5% - 1px);
  }
  .quiz-art-steps-right {
    right: calc(3.5% + 1px);
  }
  .quiz-art-steps-right span, .quiz-art-steps-right strong {
    position: relative;
    left: 2px;
  }
}
.quiz-art-steps-mobile, .quiz-art-steps-mobile-top {
  display: none;
}
.quiz-art-steps button {
  width: 25px;
  height: 100%;
  border: 0;
  border-left: 1px solid #000000;
  background: #fff;
  color: #000;
  cursor: pointer;
  padding: 20px 10px 20px 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 112px;
  text-align: left;
  transition: background-color .3s ease, color .3s ease, width .3s ease;
}
.quiz-art-steps button:disabled {
  color: #000000;
  cursor: default;
}
.quiz-art-steps button.is-active {
  background: transparent;
}
.quiz-art-steps span, .quiz-art-steps strong {
  writing-mode: vertical-rl;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.quiz-art-steps strong {
  white-space: nowrap;
  text-transform: uppercase;
}
.quiz-art-current-tab {
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  gap: 113px;
  pointer-events: none;
}
.quiz-art-current-tab span, .quiz-art-current-tab strong {
  writing-mode: vertical-rl;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #000;
}
.quiz-art-current-tab strong {
  white-space: nowrap;
  text-transform: uppercase;
}
.quiz-art-mobile-current-step {
  display: none;
}
.quiz-art-content h2 {
  margin: 0 0 31px;
  max-width: 435px;
  font-family: 'Cormorant', Georgia, serif;
  font-size: 48px;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.quiz-art-step-1 .quiz-art-content, .quiz-art-step-3 .quiz-art-content {
  overflow-y: auto;
  padding-right: 0px;
}
.quiz-art-step-1 .quiz-art-actions, .quiz-art-step-3 .quiz-art-actions {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding-top: 16px;
}
@media (min-width: 1200px) {
  .quiz-art-step-2 .quiz-art-actions {
    padding-top: 15px;
  }
}
textarea {
  display: block;
}
.quiz-art-content input:not([type='radio']):not([type='checkbox']), .quiz-art-content textarea, .quiz-art-content select {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #f2f2f2;
  padding: 10px 14px;
  color: #131313;
  outline: none;
  font-size: 11px;
  line-height: 1.2;
}
.quiz-art-content input:not([type='radio']):not([type='checkbox']):focus, .quiz-art-content textarea:focus, .quiz-art-content select:focus {
  box-shadow: inset 0 0 0 1px #171717;
}
.quiz-art-select {
  position: relative;
  width: 100%;
}
.quiz-art-select-button {
  position: relative;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: #f2f2f2;
  padding: 0 38px 0 14px;
  color: #131313;
  outline: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
}
.quiz-art-select-button::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1px solid #131313;
  border-bottom: 1px solid #131313;
  transform: translateY(-50%) rotate(-45deg);
}
.quiz-art-select-button[aria-expanded='true'], .quiz-art-select-button:focus-visible {
  box-shadow: inset 0 0 0 1px #171717;
}
.quiz-art-select-button[aria-expanded='true']::after {
  transform: translateY(-70%) rotate(45deg);
}
.quiz-art-select-button.has-error {
  box-shadow: inset 0 0 0 1px #b42318;
}
.quiz-art-select-placeholder {
  display: block;
  color: rgba(19, 19, 19, 0.46);
  font-size: 11px;
  line-height: 1.08;
}
.quiz-art-select-button:disabled {
  color: rgba(19, 19, 19, 0.42);
  cursor: default;
  opacity: 0.55;
}
.quiz-art-select-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  background: #f2f2f2;
}
.quiz-art-select-option {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 9px 14px;
  color: #131313;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
}
.quiz-art-select-option:hover, .quiz-art-select-option:focus-visible {
  background: #e6e6e6;
  outline: none;
}
.quiz-art-content input:disabled, .quiz-art-content textarea:disabled, .quiz-art-content select:disabled {
  color: rgba(19, 19, 19, 0.42);
  background: #f2f2f2;
  cursor: default;
  opacity: 0.55;
}
.quiz-art-content label {
  color: #131313;
}
.quiz-art-question, .quiz-art-form-step, .quiz-art-list-step, .quiz-art-gallery-step, .quiz-art-color-step, .quiz-art-finish-step {
  min-height: 0;
  flex: 1 0 auto;
}
.quiz-art-form-grid {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 0;
}
.quiz-art-form-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.quiz-art-form-step h2 {
  max-width: 453px;
  margin-bottom: 45px;
}
.quiz-art-content h2.quiz-art-split-title, .quiz-art-form-step h2.quiz-art-split-title, .quiz-art-color-step h2.quiz-art-split-title {
  display: flex;
  align-items: flex-start;
  gap: var(--quiz-split-title-gap, 58px);
  max-width: none;
  margin-bottom: var(--quiz-split-title-margin-bottom, 43px);
}
.quiz-art-split-title-text {
  display: block;
  max-width: var(--quiz-split-title-text-width, none);
}
.quiz-art-split-title-count {
  display: flex;
  align-items: baseline;
  gap: 11px;
  flex: 0 0 auto;
  margin-top: var(--quiz-split-title-count-offset, 0);
  font-size: 48px;
  line-height: 0.77;
  white-space: nowrap;
  left: var(--quiz-split-title-count-left, -23px);
  position: relative;
  text-transform: uppercase;
  font-feature-settings: 'lnum' 1;
  font-family: 'Cormorant Infant', 'Cormorant', serif;
}
.quiz-art-color-title {
  --quiz-split-title-count-left: 0;
}
.quiz-art-split-title-number, .quiz-art-split-title-separator {
  display: block;
}
.quiz-art-split-title-separator {
  font-size: 0.88em;
  line-height: 1;
  transform: translateY(-0.03em);
}
.quiz-art-functional-title {
  --quiz-split-title-gap: 48px;
  --quiz-split-title-text-width: 360px;
  --quiz-split-title-count-offset: 43px;
  --quiz-split-title-count-left: -26px;
}
.quiz-art-field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  align-items: end;
}
.quiz-art-panel-wide .quiz-art-form-grid {
  max-width: 100%;
  --bs-gutter-x: 48px;
}
.quiz-art-field {
  min-width: 0;
  position: relative;
  margin-bottom: 30px;
}
.quiz-art-field-wide {
  grid-column: 1 / -1;
}
.quiz-art-field-label {
  display: block;
  margin-bottom: 5px !important;
  font-size: 14px;
  line-height: 1.25;
  color: rgba(19, 19, 19, 0.68);
}
.quiz-art-smart-label .quiz-art-field-label {
  margin-bottom: 0 !important;
}
.quiz-art-field-control.has-error {
  box-shadow: inset 0 0 0 1px #b42318;
}
.quiz-art-content textarea.quiz-art-field-control {
  min-height: auto;
  resize: none;
}
.quiz-art-muted {
  margin: -14px 0 20px;
  color: rgba(19, 19, 19, 0.58);
  font-size: 13px;
  line-height: 1.45;
}
.quiz-art-step-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.quiz-art-step-head h2 {
  margin-bottom: 20px;
}
.quiz-art-carousel-controls {
  display: flex;
  gap: 6px;
  padding-top: 4px;
}
.quiz-art-carousel-controls button {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(19, 19, 19, 0.28);
  border-radius: 0;
  background: #fff;
  color: #131313;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
}
.quiz-art-carousel-controls button:hover {
  background: #000;
  color: #fff;
}
.quiz-art-carousel {
  width: 100%;
  overflow: hidden;
}
.quiz-art-image-track, .quiz-art-room-track {
  display: flex;
  gap: 12px;
}
.quiz-art-image-card {
  flex: 0 0 192px;
  min-width: 0;
  border: 1px solid rgba(19, 19, 19, 0.16);
  background: #fff;
  color: #131313;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.quiz-art-image-card:hover, .quiz-art-image-card.is-selected {
  border-color: #131313;
}
.quiz-art-image-card.is-selected {
  box-shadow: inset 0 0 0 1px #131313;
}
.quiz-art-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f5f5f5;
}
.quiz-art-image-card > span {
  display: block;
  min-height: 44px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.25;
}
.quiz-art-yesno {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(19, 19, 19, 0.12);
}
.quiz-art-yesno label {
  position: relative;
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
}
.quiz-art-yesno label + label {
  border-left: 1px solid rgba(19, 19, 19, 0.12);
}
.quiz-art-yesno input, .quiz-art-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.quiz-art-yesno label.is-selected {
  background: #000;
  color: #fff;
}
.quiz-art-check-list, .quiz-art-group-list {
  display: grid;
  gap: 28px;
}
.quiz-art-check-row, .quiz-art-select-row {
  min-height: 42px;
  border: 1px solid rgba(19, 19, 19, 0.14);
  background: #fff;
  transition: border-color 160ms ease, background-color 160ms ease;
}
.quiz-art-check-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
}
.quiz-art-check-row.is-selected {
  border-color: #131313;
  background: #f5f5f5;
}
.quiz-art-check-row-stack {
  display: block;
}
.quiz-art-check-row-stack .quiz-art-field-control {
  margin-top: 8px;
}
.quiz-art-check-label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
  cursor: pointer;
}
.quiz-art-check-label input {
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: #131313;
}
.quiz-art-check-label span, .quiz-art-select-row label {
  font-size: 13px;
  line-height: 1.35;
}
.quiz-art-counter {
  display: grid;
  grid-template-columns: 24px 26px 24px;
  align-items: center;
  border: 1px solid rgba(19, 19, 19, 0.18);
}
.quiz-art-counter button {
  width: 24px;
  height: 24px;
  border: 0;
  background: #fff;
  cursor: pointer;
}
.quiz-art-counter span {
  text-align: center;
  font-size: 12px;
}
.quiz-art-room-slide {
  flex: 0 0 100%;
  min-width: 0;
}
.quiz-art-room-slide h3 {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}
.quiz-art-color-step .quiz-art-color-title {
  --quiz-split-title-gap: 58px;
  --quiz-split-title-margin-bottom: 94px;
}
.quiz-art-color-subtitle {
  margin: -10px 0 22px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #131313;
}
@media (min-width: 1200px) {
  .quiz-art-step-6 .quiz-art-color-subtitle, .quiz-art-step-7 .quiz-art-color-subtitle {
    margin-bottom: 24px;
  }
  .quiz-art-step-6 .quiz-art-actions, .quiz-art-step-7 .quiz-art-actions {
    padding-top: 14px;
  }
}
.quiz-art-color-subtitle strong {
  font-weight: 700;
}
.quiz-art-color-grid8 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  max-width: 892px;
}
.quiz-art-color-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.quiz-art-color-cell {
  position: relative;
  height: 66px;
  border: 0;
  padding: 8px 9px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  transition: background-color 360ms ease, box-shadow 220ms ease, color 220ms ease;
}
.quiz-art-color-name {
  font-size: 10px;
  line-height: 1.15;
  letter-spacing: 0;
  word-break: break-word;
  position: absolute;
  left: 10px;
  bottom: 7px;
}
.quiz-art-color-cell.on-light .quiz-art-color-name {
  color: #131313;
}
.quiz-art-color-cell.on-dark .quiz-art-color-name {
  color: #fff;
}
.quiz-art-color-cell.is-selected {
  z-index: 1;
}
.quiz-art-color-cell.is-selected:not(.is-cleared) {
  padding-left: 14px;
  padding-bottom: 14px;
}
.quiz-art-color-cell.is-selected:not(.is-cleared)::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 2px solid #fff;
  pointer-events: none;
}
.quiz-art-color-cell.is-liked-selected.on-light, .quiz-art-color-cell.is-liked-selected.on-dark {
  box-shadow: none;
}
.quiz-art-color-cell.is-cleared {
  box-shadow: none;
  cursor: pointer;
  animation: quiz-color-clear 420ms ease both;
}
.quiz-art-color-cell.is-cleared:disabled {
  cursor: default;
}
.quiz-art-color-cell.is-cleared.on-light, .quiz-art-color-cell.is-cleared.on-dark {
  color: rgba(19, 19, 19, 0.34);
}
.quiz-art-color-cell.is-cleared .quiz-art-color-name {
  color: rgba(19, 19, 19, 0.34);
}
.quiz-art-color-cell.is-cleared.is-selected.on-light, .quiz-art-color-cell.is-cleared.is-selected.on-dark {
  box-shadow: none;
}
.quiz-art-color-tick {
  position: absolute;
  right: 7px;
  bottom: 6px;
  font-size: 13px;
  line-height: 1;
}
.quiz-art-color-cell.on-light .quiz-art-color-tick {
  color: #131313;
}
.quiz-art-color-cell.on-dark .quiz-art-color-tick {
  color: #fff;
}
@keyframes quiz-color-clear {
  0% {
    filter: brightness(1);
  }
  48% {
    filter: brightness(1.75);
  }
  100% {
    filter: brightness(1);
  }
}
.quiz-art-finish-layout {
  align-items: flex-start;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .quiz-art-finish-coverings {
    padding-left: 4px;
  }
  .quiz-art-finish-pairs {
    padding-left: 60px;
  }
  .quiz-art-finish-coverings-row {
    --bs-gutter-x: 19px;
  }
  .quiz-art-finish-items-row {
    --bs-gutter-x: 20px;
  }
  .quiz-art-finish-items-row {
    width: max-content;
    max-width: none;
  }
  .quiz-art-finish-pairs-grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 33px;
    margin-right: 0;
    margin-left: 0;
  }
  .quiz-art-finish-pairs-grid > .quiz-art-finish-group {
    padding-right: 0;
    padding-left: 0;
  }
  .quiz-art-finish-pairs .quiz-art-finish-group:nth-child(3) .quiz-art-finish-row {
    position: relative;
    top: -1px;
  }
  .quiz-art-finish-group-num {
    position: relative;
    left: 30px;
    top: -22px;
    flex: 0 0 23px;
    width: 23px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    z-index: 1;
    font-size: 10px;
    line-height: 1.5;
  }
}
.quiz-art-finish-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.quiz-art-finish-num {
  align-self: flex-start;
  padding-left: 2px;
  font-size: 10px;
  letter-spacing: -0.02em;
  color: #000;
}
.quiz-art-finish-num-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .quiz-art-finish-num-mobile {
    display: none;
  }
  .quiz-art-finish-num-desktop {
    display: inline;
  }
}
.quiz-art-finish-pairs {
  padding-top: 15px;
}
.quiz-art-finish-group-num {
  padding-top: 8px;
  padding-left: 2px;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #000;
}
@media (min-width: 1200px) {
  .quiz-art-finish-group-num {
    font-size: 10px;
    line-height: 1.5;
  }
}
.quiz-art-finish-card {
  width: 126px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.quiz-art-finish-img {
  position: relative;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background: #f2f2f2;
  transition: box-shadow 160ms ease;
}
.quiz-art-finish-card.is-selected .quiz-art-finish-img::after {
  content: '';
  position: absolute;
  inset: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  pointer-events: none;
}
.quiz-art-finish-label {
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  color: #000;
}
.quiz-art-field-group {
  display: grid;
  gap: 16px;
}
.quiz-art-field-group h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.quiz-art-doc-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12.5px;
  margin-top: 8px;
}
.quiz-art-doc-section-link {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #131313;
  cursor: pointer;
  text-align: left;
  font-weight: 500;
}
.quiz-art-doc-section-link:hover, .quiz-art-doc-section-link.is-filled {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.quiz-art-doc-section-title {
  margin: 0 0 28px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.quiz-art-doc-grid {
  display: grid;
  grid-auto-rows: 58.5px;
  row-gap: 26.5px;
}
.quiz-art-doc-grid .quiz-art-field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 0;
}
.quiz-art-doc-grid .quiz-art-field-label-inside .quiz-art-select {
  margin-top: auto;
}
.quiz-art-doc-grid .quiz-art-field-pair .quiz-art-field:first-child .quiz-art-field-label {
  white-space: nowrap;
}
.quiz-art-doc-grid .quiz-art-field-pair {
  height: 100%;
  margin-bottom: 0;
}
.quiz-art-smart-label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 3px;
}
.quiz-art-smart-label .quiz-art-field-label {
  margin-bottom: 0;
}
.quiz-art-notify-badge {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 0;
  border: 0;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
}
.quiz-art-inline-note {
  min-height: 202px;
  margin-top: 0;
  background: #f2f2f2;
  padding: 17px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.quiz-art-inline-note p {
  margin: 0;
  color: #131313;
  font-size: 14px;
  line-height: 1.45;
  white-space: pre-line;
}
.quiz-art-inline-note button {
  width: 100%;
  height: 39px;
  border: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}
.quiz-art-select-row {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 14px;
  align-items: center;
  padding: 10px 12px;
}
.quiz-art-select-row select {
  min-width: 0;
}
.quiz-art-modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 19, 19, 0.38);
  padding: 20px;
}
.quiz-art-modal {
  position: relative;
  width: min(456px, 100%);
  min-height: 174px;
  background: #fff;
  padding: 36px 18px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.quiz-art-modal p {
  margin: 0;
  width: 100%;
  max-width: 408px;
  color: rgba(19, 19, 19, 0.72);
  font-size: 18px;
  line-height: 1.25;
  white-space: pre-line;
}
.quiz-art-modal-close {
  position: absolute;
  top: 5px;
  right: 11px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: rgba(19, 19, 19, 0.26);
  cursor: pointer;
  font-size: 42px;
  line-height: 24px;
}
.quiz-art-modal-ok {
  width: 82px;
  height: 36px;
  margin-top: 38px;
  border: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.quiz-art-step-3 .quiz-art-question h1 {
  margin-bottom: 56px;
}
@media (min-width: 1200px) {
  .quiz-art-doc-section-title {
    margin-bottom: 23px;
  }
  .quiz-art-doc-grid.is-two-col {
    grid-auto-flow: column;
    grid-template-columns: 441px 441px;
    column-gap: 47px;
  }
  .quiz-art-doc-grid:not(.is-two-col) {
    grid-template-columns: 441px;
  }
  .quiz-art-doc-grid.is-half-width {
    max-width: calc((100% - 40px) / 2);
  }
  .quiz-art-doc-step .quiz-art-field-label {
    min-height: initial;
  }
  [for="step2-pets_family_members_obj"] {
    margin-top: -14px;
    margin-bottom: 0 !important;
  }
  .quiz-art-step-3 .quiz-art-actions {
    position: static;
    margin-top: auto;
    bottom: auto;
    padding-top: 0;
    background: transparent;
  }
}
.quiz-art-rooms-step h2 {
  max-width: 420px;
}
.quiz-art-rooms-grid {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  max-width: 1024px;
  margin-top: 42px;
}
@media (min-width: 1200px) {
  .quiz-art-step-9 .quiz-art-content {
    overflow: visible;
  }
  .quiz-art-functional-title {
    --quiz-split-title-margin-bottom: 46px;
  }
  .quiz-art-functional-step .quiz-art-form-col {
    display: grid;
    grid-auto-rows: 85px;
  }
  .quiz-art-functional-step .quiz-art-form-grid {
    margin-top: -5px;
  }
  .quiz-art-functional-step .quiz-art-field {
    margin-bottom: 0;
  }
  .quiz-art-functional-step .quiz-art-field > .quiz-art-field-label, .quiz-art-functional-step .quiz-art-smart-label {
    display: flex;
    align-items: flex-end;
    height: 32px;
    margin-bottom: 6px !important;
    line-height: 1.08;
  }
  .quiz-art-functional-step .quiz-art-smart-label .quiz-art-field-label {
    line-height: 1.08;
  }
  .quiz-art-functional-step-p1 .quiz-art-form-col:nth-child(1) .quiz-art-field-label {
    max-width: 300px;
  }
  .quiz-art-step-9 .quiz-art-functional-step .quiz-art-field-label {
    white-space: pre-line;
  }
  .quiz-art-functional-step [for="func_upravliat_osveshcheniem"] {
    margin-top: 0;
  }
  .quiz-art-step-10 .quiz-art-doc-grid .quiz-art-field-label {
    white-space: pre-line;
  }
  .quiz-art-step-10 [for="planiruete_vytiazhnuiu_sistemu_ventiliatcii"] {
    max-width: 255px;
  }
  .quiz-art-functional-step .quiz-art-select, .quiz-art-functional-step .quiz-art-field-control, .quiz-art-functional-step .quiz-art-inline-note {
    width: calc(100% - 1px);
  }
  .quiz-art-functional-step .quiz-art-form-col:nth-child(2) {
    margin-left: -3px;
  }
  .quiz-art-step-2 .quiz-art-form-col:nth-child(2) {
    margin-left: -3px;
  }
  .quiz-art-functional-step .quiz-art-notify-badge {
    transform: translate(-10px, 6px);
  }
  .quiz-art-step-4 .quiz-art-content {
    overflow: visible;
  }
  .quiz-art-step-4 .quiz-art-list-step {
    margin-left: -13px;
  }
  .quiz-art-step-4 .quiz-art-rooms-grid {
    margin-top: 11px;
  }
  .quiz-art-step-4 .quiz-art-rooms-col {
    gap: 8px;
  }
  .quiz-art-step-4 .quiz-art-rooms-col:nth-child(1) {
    width: 348px;
  }
  .quiz-art-step-4 .quiz-art-rooms-col:nth-child(n + 2) {
    width: 337px;
  }
  .quiz-art-step-4 .quiz-art-stepper {
    grid-template-columns: 38px 233px 40px;
    height: 38px;
    margin-left: -13px;
  }
  .quiz-art-step-4 .quiz-art-actions {
    padding-top: 35px;
  }
}
.quiz-art-rooms-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.quiz-art-room-counter-label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #131313;
}
.quiz-art-stepper {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  height: 35px;
  background: #ffffff;
  border: 1px solid transparent;
}
.quiz-art-stepper-value {
  background: #f2f2f2;
}
.quiz-art-stepper.is-active {
  border-color: transparent;
}
.quiz-art-stepper button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 0;
  background: transparent;
  color: #131313;
  cursor: pointer;
}
.quiz-art-stepper button:disabled {
  opacity: 1;
  cursor: default;
}
.quiz-art-stepper span {
  text-align: center;
  font-size: 14px;
  color: #131313;
}
.quiz-art-stepper-value {
  height: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.quiz-art-stepper.is-active .quiz-art-stepper-value {
  cursor: default;
}
.quiz-art-stepper-value:focus-visible {
  outline: none;
}
.quiz-art-furniture-rooms {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 0;
  max-width: 744px;
  margin-top: 42px;
}
@media (min-width: 1200px) {
  h2[data-title="t-pt1a7a"] {
    margin-bottom: 37px;
  }
  .quiz-art-list-step.quiz-art-furniture-step {
    padding-left: 0;
  }
  .quiz-art-list-step.quiz-art-furniture-step h2 {
    margin-bottom: 46px;
  }
  .quiz-art-list-step.quiz-art-furniture-room-step h2 {
    margin-bottom: 85px;
  }
  .quiz-art-list-step.quiz-art-furniture-room-step h3.quiz-art-furniture-room-title {
    margin-bottom: 26px !important;
  }
  .quiz-art-furniture-item .quiz-art-furniture-check {
    gap: 20px;
  }
}
.quiz-art-furniture-rooms-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.quiz-art-furniture-room-link {
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  padding: 0;
  width: fit-content;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #131313;
  cursor: pointer;
  font-weight: 500;
}
.quiz-art-furniture-room-link.is-filled {
  border-bottom-color: #000;
  font-weight: 500;
}
.quiz-art-furniture-room-num {
  margin-left: 20px;
  font-feature-settings: 'case' 1;
}
@media (min-width: 1200px) {
  .quiz-art-furniture-item .quiz-art-field-control {
    margin-top: -4px;
    margin-bottom: -19px;
  }
}
.quiz-art-furniture-room-title {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0;
}
.quiz-art-furniture-room-title-num {
  margin-left: 28px;
}
@media (min-width: 1200px) {
  .quiz-art-furniture-room-title-total {
    display: none;
  }
}
.quiz-art-furniture-room-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 44px;
  max-width: 940px;
  margin: 4px 0 30px;
}
.quiz-art-furniture-room-nav button {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #131313;
  padding: 0;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
.quiz-art-furniture-room-nav button:hover, .quiz-art-furniture-room-nav button.is-active {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.quiz-art-furniture-cols {
  display: flex;
  gap: 27px;
  align-items: flex-start;
}
.quiz-art-furniture-col {
  flex: 1;
  min-width: 0;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 1200px) {
  .quiz-art-furniture-col:nth-child(1) {
    flex: 0 0 319px;
    max-width: 319px;
  }
  .quiz-art-furniture-col:nth-child(2) {
    flex: 0 0 305px;
    max-width: 305px;
  }
  .quiz-art-furniture-cols[data-room^='kukhnia'] .quiz-art-furniture-col:nth-child(1) {
    flex: 0 0 300px;
    max-width: 300px;
  }
  .quiz-art-furniture-cols[data-room^='kukhnia'] .quiz-art-furniture-col:nth-child(2) {
    flex: 0 0 290px;
    max-width: 290px;
  }
  .quiz-art-furniture-cols[data-cols='2'] .quiz-art-furniture-col:nth-child(1) {
    flex: 0 0 206px;
    max-width: 206px;
  }
}
.quiz-art-furniture-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quiz-art-furniture-item .quiz-art-field-control {
  width: auto !important;
  flex-grow: 1;
  margin-left: 32px;
}
.quiz-art-furniture-check {
  display: flex;
  align-items: center;
  gap: 22px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
}
.quiz-art-furniture-check input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border: 1px solid #171717;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.quiz-art-furniture-check input:checked {
  background: #000;
}
@keyframes quiz-content-leave {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes quiz-content-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .quiz-art-stage-transitioning .quiz-art-content, .quiz-art-stage-transitioning .quiz-art-media {
    animation: none;
  }
}
@media (max-width: 1199px) {
  .quiz-art-step-9 h2[data-title="t-nq27a0"] {
    margin-bottom: 58px !important;
  }
  [name="konditcionery_pomescheniya"] {
    font-size: 14px !important;
    padding: 10px 16px !important;
  }
  [for="skrytye_kolonki"] {
    max-width: 277px;
  }
  [for="filtry_izmelchiteli"] {
    max-width: 320px;
  }
  [style="--prev: 9;"].quiz-art-step-10 .quiz-art-doc-section-title {
    margin-top: -25px;
  }
  [style="--prev: 9;"].quiz-art-step-10 .quiz-art-doc-menu {
    margin-top: 12px;
    padding-left: 10px;
  }
  .quiz-art-notify-badge {
    width: 16px;
    height: 16px;
    margin: 8px 10px 0 0;
  }
  [for="func_tz_question_8"] {
    max-width: 300px;
  }
  .quiz-art-step-6 .quiz-art-content .quiz-art-actions, .quiz-art-step-7 .quiz-art-content .quiz-art-actions {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .quiz-art-furniture-item__more {
    gap: 4px;
  }
  .quiz-art-furniture-item__more + .quiz-art-furniture-item__more {
    margin-top: -8px;
  }
  .quiz-art-content input:not([type='radio']):not([type='checkbox']), .quiz-art-content textarea, .quiz-art-content select {
    font-size: 12px;
    padding: 10px 8px;
  }
  .quiz-art-content h2 {
    margin: 0 0 34px;
  }
  .quiz-art-step-1 h1, .quiz-art-step-3 h1, .quiz-art-color-step h2.quiz-art-color-title {
    margin-left: -4px;
  }
  .quiz-art-furniture-room-num {
    margin-left: 30px;
  }
  .quiz-art-panel-wide .quiz-art-actions {
    padding-left: 5px;
    padding-right: 5px;
  }
  .quiz-art-form-step h2 {
    margin-bottom: 77px;
  }
  h2[data-title="t-ouxnyl"] {
    margin-bottom: 35px;
  }
  .quiz-art-validation-screen {
    padding: calc(36.15vh - 21px) 48px 0;
    background: #131313;
    border: 0;
    justify-content: flex-start;
  }
  .quiz-art-field-label {
    margin-bottom: 5px !important;
  }
  html, body {
    scrollbar-width: none;
  }
  html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .quiz-art-back {
    background: transparent !important;
    color: #131313 !important;
    border: 1px solid #171717 !important;
  }
  .quiz-art-page {
    align-items: flex-start;
    padding: 0;
  }
  .quiz-art-page:has(.quiz-art-stage) {
    min-height: 100vh;
    height: auto;
    overflow: visible;
  }
  .quiz-art-stage-box {
    display: contents;
  }
  .quiz-art-stage::before {
    display: none;
  }
  .quiz-art-stage {
    width: min(768px, 100vw);
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    overflow: visible;
    transform: none;
  }
  .quiz-art-panel {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 0;
    flex: 1 0 auto;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 73px 10px 20px;
    justify-content: center;
  }
  .quiz-art-stage-transitioning .quiz-art-panel-wide {
    overflow: visible;
  }
  .quiz-art-current-tab {
    display: none;
  }
  .quiz-art-panel-validation {
    min-height: calc(100vh - 2px);
    padding: 0;
  }
  .quiz-art-panel-validation .quiz-art-content {
    min-height: calc(100vh - 2px);
  }
  .quiz-art-panel-validation .quiz-art-mobile-current-step {
    display: none;
  }
  .quiz-art-stage-validation .quiz-art-steps-mobile-top, .quiz-art-stage-validation .quiz-art-steps-mobile, .quiz-art-stage-validation .quiz-art-steps-right, .quiz-art-stage-validation .quiz-art-steps-left {
    display: none;
  }
  .quiz-art-validation-ok-desktop {
    display: none;
  }
  .quiz-art-validation-ok-mobile {
    display: inline;
  }
  .quiz-art-content .quiz-art-validation-screen h2 {
    margin-bottom: 24px;
    font-size: 48px;
  }
  .quiz-art-validation-screen p {
    max-width: 220px;
    font-size: 16px;
    line-height: 1.2;
  }
  .quiz-art-validation-screen button {
    width: calc(100% - 28px);
    height: 25px;
    bottom: 20px;
  }
  .quiz-art-mobile-current-step {
    position: absolute;
    left: 10px;
    top: 8px;
    right: 10px;
    height: 25px;
    display: grid;
    grid-template-columns: calc((100% + 33px) / 3 - 10px) 1fr;
    gap: 0;
    align-items: center;
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }
  .quiz-art-mobile-current-step.is-flying {
    z-index: 6;
    background: #fff;
  }
  .quiz-art-mobile-current-step::before {
    content: '';
    position: absolute;
    left: -9px;
    right: -9px;
    top: -8px;
    border-top: 1px solid #000;
  }
  .quiz-art-mobile-current-step strong {
    font-weight: 400;
  }
  .quiz-art-content {
    width: 100%;
    flex: 1 0 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
    padding-right: 0;
  }
  .quiz-art-question h1 {
    margin-bottom: 49px;
    max-width: 330px;
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -0.03em;
  }
  .quiz-art-option-list {
    gap: 8.3px;
  }
  .quiz-art-option {
    width: 100%;
    height: 30px;
    padding: 0 20px;
  }
  .quiz-art-media {
    order: 2;
    width: 100%;
    height: 518px;
    margin-top: 23px;
  }
  .quiz-art-actions {
    order: 3;
    width: 100%;
    max-width: 100%;
    margin-top: auto;
    margin-right: 0;
    margin-left: 0;
    padding-top: 20px;
    flex: 0 0 auto;
    column-gap: 20px;
  }
  .quiz-art-actions > .col-6 {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .quiz-art-actions > .col-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .quiz-art-next, .quiz-art-back {
    height: 25px;
  }
  .quiz-art-steps {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    height: auto;
    width: calc(100% - 2px);
    margin: 1px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
  }
  .quiz-art-steps-left, .quiz-art-steps-right {
    display: none;
  }
  .quiz-art-steps-mobile, .quiz-art-steps-mobile-top {
    display: flex;
  }
  .quiz-art-steps button {
    width: 100%;
    height: 25px;
    padding: 0 10px;
    display: grid;
    grid-template-columns: calc((100% + 23px) / 3 - 10px) 1fr;
    align-items: center;
    gap: 0;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0);
  }
  .quiz-art-steps-mobile-top button:last-child {
    border-bottom: 0;
  }
  .quiz-art-steps button.is-active {
    display: none;
  }
  .quiz-art-steps span, .quiz-art-steps strong {
    writing-mode: horizontal-tb;
    transform: none;
  }
  .quiz-art-step-1 .quiz-art-panel {
    position: relative;
    min-height: 1092px;
  }
  .quiz-art-step-1 .quiz-art-content {
    min-height: 100%;
    padding-left: 5px;
    padding-right: 4px;
  }
  .quiz-art-step-1 .quiz-art-media {
    position: absolute;
    left: 15px;
    top: 510px;
    width: calc(100% - 30px);
    margin: 0;
  }
  .quiz-art-step-1 .quiz-art-actions {
    position: static;
    width: 100%;
    margin-top: auto;
    padding: 20px 0 0;
  }
  .quiz-art-form-grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 13px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .quiz-art-panel-wide .quiz-art-form-grid {
    --bs-gutter-x: 0;
  }
  .quiz-art-step-4 .quiz-art-actions {
    padding-top: 74px;
  }
  .quiz-art-step-5 .quiz-art-actions {
    padding-top: 38px;
  }
  .quiz-art-step-6 .quiz-art-actions, .quiz-art-step-7 .quiz-art-actions {
    padding-top: 97px;
  }
  .quiz-art-step-8 .quiz-art-actions {
    margin-top: 80px;
    padding-top: 0;
  }
  .quiz-art-functional-step .quiz-art-field:last-child {
    margin-bottom: 96px;
  }
  .quiz-art-functional-title {
    --quiz-split-title-margin-bottom: 92px;
    margin-bottom: 74px;
  }
  .quiz-art-functional-step .quiz-art-form-col {
    display: grid;
    grid-auto-rows: 86px;
  }
  .quiz-art-functional-step .quiz-art-field {
    margin-bottom: 0;
  }
  .quiz-art-functional-step .quiz-art-field > .quiz-art-field-label, .quiz-art-functional-step .quiz-art-smart-label {
    height: 32px;
    margin-bottom: 3px !important;
    line-height: 1.08;
    display: flex;
    align-items: flex-end;
  }
  .quiz-art-functional-step .quiz-art-smart-label .quiz-art-field-label {
    line-height: 1.08;
    letter-spacing: 0;
    white-space: pre-line;
  }
  .quiz-art-inline-note {
    min-height: 159px;
    width: 100%;
    max-width: none;
    background: #f5f5f5;
    padding: 17px 4px 20px;
  }
  .quiz-art-inline-note p {
    padding-left: 16px;
    padding-right: 16px;
  }
  .quiz-art-functional-step .quiz-art-inline-note button {
    height: 25px;
  }
  .quiz-art-functional-step .quiz-art-select, .quiz-art-functional-step .quiz-art-field-control {
    width: calc(100% );
    max-width: none;
  }
  .quiz-art-functional-step .quiz-art-form-col + .quiz-art-form-col {
    margin-top: 0;
  }
  .quiz-art-form-col + .quiz-art-form-col {
    margin-top: -50px;
  }
  .quiz-art-step-2 .quiz-art-form-col + .quiz-art-form-col {
    margin-top: initial;
  }
  .quiz-art-functional-step + .quiz-art-actions {
    padding-top: 0;
    margin-top: 66px;
  }
  .quiz-art-step-2 .quiz-art-form-grid {
    margin-bottom: 32px;
  }
  .quiz-art-furniture-room-step .quiz-art-furniture-cols {
    margin-bottom: 42px;
    margin-left: 9px;
  }
  .quiz-art-step-4 .quiz-art-rooms-grid {
    margin-bottom: 5px;
  }
  .quiz-art-doc-step .quiz-art-form-grid {
    padding-bottom: 51px;
  }
  .quiz-art-doc-step + .quiz-art-actions {
    padding-top: 80px;
  }
  .quiz-art-success-subtitle {
    align-self: center;
    width: 100%;
    max-width: 205px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .quiz-art-panel-success .quiz-art-success-action {
    left: 14px;
    right: 14px;
    bottom: 20px;
    height: 25px;
    width: auto;
    transform: none;
  }
  .quiz-art-form-col {
    padding-right: 0;
    padding-left: 0;
  }
  .quiz-art-field-pair {
    column-gap: 13px;
    width: 100%;
  }
  .quiz-art-doc-grid .quiz-art-field-pair .quiz-art-field:first-child .quiz-art-field-label {
    width: calc(200% + 22px);
    white-space: normal;
  }
  .quiz-art-step-2 .quiz-art-form-col {
    display: grid;
    grid-auto-rows: 85px;
  }
  .quiz-art-step-2 .quiz-art-form-grid {
    margin-top: -40px;
  }
  .quiz-art-doc-section-title {
    margin-top: -29px;
  }
  .quiz-art-doc-menu {
    margin-top: -25px;
  }
  [for="step2-pets_family_members_obj"] {
    margin-top: -15px;
  }
  .quiz-art-field-label {
    letter-spacing: -0.1px;
  }
  .quiz-art-step-2 .quiz-art-form-col > .quiz-art-field-pair {
    display: grid;
    align-items: end;
  }
  .quiz-art-furniture-room-title {
    margin-top: 22px;
    letter-spacing: 0;
    margin-left: 11px;
  }
  .quiz-art-furniture-room-step .quiz-art-furniture-cols {
    margin-top: 9px;
  }
  .quiz-art-doc-grid [for='planiruete_vytiazhnuiu_sistemu_ventiliatcii'] {
    max-width: 236px;
  }
  .quiz-art-content h2 {
    font-size: 40px;
    line-height: 0.9;
  }
  .quiz-art-form-step h2.quiz-art-functional-title {
    --quiz-split-title-text-width: 340px;
    --quiz-split-title-count-offset: 0;
    --quiz-split-title-margin-bottom: 18px;
    margin-bottom: 18px;
    font-size: 40px;
    position: relative;
  }
  .quiz-art-functional-title .quiz-art-split-title-count {
    font-size: 40px;
    line-height: 0.78;
    position: absolute;
    left: 317px;
    top: auto;
    bottom: -1px;
    font-feature-settings: 'lnum' 1;
  }
  .quiz-art-functional-title .quiz-art-split-title-separator {
    font-size: 1em;
  }
  .quiz-art-color-step h2.quiz-art-color-title {
    align-items: center;
    margin-top: -5px;
    --quiz-split-title-margin-bottom: 65px;
  }
  .quiz-art-color-step h2.quiz-art-color-title .quiz-art-split-title-count {
    margin-top: 0;
    font-size: 46px;
    gap: 6px;
    top: 3px;
    left: -9px;
  }
  .quiz-art-step-head {
    gap: 12px;
  }
  .quiz-art-image-card {
    flex-basis: 178px;
  }
  .quiz-art-select-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .quiz-art-muted {
    margin-bottom: 16px;
  }
  .quiz-art-rooms-grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 17px;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    margin-top: -19px;
  }
  .quiz-art-rooms-col {
    gap: 17px;
  }
  .quiz-art-rooms-step .quiz-art-stepper {
    max-width: none;
  }
  .quiz-art-room-counter-label {
    font-size: 16px;
    margin-bottom: 3px;
    margin-left: 4px;
  }
  .quiz-art-stepper {
    height: 36px;
  }
  .quiz-art-step-4 .quiz-art-stepper {
    grid-template-columns: 50px 1fr 48px;
    margin-left: -14px;
    margin-right: -5px;
  }
  .quiz-art-furniture-cols {
    flex-direction: column;
    gap: 24px;
  }
  .quiz-art-furniture-rooms-col {
    gap: 16px;
  }
  .quiz-art-furniture-rooms {
    --bs-gutter-x: 0;
    --bs-gutter-y: 16px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 7px;
    padding-left: 11px;
  }
  .quiz-art-furniture-room-nav {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 24px;
  }
  h2[data-title="t-ytfn19"] {
    margin-bottom: 49px;
  }
  .quiz-art-doc-step h2 {
    margin-bottom: 42px;
  }
  .quiz-art-doc-step .quiz-art-field-pair {
    column-gap: 22px;
  }
  .quiz-art-step-6:not(.quiz-art-stage-validation) .quiz-art-content, .quiz-art-step-7:not(.quiz-art-stage-validation) .quiz-art-content {
    padding-left: 5px;
    padding-right: 4px;
  }
  .quiz-art-doc-grid:has([name='vysota_dvernykh_proyomov']) {
    margin-top: 1px;
    row-gap: 27.5px;
  }
  .quiz-art-doc-grid:has([name='planiruete_vytiazhnuiu_sistemu_ventiliatcii']) {
    margin-top: 13px;
    padding-top: 13px;
  }
  .quiz-art-furniture-col {
    max-width: none;
    width: 100%;
  }
  .quiz-art-furniture-cols, .quiz-art-furniture-col {
    gap: 28.7px;
  }
  .quiz-art-color-grid8 {
    max-width: none;
  }
  .quiz-art-color-cell {
    height: 58px;
    padding: 6px 7px;
  }
  .quiz-art-color-subtitle {
    margin: 0 0 37px;
  }
  .quiz-art-finish-layout {
    margin-top: 0;
  }
  .quiz-art-success {
    position: absolute;
    top: calc(21.62% + 65px);
    right: 0;
    left: 0;
    padding-top: 0;
  }
  .quiz-art-step-8 .quiz-art-content h2 {
    max-width: 360px;
    margin-bottom: 14px;
  }
  .quiz-art-finish-pairs {
    padding-top: 0;
  }
  .quiz-art-step-8 .quiz-art-finish-group > .row {
    --bs-gutter-y: 0;
  }
  .quiz-art-finish-group-num {
    padding-top: 0;
    font-size: 10px;
  }
  .quiz-art-step-8 .quiz-art-finish-coverings-row, .quiz-art-step-8 .quiz-art-finish-items-row {
    --fin-gap: min(7px, 1.628vw);
    --fin-start: min(11px, 2.558vw);
    --bs-gutter-x: var(--fin-gap);
    flex-wrap: nowrap;
    margin-left: calc(var(--fin-start) - 10px - var(--fin-gap) / 2);
  }
  .quiz-art-step-8 .quiz-art-finish-coverings-row > .col, .quiz-art-step-8 .quiz-art-finish-items-row > .col {
    flex: 0 0 auto;
    width: auto;
  }
  .quiz-art-step-8 .quiz-art-finish-group {
    margin-right: 0;
    margin-left: 0;
  }
  .quiz-art-finish-pairs .quiz-art-finish-group:nth-child(2) .quiz-art-finish-items-row {
    margin-left: calc(139px + 1px - 3.5px);
  }
  .quiz-art-finish-layout {
    --bs-gutter-y: 17px;
  }
  .quiz-art-step-8 .quiz-art-finish-pairs-grid {
    --bs-gutter-y: 18px;
  }
  .quiz-art-step-8 .quiz-art-finish-card {
    gap: 10px;
  }
  .quiz-art-step-8 .quiz-art-finish-group-num {
    margin-bottom: -3px;
    padding-left: 9px;
  }
  .quiz-art-finish-pairs .quiz-art-finish-group:nth-child(2) .quiz-art-finish-group-num {
    padding-left: 148px;
  }
  .quiz-art-finish-card {
    width: 132px;
    min-width: 0;
  }
  .quiz-art-finish-img {
    width: 132px;
    height: 132px;
  }
  .quiz-art-step-8 .quiz-art-finish-label {
    width: 100%;
    text-align: left;
  }
  .quiz-art-finish-label {
    font-size: 8px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .quiz-art-finish-num {
    font-size: 8px;
  }
  .quiz-art-step-3 .quiz-art-content {
    display: contents;
  }
  .quiz-art-step-3 .quiz-art-question, .quiz-art-step-3 .quiz-art-media, .quiz-art-step-3 .quiz-art-actions {
    width: calc(100% - 9px);
    max-width: calc(100% - 9px);
    margin-right: 4px;
    margin-left: 5px;
  }
  .quiz-art-step-3 .quiz-art-question {
    order: 1;
  }
  .quiz-art-step-3 .quiz-art-question h1 {
    margin-bottom: 48px;
  }
  .quiz-art-step-3 .quiz-art-actions {
    position: static;
    bottom: auto;
    margin-top: auto;
  }
  .quiz-art-step-9 .quiz-art-functional-title {
    margin-bottom: 47px !important;
  }
  .quiz-art-content h2 {
    font-size: min(40px, 9.3vw);
  }
  .quiz-art-form-step h2.quiz-art-functional-title {
    --quiz-split-title-text-width: min(340px, 79vw);
    font-size: min(40px, 9.3vw);
  }
  .quiz-art-functional-title .quiz-art-split-title-count {
    font-size: min(40px, 9.3vw);
    left: min(317px, 73.7vw);
  }
  .quiz-art-step-8 .quiz-art-finish-card {
    width: min(132px, 30.7vw);
  }
  .quiz-art-step-8 .quiz-art-finish-img {
    width: min(132px, 30.7vw);
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .quiz-art-finish-pairs .quiz-art-finish-group:nth-child(2) .quiz-art-finish-items-row {
    margin-left: calc(min(139px, 32.3vw) + var(--fin-start, min(11px, 2.558vw)) - 10px - var(--fin-gap, min(7px, 1.628vw)) / 2);
  }
  .quiz-art-finish-pairs .quiz-art-finish-group:nth-child(2) .quiz-art-finish-group-num {
    padding-left: min(148px, 34.4vw);
  }
  .quiz-art-content input:not([type='radio']):not([type='checkbox']), .quiz-art-select-button {
    height: 36px;
    min-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .quiz-art-select-button {
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .quiz-art-furniture-item .quiz-art-field-control {
    max-width: calc(100% - 95px);
  }
}
.quiz-art-suggest-field {
  position: relative;
}
.quiz-art-address-suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}
.quiz-art-address-suggestion {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}
.quiz-art-address-suggestion:hover, .quiz-art-address-suggestion:focus {
  background: #f1f1f1;
  outline: none;
}
.quiz-art-steps-left button:last-child, .quiz-art-steps-right button:last-child {
  border-right: 1px solid #000000;
}
.quiz-art-steps-left button.is-flying {
  border-left-color: transparent;
}
.quiz-art-steps-right button.is-flying {
  border-left: 1px solid transparent;
  border-right: 1px solid #000000;
}
.quiz-art-stage-transitioning .quiz-art-steps-left:has(button.is-flying) button:nth-last-child(2) {
  border-right: 1px solid #000000;
}
@media (max-width: 359px) {
  .quiz-art-field-pair {
    grid-template-columns: 1fr;
    row-gap: 13px;
  }
  .quiz-art-field-pair .quiz-art-field-label[aria-hidden='true'] {
    display: none;
  }
}
button, h2 {
  user-select: none;
}
.quiz-art-steps-left [data-step-nav="10"] {
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .quiz-art-step-success .quiz-art-panel {
    width: calc(93% - 225px);
  }
  .quiz-art-success-subtitle {
    margin: 25px 30px 0 0;
  }
  .quiz-art-success-title {
    margin: 0 13px 0 0;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
