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

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

@media (min-width: 576px) {
  .container-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;
  }
}
.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

.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-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-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-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-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-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-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;
  }
}
.image-gallery-icon {
  color: #fff;
  transition: all 0.3s ease-out;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 2px 2px #1a1a1a);
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-icon:hover {
    color: #337ab7;
  }
  .image-gallery-icon:hover .image-gallery-svg {
    transform: scale(1.1);
  }
}
.image-gallery-icon:focus {
  outline: 2px solid #337ab7;
}

.image-gallery-using-mouse .image-gallery-icon:focus {
  outline: none;
}

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
  padding: 20px;
}
.image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
  height: 28px;
  width: 28px;
}
@media (max-width: 768px) {
  .image-gallery-fullscreen-button,
.image-gallery-play-button {
    padding: 15px;
  }
  .image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 480px) {
  .image-gallery-fullscreen-button,
.image-gallery-play-button {
    padding: 10px;
  }
  .image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
    height: 16px;
    width: 16px;
  }
}

.image-gallery-fullscreen-button {
  right: 0;
}

.image-gallery-play-button {
  left: 0;
}

.image-gallery-left-nav,
.image-gallery-right-nav {
  padding: 50px 10px;
  top: 50%;
  transform: translateY(-50%);
}
.image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
  height: 120px;
  width: 60px;
}
@media (max-width: 768px) {
  .image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
    height: 72px;
    width: 36px;
  }
}
@media (max-width: 480px) {
  .image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
    height: 48px;
    width: 24px;
  }
}
.image-gallery-left-nav[disabled],
.image-gallery-right-nav[disabled] {
  cursor: disabled;
  opacity: 0.6;
  pointer-events: none;
}

.image-gallery-left-nav {
  left: 0;
}

.image-gallery-right-nav {
  right: 0;
}

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.image-gallery.fullscreen-modal {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.image-gallery.fullscreen-modal .image-gallery-content {
  top: 50%;
  transform: translateY(-50%);
}

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0;
}
.image-gallery-content.fullscreen {
  background: #000;
}
.image-gallery-content .image-gallery-slide .image-gallery-image {
  max-height: calc(100vh - 80px);
}
.image-gallery-content.left .image-gallery-slide .image-gallery-image, .image-gallery-content.right .image-gallery-slide .image-gallery-image {
  max-height: 100vh;
}

.image-gallery-slide-wrapper {
  position: relative;
}
.image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
  display: inline-block;
  width: calc(100% - 110px);
}
@media (max-width: 768px) {
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    width: calc(100% - 87px);
  }
}
.image-gallery-slide-wrapper.image-gallery-rtl {
  direction: rtl;
}

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.image-gallery-slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-gallery-slide.center {
  position: relative;
}
.image-gallery-slide .image-gallery-image {
  width: 100%;
  object-fit: contain;
}
.image-gallery-slide .image-gallery-description {
  background: rgba(0, 0, 0, 0.4);
  bottom: 70px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  white-space: normal;
}
@media (max-width: 768px) {
  .image-gallery-slide .image-gallery-description {
    bottom: 45px;
    font-size: 0.8em;
    padding: 8px 15px;
  }
}

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4;
}
.image-gallery-bullets .image-gallery-bullets-container {
  margin: 0;
  padding: 0;
  text-align: center;
}
.image-gallery-bullets .image-gallery-bullet {
  appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 2px #1a1a1a;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  outline: none;
  padding: 5px;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
}
@media (max-width: 480px) {
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}
.image-gallery-bullets .image-gallery-bullet:focus {
  transform: scale(1.2);
  background: #337ab7;
  border: 1px solid #337ab7;
}
.image-gallery-bullets .image-gallery-bullet.active {
  transform: scale(1.2);
  border: 1px solid #fff;
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-bullets .image-gallery-bullet:hover {
    background: #337ab7;
    border: 1px solid #337ab7;
  }
  .image-gallery-bullets .image-gallery-bullet.active:hover {
    background: #337ab7;
  }
}

.image-gallery-thumbnails-wrapper {
  position: relative;
}
.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal {
  touch-action: pan-y;
}
.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical {
  touch-action: pan-x;
}
.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
  direction: rtl;
}
.image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    width: 81px;
  }
}
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
  height: 100%;
  width: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
  display: block;
  margin-right: 0;
  padding: 0;
}
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 0;
  margin-top: 2px;
}
.image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
  margin: 0 5px;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    margin: 0 3px;
  }
}

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails {
    padding: 3px 0;
  }
}
.image-gallery-thumbnails .image-gallery-thumbnails-container {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border 0.3s ease-out;
  width: 100px;
  background: transparent;
  padding: 0;
}
@media (max-width: 768px) {
  .image-gallery-thumbnail {
    border: 3px solid transparent;
    width: 81px;
  }
}
.image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 2px;
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  display: block;
  position: relative;
}
.image-gallery-thumbnail .image-gallery-thumbnail-image {
  vertical-align: middle;
  width: 100%;
  line-height: 0;
}
.image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
  outline: none;
  border: 4px solid #337ab7;
}
@media (max-width: 768px) {
  .image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
    border: 3px solid #337ab7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-thumbnail:hover {
    outline: none;
    border: 4px solid #337ab7;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .image-gallery-thumbnail:hover {
    border: 3px solid #337ab7;
  }
}

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 0 2px 2px #1a1a1a;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%;
}
@media (max-width: 768px) {
  .image-gallery-thumbnail-label {
    font-size: 0.8em;
    line-height: 0.8em;
  }
}

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
@media (max-width: 768px) {
  .image-gallery-index {
    font-size: 0.8em;
    padding: 5px 10px;
  }
}

.grounding-admin-listSelector {
  font-weight: bolder;
}
.grounding-admin-icon-div {
  display: flex;
  justify-content: space-between;
}
.grounding-admin-action-button {
  margin-left: 10px;
}
.grounding-admin-popup-button {
  margin-right: 30px !important;
}
.grounding-admin-icon-square {
  border: 2.5px solid black;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
  padding: 5px;
}
.grounding-admin-requests {
  display: flex;
  flex-direction: row;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.grounding-admin-endpoint {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #f0f0f0;
}
.grounding-admin-endpoint:first-child {
  border-top-left-radius: 8px;
}
.grounding-admin-endpoint--selected {
  border-right: 1px solid #ffffff;
  background-color: #ffffff;
}
.grounding-admin-endpoint-group {
  width: 500px;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  word-break: break-all;
}
.grounding-admin-endpoint__check {
  padding-left: 15px;
  padding-right: 15px;
}
.grounding-admin-endpoint__title {
  font-size: 21px;
  font-weight: 600;
  color: var(--primary-color);
  flex: 1 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.grounding-admin-endpoint__title:hover {
  cursor: pointer;
}
.grounding-admin-endpoint__status {
  padding-left: 15px;
  padding-right: 15px;
}
.grounding-admin-endpoint__status > svg {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
}
.grounding-admin-endpoint__status--failed > svg {
  fill: #e90909;
}
.grounding-admin-endpoint__status--succeeded > svg {
  fill: #1e9f37;
}
.grounding-admin-endpoint__status--running > svg {
  fill: #f79427;
}
.grounding-admin-endpoint__submit {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
  border-bottom-left-radius: 8px;
  border-right: 1px solid #dddddd;
  background-color: #f0f0f0;
}
.grounding-admin-details {
  flex: 1 0 auto;
  padding: 15px 15px 15px 30px;
  width: 50%;
}
.grounding-admin-request {
  width: 100%;
  overflow: scroll;
}
.grounding-admin-apikey-message {
  position: relative !important;
  font-size: 14px !important;
  padding-bottom: 1.5em;
}

.grounding-button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  font-family: inherit;
}
.grounding-button--primary {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
  background-color: var(--secondary-color);
  border-radius: 8px;
  padding: 7px 24px 7px 24px;
  box-shadow: 0px 5px 15px rgba(var(--secondary-color-rgb), 0.3);
  transition: all 0.2s linear;
  min-width: 110px;
}
.grounding-button--primary:hover {
  box-shadow: 0px 5px 15px rgba(var(--secondary-color-rgb), 0.6);
}
.grounding-button--disabled {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
  background-color: #e5e2e2;
  border-radius: 8px;
  padding: 7px 24px 7px 24px;
  box-shadow: 0px 5px 15px rgba(var(--secondary-color-rgb), 0.3);
  transition: all 0.2s linear;
  min-width: 110px;
}
.grounding-button--disabled:hover {
  box-shadow: 0px 5px 15px rgba(var(--secondary-color-rgb), 0.6);
}
.grounding-button--white {
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary-color);
  line-height: 28px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 7px 24px 7px 24px;
  box-shadow: 0px 5px 15px rgba(var(--secondary-color-rgb), 0.3);
  transition: all 0.2s linear;
  min-width: 110px;
  border: 2px solid var(--secondary-color);
  padding-top: 5px;
  padding-bottom: 5px;
}
.grounding-button--white:hover {
  box-shadow: 0px 5px 15px rgba(var(--secondary-color-rgb), 0.6);
}
.grounding-button--action {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-color);
}
.grounding-button--action:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.grounding-button--action::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  width: 0;
}
.grounding-button--flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grounding-button--flex svg {
  margin-right: 10px;
}
.grounding-button--within-panel {
  align-self: flex-start;
  margin-left: 16px;
}

.grounding-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grounding-card__header {
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 8px 30px 8px 30px;
}
.grounding-card__header + .grounding-card__content {
  border-radius: 0 0 8px 8px;
}
.grounding-card__header-extra {
  display: inline-flex;
}
.grounding-card__title {
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
}
.grounding-card__content {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  flex: 1 0 auto;
  --container-item-margin-y: 0px;
  overflow-x: auto;
}

.furtherDiagnosis-tooltip {
  visibility: hidden;
  font-size: 15px;
  width: 200px;
  background-color: #808080;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  margin-top: 25px;
  margin-left: -100px;
}

.furtherDiagnosis-tooltip-top {
  visibility: hidden;
  font-size: 15px;
  width: 200px;
  background-color: #808080;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  margin-top: -30px;
  margin-left: -50px;
}

.grounding-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: calc(0px - var(--container-item-margin-y));
}
.grounding-container > * {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: var(--container-item-margin-y);
}
.grounding-container .grounding-container-full-width {
  width: 100% !important;
}

@media (min-width: 992px) {
  .grounding-container__lg--1-1 {
    width: 100%;
  }

  .grounding-container__lg--1-2 {
    width: 200%;
  }

  .grounding-container__lg--1-3 {
    width: 300%;
  }

  .grounding-container__lg--1-4 {
    width: 400%;
  }

  .grounding-container__lg--1-5 {
    width: 500%;
  }

  .grounding-container__lg--1-6 {
    width: 600%;
  }

  .grounding-container__lg--1-7 {
    width: 700%;
  }

  .grounding-container__lg--1-8 {
    width: 800%;
  }

  .grounding-container__lg--1-9 {
    width: 900%;
  }

  .grounding-container__lg--1-10 {
    width: 1000%;
  }

  .grounding-container__lg--2-1 {
    width: 50%;
  }

  .grounding-container__lg--2-2 {
    width: 100%;
  }

  .grounding-container__lg--2-3 {
    width: 150%;
  }

  .grounding-container__lg--2-4 {
    width: 200%;
  }

  .grounding-container__lg--2-5 {
    width: 250%;
  }

  .grounding-container__lg--2-6 {
    width: 300%;
  }

  .grounding-container__lg--2-7 {
    width: 350%;
  }

  .grounding-container__lg--2-8 {
    width: 400%;
  }

  .grounding-container__lg--2-9 {
    width: 450%;
  }

  .grounding-container__lg--2-10 {
    width: 500%;
  }

  .grounding-container__lg--3-1 {
    width: 33.3333333333%;
  }

  .grounding-container__lg--3-2 {
    width: 66.6666666667%;
  }

  .grounding-container__lg--3-3 {
    width: 100%;
  }

  .grounding-container__lg--3-4 {
    width: 133.3333333333%;
  }

  .grounding-container__lg--3-5 {
    width: 166.6666666667%;
  }

  .grounding-container__lg--3-6 {
    width: 200%;
  }

  .grounding-container__lg--3-7 {
    width: 233.3333333333%;
  }

  .grounding-container__lg--3-8 {
    width: 266.6666666667%;
  }

  .grounding-container__lg--3-9 {
    width: 300%;
  }

  .grounding-container__lg--3-10 {
    width: 333.3333333333%;
  }

  .grounding-container__lg--4-1 {
    width: 25%;
  }

  .grounding-container__lg--4-2 {
    width: 50%;
  }

  .grounding-container__lg--4-3 {
    width: 75%;
  }

  .grounding-container__lg--4-4 {
    width: 100%;
  }

  .grounding-container__lg--4-5 {
    width: 125%;
  }

  .grounding-container__lg--4-6 {
    width: 150%;
  }

  .grounding-container__lg--4-7 {
    width: 175%;
  }

  .grounding-container__lg--4-8 {
    width: 200%;
  }

  .grounding-container__lg--4-9 {
    width: 225%;
  }

  .grounding-container__lg--4-10 {
    width: 250%;
  }

  .grounding-container__lg--5-1 {
    width: 20%;
  }

  .grounding-container__lg--5-2 {
    width: 40%;
  }

  .grounding-container__lg--5-3 {
    width: 60%;
  }

  .grounding-container__lg--5-4 {
    width: 80%;
  }

  .grounding-container__lg--5-5 {
    width: 100%;
  }

  .grounding-container__lg--5-6 {
    width: 120%;
  }

  .grounding-container__lg--5-7 {
    width: 140%;
  }

  .grounding-container__lg--5-8 {
    width: 160%;
  }

  .grounding-container__lg--5-9 {
    width: 180%;
  }

  .grounding-container__lg--5-10 {
    width: 200%;
  }

  .grounding-container__lg--6-1 {
    width: 16.6666666667%;
  }

  .grounding-container__lg--6-2 {
    width: 33.3333333333%;
  }

  .grounding-container__lg--6-3 {
    width: 50%;
  }

  .grounding-container__lg--6-4 {
    width: 66.6666666667%;
  }

  .grounding-container__lg--6-5 {
    width: 83.3333333333%;
  }

  .grounding-container__lg--6-6 {
    width: 100%;
  }

  .grounding-container__lg--6-7 {
    width: 116.6666666667%;
  }

  .grounding-container__lg--6-8 {
    width: 133.3333333333%;
  }

  .grounding-container__lg--6-9 {
    width: 150%;
  }

  .grounding-container__lg--6-10 {
    width: 166.6666666667%;
  }

  .grounding-container__lg--7-1 {
    width: 14.2857142857%;
  }

  .grounding-container__lg--7-2 {
    width: 28.5714285714%;
  }

  .grounding-container__lg--7-3 {
    width: 42.8571428571%;
  }

  .grounding-container__lg--7-4 {
    width: 57.1428571429%;
  }

  .grounding-container__lg--7-5 {
    width: 71.4285714286%;
  }

  .grounding-container__lg--7-6 {
    width: 85.7142857143%;
  }

  .grounding-container__lg--7-7 {
    width: 100%;
  }

  .grounding-container__lg--7-8 {
    width: 114.2857142857%;
  }

  .grounding-container__lg--7-9 {
    width: 128.5714285714%;
  }

  .grounding-container__lg--7-10 {
    width: 142.8571428571%;
  }

  .grounding-container__lg--8-1 {
    width: 12.5%;
  }

  .grounding-container__lg--8-2 {
    width: 25%;
  }

  .grounding-container__lg--8-3 {
    width: 37.5%;
  }

  .grounding-container__lg--8-4 {
    width: 50%;
  }

  .grounding-container__lg--8-5 {
    width: 62.5%;
  }

  .grounding-container__lg--8-6 {
    width: 75%;
  }

  .grounding-container__lg--8-7 {
    width: 87.5%;
  }

  .grounding-container__lg--8-8 {
    width: 100%;
  }

  .grounding-container__lg--8-9 {
    width: 112.5%;
  }

  .grounding-container__lg--8-10 {
    width: 125%;
  }

  .grounding-container__lg--9-1 {
    width: 11.1111111111%;
  }

  .grounding-container__lg--9-2 {
    width: 22.2222222222%;
  }

  .grounding-container__lg--9-3 {
    width: 33.3333333333%;
  }

  .grounding-container__lg--9-4 {
    width: 44.4444444444%;
  }

  .grounding-container__lg--9-5 {
    width: 55.5555555556%;
  }

  .grounding-container__lg--9-6 {
    width: 66.6666666667%;
  }

  .grounding-container__lg--9-7 {
    width: 77.7777777778%;
  }

  .grounding-container__lg--9-8 {
    width: 88.8888888889%;
  }

  .grounding-container__lg--9-9 {
    width: 100%;
  }

  .grounding-container__lg--9-10 {
    width: 111.1111111111%;
  }

  .grounding-container__lg--10-1 {
    width: 10%;
  }

  .grounding-container__lg--10-2 {
    width: 20%;
  }

  .grounding-container__lg--10-3 {
    width: 30%;
  }

  .grounding-container__lg--10-4 {
    width: 40%;
  }

  .grounding-container__lg--10-5 {
    width: 50%;
  }

  .grounding-container__lg--10-6 {
    width: 60%;
  }

  .grounding-container__lg--10-7 {
    width: 70%;
  }

  .grounding-container__lg--10-8 {
    width: 80%;
  }

  .grounding-container__lg--10-9 {
    width: 90%;
  }

  .grounding-container__lg--10-10 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grounding-container__md--1-1 {
    width: 100%;
  }

  .grounding-container__md--1-2 {
    width: 200%;
  }

  .grounding-container__md--1-3 {
    width: 300%;
  }

  .grounding-container__md--1-4 {
    width: 400%;
  }

  .grounding-container__md--1-5 {
    width: 500%;
  }

  .grounding-container__md--1-6 {
    width: 600%;
  }

  .grounding-container__md--1-7 {
    width: 700%;
  }

  .grounding-container__md--1-8 {
    width: 800%;
  }

  .grounding-container__md--1-9 {
    width: 900%;
  }

  .grounding-container__md--1-10 {
    width: 1000%;
  }

  .grounding-container__md--2-1 {
    width: 50%;
  }

  .grounding-container__md--2-2 {
    width: 100%;
  }

  .grounding-container__md--2-3 {
    width: 150%;
  }

  .grounding-container__md--2-4 {
    width: 200%;
  }

  .grounding-container__md--2-5 {
    width: 250%;
  }

  .grounding-container__md--2-6 {
    width: 300%;
  }

  .grounding-container__md--2-7 {
    width: 350%;
  }

  .grounding-container__md--2-8 {
    width: 400%;
  }

  .grounding-container__md--2-9 {
    width: 450%;
  }

  .grounding-container__md--2-10 {
    width: 500%;
  }

  .grounding-container__md--3-1 {
    width: 33.3333333333%;
  }

  .grounding-container__md--3-2 {
    width: 66.6666666667%;
  }

  .grounding-container__md--3-3 {
    width: 100%;
  }

  .grounding-container__md--3-4 {
    width: 133.3333333333%;
  }

  .grounding-container__md--3-5 {
    width: 166.6666666667%;
  }

  .grounding-container__md--3-6 {
    width: 200%;
  }

  .grounding-container__md--3-7 {
    width: 233.3333333333%;
  }

  .grounding-container__md--3-8 {
    width: 266.6666666667%;
  }

  .grounding-container__md--3-9 {
    width: 300%;
  }

  .grounding-container__md--3-10 {
    width: 333.3333333333%;
  }

  .grounding-container__md--4-1 {
    width: 25%;
  }

  .grounding-container__md--4-2 {
    width: 50%;
  }

  .grounding-container__md--4-3 {
    width: 75%;
  }

  .grounding-container__md--4-4 {
    width: 100%;
  }

  .grounding-container__md--4-5 {
    width: 125%;
  }

  .grounding-container__md--4-6 {
    width: 150%;
  }

  .grounding-container__md--4-7 {
    width: 175%;
  }

  .grounding-container__md--4-8 {
    width: 200%;
  }

  .grounding-container__md--4-9 {
    width: 225%;
  }

  .grounding-container__md--4-10 {
    width: 250%;
  }

  .grounding-container__md--5-1 {
    width: 20%;
  }

  .grounding-container__md--5-2 {
    width: 40%;
  }

  .grounding-container__md--5-3 {
    width: 60%;
  }

  .grounding-container__md--5-4 {
    width: 80%;
  }

  .grounding-container__md--5-5 {
    width: 100%;
  }

  .grounding-container__md--5-6 {
    width: 120%;
  }

  .grounding-container__md--5-7 {
    width: 140%;
  }

  .grounding-container__md--5-8 {
    width: 160%;
  }

  .grounding-container__md--5-9 {
    width: 180%;
  }

  .grounding-container__md--5-10 {
    width: 200%;
  }

  .grounding-container__md--6-1 {
    width: 16.6666666667%;
  }

  .grounding-container__md--6-2 {
    width: 33.3333333333%;
  }

  .grounding-container__md--6-3 {
    width: 50%;
  }

  .grounding-container__md--6-4 {
    width: 66.6666666667%;
  }

  .grounding-container__md--6-5 {
    width: 83.3333333333%;
  }

  .grounding-container__md--6-6 {
    width: 100%;
  }

  .grounding-container__md--6-7 {
    width: 116.6666666667%;
  }

  .grounding-container__md--6-8 {
    width: 133.3333333333%;
  }

  .grounding-container__md--6-9 {
    width: 150%;
  }

  .grounding-container__md--6-10 {
    width: 166.6666666667%;
  }

  .grounding-container__md--7-1 {
    width: 14.2857142857%;
  }

  .grounding-container__md--7-2 {
    width: 28.5714285714%;
  }

  .grounding-container__md--7-3 {
    width: 42.8571428571%;
  }

  .grounding-container__md--7-4 {
    width: 57.1428571429%;
  }

  .grounding-container__md--7-5 {
    width: 71.4285714286%;
  }

  .grounding-container__md--7-6 {
    width: 85.7142857143%;
  }

  .grounding-container__md--7-7 {
    width: 100%;
  }

  .grounding-container__md--7-8 {
    width: 114.2857142857%;
  }

  .grounding-container__md--7-9 {
    width: 128.5714285714%;
  }

  .grounding-container__md--7-10 {
    width: 142.8571428571%;
  }

  .grounding-container__md--8-1 {
    width: 12.5%;
  }

  .grounding-container__md--8-2 {
    width: 25%;
  }

  .grounding-container__md--8-3 {
    width: 37.5%;
  }

  .grounding-container__md--8-4 {
    width: 50%;
  }

  .grounding-container__md--8-5 {
    width: 62.5%;
  }

  .grounding-container__md--8-6 {
    width: 75%;
  }

  .grounding-container__md--8-7 {
    width: 87.5%;
  }

  .grounding-container__md--8-8 {
    width: 100%;
  }

  .grounding-container__md--8-9 {
    width: 112.5%;
  }

  .grounding-container__md--8-10 {
    width: 125%;
  }

  .grounding-container__md--9-1 {
    width: 11.1111111111%;
  }

  .grounding-container__md--9-2 {
    width: 22.2222222222%;
  }

  .grounding-container__md--9-3 {
    width: 33.3333333333%;
  }

  .grounding-container__md--9-4 {
    width: 44.4444444444%;
  }

  .grounding-container__md--9-5 {
    width: 55.5555555556%;
  }

  .grounding-container__md--9-6 {
    width: 66.6666666667%;
  }

  .grounding-container__md--9-7 {
    width: 77.7777777778%;
  }

  .grounding-container__md--9-8 {
    width: 88.8888888889%;
  }

  .grounding-container__md--9-9 {
    width: 100%;
  }

  .grounding-container__md--9-10 {
    width: 111.1111111111%;
  }

  .grounding-container__md--10-1 {
    width: 10%;
  }

  .grounding-container__md--10-2 {
    width: 20%;
  }

  .grounding-container__md--10-3 {
    width: 30%;
  }

  .grounding-container__md--10-4 {
    width: 40%;
  }

  .grounding-container__md--10-5 {
    width: 50%;
  }

  .grounding-container__md--10-6 {
    width: 60%;
  }

  .grounding-container__md--10-7 {
    width: 70%;
  }

  .grounding-container__md--10-8 {
    width: 80%;
  }

  .grounding-container__md--10-9 {
    width: 90%;
  }

  .grounding-container__md--10-10 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .grounding-container__sm--1-1 {
    width: 100%;
  }

  .grounding-container__sm--1-2 {
    width: 200%;
  }

  .grounding-container__sm--1-3 {
    width: 300%;
  }

  .grounding-container__sm--1-4 {
    width: 400%;
  }

  .grounding-container__sm--1-5 {
    width: 500%;
  }

  .grounding-container__sm--1-6 {
    width: 600%;
  }

  .grounding-container__sm--1-7 {
    width: 700%;
  }

  .grounding-container__sm--1-8 {
    width: 800%;
  }

  .grounding-container__sm--1-9 {
    width: 900%;
  }

  .grounding-container__sm--1-10 {
    width: 1000%;
  }

  .grounding-container__sm--2-1 {
    width: 50%;
  }

  .grounding-container__sm--2-2 {
    width: 100%;
  }

  .grounding-container__sm--2-3 {
    width: 150%;
  }

  .grounding-container__sm--2-4 {
    width: 200%;
  }

  .grounding-container__sm--2-5 {
    width: 250%;
  }

  .grounding-container__sm--2-6 {
    width: 300%;
  }

  .grounding-container__sm--2-7 {
    width: 350%;
  }

  .grounding-container__sm--2-8 {
    width: 400%;
  }

  .grounding-container__sm--2-9 {
    width: 450%;
  }

  .grounding-container__sm--2-10 {
    width: 500%;
  }

  .grounding-container__sm--3-1 {
    width: 33.3333333333%;
  }

  .grounding-container__sm--3-2 {
    width: 66.6666666667%;
  }

  .grounding-container__sm--3-3 {
    width: 100%;
  }

  .grounding-container__sm--3-4 {
    width: 133.3333333333%;
  }

  .grounding-container__sm--3-5 {
    width: 166.6666666667%;
  }

  .grounding-container__sm--3-6 {
    width: 200%;
  }

  .grounding-container__sm--3-7 {
    width: 233.3333333333%;
  }

  .grounding-container__sm--3-8 {
    width: 266.6666666667%;
  }

  .grounding-container__sm--3-9 {
    width: 300%;
  }

  .grounding-container__sm--3-10 {
    width: 333.3333333333%;
  }

  .grounding-container__sm--4-1 {
    width: 25%;
  }

  .grounding-container__sm--4-2 {
    width: 50%;
  }

  .grounding-container__sm--4-3 {
    width: 75%;
  }

  .grounding-container__sm--4-4 {
    width: 100%;
  }

  .grounding-container__sm--4-5 {
    width: 125%;
  }

  .grounding-container__sm--4-6 {
    width: 150%;
  }

  .grounding-container__sm--4-7 {
    width: 175%;
  }

  .grounding-container__sm--4-8 {
    width: 200%;
  }

  .grounding-container__sm--4-9 {
    width: 225%;
  }

  .grounding-container__sm--4-10 {
    width: 250%;
  }

  .grounding-container__sm--5-1 {
    width: 20%;
  }

  .grounding-container__sm--5-2 {
    width: 40%;
  }

  .grounding-container__sm--5-3 {
    width: 60%;
  }

  .grounding-container__sm--5-4 {
    width: 80%;
  }

  .grounding-container__sm--5-5 {
    width: 100%;
  }

  .grounding-container__sm--5-6 {
    width: 120%;
  }

  .grounding-container__sm--5-7 {
    width: 140%;
  }

  .grounding-container__sm--5-8 {
    width: 160%;
  }

  .grounding-container__sm--5-9 {
    width: 180%;
  }

  .grounding-container__sm--5-10 {
    width: 200%;
  }

  .grounding-container__sm--6-1 {
    width: 16.6666666667%;
  }

  .grounding-container__sm--6-2 {
    width: 33.3333333333%;
  }

  .grounding-container__sm--6-3 {
    width: 50%;
  }

  .grounding-container__sm--6-4 {
    width: 66.6666666667%;
  }

  .grounding-container__sm--6-5 {
    width: 83.3333333333%;
  }

  .grounding-container__sm--6-6 {
    width: 100%;
  }

  .grounding-container__sm--6-7 {
    width: 116.6666666667%;
  }

  .grounding-container__sm--6-8 {
    width: 133.3333333333%;
  }

  .grounding-container__sm--6-9 {
    width: 150%;
  }

  .grounding-container__sm--6-10 {
    width: 166.6666666667%;
  }

  .grounding-container__sm--7-1 {
    width: 14.2857142857%;
  }

  .grounding-container__sm--7-2 {
    width: 28.5714285714%;
  }

  .grounding-container__sm--7-3 {
    width: 42.8571428571%;
  }

  .grounding-container__sm--7-4 {
    width: 57.1428571429%;
  }

  .grounding-container__sm--7-5 {
    width: 71.4285714286%;
  }

  .grounding-container__sm--7-6 {
    width: 85.7142857143%;
  }

  .grounding-container__sm--7-7 {
    width: 100%;
  }

  .grounding-container__sm--7-8 {
    width: 114.2857142857%;
  }

  .grounding-container__sm--7-9 {
    width: 128.5714285714%;
  }

  .grounding-container__sm--7-10 {
    width: 142.8571428571%;
  }

  .grounding-container__sm--8-1 {
    width: 12.5%;
  }

  .grounding-container__sm--8-2 {
    width: 25%;
  }

  .grounding-container__sm--8-3 {
    width: 37.5%;
  }

  .grounding-container__sm--8-4 {
    width: 50%;
  }

  .grounding-container__sm--8-5 {
    width: 62.5%;
  }

  .grounding-container__sm--8-6 {
    width: 75%;
  }

  .grounding-container__sm--8-7 {
    width: 87.5%;
  }

  .grounding-container__sm--8-8 {
    width: 100%;
  }

  .grounding-container__sm--8-9 {
    width: 112.5%;
  }

  .grounding-container__sm--8-10 {
    width: 125%;
  }

  .grounding-container__sm--9-1 {
    width: 11.1111111111%;
  }

  .grounding-container__sm--9-2 {
    width: 22.2222222222%;
  }

  .grounding-container__sm--9-3 {
    width: 33.3333333333%;
  }

  .grounding-container__sm--9-4 {
    width: 44.4444444444%;
  }

  .grounding-container__sm--9-5 {
    width: 55.5555555556%;
  }

  .grounding-container__sm--9-6 {
    width: 66.6666666667%;
  }

  .grounding-container__sm--9-7 {
    width: 77.7777777778%;
  }

  .grounding-container__sm--9-8 {
    width: 88.8888888889%;
  }

  .grounding-container__sm--9-9 {
    width: 100%;
  }

  .grounding-container__sm--9-10 {
    width: 111.1111111111%;
  }

  .grounding-container__sm--10-1 {
    width: 10%;
  }

  .grounding-container__sm--10-2 {
    width: 20%;
  }

  .grounding-container__sm--10-3 {
    width: 30%;
  }

  .grounding-container__sm--10-4 {
    width: 40%;
  }

  .grounding-container__sm--10-5 {
    width: 50%;
  }

  .grounding-container__sm--10-6 {
    width: 60%;
  }

  .grounding-container__sm--10-7 {
    width: 70%;
  }

  .grounding-container__sm--10-8 {
    width: 80%;
  }

  .grounding-container__sm--10-9 {
    width: 90%;
  }

  .grounding-container__sm--10-10 {
    width: 100%;
  }
}
.grounding-container-full-width {
  width: 100% !important;
}

::-webkit-file-upload-button {
  background: white;
  color: var(--primary-color);
  border: 1.5px solid var(--primary-color);
  padding: 0.8em;
  border-radius: 5px;
  cursor: pointer;
}

.grounding-control {
  margin-top: 10px;
  position: relative;
}
.grounding-control:not(.grounding-control--error) {
  margin-bottom: 35px;
}
.grounding-control__file {
  color: var(--primary-color);
  font-size: 16px;
  cursor: pointer;
}
.grounding-control__checkbox {
  cursor: pointer;
  display: inline-flex;
  position: relative;
}
.grounding-control__checkbox > input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.grounding-control__checkbox > input:checked + .grounding-control__mark {
  border: 1.5px solid var(--tick-color);
}
.grounding-control__checkbox > input:checked + .grounding-control__mark > svg {
  opacity: 1;
  fill: var(--tick-color);
}
.grounding-control__checkbox--mandatory > .grounding-control__label::after {
  content: "*";
  color: #f79427;
  padding-left: 0.25rem;
}
.grounding-control__checkbox + .grounding-control__checkbox {
  margin-left: 30px;
}
.grounding-control__mark {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  border: 1.5px solid #999999;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.grounding-control__mark > svg {
  opacity: 0;
  width: 20px;
  height: 20px;
  transition: all 0.1s ease;
}
.grounding-control__label {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 20px;
  margin: 3px 0 0 10px;
}
.grounding-control__checkbox-group {
  display: flex;
  align-items: center;
}
.grounding-control__checkbox-group--vertical {
  flex-direction: column;
  align-items: flex-start;
}
.grounding-control__checkbox-group--vertical > .grounding-control__checkbox + .grounding-control__checkbox {
  margin-left: 0px;
  margin-top: 15px;
}
.grounding-control__clear {
  cursor: pointer;
  position: absolute;
  top: 13px;
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.grounding-control__error {
  font-size: 16px;
  font-weight: 600;
  color: #e90909;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}
.grounding-control--error > .grounding-control__input,
.grounding-control--error > .grounding-control__select,
.grounding-control--error > .grounding-control__textarea {
  border-color: #e90909 !important;
  box-shadow: 0 0 0 2px rgba(233, 9, 9, 0.2) !important;
}
.grounding-control--error > .grounding-control__checkbox-group--vertical {
  border: 1px solid #e90909;
  box-shadow: 0 0 0 2px rgba(233, 9, 9, 0.2);
  border-radius: 8px;
  padding: 10px;
}
.grounding-control__input, .grounding-control__textarea, .grounding-control__select {
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s linear;
  font-family: inherit;
}
.grounding-control__input:hover, .grounding-control__textarea:hover, .grounding-control__select:hover {
  border: 1px solid #c4c4c4;
}
.grounding-control__input:focus, .grounding-control__textarea:focus, .grounding-control__select:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 2px rgba(var(--secondary-color-rgb), 0.2);
}
.grounding-control__input::placeholder, .grounding-control__textarea::placeholder, .grounding-control__select::placeholder {
  font-size: inherit;
  color: #dddddd;
}
.grounding-control__input:disabled, .grounding-control__textarea:disabled, .grounding-control__select:disabled {
  background: #e5e2e2;
}
.grounding-control__input {
  font-size: 16px;
  font-weight: medium;
  color: #000000;
  line-height: 40px;
  padding: 0 37px 0 14px;
}
.grounding-control__input + .grounding-control__clear {
  right: 14px;
}
.grounding-control__note {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 40px;
  margin: -35px 0 35px 0;
}
.grounding-control--error + .grounding-control__note {
  margin: -15px 0 15px 0;
}
.grounding-control__readonly {
  font-size: 23px;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  margin-bottom: 20px;
}
.grounding-control__select {
  font-size: 16px;
  font-weight: medium;
  color: #000000;
  line-height: 40px;
  appearance: none;
  padding: 0 61px 0 14px;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.847 451.847' width='16px' height='16px' fill='%23000000'%3E%3Cpath d='M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z'/%3E%3C/svg%3E%0A") right 14px center/16px 16px no-repeat;
}
.grounding-control__select + .grounding-control__clear {
  right: 41px;
}
.grounding-control__textarea {
  font-size: 16px;
  font-weight: 450;
  color: #000000;
  line-height: 18px;
  resize: none;
  height: 140px;
  padding: 14px;
}

.grounding-decision__item {
  color: rgba(0, 0, 0, 0.85);
  padding: 20px 0 10px 0;
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 2px 2px 0 0;
}
.grounding-decision__title {
  font-size: 1.4em;
  font-weight: 600;
}
.grounding-decision__note {
  font-weight: 600;
}
.grounding-decision__amount {
  font-size: 2em;
  font-weight: 700;
}
.grounding-decision__home {
  font-size: 1.4em !important;
}

.grounding-dtpicker {
  position: relative;
}
.grounding-dtpicker__pane {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #dddddd;
}
.grounding-dtpicker__header {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background-color: var(--primary-color);
  border-radius: 8px 8px 0 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.grounding-dtpicker__nav-area {
  color: var(--secondary-color);
  background-color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 14px 0px 14px;
  height: 2em;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.grounding-dtpicker__title.grounding-dtpicker--hoverable, .grounding-dtpicker__nav.grounding-dtpicker--hoverable {
  cursor: pointer;
}
.grounding-dtpicker__title > svg, .grounding-dtpicker__nav > svg {
  fill: var(--secondary-color);
}
.grounding-dtpicker__content {
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-radius: 0 0 8px 8px;
  padding: 0px 14px 14px 14px;
  width: 310px;
  min-width: 310px;
}
.grounding-dtpicker__content > div {
  display: flex;
}
.grounding-dtpicker__content > div.grounding-dtpicker--title {
  border-bottom: 2px solid #ffffff;
  border-radius: 0px;
}
.grounding-dtpicker__content > div.grounding-dtpicker--title > div {
  color: #999999;
}
.grounding-dtpicker__content > div > div {
  box-sizing: border-box;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}
.grounding-dtpicker__content > div > div.grounding-dtpicker--hoverable:not(.grounding-dtpicker--disabled) {
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.grounding-dtpicker__content > div > div.grounding-dtpicker--hoverable:not(.grounding-dtpicker--disabled):not(.grounding-dtpicker--selected):hover {
  background-color: rgba(0, 0, 0, 0.12);
  color: var(--primary-color);
}
.grounding-dtpicker__content > div > div.grounding-dtpicker--selected {
  background-color: #f79427;
  color: #ffffff;
}
.grounding-dtpicker__content > div > div.grounding-dtpicker--current {
  border: 50% solid var(--primary-color);
}
.grounding-dtpicker__content > div > div.grounding-dtpicker--auxiliary:not(.grounding-dtpicker--selected):not(.grounding-dtpicker--disabled) {
  color: #999999;
}
.grounding-dtpicker__content > div > div.grounding-dtpicker--disabled {
  color: #dddddd;
}
.grounding-dtpicker__content > div > div.grounding-dtpicker--title {
  font-weight: bold;
}
.grounding-dtpicker__content--days > div > div {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  margin: 4px;
}
.grounding-dtpicker__content--months > div > div {
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  margin: 6px;
}
.grounding-dtpicker__content--years > div > div {
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  margin: 6px;
}
.grounding-dtpicker__calendar {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 11px;
}
.grounding-dtpicker__calendar > svg {
  fill: var(--secondary-color);
  width: 25px;
  height: 25px;
}
.grounding-dtpicker__popup {
  position: absolute;
  right: 0;
  z-index: 1;
}
.grounding-dtpicker > .grounding-control__clear {
  right: 48px;
}

.grounding-estimate__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.grounding-estimate__text {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}
.grounding-estimate__text--large {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}
.grounding-estimate__text--dimmed {
  color: #808080;
}
.grounding-estimate__value {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 24px;
  min-width: 150px;
  text-align: right;
}
@media (max-width: 767px) {
  .grounding-estimate__value {
    min-width: 100px;
  }
}
.grounding-estimate__value--large {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}
.grounding-estimate__value--dimmed {
  color: #808080;
}

.grounding-flat-car {
  height: 400px;
  position: relative;
}
.grounding-flat-car__silhouette {
  opacity: 0.25;
}
.grounding-flat-car--severity-hidden {
  display: none;
}
.grounding-flat-car--severity-none {
  fill: #767676;
}
.grounding-flat-car--severity-none-glass {
  fill: #fff;
}
.grounding-flat-car--severity-light {
  cursor: pointer;
  fill: #f5c044;
}
.grounding-flat-car--severity-medium {
  cursor: pointer;
  fill: #ff8e00;
}
.grounding-flat-car--severity-severe {
  cursor: pointer;
  fill: #df1010;
}
.grounding-flat-car--severity-tire-good {
  cursor: pointer;
  fill: #146734;
}
.grounding-flat-car--severity-tire-acceptable {
  cursor: pointer;
  fill: #f8c245;
}
.grounding-flat-car--severity-tire-unacceptable {
  cursor: pointer;
  fill: #9e2d47;
}
.grounding-flat-car--severity-tire-na {
  cursor: pointer;
  fill: #34689a;
}

.grounding-manager {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .grounding-manager-search__date-range {
    width: 65%;
  }
}
@media screen and (min-width: 1536px) {
  .grounding-manager-search__date-range {
    width: 50%;
  }
}
.grounding-manager-search__date-range-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.grounding-manager-search__date-range-from-wrapper, .grounding-manager-search__date-range-to-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media screen and (min-width: 992px) {
  .grounding-manager-search__date-range-from-wrapper, .grounding-manager-search__date-range-to-wrapper {
    /* On desktop, create spacing between wrappers */
    width: 48%;
  }
  .grounding-manager-search__date-range-from-wrapper:first-child, .grounding-manager-search__date-range-to-wrapper:first-child {
    margin-right: 4%;
    /* Add space between the two wrappers */
  }
}
@media screen and (max-width: 991px) {
  .grounding-manager-search__date-range-from-wrapper, .grounding-manager-search__date-range-to-wrapper {
    /* On mobile, each wrapper takes full width and stacks */
    width: 100%;
    margin-bottom: 15px;
  }
  .grounding-manager-search__date-range-from-wrapper:last-child, .grounding-manager-search__date-range-to-wrapper:last-child {
    margin-bottom: 0;
  }
}
.grounding-manager-search__date-range-from {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  width: 50px;
  margin-right: 15px;
  text-align: right;
}
.grounding-manager-search__date-range-to {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  width: 50px;
  margin-right: 15px;
  text-align: right;
}
.grounding-manager-search__date-range-dtp {
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .grounding-manager-search__date-range-dtp {
    /* Make date pickers match width on desktop */
    min-width: calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}
@media screen and (min-width: 1200px) {
  .grounding-manager-search__vin {
    width: 35%;
  }
}
@media screen and (min-width: 1536px) {
  .grounding-manager-search__vin {
    width: 50%;
  }
}
.grounding-manager-search__filters {
  margin-top: 16px;
}
.grounding-manager-search__filters .grounding-control {
  margin-bottom: 0px;
}
@media screen and (min-width: 1200px) {
  .grounding-manager-search__filter {
    width: 33.33%;
  }
}
@media screen and (min-width: 1536px) {
  .grounding-manager-search__filter {
    width: 25%;
  }
}
.grounding-manager-search__actions {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
}
.grounding-manager-search__actions > button + button {
  margin-left: 15px;
}
.grounding-manager-pagination__top {
  margin-top: 32px;
  margin-bottom: 12px;
}
.grounding-manager-pagination__bottom {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.grounding-manager-pagination__bottom .grounding-pagination {
  margin-top: 0px;
}
.grounding-manager__records-per-page {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
  border-radius: 4px;
  padding: 0.5em 0 0.5em 0.5em;
  width: 9em;
}
.grounding-manager__export-to-excel {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.grounding-manager__export-to-excel > svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
  margin-left: 1em;
}
.grounding-manager__table {
  overflow-x: auto;
  overflow-y: hidden;
}
.grounding-manager__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .grounding-manager__actions {
    align-items: flex-end;
  }
}
.grounding-manager__actions > .grounding-button--action {
  font-size: 12px;
}
.grounding-manager__actions > .grounding-button--action + .grounding-button--action {
  margin-top: 0.5em;
}
.grounding-manager__actions--centered {
  align-items: center;
}
.grounding-manager__actions_condition_report {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .grounding-manager__actions_condition_report {
    align-items: flex-end;
  }
}
.grounding-manager__actions_condition_report > .grounding-button--action {
  margin: 0 auto;
}
.grounding-manager__actions_condition_report > .grounding-button--action + .grounding-button--action {
  margin-left: auto;
}
.grounding-manager__actions_condition_report--centered {
  align-items: center;
}
.grounding-manager__checked {
  display: inline-flex;
  align-items: center;
}
.grounding-manager__checked > svg {
  width: 1em;
  height: 1em;
  min-width: 1em;
  min-height: 1em;
  margin-left: 0.5em;
  vertical-align: text-top;
}
.grounding-manager__checked--green > svg {
  fill: #1e9f37;
}
.grounding-manager__checked--red > svg {
  fill: #e90909;
}
.grounding-manager__checked--gray > svg {
  fill: #999999;
}

.grounding-modal {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
  top: 100px;
  width: 800px;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
}
.grounding-modal__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.grounding-modal__wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.grounding-modal__close {
  display: inline-flex;
  cursor: pointer;
}
.grounding-modal__close svg {
  width: 21px;
  height: 21px;
  fill: #ffffff;
}
.grounding-modal__footer {
  padding-top: 30px;
  text-align: center;
  border: 0;
}
.grounding-modal__footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.grounding-modal__image-box {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  height: 306px;
}
.grounding-modal__row {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
.grounding-modal__row + .grounding-modal__row {
  border-top: 1px solid #dddddd;
}
.grounding-modal__row__hiden {
  display: none;
}
.grounding-modal__location-text {
  max-width: 80%;
}
.grounding-modal__row-actions .grounding-button {
  margin-left: 0.5rem;
}
.grounding-modal__note {
  font-weight: 500;
  background: #dddddd;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #212529;
}

.grounding-page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.grounding-page__header {
  margin-bottom: -85px;
  margin-top: 45px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 991px) {
  .grounding-page__header {
    display: flow-root;
    align-items: baseline;
    width: 100%;
    margin-top: 25px;
  }
}
.grounding-page__header-extra {
  flex: 1 0 auto;
}
.grounding-page__title {
  font-size: 24px;
  font-weight: 500;
  color: var(--primary-color);
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .grounding-page__title {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.grounding-page__content {
  margin-top: 100px;
}

.grounding-pagination {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
}
.grounding-pagination__button {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
}
.grounding-pagination__button--selected {
  cursor: default;
  background-color: #ffffff;
  color: #000000;
}
.grounding-pagination__button--disabled {
  cursor: default;
  background-color: #cccccc;
  box-shadow: 0px 5px 15px rgba(204, 204, 204, 0.3);
}
.grounding-pagination__button:not(.grounding-pagination__button--disabled):not(.grounding-pagination__button--selected) {
  cursor: pointer;
  background-color: var(--secondary-color);
  box-shadow: 0px 5px 15px rgba(var(--secondary-color-rgb), 0.3);
  transition: all 0.2s linear;
}
.grounding-pagination__button:not(.grounding-pagination__button--disabled):not(.grounding-pagination__button--selected):hover {
  box-shadow: 0px 5px 15px rgba(var(--secondary-color-rgb), 0.6);
}
.grounding-pagination__button > span {
  display: contents;
}
.grounding-pagination__button > span > svg {
  fill: #ffffff;
  width: 1em;
  height: 1em;
}
.grounding-pagination__button + .grounding-pagination__button {
  margin-left: 0.5em;
}
.grounding-pagination__extra {
  margin-left: 1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .grounding-pagination__extra {
    display: none;
  }
}

.grounding-vehicle-info {
  display: flex;
  flex-direction: row;
}
.grounding-vehicle-info__gallery {
  box-sizing: border-box;
  width: 50%;
  position: relative;
  padding-right: 12px;
}
.grounding-vehicle-info__description {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 12px;
}
.grounding-vehicle-info__header {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .grounding-vehicle-info__header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.grounding-vehicle-info__model {
  font-size: 30px;
  font-weight: medium;
  color: #000000;
  line-height: 36px;
}
.grounding-vehicle-info__vin {
  font-size: 24px;
  font-weight: medium;
  color: #999999;
  line-height: 36px;
}
.grounding-vehicle-info__item {
  display: flex;
  margin-bottom: 30px;
}
.grounding-vehicle-info__icon {
  flex-shrink: 0;
  margin-right: 15px;
  padding-top: 7px;
  min-width: 30px;
}
.grounding-vehicle-info__icon > svg {
  width: 30px;
  fill: var(--secondary-color);
}
.grounding-vehicle-info__title--primary {
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  line-height: 32px;
  text-transform: uppercase;
}
.grounding-vehicle-info__title--secondary {
  font-size: 21px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 32px;
}
.grounding-vehicle-info__value {
  font-size: 23px;
  font-weight: normal;
  color: #000000;
  line-height: 32px;
}
.grounding-vehicle-info__value--clickable {
  cursor: pointer;
}
.grounding-vehicle-info__grade-title {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #f79427;
  border-radius: 6px 0 0 6px;
  background-color: #f79427;
  padding: 4px 8px 4px 8px;
}
.grounding-vehicle-info__grade-value {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  border: 1px solid #f79427;
  border-radius: 0 6px 6px 0;
  padding: 4px 8px 4px 8px;
}

.condition .row {
  justify-content: center;
}
.condition--item {
  display: block;
  text-align: center;
  max-width: 60px;
}
.condition--item__image {
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  position: relative;
}
.condition--item__count {
  background: #76aa06;
  border: 1px solid #fff;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: -7px;
  top: 0;
  z-index: 2;
  text-align: center;
  padding: 0 2px;
}
.condition--item__count--red {
  background: #df1010;
}
.condition--item--dimmed {
  opacity: 0.4;
}
.condition button {
  color: var(--primary-color);
  font-weight: 14px;
  font-weight: 600;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.damage-report {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.damage-report__quickDot-green {
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0em;
  color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #76aa06;
  position: absolute;
  left: 75px;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  margin-top: 8px;
}
.damage-report__quickDot-red {
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0em;
  color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #df1010;
  position: absolute;
  left: 75px;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  margin-top: 8px;
}
.damage-report__image {
  display: block;
  width: 230px;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .damage-report__image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .damage-report__image + .damage-report__list {
    width: calc(100% - 320px);
  }
}
.damage-report__image__silhouette {
  position: absolute;
}
.damage-report__hyperLink {
  color: #2764cf;
  text-decoration: none;
}
.damage-report__hyperLink:hover {
  text-decoration: underline;
}
.damage-report__list {
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: auto;
}
.damage-report__notes {
  margin-top: 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
}
.damage-report__damage {
  display: flex;
  flex-direction: column;
  width: 320px;
  min-width: 320px;
  margin-right: 100px;
}
.damage-report__damage:last-child {
  margin-right: 0;
}
.damage-report__damage-severity {
  height: 15px;
  width: 15px;
  border-radius: 15px;
  display: block;
  margin: 0 10px 0 2px;
}
.damage-report__damage-severity--yellow {
  background: #f5c044;
  box-shadow: 0 0 0 3px rgba(245, 192, 68, 0.25);
}
.damage-report__damage-severity--orange {
  background: #ff8e00;
  box-shadow: 0 0 0 3px rgba(255, 142, 0, 0.25);
}
.damage-report__damage-severity--red {
  background: #df1010;
  box-shadow: 0 0 0 3px rgba(223, 16, 16, 0.25);
}
.damage-report__damage-severity--tire-good {
  background: #146734;
  box-shadow: 0 0 0 3px rgba(20, 103, 52, 0.25);
}
.damage-report__damage-severity--tire-acceptable {
  background: #f8c245;
  box-shadow: 0 0 0 3px rgba(248, 194, 69, 0.25);
}
.damage-report__damage-severity--tire-unacceptable {
  background: #9e2d47;
  box-shadow: 0 0 0 3px rgba(158, 45, 71, 0.25);
}
.damage-report__damage-severity--tire-na {
  background: #34689a;
  box-shadow: 0 0 0 3px rgba(52, 104, 154, 0.25);
}
.damage-report__damage-image {
  width: 120px;
  min-width: 120px;
  margin-left: 20px;
  align-self: flex-start;
  cursor: pointer;
}
.damage-report__damage-image > img {
  max-width: 100%;
}
.damage-report__damage-header {
  color: #6a6a6a;
  font-weight: 700;
  position: relative;
  font-size: 18px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.damage-report__damage-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0em;
  color: var(--primary-color);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.damage-report__damage-actions button {
  margin-right: 10px;
}
.damage-report__damage-actions button.damage-report__damage--invalid > svg {
  fill: #e90909;
}
.damage-report__damage-actions svg {
  width: 20px;
  height: 20px;
  fill: var(--secondary-color);
}
.damage-report__damage-pane {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.damage-report__damage-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.damage-report__damage-label {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
}
.damage-report__damage-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
}

.details {
  margin-bottom: -10px;
}
.details__label {
  font-size: 12px;
  color: #202122;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.review .row {
  margin-bottom: 10px;
}
.review-head {
  font-weight: 500;
}
.review-value {
  color: #6a6a6a;
}

.cta-row {
  display: flex;
  align-items: center;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.cta-row .grounding-form__input {
  flex-grow: 1;
}
.cta-row .grounding-form__item {
  margin: 0;
}
.cta-row__item {
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .cta-row__item {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .cta-row__item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.grounding-form__item--error .grounding-form__input,
.grounding-form__item--error .grounding-form__select,
.grounding-form__item--error .grounding-form__textarea {
  border-color: #df1010 !important;
  box-shadow: 0 0 0 2px rgba(223, 16, 16, 0.2) !important;
}
.grounding-form__item--flex {
  display: flex;
  align-items: center;
  width: 100%;
}
.grounding-form__item--flex > button {
  position: relative;
  left: -2px;
  border-radius: 0 8px 8px 0;
  padding: 6px 24px 7px 24px;
}
.grounding-form__title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.grounding-form__error {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  color: #df1010;
  margin-top: 5px;
}
.grounding-form__error + .grounding-form__note {
  margin-top: 25px;
}
.grounding-form__success {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  color: #76aa06;
  margin-top: 5px;
}
.grounding-form__note {
  margin-top: 5px;
}
.grounding-form__label {
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  color: var(--primary-color);
  white-space: pre-line;
}
.grounding-form__label--mandatory::after {
  content: "*";
  color: #f79427;
  padding-left: 0.25rem;
}
.grounding-form__guid {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--primary-color);
}
.grounding-form__control {
  position: relative;
  font-size: 14px;
}
.grounding-form__control--small {
  font-size: 12px;
}
.grounding-form__text {
  font-size: 21px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  color: #000000;
  position: relative;
}
.grounding-form__text p {
  font-family: inherit !important;
  font-size: inherit !important;
}
.grounding-form__clear {
  position: absolute;
  top: 11px;
}
.grounding-form__input, .grounding-form__textarea, .grounding-form__select {
  display: block;
  width: 100%;
  font-size: inherit;
  color: #202122;
  transition: all 0.2s linear;
  border-radius: 4px;
  border: 1px solid #d4daee;
  background: #fafafa;
  padding: 10px 15px;
  outline: none;
}
.grounding-form__input:hover, .grounding-form__textarea:hover, .grounding-form__select:hover {
  border: 1px solid #afbbe0;
}
.grounding-form__input:focus, .grounding-form__textarea:focus, .grounding-form__select:focus {
  border-color: #71afff;
  box-shadow: 0 0 0 2px rgba(113, 175, 255, 0.2);
}
.grounding-form__input::placeholder, .grounding-form__textarea::placeholder, .grounding-form__select::placeholder {
  font-size: inherit;
  color: #6a6a6a;
}
.grounding-form__input:disabled, .grounding-form__textarea:disabled, .grounding-form__select:disabled {
  background: #e5e2e2;
}
.grounding-form__input + .grounding-form__clear {
  right: 14px;
}
.grounding-form__select {
  appearance: none;
  background: #fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 8'%3E%3Cpath fill='gray' fill-rule='evenodd' d='M12.25 0a.557.557 0 00-.412.191L6.417 5.984.995.191A.557.557 0 00.573.004a.59.59 0 00-.534.412.695.695 0 00.144.703L6.01 7.345h.001a.544.544 0 00.811 0l5.827-6.227a.694.694 0 00.146-.71.587.587 0 00-.545-.407V0z' clip-rule='evenodd'/%3E%3C/svg%3E") right 15px center/13px 8px no-repeat;
}
.grounding-form__select + .grounding-form__clear {
  right: 41px;
}
.grounding-form__checkbox {
  font-size: inherit;
  display: none;
}
.grounding-form__checkbox-group {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .grounding-form__checkbox-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.grounding-form__checkbox-item {
  padding-right: 20px;
}
.grounding-form__checkbox-item:last-child {
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .grounding-form__checkbox-item {
    margin-bottom: 14px;
  }
  .grounding-form__checkbox-item:last-child {
    margin-bottom: 0px;
  }
}
.grounding-form__checkbox + label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 2em;
  color: #6a6a6a;
}
.grounding-form__checkbox + label::before {
  content: "";
  position: absolute;
  width: calc(1em + 6px);
  height: calc(1em + 6px);
  top: -1px;
  left: 0;
  border: 1px solid #d4daee;
  background: #fafafa;
  border-radius: 2px;
}
.grounding-form__checkbox:checked + label::before {
  background: var(--primary-color);
  border-color: transparent;
}
.grounding-form__checkbox:checked + label::after {
  content: "";
  position: absolute;
  width: calc(1em - 2px);
  height: 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 10'%3E%3Cpath fill='%23fff' d='M10.633 0a1.289 1.289 0 00-.913.432c-2.074 2.231-3.672 4.102-5.571 6.19L2.218 4.868a1.278 1.278 0 00-.98-.362 1.3 1.3 0 00-.924.502A1.494 1.494 0 00.007 6.07c.034.383.213.736.494.976l2.88 2.616c.527.48 1.31.445 1.799-.082 2.389-2.571 4.087-4.622 6.422-7.134.39-.411.506-1.037.291-1.578-.213-.54-.714-.884-1.26-.867z'/%3E%3C/svg%3E") no-repeat center center;
  top: 2px;
  background-size: contain;
  left: 4px;
}
.grounding-form__radio {
  display: none;
}
.grounding-form__radio-group {
  display: flex;
  align-items: center;
}
.grounding-form__radio-item {
  padding-right: 20px;
}
.grounding-form__radio-item:last-child {
  padding-right: 0px;
}
.grounding-form__radio + label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 28px;
  font-size: inherit;
  color: #6a6a6a;
}
.grounding-form__radio + label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #d4daee;
  background: #fafafa;
  border-radius: 50%;
}
.grounding-form__radio:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 7px solid var(--primary-color);
  width: 20px;
  height: 20px;
}
.grounding-form__textarea {
  resize: none;
  height: 140px;
}
.grounding-form__panel {
  display: flex;
  align-items: center;
  padding: 44px 30px 44px 30px;
  background-color: #f0f0f0;
  border-radius: 8px;
  margin-top: 10px;
}
.grounding-form__panel--small {
  padding: 20px;
}
.grounding-form__panel .grounding-control {
  margin-bottom: 0px;
  margin-top: 0px;
  flex-grow: 1;
}

.grounding-image-box {
  position: relative;
  border-radius: 6px;
  border: 1px dashed #ccc;
  background-color: #fafafa;
  width: 100%;
  height: 100%;
}
.grounding-image-box--dragging {
  border: 2px solid #4091f8;
}
.grounding-image-box > div {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
.grounding-image-box__placeholder {
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236A6A6A' viewBox='0 0 100 100'%3E%3Cpath fill-rule='evenodd' d='M20.945 78.926V82.5c0 1.531-1.406 2.938-2.938 2.938H4.598c-1.66 0-2.937-1.406-2.937-2.938 0-9.066 0-18.008.129-26.949.129-10.727 4.598-13.922 5.621-14.94H1.918c-1.024 0-1.914-.766-1.914-1.915V36.27c0-1.023 1.277-1.914 2.3-2.043l9.325-1.406 6.258-11.496c.511-.766 3.703-4.344 7.789-4.98 15.836-2.426 32.824-2.426 48.66 0 4.086.636 7.28 4.214 7.918 4.98l6.129 11.496 9.324 1.406c1.148.13 2.3 1.024 2.3 2.043v2.426c0 1.149-.894 1.914-1.914 1.914H92.73c.895 1.024 5.363 4.215 5.621 14.941v26.95c0 1.53-1.277 2.937-2.937 2.937H82.133c-1.66 0-3.067-1.406-3.067-2.938v-3.574a490.483 490.483 0 01-58.109 0zm71.137-21.84c-6.004 1.277-12.004 2.043-18.008 3.32-1.406.766-2.426 1.914-3.32 3.45-.13.765-.254 1.66 0 2.808 5.62-.894 11.367-1.914 17.113-2.808 1.914-.766 3.32-2.043 4.343-3.961.13-1.278.13-2.301-.128-2.809zm-84.164 0c6.004 1.277 12.133 2.043 18.008 3.32 1.406.766 2.426 1.914 3.32 3.45.254.765.254 1.66.13 2.808-5.747-.894-11.497-1.914-17.243-2.808-1.914-.766-3.32-2.043-4.344-3.961-.129-1.278-.129-2.301.13-2.809z'/%3E%3C/svg%3E") center/48px 48px no-repeat;
}
.grounding-image-box__image {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grounding-image-box__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.grounding-image-box__dropzone {
  z-index: 3;
}
.grounding-image-box__actions {
  z-index: 4;
  left: auto !important;
  bottom: auto !important;
  padding-top: 4px;
  display: flex;
  flex-direction: row;
}
.grounding-image-box__action {
  display: inline-flex;
  position: relative;
  margin-left: 2px;
  margin-right: 4px;
  cursor: pointer;
}
.grounding-image-box__action--disabled {
  opacity: 0.4;
  cursor: default;
}
.grounding-image-box__action svg {
  height: 20px;
  width: auto;
}
.grounding-image-box__action input[type=file] {
  display: none;
}

.grounding-spinner {
  width: 80px;
  height: 80px;
  max-width: 98%;
  max-height: 98%;
}
.grounding-spinner > svg {
  fill: var(--secondary-color);
  width: 100%;
  height: 100%;
  animation: grounding-spinner-rotate 1s linear infinite;
}
.grounding-spinner--absolute {
  position: absolute;
  left: 50%;
  top: 50%;
}

@keyframes grounding-spinner-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.grounding-ribbon {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.grounding-ribbon__content, .grounding-ribbon__actions {
  display: flex;
  flex-direction: row;
}
.grounding-ribbon__content {
  flex: 1 0 auto;
  justify-content: center;
}
.grounding-ribbon__content > .grounding-ribbon__item + .grounding-ribbon__item {
  margin-left: 40px;
}
.grounding-ribbon__content > .grounding-ribbon__item svg {
  width: 75px;
  height: 75px;
}
.grounding-ribbon__actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-left: 30px;
  padding-right: 10px;
}
.grounding-ribbon__actions > .grounding-ribbon__item + .grounding-ribbon__item {
  margin-left: 32px;
}
.grounding-ribbon__actions > .grounding-ribbon__item svg.grounding-ribbon__image--edit {
  width: 20px;
  height: 20px;
  fill: var(--secondary-color);
}
.grounding-ribbon__actions > .grounding-ribbon__item svg.grounding-ribbon__image--action {
  width: 32px;
  height: 32px;
  fill: var(--secondary-color);
}
.grounding-ribbon__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
}
.grounding-ribbon__item--clickable {
  cursor: pointer;
}
.grounding-ribbon__item--dimmed {
  opacity: 0.4;
}
.grounding-ribbon__image {
  display: flex;
  align-items: center;
  position: relative;
  height: 75px;
}
.grounding-ribbon__badge {
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0em;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #76aa06;
  position: absolute;
  left: 75px;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.grounding-ribbon__badge--red {
  background-color: #df1010;
}
.grounding-ribbon__badge--unknown {
  background-color: #808080;
}
.grounding-ribbon__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
  text-align: center;
}
.grounding-ribbon__tire {
  font-size: 16px;
  font-weight: bold;
  fill: #fff;
}
.grounding-ribbon__tire--good {
  fill: #146734;
}
.grounding-ribbon__tire--acceptable {
  fill: #f8c245;
}
.grounding-ribbon__tire--unacceptable {
  fill: #9e2d47;
}
.grounding-ribbon__tire--na {
  fill: #34689a;
}
.grounding-ribbon__input {
  margin-top: auto;
  padding: 1px 1px 1px 15px !important;
}

.grounding-signature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.grounding-signature__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
}
.grounding-signature__message {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 14px;
}
.grounding-signature__box {
  background: #f2f4f7;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 30px 30px;
  position: relative;
}
.grounding-signature__clear {
  position: absolute !important;
  right: 30px;
  top: 20px;
  z-index: 10;
}
.grounding-signature__area {
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
  height: 141px;
}

.tabs-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d2d2d2;
}
.tabs-header__action {
  align-items: flex-end;
}
.tabs-nav {
  display: flex;
  align-items: flex-end;
}
.tabs-nav__item {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  color: #808080;
  transition: all 0.2s linear;
}
.tabs-nav__item span {
  border: 1px solid #ffffff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  background-color: #df1010;
  display: inline-block;
  position: relative;
  top: -4px;
}
.tabs-nav__item.active {
  color: #202122;
}
.tabs-nav__item.active::before {
  width: 100%;
}
.tabs-nav__item::before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: var(--primary-color);
  left: 0;
  bottom: -23px;
  transition: all 0.2s linear;
  width: 0;
}
@media screen and (max-width: 1023px) {
  .tabs-nav__item::before {
    bottom: -10px;
  }
}
.tabs-nav__item:hover {
  color: #202122;
}
.tabs-nav__item:hover::before {
  width: 100%;
}
.tabs-nav__item + .tabs-nav__item {
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .tabs-nav__item + .tabs-nav__item {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .tabs-nav__item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.tabs-nav.shown {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .tabs-nav {
    display: none;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    z-index: 10;
    background-color: #fff;
    left: 20px;
    top: 32px;
    padding: 12px 24px 12px 24px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  }
}
.tabs-menu__toggler {
  display: inline-block;
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  background-size: 80% 80%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%236A6A6A'%3E%3Cpath d='M4 10h24c1.104 0 2-.896 2-2s-.896-2-2-2H4c-1.104 0-2 .896-2 2s.896 2 2 2zm24 4H4c-1.104 0-2 .896-2 2s.896 2 2 2h24c1.104 0 2-.896 2-2s-.896-2-2-2zm0 8H4c-1.104 0-2 .896-2 2s.896 2 2 2h24c1.104 0 2-.896 2-2s-.896-2-2-2z'/%3E%3C/svg%3E");
}
@media screen and (min-width: 1024px) {
  .tabs-menu__toggler {
    display: none;
  }
}

.grounding-tabs__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d2d2d2;
}
.grounding-tabs__action {
  align-items: flex-end;
}
.grounding-tabs__nav {
  display: flex;
  align-items: flex-end;
}
.grounding-tabs__nav.grounding-tabs__nav--shown {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .grounding-tabs__nav {
    display: none;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    z-index: 10;
    background-color: #fff;
    left: 20px;
    top: 32px;
    padding: 12px 24px 12px 24px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  }
}
.grounding-tabs__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  color: var(--secondary-color);
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear;
}
.grounding-tabs__title span {
  border: 1px solid #ffffff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  background-color: #df1010;
  display: inline-block;
  position: relative;
  top: -4px;
}
.grounding-tabs__title.grounding-tabs__title--active {
  color: var(--primary-color);
}
.grounding-tabs__title + .grounding-tabs__title {
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .grounding-tabs__title + .grounding-tabs__title {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .grounding-tabs__title {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.grounding-tabs__toggler {
  display: inline-block;
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  background-size: 80% 80%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%236A6A6A'%3E%3Cpath d='M4 10h24c1.104 0 2-.896 2-2s-.896-2-2-2H4c-1.104 0-2 .896-2 2s.896 2 2 2zm24 4H4c-1.104 0-2 .896-2 2s.896 2 2 2h24c1.104 0 2-.896 2-2s-.896-2-2-2zm0 8H4c-1.104 0-2 .896-2 2s.896 2 2 2h24c1.104 0 2-.896 2-2s-.896-2-2-2z'/%3E%3C/svg%3E");
}
@media screen and (min-width: 1024px) {
  .grounding-tabs__toggler {
    display: none;
  }
}

.grounding-section {
  box-sizing: border-box;
}
.grounding-section__header {
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grounding-section__title {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #808080;
}
.grounding-section__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  left: 0;
  bottom: -11px;
}
.grounding-section-mvda__header {
  border-bottom: 1px solid #dddddd;
}
.grounding-section-mvda__group {
  height: 100%;
  border-bottom: 1px solid #dddddd;
}
.grounding-section-receipt__text {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 14px;
}

.grounding-stepper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
}
.grounding-stepper__step {
  min-width: 150px;
  max-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  --step-image-color: #999999;
  --step-text-color: #999999;
}
.grounding-stepper__step--active {
  --step-image-color: #f79427;
  --step-text-color: var(--primary-color);
}
.grounding-stepper__step:not(:first-child) > .grounding-stepper__image::before {
  content: "";
  width: 100px;
  display: inline-block;
  border-top: 2px solid var(--step-image-color);
  position: absolute;
  top: 25px;
  left: -100px;
}
.grounding-stepper__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  color: var(--step-text-color);
  text-align: center;
  margin-top: 5px;
}
.grounding-stepper__image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--step-image-color);
  position: relative;
}

.payoff-estimate__header {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .payoff-estimate__header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }
}
.payoff-estimate__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  margin: 0.2rem 0;
}
@media (max-width: 1023px) {
  .payoff-estimate__text {
    font-size: 13px;
  }
}
.payoff-estimate__amount-text {
  font-size: 12px;
  line-height: 1.2;
  color: #808080;
  margin: 0.5rem 0;
}
.payoff-estimate__buttons {
  display: flex;
  flex-direction: column;
  margin: 1rem auto 0;
  max-width: 300px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.payoff-estimate__button {
  cursor: pointer;
}
.payoff-estimate__link {
  color: var(--primary-color);
  padding: 0.5rem !important;
  margin-top: 1rem !important;
  text-decoration: none;
}
.payoff-estimate__link:hover {
  text-decoration: underline;
}

.grounding-inspection-options {
  margin-bottom: 10px;
}
.grounding-inspection-options__group + .grounding-inspection-options__group {
  padding-top: 22px;
}
.grounding-inspection-options__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
}
.grounding-inspection-options__item {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
}

.grounding-review__column {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.grounding-review__row {
  margin-bottom: 10px;
}
.grounding-review__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
}
.grounding-review__title--large {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
}
.grounding-review__value {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
}

.grounding-table {
  table-layout: auto;
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
}
.grounding-table__head > tr > th {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #ffffff;
  background: var(--primary-color);
  position: relative;
  padding: 0.5em 1em 0.5em 1em;
}
.grounding-table__head > tr > th:first-child {
  border-top-left-radius: 8px;
}
.grounding-table__head > tr > th:last-child {
  border-top-right-radius: 8px;
}
.grounding-table__head > tr > th.grounding-table__column--sortable {
  cursor: pointer;
}
.grounding-table__head > tr > th.grounding-table__column--sortable > div {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.grounding-table__head > tr > th.grounding-table__column--sortable > div > svg {
  display: none;
  margin-left: 0.5em;
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.grounding-table__head > tr > th.grounding-table__column--sorted-asc > div > svg:not(:last-child) {
  display: inline;
}
.grounding-table__head > tr > th.grounding-table__column--sorted-desc > div > svg:last-child {
  display: inline;
}
.grounding-table__head > tr > th.grounding-table__column--hidden {
  display: none;
}
.grounding-table__head > tr > th__wrap {
  white-space: pre-wrap;
}
.grounding-table__cell--nowrap {
  white-space: nowrap;
}
.grounding-table__cell--centered {
  text-align: center;
}
.grounding-table__cell--hidden {
  display: none !important;
}
.grounding-table__body > tr > td {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #707070;
  position: relative;
  padding: 0.5em 1em 0.5em 1em;
  overflow-wrap: break-word;
  transition: background 0.3s;
}
.grounding-table__body > tr > td:first-child {
  border-left: 1px solid #dddddd;
}
.grounding-table__body > tr > td:last-child {
  border-right: 1px solid #dddddd;
}
.grounding-table__body > tr:nth-child(even) {
  background-color: #f0f0f0;
}
.grounding-table__body > tr:last-child > td {
  border-bottom: 1px solid #dddddd;
}
.grounding-table__body > tr:hover > td {
  background: #ece9e9;
}
@media screen and (max-width: 991px) {
  .grounding-table__head {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .grounding-table__body > tr {
    display: block;
  }
  .grounding-table__body > tr > td {
    display: block;
    text-align: right;
    padding: 0.5em 1em 0.5em 1em;
  }
  .grounding-table__body > tr > td:first-child {
    padding-top: 1em;
  }
  .grounding-table__body > tr > td:not(:last-child) {
    border-bottom: 0;
  }
  .grounding-table__body > tr > td:last-child {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 1em;
  }
  .grounding-table__body > tr > td::before {
    content: attr(data-title);
    float: left;
    font-weight: 700;
  }
}

.grounding__scan-vin {
  justify-content: space-between;
  padding: 30px;
}
.grounding__scan-vin > svg {
  width: 95px;
  height: 74px;
}

.grounding-step {
  --container-item-margin-y: 30px;
}
.grounding-step__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -5px;
  margin-bottom: 45px;
}
.grounding-step__title {
  font-size: 21px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0em;
  color: #999999;
  margin: 0 0 9px 0;
  text-transform: uppercase;
}
.grounding-step__title--success {
  color: #1e9f37;
}
.grounding-step__subtitle {
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0em;
  color: #000000;
  margin: 10px 0 0 0;
}
.grounding-step__subtitle span {
  font-weight: bold;
}
.grounding-step__stepper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: -15px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .grounding-step__stepper {
    margin-bottom: 10px;
    margin-top: -5px;
    scroll-behavior: smooth;
    max-width: inherit;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-radius: 10px;
  }
}
.grounding-step__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 15px;
}
.grounding-step__navigation button + button {
  margin-left: 50px;
}
.grounding-step__page--elv {
  position: relative;
}
.grounding-step__page--elv::after {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0em;
  color: #ffffff;
  content: "ELV";
  position: absolute;
  padding: 8px;
  background-color: #f79427;
  border-radius: 8px;
  top: -14px;
}
.grounding-step__page--excess-wear {
  position: relative;
}
.grounding-step__page--excess-wear::after {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0em;
  color: #ffffff;
  content: "Excess Wear";
  position: absolute;
  padding: 8px;
  background-color: #f79427;
  border-radius: 8px;
  top: -14px;
  white-space: nowrap;
}

.grounding-root {
  --font-style: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --primary-color: #003468;
  --primary-color-rgb: 0, 52, 104;
  --secondary-color: #2764cf;
  --secondary-color-rgb: 39, 100, 207;
  --tick-color: #f79427;
  --container-item-margin-y: 0px;
  font-family: var(--font-style);
  background-color: #f0f0f0;
  border: 1px solid #dddddd;
  height: calc(100% - 76px);
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  .grounding-root {
    padding: 0 10px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .grounding-root {
    padding: 0 30px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .grounding-root {
    padding: 0 100px 0 100px;
  }
}

.grounding-resolved-value__item {
  margin-bottom: 0.5em;
}

:root {
  --rt-color-white:#fff;
  --rt-color-dark:#222;
  --rt-color-success:#8dc572;
  --rt-color-error:#be6464;
  --rt-color-warning:#f0ad4e;
  --rt-color-info:#337ab7;
  --rt-opacity:0.9;
  --rt-transition-show-delay:0.15s;
  --rt-transition-closing-delay:0.15s;
  --rt-arrow-size:8px;
}

.core-styles-module_tooltip__3vRRp {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  will-change: opacity;
}

.core-styles-module_fixed__pcSol {
  position: fixed;
}

.core-styles-module_arrow__cvMwQ {
  background: inherit;
  position: absolute;
  z-index: -1;
}

.core-styles-module_noArrow__xock6 {
  display: none;
}

.core-styles-module_clickable__ZuTTB {
  pointer-events: auto;
}

.core-styles-module_show__Nt9eE {
  opacity: var(--rt-opacity);
  transition: opacity var(--rt-transition-show-delay) ease-out;
}

.core-styles-module_closing__sGnxF {
  opacity: 0;
  transition: opacity var(--rt-transition-closing-delay) ease-in;
}

.styles-module_tooltip__mnnfp {
  border-radius: 3px;
  font-size: 90%;
  padding: 8px 16px;
  width: max-content;
}

.styles-module_arrow__K0L3T {
  height: var(--rt-arrow-size);
  width: var(--rt-arrow-size);
}

[class*=react-tooltip__place-top] > .styles-module_arrow__K0L3T {
  transform: rotate(45deg);
}

[class*=react-tooltip__place-right] > .styles-module_arrow__K0L3T {
  transform: rotate(135deg);
}

[class*=react-tooltip__place-bottom] > .styles-module_arrow__K0L3T {
  transform: rotate(225deg);
}

[class*=react-tooltip__place-left] > .styles-module_arrow__K0L3T {
  transform: rotate(315deg);
}

.styles-module_dark__xNqje {
  background: var(--rt-color-dark);
  color: var(--rt-color-white);
}

.styles-module_light__Z6W-X {
  background-color: var(--rt-color-white);
  color: var(--rt-color-dark);
}

.styles-module_success__A2AKt {
  background-color: var(--rt-color-success);
  color: var(--rt-color-white);
}

.styles-module_warning__SCK0X {
  background-color: var(--rt-color-warning);
  color: var(--rt-color-white);
}

.styles-module_error__JvumD {
  background-color: var(--rt-color-error);
  color: var(--rt-color-white);
}

.styles-module_info__BWdHW {
  background-color: var(--rt-color-info);
  color: var(--rt-color-white);
}