@charset "UTF-8";
/*!
 * 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;
}

.container-x1920, .container-x1550, .container-x1440, .container-x1214, .container-x1000, .container-x910, .container-x768, .container-x632, .container-x480, .container-x360, .container {
  max-width: 540px;
}

.container-x1920, .container-x1550, .container-x1440, .container-x1214, .container-x1000, .container-x910, .container-x768, .container-x632, .container-x480, .container-x360, .container {
  max-width: 720px;
}

.container-x1920, .container-x1550, .container-x1440, .container-x1214, .container-x1000, .container-x910, .container-x768, .container-x632, .container-x480, .container-x360, .container {
  max-width: 960px;
}

.container-x1920, .container-x1550, .container-x1440, .container-x1214, .container-x1000, .container-x910, .container-x768, .container-x632, .container-x480, .container-x360, .container {
  max-width: 1140px;
}

.container-x1920, .container-x1550, .container-x1440, .container-x1214, .container-x1000, .container-x910, .container-x768, .container-x632, .container-x480, .container-x360, .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: 360px) {
  .col-x360 {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-x1920-5,
.gy-x1920-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: 360px) {
  .d-x360-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-x360-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 480px) {
  .d-x480-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-x480-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 632px) {
  .d-x632-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-x632-4 {
    margin-top: 1.5rem !important;
  }

  .mt-x632-5 {
    margin-top: 3rem !important;
  }

  .mt-x632-auto {
    margin-top: auto !important;
  }

  .me-x632-0 {
    margin-right: 0 !important;
  }

  .me-x632-1 {
    margin-right: 0.25rem !important;
  }

  .me-x632-2 {
    margin-right: 0.5rem !important;
  }

  .me-x632-3 {
    margin-right: 1rem !important;
  }

  .me-x632-4 {
    margin-right: 1.5rem !important;
  }

  .me-x632-5 {
    margin-right: 3rem !important;
  }

  .me-x632-auto {
    margin-right: auto !important;
  }

  .mb-x632-0 {
    margin-bottom: 0 !important;
  }

  .mb-x632-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-x632-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-x632-3 {
    margin-bottom: 1rem !important;
  }

  .mb-x632-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-x632-5 {
    margin-bottom: 3rem !important;
  }

  .mb-x632-auto {
    margin-bottom: auto !important;
  }

  .ms-x632-0 {
    margin-left: 0 !important;
  }

  .ms-x632-1 {
    margin-left: 0.25rem !important;
  }

  .ms-x632-2 {
    margin-left: 0.5rem !important;
  }

  .ms-x632-3 {
    margin-left: 1rem !important;
  }

  .ms-x632-4 {
    margin-left: 1.5rem !important;
  }

  .ms-x632-5 {
    margin-left: 3rem !important;
  }

  .ms-x632-auto {
    margin-left: auto !important;
  }

  .p-x632-0 {
    padding: 0 !important;
  }

  .p-x632-1 {
    padding: 0.25rem !important;
  }

  .p-x632-2 {
    padding: 0.5rem !important;
  }

  .p-x632-3 {
    padding: 1rem !important;
  }

  .p-x632-4 {
    padding: 1.5rem !important;
  }

  .p-x632-5 {
    padding: 3rem !important;
  }

  .px-x632-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-x632-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-x632-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-x632-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-x632-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-x632-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-x632-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-x632-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-x632-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-x632-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-x632-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-x632-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-x632-0 {
    padding-top: 0 !important;
  }

  .pt-x632-1 {
    padding-top: 0.25rem !important;
  }

  .pt-x632-2 {
    padding-top: 0.5rem !important;
  }

  .pt-x632-3 {
    padding-top: 1rem !important;
  }

  .pt-x632-4 {
    padding-top: 1.5rem !important;
  }

  .pt-x632-5 {
    padding-top: 3rem !important;
  }

  .pe-x632-0 {
    padding-right: 0 !important;
  }

  .pe-x632-1 {
    padding-right: 0.25rem !important;
  }

  .pe-x632-2 {
    padding-right: 0.5rem !important;
  }

  .pe-x632-3 {
    padding-right: 1rem !important;
  }

  .pe-x632-4 {
    padding-right: 1.5rem !important;
  }

  .pe-x632-5 {
    padding-right: 3rem !important;
  }

  .pb-x632-0 {
    padding-bottom: 0 !important;
  }

  .pb-x632-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-x632-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-x632-3 {
    padding-bottom: 1rem !important;
  }

  .pb-x632-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-x632-5 {
    padding-bottom: 3rem !important;
  }

  .ps-x632-0 {
    padding-left: 0 !important;
  }

  .ps-x632-1 {
    padding-left: 0.25rem !important;
  }

  .ps-x632-2 {
    padding-left: 0.5rem !important;
  }

  .ps-x632-3 {
    padding-left: 1rem !important;
  }

  .ps-x632-4 {
    padding-left: 1.5rem !important;
  }

  .ps-x632-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-x768-inline {
    display: inline !important;
  }

  .d-x768-inline-block {
    display: inline-block !important;
  }

  .d-x768-block {
    display: block !important;
  }

  .d-x768-grid {
    display: grid !important;
  }

  .d-x768-table {
    display: table !important;
  }

  .d-x768-table-row {
    display: table-row !important;
  }

  .d-x768-table-cell {
    display: table-cell !important;
  }

  .d-x768-flex {
    display: flex !important;
  }

  .d-x768-inline-flex {
    display: inline-flex !important;
  }

  .d-x768-none {
    display: none !important;
  }

  .flex-x768-fill {
    flex: 1 1 auto !important;
  }

  .flex-x768-row {
    flex-direction: row !important;
  }

  .flex-x768-column {
    flex-direction: column !important;
  }

  .flex-x768-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-x768-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-x768-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-x768-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-x768-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-x768-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-x768-wrap {
    flex-wrap: wrap !important;
  }

  .flex-x768-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-x768-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-x768-start {
    justify-content: flex-start !important;
  }

  .justify-content-x768-end {
    justify-content: flex-end !important;
  }

  .justify-content-x768-center {
    justify-content: center !important;
  }

  .justify-content-x768-between {
    justify-content: space-between !important;
  }

  .justify-content-x768-around {
    justify-content: space-around !important;
  }

  .justify-content-x768-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-x768-start {
    align-items: flex-start !important;
  }

  .align-items-x768-end {
    align-items: flex-end !important;
  }

  .align-items-x768-center {
    align-items: center !important;
  }

  .align-items-x768-baseline {
    align-items: baseline !important;
  }

  .align-items-x768-stretch {
    align-items: stretch !important;
  }

  .align-content-x768-start {
    align-content: flex-start !important;
  }

  .align-content-x768-end {
    align-content: flex-end !important;
  }

  .align-content-x768-center {
    align-content: center !important;
  }

  .align-content-x768-between {
    align-content: space-between !important;
  }

  .align-content-x768-around {
    align-content: space-around !important;
  }

  .align-content-x768-stretch {
    align-content: stretch !important;
  }

  .align-self-x768-auto {
    align-self: auto !important;
  }

  .align-self-x768-start {
    align-self: flex-start !important;
  }

  .align-self-x768-end {
    align-self: flex-end !important;
  }

  .align-self-x768-center {
    align-self: center !important;
  }

  .align-self-x768-baseline {
    align-self: baseline !important;
  }

  .align-self-x768-stretch {
    align-self: stretch !important;
  }

  .order-x768-first {
    order: -1 !important;
  }

  .order-x768-0 {
    order: 0 !important;
  }

  .order-x768-1 {
    order: 1 !important;
  }

  .order-x768-2 {
    order: 2 !important;
  }

  .order-x768-3 {
    order: 3 !important;
  }

  .order-x768-4 {
    order: 4 !important;
  }

  .order-x768-5 {
    order: 5 !important;
  }

  .order-x768-last {
    order: 6 !important;
  }

  .m-x768-0 {
    margin: 0 !important;
  }

  .m-x768-1 {
    margin: 0.25rem !important;
  }

  .m-x768-2 {
    margin: 0.5rem !important;
  }

  .m-x768-3 {
    margin: 1rem !important;
  }

  .m-x768-4 {
    margin: 1.5rem !important;
  }

  .m-x768-5 {
    margin: 3rem !important;
  }

  .m-x768-auto {
    margin: auto !important;
  }

  .mx-x768-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-x768-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-x768-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-x768-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-x768-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-x768-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-x768-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-x768-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-x768-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-x768-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-x768-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-x768-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-x768-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-x768-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-x768-0 {
    margin-top: 0 !important;
  }

  .mt-x768-1 {
    margin-top: 0.25rem !important;
  }

  .mt-x768-2 {
    margin-top: 0.5rem !important;
  }

  .mt-x768-3 {
    margin-top: 1rem !important;
  }

  .mt-x768-4 {
    margin-top: 1.5rem !important;
  }

  .mt-x768-5 {
    margin-top: 3rem !important;
  }

  .mt-x768-auto {
    margin-top: auto !important;
  }

  .me-x768-0 {
    margin-right: 0 !important;
  }

  .me-x768-1 {
    margin-right: 0.25rem !important;
  }

  .me-x768-2 {
    margin-right: 0.5rem !important;
  }

  .me-x768-3 {
    margin-right: 1rem !important;
  }

  .me-x768-4 {
    margin-right: 1.5rem !important;
  }

  .me-x768-5 {
    margin-right: 3rem !important;
  }

  .me-x768-auto {
    margin-right: auto !important;
  }

  .mb-x768-0 {
    margin-bottom: 0 !important;
  }

  .mb-x768-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-x768-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-x768-3 {
    margin-bottom: 1rem !important;
  }

  .mb-x768-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-x768-5 {
    margin-bottom: 3rem !important;
  }

  .mb-x768-auto {
    margin-bottom: auto !important;
  }

  .ms-x768-0 {
    margin-left: 0 !important;
  }

  .ms-x768-1 {
    margin-left: 0.25rem !important;
  }

  .ms-x768-2 {
    margin-left: 0.5rem !important;
  }

  .ms-x768-3 {
    margin-left: 1rem !important;
  }

  .ms-x768-4 {
    margin-left: 1.5rem !important;
  }

  .ms-x768-5 {
    margin-left: 3rem !important;
  }

  .ms-x768-auto {
    margin-left: auto !important;
  }

  .p-x768-0 {
    padding: 0 !important;
  }

  .p-x768-1 {
    padding: 0.25rem !important;
  }

  .p-x768-2 {
    padding: 0.5rem !important;
  }

  .p-x768-3 {
    padding: 1rem !important;
  }

  .p-x768-4 {
    padding: 1.5rem !important;
  }

  .p-x768-5 {
    padding: 3rem !important;
  }

  .px-x768-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-x768-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-x768-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-x768-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-x768-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-x768-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-x768-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-x768-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-x768-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-x768-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-x768-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-x768-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-x768-0 {
    padding-top: 0 !important;
  }

  .pt-x768-1 {
    padding-top: 0.25rem !important;
  }

  .pt-x768-2 {
    padding-top: 0.5rem !important;
  }

  .pt-x768-3 {
    padding-top: 1rem !important;
  }

  .pt-x768-4 {
    padding-top: 1.5rem !important;
  }

  .pt-x768-5 {
    padding-top: 3rem !important;
  }

  .pe-x768-0 {
    padding-right: 0 !important;
  }

  .pe-x768-1 {
    padding-right: 0.25rem !important;
  }

  .pe-x768-2 {
    padding-right: 0.5rem !important;
  }

  .pe-x768-3 {
    padding-right: 1rem !important;
  }

  .pe-x768-4 {
    padding-right: 1.5rem !important;
  }

  .pe-x768-5 {
    padding-right: 3rem !important;
  }

  .pb-x768-0 {
    padding-bottom: 0 !important;
  }

  .pb-x768-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-x768-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-x768-3 {
    padding-bottom: 1rem !important;
  }

  .pb-x768-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-x768-5 {
    padding-bottom: 3rem !important;
  }

  .ps-x768-0 {
    padding-left: 0 !important;
  }

  .ps-x768-1 {
    padding-left: 0.25rem !important;
  }

  .ps-x768-2 {
    padding-left: 0.5rem !important;
  }

  .ps-x768-3 {
    padding-left: 1rem !important;
  }

  .ps-x768-4 {
    padding-left: 1.5rem !important;
  }

  .ps-x768-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 910px) {
  .d-x910-inline {
    display: inline !important;
  }

  .d-x910-inline-block {
    display: inline-block !important;
  }

  .d-x910-block {
    display: block !important;
  }

  .d-x910-grid {
    display: grid !important;
  }

  .d-x910-table {
    display: table !important;
  }

  .d-x910-table-row {
    display: table-row !important;
  }

  .d-x910-table-cell {
    display: table-cell !important;
  }

  .d-x910-flex {
    display: flex !important;
  }

  .d-x910-inline-flex {
    display: inline-flex !important;
  }

  .d-x910-none {
    display: none !important;
  }

  .flex-x910-fill {
    flex: 1 1 auto !important;
  }

  .flex-x910-row {
    flex-direction: row !important;
  }

  .flex-x910-column {
    flex-direction: column !important;
  }

  .flex-x910-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-x910-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-x910-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-x910-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-x910-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-x910-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-x910-wrap {
    flex-wrap: wrap !important;
  }

  .flex-x910-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-x910-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-x910-start {
    justify-content: flex-start !important;
  }

  .justify-content-x910-end {
    justify-content: flex-end !important;
  }

  .justify-content-x910-center {
    justify-content: center !important;
  }

  .justify-content-x910-between {
    justify-content: space-between !important;
  }

  .justify-content-x910-around {
    justify-content: space-around !important;
  }

  .justify-content-x910-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-x910-start {
    align-items: flex-start !important;
  }

  .align-items-x910-end {
    align-items: flex-end !important;
  }

  .align-items-x910-center {
    align-items: center !important;
  }

  .align-items-x910-baseline {
    align-items: baseline !important;
  }

  .align-items-x910-stretch {
    align-items: stretch !important;
  }

  .align-content-x910-start {
    align-content: flex-start !important;
  }

  .align-content-x910-end {
    align-content: flex-end !important;
  }

  .align-content-x910-center {
    align-content: center !important;
  }

  .align-content-x910-between {
    align-content: space-between !important;
  }

  .align-content-x910-around {
    align-content: space-around !important;
  }

  .align-content-x910-stretch {
    align-content: stretch !important;
  }

  .align-self-x910-auto {
    align-self: auto !important;
  }

  .align-self-x910-start {
    align-self: flex-start !important;
  }

  .align-self-x910-end {
    align-self: flex-end !important;
  }

  .align-self-x910-center {
    align-self: center !important;
  }

  .align-self-x910-baseline {
    align-self: baseline !important;
  }

  .align-self-x910-stretch {
    align-self: stretch !important;
  }

  .order-x910-first {
    order: -1 !important;
  }

  .order-x910-0 {
    order: 0 !important;
  }

  .order-x910-1 {
    order: 1 !important;
  }

  .order-x910-2 {
    order: 2 !important;
  }

  .order-x910-3 {
    order: 3 !important;
  }

  .order-x910-4 {
    order: 4 !important;
  }

  .order-x910-5 {
    order: 5 !important;
  }

  .order-x910-last {
    order: 6 !important;
  }

  .m-x910-0 {
    margin: 0 !important;
  }

  .m-x910-1 {
    margin: 0.25rem !important;
  }

  .m-x910-2 {
    margin: 0.5rem !important;
  }

  .m-x910-3 {
    margin: 1rem !important;
  }

  .m-x910-4 {
    margin: 1.5rem !important;
  }

  .m-x910-5 {
    margin: 3rem !important;
  }

  .m-x910-auto {
    margin: auto !important;
  }

  .mx-x910-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-x910-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-x910-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-x910-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-x910-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-x910-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-x910-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-x910-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-x910-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-x910-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-x910-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-x910-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-x910-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-x910-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-x910-0 {
    margin-top: 0 !important;
  }

  .mt-x910-1 {
    margin-top: 0.25rem !important;
  }

  .mt-x910-2 {
    margin-top: 0.5rem !important;
  }

  .mt-x910-3 {
    margin-top: 1rem !important;
  }

  .mt-x910-4 {
    margin-top: 1.5rem !important;
  }

  .mt-x910-5 {
    margin-top: 3rem !important;
  }

  .mt-x910-auto {
    margin-top: auto !important;
  }

  .me-x910-0 {
    margin-right: 0 !important;
  }

  .me-x910-1 {
    margin-right: 0.25rem !important;
  }

  .me-x910-2 {
    margin-right: 0.5rem !important;
  }

  .me-x910-3 {
    margin-right: 1rem !important;
  }

  .me-x910-4 {
    margin-right: 1.5rem !important;
  }

  .me-x910-5 {
    margin-right: 3rem !important;
  }

  .me-x910-auto {
    margin-right: auto !important;
  }

  .mb-x910-0 {
    margin-bottom: 0 !important;
  }

  .mb-x910-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-x910-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-x910-3 {
    margin-bottom: 1rem !important;
  }

  .mb-x910-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-x910-5 {
    margin-bottom: 3rem !important;
  }

  .mb-x910-auto {
    margin-bottom: auto !important;
  }

  .ms-x910-0 {
    margin-left: 0 !important;
  }

  .ms-x910-1 {
    margin-left: 0.25rem !important;
  }

  .ms-x910-2 {
    margin-left: 0.5rem !important;
  }

  .ms-x910-3 {
    margin-left: 1rem !important;
  }

  .ms-x910-4 {
    margin-left: 1.5rem !important;
  }

  .ms-x910-5 {
    margin-left: 3rem !important;
  }

  .ms-x910-auto {
    margin-left: auto !important;
  }

  .p-x910-0 {
    padding: 0 !important;
  }

  .p-x910-1 {
    padding: 0.25rem !important;
  }

  .p-x910-2 {
    padding: 0.5rem !important;
  }

  .p-x910-3 {
    padding: 1rem !important;
  }

  .p-x910-4 {
    padding: 1.5rem !important;
  }

  .p-x910-5 {
    padding: 3rem !important;
  }

  .px-x910-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-x910-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-x910-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-x910-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-x910-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-x910-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-x910-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-x910-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-x910-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-x910-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-x910-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-x910-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-x910-0 {
    padding-top: 0 !important;
  }

  .pt-x910-1 {
    padding-top: 0.25rem !important;
  }

  .pt-x910-2 {
    padding-top: 0.5rem !important;
  }

  .pt-x910-3 {
    padding-top: 1rem !important;
  }

  .pt-x910-4 {
    padding-top: 1.5rem !important;
  }

  .pt-x910-5 {
    padding-top: 3rem !important;
  }

  .pe-x910-0 {
    padding-right: 0 !important;
  }

  .pe-x910-1 {
    padding-right: 0.25rem !important;
  }

  .pe-x910-2 {
    padding-right: 0.5rem !important;
  }

  .pe-x910-3 {
    padding-right: 1rem !important;
  }

  .pe-x910-4 {
    padding-right: 1.5rem !important;
  }

  .pe-x910-5 {
    padding-right: 3rem !important;
  }

  .pb-x910-0 {
    padding-bottom: 0 !important;
  }

  .pb-x910-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-x910-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-x910-3 {
    padding-bottom: 1rem !important;
  }

  .pb-x910-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-x910-5 {
    padding-bottom: 3rem !important;
  }

  .ps-x910-0 {
    padding-left: 0 !important;
  }

  .ps-x910-1 {
    padding-left: 0.25rem !important;
  }

  .ps-x910-2 {
    padding-left: 0.5rem !important;
  }

  .ps-x910-3 {
    padding-left: 1rem !important;
  }

  .ps-x910-4 {
    padding-left: 1.5rem !important;
  }

  .ps-x910-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1000px) {
  .d-x1000-inline {
    display: inline !important;
  }

  .d-x1000-inline-block {
    display: inline-block !important;
  }

  .d-x1000-block {
    display: block !important;
  }

  .d-x1000-grid {
    display: grid !important;
  }

  .d-x1000-table {
    display: table !important;
  }

  .d-x1000-table-row {
    display: table-row !important;
  }

  .d-x1000-table-cell {
    display: table-cell !important;
  }

  .d-x1000-flex {
    display: flex !important;
  }

  .d-x1000-inline-flex {
    display: inline-flex !important;
  }

  .d-x1000-none {
    display: none !important;
  }

  .flex-x1000-fill {
    flex: 1 1 auto !important;
  }

  .flex-x1000-row {
    flex-direction: row !important;
  }

  .flex-x1000-column {
    flex-direction: column !important;
  }

  .flex-x1000-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-x1000-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-x1000-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-x1000-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-x1000-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-x1000-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-x1000-wrap {
    flex-wrap: wrap !important;
  }

  .flex-x1000-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-x1000-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-x1000-start {
    justify-content: flex-start !important;
  }

  .justify-content-x1000-end {
    justify-content: flex-end !important;
  }

  .justify-content-x1000-center {
    justify-content: center !important;
  }

  .justify-content-x1000-between {
    justify-content: space-between !important;
  }

  .justify-content-x1000-around {
    justify-content: space-around !important;
  }

  .justify-content-x1000-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-x1000-start {
    align-items: flex-start !important;
  }

  .align-items-x1000-end {
    align-items: flex-end !important;
  }

  .align-items-x1000-center {
    align-items: center !important;
  }

  .align-items-x1000-baseline {
    align-items: baseline !important;
  }

  .align-items-x1000-stretch {
    align-items: stretch !important;
  }

  .align-content-x1000-start {
    align-content: flex-start !important;
  }

  .align-content-x1000-end {
    align-content: flex-end !important;
  }

  .align-content-x1000-center {
    align-content: center !important;
  }

  .align-content-x1000-between {
    align-content: space-between !important;
  }

  .align-content-x1000-around {
    align-content: space-around !important;
  }

  .align-content-x1000-stretch {
    align-content: stretch !important;
  }

  .align-self-x1000-auto {
    align-self: auto !important;
  }

  .align-self-x1000-start {
    align-self: flex-start !important;
  }

  .align-self-x1000-end {
    align-self: flex-end !important;
  }

  .align-self-x1000-center {
    align-self: center !important;
  }

  .align-self-x1000-baseline {
    align-self: baseline !important;
  }

  .align-self-x1000-stretch {
    align-self: stretch !important;
  }

  .order-x1000-first {
    order: -1 !important;
  }

  .order-x1000-0 {
    order: 0 !important;
  }

  .order-x1000-1 {
    order: 1 !important;
  }

  .order-x1000-2 {
    order: 2 !important;
  }

  .order-x1000-3 {
    order: 3 !important;
  }

  .order-x1000-4 {
    order: 4 !important;
  }

  .order-x1000-5 {
    order: 5 !important;
  }

  .order-x1000-last {
    order: 6 !important;
  }

  .m-x1000-0 {
    margin: 0 !important;
  }

  .m-x1000-1 {
    margin: 0.25rem !important;
  }

  .m-x1000-2 {
    margin: 0.5rem !important;
  }

  .m-x1000-3 {
    margin: 1rem !important;
  }

  .m-x1000-4 {
    margin: 1.5rem !important;
  }

  .m-x1000-5 {
    margin: 3rem !important;
  }

  .m-x1000-auto {
    margin: auto !important;
  }

  .mx-x1000-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-x1000-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-x1000-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-x1000-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-x1000-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-x1000-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-x1000-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-x1000-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-x1000-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-x1000-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-x1000-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-x1000-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-x1000-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-x1000-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-x1000-0 {
    margin-top: 0 !important;
  }

  .mt-x1000-1 {
    margin-top: 0.25rem !important;
  }

  .mt-x1000-2 {
    margin-top: 0.5rem !important;
  }

  .mt-x1000-3 {
    margin-top: 1rem !important;
  }

  .mt-x1000-4 {
    margin-top: 1.5rem !important;
  }

  .mt-x1000-5 {
    margin-top: 3rem !important;
  }

  .mt-x1000-auto {
    margin-top: auto !important;
  }

  .me-x1000-0 {
    margin-right: 0 !important;
  }

  .me-x1000-1 {
    margin-right: 0.25rem !important;
  }

  .me-x1000-2 {
    margin-right: 0.5rem !important;
  }

  .me-x1000-3 {
    margin-right: 1rem !important;
  }

  .me-x1000-4 {
    margin-right: 1.5rem !important;
  }

  .me-x1000-5 {
    margin-right: 3rem !important;
  }

  .me-x1000-auto {
    margin-right: auto !important;
  }

  .mb-x1000-0 {
    margin-bottom: 0 !important;
  }

  .mb-x1000-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-x1000-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-x1000-3 {
    margin-bottom: 1rem !important;
  }

  .mb-x1000-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-x1000-5 {
    margin-bottom: 3rem !important;
  }

  .mb-x1000-auto {
    margin-bottom: auto !important;
  }

  .ms-x1000-0 {
    margin-left: 0 !important;
  }

  .ms-x1000-1 {
    margin-left: 0.25rem !important;
  }

  .ms-x1000-2 {
    margin-left: 0.5rem !important;
  }

  .ms-x1000-3 {
    margin-left: 1rem !important;
  }

  .ms-x1000-4 {
    margin-left: 1.5rem !important;
  }

  .ms-x1000-5 {
    margin-left: 3rem !important;
  }

  .ms-x1000-auto {
    margin-left: auto !important;
  }

  .p-x1000-0 {
    padding: 0 !important;
  }

  .p-x1000-1 {
    padding: 0.25rem !important;
  }

  .p-x1000-2 {
    padding: 0.5rem !important;
  }

  .p-x1000-3 {
    padding: 1rem !important;
  }

  .p-x1000-4 {
    padding: 1.5rem !important;
  }

  .p-x1000-5 {
    padding: 3rem !important;
  }

  .px-x1000-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-x1000-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-x1000-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-x1000-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-x1000-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-x1000-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-x1000-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-x1000-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-x1000-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-x1000-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-x1000-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-x1000-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-x1000-0 {
    padding-top: 0 !important;
  }

  .pt-x1000-1 {
    padding-top: 0.25rem !important;
  }

  .pt-x1000-2 {
    padding-top: 0.5rem !important;
  }

  .pt-x1000-3 {
    padding-top: 1rem !important;
  }

  .pt-x1000-4 {
    padding-top: 1.5rem !important;
  }

  .pt-x1000-5 {
    padding-top: 3rem !important;
  }

  .pe-x1000-0 {
    padding-right: 0 !important;
  }

  .pe-x1000-1 {
    padding-right: 0.25rem !important;
  }

  .pe-x1000-2 {
    padding-right: 0.5rem !important;
  }

  .pe-x1000-3 {
    padding-right: 1rem !important;
  }

  .pe-x1000-4 {
    padding-right: 1.5rem !important;
  }

  .pe-x1000-5 {
    padding-right: 3rem !important;
  }

  .pb-x1000-0 {
    padding-bottom: 0 !important;
  }

  .pb-x1000-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-x1000-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-x1000-3 {
    padding-bottom: 1rem !important;
  }

  .pb-x1000-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-x1000-5 {
    padding-bottom: 3rem !important;
  }

  .ps-x1000-0 {
    padding-left: 0 !important;
  }

  .ps-x1000-1 {
    padding-left: 0.25rem !important;
  }

  .ps-x1000-2 {
    padding-left: 0.5rem !important;
  }

  .ps-x1000-3 {
    padding-left: 1rem !important;
  }

  .ps-x1000-4 {
    padding-left: 1.5rem !important;
  }

  .ps-x1000-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1214px) {
  .d-x1214-inline {
    display: inline !important;
  }

  .d-x1214-inline-block {
    display: inline-block !important;
  }

  .d-x1214-block {
    display: block !important;
  }

  .d-x1214-grid {
    display: grid !important;
  }

  .d-x1214-table {
    display: table !important;
  }

  .d-x1214-table-row {
    display: table-row !important;
  }

  .d-x1214-table-cell {
    display: table-cell !important;
  }

  .d-x1214-flex {
    display: flex !important;
  }

  .d-x1214-inline-flex {
    display: inline-flex !important;
  }

  .d-x1214-none {
    display: none !important;
  }

  .flex-x1214-fill {
    flex: 1 1 auto !important;
  }

  .flex-x1214-row {
    flex-direction: row !important;
  }

  .flex-x1214-column {
    flex-direction: column !important;
  }

  .flex-x1214-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-x1214-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-x1214-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-x1214-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-x1214-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-x1214-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-x1214-wrap {
    flex-wrap: wrap !important;
  }

  .flex-x1214-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-x1214-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-x1214-start {
    justify-content: flex-start !important;
  }

  .justify-content-x1214-end {
    justify-content: flex-end !important;
  }

  .justify-content-x1214-center {
    justify-content: center !important;
  }

  .justify-content-x1214-between {
    justify-content: space-between !important;
  }

  .justify-content-x1214-around {
    justify-content: space-around !important;
  }

  .justify-content-x1214-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-x1214-start {
    align-items: flex-start !important;
  }

  .align-items-x1214-end {
    align-items: flex-end !important;
  }

  .align-items-x1214-center {
    align-items: center !important;
  }

  .align-items-x1214-baseline {
    align-items: baseline !important;
  }

  .align-items-x1214-stretch {
    align-items: stretch !important;
  }

  .align-content-x1214-start {
    align-content: flex-start !important;
  }

  .align-content-x1214-end {
    align-content: flex-end !important;
  }

  .align-content-x1214-center {
    align-content: center !important;
  }

  .align-content-x1214-between {
    align-content: space-between !important;
  }

  .align-content-x1214-around {
    align-content: space-around !important;
  }

  .align-content-x1214-stretch {
    align-content: stretch !important;
  }

  .align-self-x1214-auto {
    align-self: auto !important;
  }

  .align-self-x1214-start {
    align-self: flex-start !important;
  }

  .align-self-x1214-end {
    align-self: flex-end !important;
  }

  .align-self-x1214-center {
    align-self: center !important;
  }

  .align-self-x1214-baseline {
    align-self: baseline !important;
  }

  .align-self-x1214-stretch {
    align-self: stretch !important;
  }

  .order-x1214-first {
    order: -1 !important;
  }

  .order-x1214-0 {
    order: 0 !important;
  }

  .order-x1214-1 {
    order: 1 !important;
  }

  .order-x1214-2 {
    order: 2 !important;
  }

  .order-x1214-3 {
    order: 3 !important;
  }

  .order-x1214-4 {
    order: 4 !important;
  }

  .order-x1214-5 {
    order: 5 !important;
  }

  .order-x1214-last {
    order: 6 !important;
  }

  .m-x1214-0 {
    margin: 0 !important;
  }

  .m-x1214-1 {
    margin: 0.25rem !important;
  }

  .m-x1214-2 {
    margin: 0.5rem !important;
  }

  .m-x1214-3 {
    margin: 1rem !important;
  }

  .m-x1214-4 {
    margin: 1.5rem !important;
  }

  .m-x1214-5 {
    margin: 3rem !important;
  }

  .m-x1214-auto {
    margin: auto !important;
  }

  .mx-x1214-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-x1214-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-x1214-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-x1214-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-x1214-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-x1214-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-x1214-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-x1214-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-x1214-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-x1214-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-x1214-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-x1214-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-x1214-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-x1214-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-x1214-0 {
    margin-top: 0 !important;
  }

  .mt-x1214-1 {
    margin-top: 0.25rem !important;
  }

  .mt-x1214-2 {
    margin-top: 0.5rem !important;
  }

  .mt-x1214-3 {
    margin-top: 1rem !important;
  }

  .mt-x1214-4 {
    margin-top: 1.5rem !important;
  }

  .mt-x1214-5 {
    margin-top: 3rem !important;
  }

  .mt-x1214-auto {
    margin-top: auto !important;
  }

  .me-x1214-0 {
    margin-right: 0 !important;
  }

  .me-x1214-1 {
    margin-right: 0.25rem !important;
  }

  .me-x1214-2 {
    margin-right: 0.5rem !important;
  }

  .me-x1214-3 {
    margin-right: 1rem !important;
  }

  .me-x1214-4 {
    margin-right: 1.5rem !important;
  }

  .me-x1214-5 {
    margin-right: 3rem !important;
  }

  .me-x1214-auto {
    margin-right: auto !important;
  }

  .mb-x1214-0 {
    margin-bottom: 0 !important;
  }

  .mb-x1214-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-x1214-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-x1214-3 {
    margin-bottom: 1rem !important;
  }

  .mb-x1214-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-x1214-5 {
    margin-bottom: 3rem !important;
  }

  .mb-x1214-auto {
    margin-bottom: auto !important;
  }

  .ms-x1214-0 {
    margin-left: 0 !important;
  }

  .ms-x1214-1 {
    margin-left: 0.25rem !important;
  }

  .ms-x1214-2 {
    margin-left: 0.5rem !important;
  }

  .ms-x1214-3 {
    margin-left: 1rem !important;
  }

  .ms-x1214-4 {
    margin-left: 1.5rem !important;
  }

  .ms-x1214-5 {
    margin-left: 3rem !important;
  }

  .ms-x1214-auto {
    margin-left: auto !important;
  }

  .p-x1214-0 {
    padding: 0 !important;
  }

  .p-x1214-1 {
    padding: 0.25rem !important;
  }

  .p-x1214-2 {
    padding: 0.5rem !important;
  }

  .p-x1214-3 {
    padding: 1rem !important;
  }

  .p-x1214-4 {
    padding: 1.5rem !important;
  }

  .p-x1214-5 {
    padding: 3rem !important;
  }

  .px-x1214-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-x1214-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-x1214-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-x1214-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-x1214-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-x1214-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-x1214-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-x1214-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-x1214-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-x1214-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-x1214-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-x1214-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-x1214-0 {
    padding-top: 0 !important;
  }

  .pt-x1214-1 {
    padding-top: 0.25rem !important;
  }

  .pt-x1214-2 {
    padding-top: 0.5rem !important;
  }

  .pt-x1214-3 {
    padding-top: 1rem !important;
  }

  .pt-x1214-4 {
    padding-top: 1.5rem !important;
  }

  .pt-x1214-5 {
    padding-top: 3rem !important;
  }

  .pe-x1214-0 {
    padding-right: 0 !important;
  }

  .pe-x1214-1 {
    padding-right: 0.25rem !important;
  }

  .pe-x1214-2 {
    padding-right: 0.5rem !important;
  }

  .pe-x1214-3 {
    padding-right: 1rem !important;
  }

  .pe-x1214-4 {
    padding-right: 1.5rem !important;
  }

  .pe-x1214-5 {
    padding-right: 3rem !important;
  }

  .pb-x1214-0 {
    padding-bottom: 0 !important;
  }

  .pb-x1214-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-x1214-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-x1214-3 {
    padding-bottom: 1rem !important;
  }

  .pb-x1214-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-x1214-5 {
    padding-bottom: 3rem !important;
  }

  .ps-x1214-0 {
    padding-left: 0 !important;
  }

  .ps-x1214-1 {
    padding-left: 0.25rem !important;
  }

  .ps-x1214-2 {
    padding-left: 0.5rem !important;
  }

  .ps-x1214-3 {
    padding-left: 1rem !important;
  }

  .ps-x1214-4 {
    padding-left: 1.5rem !important;
  }

  .ps-x1214-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1440px) {
  .d-x1440-inline {
    display: inline !important;
  }

  .d-x1440-inline-block {
    display: inline-block !important;
  }

  .d-x1440-block {
    display: block !important;
  }

  .d-x1440-grid {
    display: grid !important;
  }

  .d-x1440-table {
    display: table !important;
  }

  .d-x1440-table-row {
    display: table-row !important;
  }

  .d-x1440-table-cell {
    display: table-cell !important;
  }

  .d-x1440-flex {
    display: flex !important;
  }

  .d-x1440-inline-flex {
    display: inline-flex !important;
  }

  .d-x1440-none {
    display: none !important;
  }

  .flex-x1440-fill {
    flex: 1 1 auto !important;
  }

  .flex-x1440-row {
    flex-direction: row !important;
  }

  .flex-x1440-column {
    flex-direction: column !important;
  }

  .flex-x1440-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-x1440-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-x1440-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-x1440-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-x1440-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-x1440-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-x1440-wrap {
    flex-wrap: wrap !important;
  }

  .flex-x1440-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-x1440-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-x1440-start {
    justify-content: flex-start !important;
  }

  .justify-content-x1440-end {
    justify-content: flex-end !important;
  }

  .justify-content-x1440-center {
    justify-content: center !important;
  }

  .justify-content-x1440-between {
    justify-content: space-between !important;
  }

  .justify-content-x1440-around {
    justify-content: space-around !important;
  }

  .justify-content-x1440-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-x1440-start {
    align-items: flex-start !important;
  }

  .align-items-x1440-end {
    align-items: flex-end !important;
  }

  .align-items-x1440-center {
    align-items: center !important;
  }

  .align-items-x1440-baseline {
    align-items: baseline !important;
  }

  .align-items-x1440-stretch {
    align-items: stretch !important;
  }

  .align-content-x1440-start {
    align-content: flex-start !important;
  }

  .align-content-x1440-end {
    align-content: flex-end !important;
  }

  .align-content-x1440-center {
    align-content: center !important;
  }

  .align-content-x1440-between {
    align-content: space-between !important;
  }

  .align-content-x1440-around {
    align-content: space-around !important;
  }

  .align-content-x1440-stretch {
    align-content: stretch !important;
  }

  .align-self-x1440-auto {
    align-self: auto !important;
  }

  .align-self-x1440-start {
    align-self: flex-start !important;
  }

  .align-self-x1440-end {
    align-self: flex-end !important;
  }

  .align-self-x1440-center {
    align-self: center !important;
  }

  .align-self-x1440-baseline {
    align-self: baseline !important;
  }

  .align-self-x1440-stretch {
    align-self: stretch !important;
  }

  .order-x1440-first {
    order: -1 !important;
  }

  .order-x1440-0 {
    order: 0 !important;
  }

  .order-x1440-1 {
    order: 1 !important;
  }

  .order-x1440-2 {
    order: 2 !important;
  }

  .order-x1440-3 {
    order: 3 !important;
  }

  .order-x1440-4 {
    order: 4 !important;
  }

  .order-x1440-5 {
    order: 5 !important;
  }

  .order-x1440-last {
    order: 6 !important;
  }

  .m-x1440-0 {
    margin: 0 !important;
  }

  .m-x1440-1 {
    margin: 0.25rem !important;
  }

  .m-x1440-2 {
    margin: 0.5rem !important;
  }

  .m-x1440-3 {
    margin: 1rem !important;
  }

  .m-x1440-4 {
    margin: 1.5rem !important;
  }

  .m-x1440-5 {
    margin: 3rem !important;
  }

  .m-x1440-auto {
    margin: auto !important;
  }

  .mx-x1440-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-x1440-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-x1440-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-x1440-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-x1440-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-x1440-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-x1440-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-x1440-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-x1440-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-x1440-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-x1440-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-x1440-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-x1440-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-x1440-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-x1440-0 {
    margin-top: 0 !important;
  }

  .mt-x1440-1 {
    margin-top: 0.25rem !important;
  }

  .mt-x1440-2 {
    margin-top: 0.5rem !important;
  }

  .mt-x1440-3 {
    margin-top: 1rem !important;
  }

  .mt-x1440-4 {
    margin-top: 1.5rem !important;
  }

  .mt-x1440-5 {
    margin-top: 3rem !important;
  }

  .mt-x1440-auto {
    margin-top: auto !important;
  }

  .me-x1440-0 {
    margin-right: 0 !important;
  }

  .me-x1440-1 {
    margin-right: 0.25rem !important;
  }

  .me-x1440-2 {
    margin-right: 0.5rem !important;
  }

  .me-x1440-3 {
    margin-right: 1rem !important;
  }

  .me-x1440-4 {
    margin-right: 1.5rem !important;
  }

  .me-x1440-5 {
    margin-right: 3rem !important;
  }

  .me-x1440-auto {
    margin-right: auto !important;
  }

  .mb-x1440-0 {
    margin-bottom: 0 !important;
  }

  .mb-x1440-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-x1440-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-x1440-3 {
    margin-bottom: 1rem !important;
  }

  .mb-x1440-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-x1440-5 {
    margin-bottom: 3rem !important;
  }

  .mb-x1440-auto {
    margin-bottom: auto !important;
  }

  .ms-x1440-0 {
    margin-left: 0 !important;
  }

  .ms-x1440-1 {
    margin-left: 0.25rem !important;
  }

  .ms-x1440-2 {
    margin-left: 0.5rem !important;
  }

  .ms-x1440-3 {
    margin-left: 1rem !important;
  }

  .ms-x1440-4 {
    margin-left: 1.5rem !important;
  }

  .ms-x1440-5 {
    margin-left: 3rem !important;
  }

  .ms-x1440-auto {
    margin-left: auto !important;
  }

  .p-x1440-0 {
    padding: 0 !important;
  }

  .p-x1440-1 {
    padding: 0.25rem !important;
  }

  .p-x1440-2 {
    padding: 0.5rem !important;
  }

  .p-x1440-3 {
    padding: 1rem !important;
  }

  .p-x1440-4 {
    padding: 1.5rem !important;
  }

  .p-x1440-5 {
    padding: 3rem !important;
  }

  .px-x1440-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-x1440-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-x1440-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-x1440-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-x1440-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-x1440-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-x1440-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-x1440-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-x1440-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-x1440-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-x1440-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-x1440-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-x1440-0 {
    padding-top: 0 !important;
  }

  .pt-x1440-1 {
    padding-top: 0.25rem !important;
  }

  .pt-x1440-2 {
    padding-top: 0.5rem !important;
  }

  .pt-x1440-3 {
    padding-top: 1rem !important;
  }

  .pt-x1440-4 {
    padding-top: 1.5rem !important;
  }

  .pt-x1440-5 {
    padding-top: 3rem !important;
  }

  .pe-x1440-0 {
    padding-right: 0 !important;
  }

  .pe-x1440-1 {
    padding-right: 0.25rem !important;
  }

  .pe-x1440-2 {
    padding-right: 0.5rem !important;
  }

  .pe-x1440-3 {
    padding-right: 1rem !important;
  }

  .pe-x1440-4 {
    padding-right: 1.5rem !important;
  }

  .pe-x1440-5 {
    padding-right: 3rem !important;
  }

  .pb-x1440-0 {
    padding-bottom: 0 !important;
  }

  .pb-x1440-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-x1440-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-x1440-3 {
    padding-bottom: 1rem !important;
  }

  .pb-x1440-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-x1440-5 {
    padding-bottom: 3rem !important;
  }

  .ps-x1440-0 {
    padding-left: 0 !important;
  }

  .ps-x1440-1 {
    padding-left: 0.25rem !important;
  }

  .ps-x1440-2 {
    padding-left: 0.5rem !important;
  }

  .ps-x1440-3 {
    padding-left: 1rem !important;
  }

  .ps-x1440-4 {
    padding-left: 1.5rem !important;
  }

  .ps-x1440-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1550px) {
  .d-x1550-inline {
    display: inline !important;
  }

  .d-x1550-inline-block {
    display: inline-block !important;
  }

  .d-x1550-block {
    display: block !important;
  }

  .d-x1550-grid {
    display: grid !important;
  }

  .d-x1550-table {
    display: table !important;
  }

  .d-x1550-table-row {
    display: table-row !important;
  }

  .d-x1550-table-cell {
    display: table-cell !important;
  }

  .d-x1550-flex {
    display: flex !important;
  }

  .d-x1550-inline-flex {
    display: inline-flex !important;
  }

  .d-x1550-none {
    display: none !important;
  }

  .flex-x1550-fill {
    flex: 1 1 auto !important;
  }

  .flex-x1550-row {
    flex-direction: row !important;
  }

  .flex-x1550-column {
    flex-direction: column !important;
  }

  .flex-x1550-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-x1550-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-x1550-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-x1550-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-x1550-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-x1550-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-x1550-wrap {
    flex-wrap: wrap !important;
  }

  .flex-x1550-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-x1550-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-x1550-start {
    justify-content: flex-start !important;
  }

  .justify-content-x1550-end {
    justify-content: flex-end !important;
  }

  .justify-content-x1550-center {
    justify-content: center !important;
  }

  .justify-content-x1550-between {
    justify-content: space-between !important;
  }

  .justify-content-x1550-around {
    justify-content: space-around !important;
  }

  .justify-content-x1550-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-x1550-start {
    align-items: flex-start !important;
  }

  .align-items-x1550-end {
    align-items: flex-end !important;
  }

  .align-items-x1550-center {
    align-items: center !important;
  }

  .align-items-x1550-baseline {
    align-items: baseline !important;
  }

  .align-items-x1550-stretch {
    align-items: stretch !important;
  }

  .align-content-x1550-start {
    align-content: flex-start !important;
  }

  .align-content-x1550-end {
    align-content: flex-end !important;
  }

  .align-content-x1550-center {
    align-content: center !important;
  }

  .align-content-x1550-between {
    align-content: space-between !important;
  }

  .align-content-x1550-around {
    align-content: space-around !important;
  }

  .align-content-x1550-stretch {
    align-content: stretch !important;
  }

  .align-self-x1550-auto {
    align-self: auto !important;
  }

  .align-self-x1550-start {
    align-self: flex-start !important;
  }

  .align-self-x1550-end {
    align-self: flex-end !important;
  }

  .align-self-x1550-center {
    align-self: center !important;
  }

  .align-self-x1550-baseline {
    align-self: baseline !important;
  }

  .align-self-x1550-stretch {
    align-self: stretch !important;
  }

  .order-x1550-first {
    order: -1 !important;
  }

  .order-x1550-0 {
    order: 0 !important;
  }

  .order-x1550-1 {
    order: 1 !important;
  }

  .order-x1550-2 {
    order: 2 !important;
  }

  .order-x1550-3 {
    order: 3 !important;
  }

  .order-x1550-4 {
    order: 4 !important;
  }

  .order-x1550-5 {
    order: 5 !important;
  }

  .order-x1550-last {
    order: 6 !important;
  }

  .m-x1550-0 {
    margin: 0 !important;
  }

  .m-x1550-1 {
    margin: 0.25rem !important;
  }

  .m-x1550-2 {
    margin: 0.5rem !important;
  }

  .m-x1550-3 {
    margin: 1rem !important;
  }

  .m-x1550-4 {
    margin: 1.5rem !important;
  }

  .m-x1550-5 {
    margin: 3rem !important;
  }

  .m-x1550-auto {
    margin: auto !important;
  }

  .mx-x1550-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-x1550-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-x1550-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-x1550-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-x1550-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-x1550-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-x1550-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-x1550-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-x1550-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-x1550-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-x1550-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-x1550-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-x1550-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-x1550-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-x1550-0 {
    margin-top: 0 !important;
  }

  .mt-x1550-1 {
    margin-top: 0.25rem !important;
  }

  .mt-x1550-2 {
    margin-top: 0.5rem !important;
  }

  .mt-x1550-3 {
    margin-top: 1rem !important;
  }

  .mt-x1550-4 {
    margin-top: 1.5rem !important;
  }

  .mt-x1550-5 {
    margin-top: 3rem !important;
  }

  .mt-x1550-auto {
    margin-top: auto !important;
  }

  .me-x1550-0 {
    margin-right: 0 !important;
  }

  .me-x1550-1 {
    margin-right: 0.25rem !important;
  }

  .me-x1550-2 {
    margin-right: 0.5rem !important;
  }

  .me-x1550-3 {
    margin-right: 1rem !important;
  }

  .me-x1550-4 {
    margin-right: 1.5rem !important;
  }

  .me-x1550-5 {
    margin-right: 3rem !important;
  }

  .me-x1550-auto {
    margin-right: auto !important;
  }

  .mb-x1550-0 {
    margin-bottom: 0 !important;
  }

  .mb-x1550-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-x1550-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-x1550-3 {
    margin-bottom: 1rem !important;
  }

  .mb-x1550-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-x1550-5 {
    margin-bottom: 3rem !important;
  }

  .mb-x1550-auto {
    margin-bottom: auto !important;
  }

  .ms-x1550-0 {
    margin-left: 0 !important;
  }

  .ms-x1550-1 {
    margin-left: 0.25rem !important;
  }

  .ms-x1550-2 {
    margin-left: 0.5rem !important;
  }

  .ms-x1550-3 {
    margin-left: 1rem !important;
  }

  .ms-x1550-4 {
    margin-left: 1.5rem !important;
  }

  .ms-x1550-5 {
    margin-left: 3rem !important;
  }

  .ms-x1550-auto {
    margin-left: auto !important;
  }

  .p-x1550-0 {
    padding: 0 !important;
  }

  .p-x1550-1 {
    padding: 0.25rem !important;
  }

  .p-x1550-2 {
    padding: 0.5rem !important;
  }

  .p-x1550-3 {
    padding: 1rem !important;
  }

  .p-x1550-4 {
    padding: 1.5rem !important;
  }

  .p-x1550-5 {
    padding: 3rem !important;
  }

  .px-x1550-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-x1550-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-x1550-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-x1550-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-x1550-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-x1550-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-x1550-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-x1550-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-x1550-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-x1550-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-x1550-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-x1550-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-x1550-0 {
    padding-top: 0 !important;
  }

  .pt-x1550-1 {
    padding-top: 0.25rem !important;
  }

  .pt-x1550-2 {
    padding-top: 0.5rem !important;
  }

  .pt-x1550-3 {
    padding-top: 1rem !important;
  }

  .pt-x1550-4 {
    padding-top: 1.5rem !important;
  }

  .pt-x1550-5 {
    padding-top: 3rem !important;
  }

  .pe-x1550-0 {
    padding-right: 0 !important;
  }

  .pe-x1550-1 {
    padding-right: 0.25rem !important;
  }

  .pe-x1550-2 {
    padding-right: 0.5rem !important;
  }

  .pe-x1550-3 {
    padding-right: 1rem !important;
  }

  .pe-x1550-4 {
    padding-right: 1.5rem !important;
  }

  .pe-x1550-5 {
    padding-right: 3rem !important;
  }

  .pb-x1550-0 {
    padding-bottom: 0 !important;
  }

  .pb-x1550-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-x1550-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-x1550-3 {
    padding-bottom: 1rem !important;
  }

  .pb-x1550-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-x1550-5 {
    padding-bottom: 3rem !important;
  }

  .ps-x1550-0 {
    padding-left: 0 !important;
  }

  .ps-x1550-1 {
    padding-left: 0.25rem !important;
  }

  .ps-x1550-2 {
    padding-left: 0.5rem !important;
  }

  .ps-x1550-3 {
    padding-left: 1rem !important;
  }

  .ps-x1550-4 {
    padding-left: 1.5rem !important;
  }

  .ps-x1550-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1920px) {
  .d-x1920-inline {
    display: inline !important;
  }

  .d-x1920-inline-block {
    display: inline-block !important;
  }

  .d-x1920-block {
    display: block !important;
  }

  .d-x1920-grid {
    display: grid !important;
  }

  .d-x1920-table {
    display: table !important;
  }

  .d-x1920-table-row {
    display: table-row !important;
  }

  .d-x1920-table-cell {
    display: table-cell !important;
  }

  .d-x1920-flex {
    display: flex !important;
  }

  .d-x1920-inline-flex {
    display: inline-flex !important;
  }

  .d-x1920-none {
    display: none !important;
  }

  .flex-x1920-fill {
    flex: 1 1 auto !important;
  }

  .flex-x1920-row {
    flex-direction: row !important;
  }

  .flex-x1920-column {
    flex-direction: column !important;
  }

  .flex-x1920-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-x1920-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-x1920-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-x1920-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-x1920-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-x1920-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-x1920-wrap {
    flex-wrap: wrap !important;
  }

  .flex-x1920-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-x1920-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-x1920-start {
    justify-content: flex-start !important;
  }

  .justify-content-x1920-end {
    justify-content: flex-end !important;
  }

  .justify-content-x1920-center {
    justify-content: center !important;
  }

  .justify-content-x1920-between {
    justify-content: space-between !important;
  }

  .justify-content-x1920-around {
    justify-content: space-around !important;
  }

  .justify-content-x1920-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-x1920-start {
    align-items: flex-start !important;
  }

  .align-items-x1920-end {
    align-items: flex-end !important;
  }

  .align-items-x1920-center {
    align-items: center !important;
  }

  .align-items-x1920-baseline {
    align-items: baseline !important;
  }

  .align-items-x1920-stretch {
    align-items: stretch !important;
  }

  .align-content-x1920-start {
    align-content: flex-start !important;
  }

  .align-content-x1920-end {
    align-content: flex-end !important;
  }

  .align-content-x1920-center {
    align-content: center !important;
  }

  .align-content-x1920-between {
    align-content: space-between !important;
  }

  .align-content-x1920-around {
    align-content: space-around !important;
  }

  .align-content-x1920-stretch {
    align-content: stretch !important;
  }

  .align-self-x1920-auto {
    align-self: auto !important;
  }

  .align-self-x1920-start {
    align-self: flex-start !important;
  }

  .align-self-x1920-end {
    align-self: flex-end !important;
  }

  .align-self-x1920-center {
    align-self: center !important;
  }

  .align-self-x1920-baseline {
    align-self: baseline !important;
  }

  .align-self-x1920-stretch {
    align-self: stretch !important;
  }

  .order-x1920-first {
    order: -1 !important;
  }

  .order-x1920-0 {
    order: 0 !important;
  }

  .order-x1920-1 {
    order: 1 !important;
  }

  .order-x1920-2 {
    order: 2 !important;
  }

  .order-x1920-3 {
    order: 3 !important;
  }

  .order-x1920-4 {
    order: 4 !important;
  }

  .order-x1920-5 {
    order: 5 !important;
  }

  .order-x1920-last {
    order: 6 !important;
  }

  .m-x1920-0 {
    margin: 0 !important;
  }

  .m-x1920-1 {
    margin: 0.25rem !important;
  }

  .m-x1920-2 {
    margin: 0.5rem !important;
  }

  .m-x1920-3 {
    margin: 1rem !important;
  }

  .m-x1920-4 {
    margin: 1.5rem !important;
  }

  .m-x1920-5 {
    margin: 3rem !important;
  }

  .m-x1920-auto {
    margin: auto !important;
  }

  .mx-x1920-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-x1920-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-x1920-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-x1920-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-x1920-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-x1920-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-x1920-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-x1920-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-x1920-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-x1920-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-x1920-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-x1920-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-x1920-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-x1920-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-x1920-0 {
    margin-top: 0 !important;
  }

  .mt-x1920-1 {
    margin-top: 0.25rem !important;
  }

  .mt-x1920-2 {
    margin-top: 0.5rem !important;
  }

  .mt-x1920-3 {
    margin-top: 1rem !important;
  }

  .mt-x1920-4 {
    margin-top: 1.5rem !important;
  }

  .mt-x1920-5 {
    margin-top: 3rem !important;
  }

  .mt-x1920-auto {
    margin-top: auto !important;
  }

  .me-x1920-0 {
    margin-right: 0 !important;
  }

  .me-x1920-1 {
    margin-right: 0.25rem !important;
  }

  .me-x1920-2 {
    margin-right: 0.5rem !important;
  }

  .me-x1920-3 {
    margin-right: 1rem !important;
  }

  .me-x1920-4 {
    margin-right: 1.5rem !important;
  }

  .me-x1920-5 {
    margin-right: 3rem !important;
  }

  .me-x1920-auto {
    margin-right: auto !important;
  }

  .mb-x1920-0 {
    margin-bottom: 0 !important;
  }

  .mb-x1920-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-x1920-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-x1920-3 {
    margin-bottom: 1rem !important;
  }

  .mb-x1920-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-x1920-5 {
    margin-bottom: 3rem !important;
  }

  .mb-x1920-auto {
    margin-bottom: auto !important;
  }

  .ms-x1920-0 {
    margin-left: 0 !important;
  }

  .ms-x1920-1 {
    margin-left: 0.25rem !important;
  }

  .ms-x1920-2 {
    margin-left: 0.5rem !important;
  }

  .ms-x1920-3 {
    margin-left: 1rem !important;
  }

  .ms-x1920-4 {
    margin-left: 1.5rem !important;
  }

  .ms-x1920-5 {
    margin-left: 3rem !important;
  }

  .ms-x1920-auto {
    margin-left: auto !important;
  }

  .p-x1920-0 {
    padding: 0 !important;
  }

  .p-x1920-1 {
    padding: 0.25rem !important;
  }

  .p-x1920-2 {
    padding: 0.5rem !important;
  }

  .p-x1920-3 {
    padding: 1rem !important;
  }

  .p-x1920-4 {
    padding: 1.5rem !important;
  }

  .p-x1920-5 {
    padding: 3rem !important;
  }

  .px-x1920-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-x1920-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-x1920-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-x1920-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-x1920-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-x1920-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-x1920-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-x1920-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-x1920-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-x1920-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-x1920-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-x1920-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-x1920-0 {
    padding-top: 0 !important;
  }

  .pt-x1920-1 {
    padding-top: 0.25rem !important;
  }

  .pt-x1920-2 {
    padding-top: 0.5rem !important;
  }

  .pt-x1920-3 {
    padding-top: 1rem !important;
  }

  .pt-x1920-4 {
    padding-top: 1.5rem !important;
  }

  .pt-x1920-5 {
    padding-top: 3rem !important;
  }

  .pe-x1920-0 {
    padding-right: 0 !important;
  }

  .pe-x1920-1 {
    padding-right: 0.25rem !important;
  }

  .pe-x1920-2 {
    padding-right: 0.5rem !important;
  }

  .pe-x1920-3 {
    padding-right: 1rem !important;
  }

  .pe-x1920-4 {
    padding-right: 1.5rem !important;
  }

  .pe-x1920-5 {
    padding-right: 3rem !important;
  }

  .pb-x1920-0 {
    padding-bottom: 0 !important;
  }

  .pb-x1920-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-x1920-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-x1920-3 {
    padding-bottom: 1rem !important;
  }

  .pb-x1920-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-x1920-5 {
    padding-bottom: 3rem !important;
  }

  .ps-x1920-0 {
    padding-left: 0 !important;
  }

  .ps-x1920-1 {
    padding-left: 0.25rem !important;
  }

  .ps-x1920-2 {
    padding-left: 0.5rem !important;
  }

  .ps-x1920-3 {
    padding-left: 1rem !important;
  }

  .ps-x1920-4 {
    padding-left: 1.5rem !important;
  }

  .ps-x1920-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;
  }
}
.container {
  max-width: 1216px !important;
}

@media (max-width: 1919.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 728px;
  }
  .gif-block{
    width: 100% !important;
  }
}
@media (max-width: 479.98px) {
  .container {
    max-width: 440px;
  }
}
@media (max-width: 359.98px) {
  .container {
    max-width: 320px;
  }
}
* {
  box-sizing: border-box;
}

h1 {
  font-size: 46px;
  line-height: 115%;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}

@font-face {
  font-family: "NexaScript Regular";
  /* Имя шрифта */
  src: url(../fonts/nexascript_regular.ttf);
  /* Путь к файлу со шрифтом */
}
@font-face {
  font-family: "NexaScript Bold";
  /* Имя шрифта */
  src: url(../fonts/nexascript_bold.ttf);
  /* Путь к файлу со шрифтом */
}
@font-face {
  font-family: "NexaScript Light";
  /* Имя шрифта */
  src: url(../fonts/nexascript_light.ttf);
  /* Путь к файлу со шрифтом */
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}

body {
  font-family: "Raleway", sans-serif !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 17px;
  font-weight: 400;
  color: black;
  background: #F4F3EF;
}

p {
  padding: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #000000;
}

.video-section {
  position: relative;
  background: #000;
  overflow: hidden;
  height: 600px;
  opacity: 0.5;
}

.video-section video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hello-screen {
  position: relative;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 12px;
  justify-content: space-between;
}

.main-logo {
  margin-right: 33px;
}

.main-navigation {
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  margin-right: 65px;
  list-style: none;
  display: flex;
  flex-grow: 1;
  justify-content: start;
}

.navigation-link {
  color: #01161E;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link:hover {
  color: #01161E;
}

.navigation-link__sub-menu svg {
  margin-left: 4px;
}

.navigation-link__sub-menu:hover svg path {
  fill: #01161E;
}

.navigation-link__sub-menu svg path {
  fill: #01161E;
}

.mobile-menu-wrapper {
  z-index: 101;
  margin-right: 0;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  position: fixed;
  padding: 89px 29px 29px 29px;
  top: 0;
  bottom: 0;
  right: 0;
  width: 327px !important;
  background: linear-gradient(115.53deg, #fafafb 0%, #ecedf0 100%);
}

.main-navigation.mobile-menu {
  flex-direction: column;
  flex-grow: 0;
}

.main-navigation.mobile-menu .modal-window-close-button {
  background-image: url(../images/mobile-menu-close-button.svg);
  width: 25px;
  height: 25px;
  top: 30px;
  right: 50px;
}

.main-navigation.mobile-menu .main-navigation-item {
  margin-bottom: 25px;
  
}
.main-navigation-item{
  margin-right: 20px;
}

.main-navigation.mobile-menu .navigation-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #2d2d2d;
  transition: all 0.2s ease-out;
}

.main-navigation.mobile-menu .navigation-link:hover {
  color: #01161E;
}

.main-navigation.mobile-menu .navigation-link__sub-menu svg path {
  fill: #000;
  transition: all 0.2s ease-out;
}

.main-navigation.mobile-menu .navigation-link__sub-menu:hover svg path {
  fill: #01161E;
}

.main-navigation.mobile-menu .navigation-link__sub-menu.open {
  color: #01161E;
}

.main-navigation.mobile-menu .navigation-link__sub-menu.open svg {
  transform: rotate(180deg);
}

.main-navigation.mobile-menu .navigation-link__sub-menu.open svg path {
  fill: #01161E;
}

.main-navigation.mobile-menu .sub-menu-list-titl {
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
}

.main-navigation.mobile-menu .sub-menu-list {
  padding-bottom: 14px;
  border-bottom: 1px solid #c9c9c9;
}

.main-navigation.mobile-menu .sub-menu-block:last-of-type .sub-menu-list {
  border-bottom: none;
}

.main-navigation.mobile-menu .sub-menu-list-link {
  font-weight: 400;
  color: #333333;
}

.main-navigation.mobile-menu .sub-menu-list-link:hover {
  color: #01161E;
}

.main-navigation.mobile-menu .sub-menu-list-item {
  margin-bottom: 7px;
}

.main-navigation.mobile-menu .sub-menu-block {
  width: 269px;
  min-width: unset;
  padding: 0;
  min-height: fit-content;
}

.main-navigation.mobile-menu .sub-menu-block:nth-child(4),
.main-navigation.mobile-menu .sub-menu-block:nth-child(5),
.main-navigation.mobile-menu .sub-menu-block:nth-child(6) {
  height: fit-content;
}

.main-navigation.mobile-menu .sub-menu-block:nth-child(7) {
  margin-bottom: 30px;
}

.main-header-contacts {
  display: flex;
  margin-left: auto;
}

.main-header-contacts__right {
  margin-left: 39px;
  margin-right: 10px;
}

.header-contact-item {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.main-header-contacts__right .header-contact-item:nth-child(2),
.main-header-contacts__left .header-contact-item:nth-child(2) {
  margin-bottom: 0;
}

.header-contact-item-icon {
  margin-right: 10px;
}

.header-contact-item-text {
  font-weight: 600;
  font-size: 16px;
  color: #01161E;
}

.header-contact-item-text.phone {
  font-weight: 700;
}

.header-contact-item-text a {
  text-decoration: none;
  color: #01161E;
}
.hello-screen-second{
    background: rgb(201, 201, 201) !important;
}

.mobile-menu-wrapper .header-contact-item-text a {
  color: #000;
}

.header-action-call {
  color: #01161E;
  font-weight: 400;
  font-size: 14px;
}

.sub-menu-wrapper {
  position: absolute;
  top: 10px;
  padding: 30px;
  background: linear-gradient(115.53deg, #fafafb 0%, #ecedf0 100%);
  border-radius: 3px;
}

.main-navigation .sub-menu-wrapper {
  display: none;
  top: 40px;
  width: 957px;
}

.main-navigation .sub-menu-block {
  min-width: 299px;
  min-height: 240px;
  padding: 15px;
  margin-right: 0;
  margin-bottom: 0;
}

.main-navigation .sub-menu-block:nth-child(4),
.main-navigation .sub-menu-block:nth-child(5),
.main-navigation .sub-menu-block:nth-child(6) {
  height: 196px;
}

.sub-menu-list-link:hover {
  color: #01161E;
}

.main-navigation .sub-menu-decorate-line-horizontal {
  top: 246px;
}

.main-navigation .sub-menu-decorate-line-vertical {
  left: 296px;
}

.main-navigation .sub-menu-decorate-line-vertical {
  height: 100%;
  left: 296px;
}

.main-navigation .sub-menu-decorate-line-vertical:nth-child(2) {
  left: 588px;
}

.mobile-menu-button {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: 60px;
  margin-right: 25px;
  background-image: url(../images/mobile-menu-button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
}

.main-navigation.mobile-menu .header-contact-item {
  margin-bottom: 20px;
}

.main-navigation.mobile-menu .header-contact-item-text,
.main-navigation.mobile-menu .header-action-call {
  color: #000;
}

.main-navigation.mobile-menu .header-action-call {
  text-decoration: underline;
  font-size: 14px;
}

.main-navigation.mobile-menu .main-header-contacts__right {
  margin-bottom: 40px;
  margin-left: 0px !important;
}

.mobile-sub-menu-wrapper {
  padding-top: 30px;
  display: none;
}

@media (max-width: 1439.98px) {
  .main-navigation {
    margin-right: 25px;
    justify-content: flex-start;
  }

  .navigation-link {
    margin-right: 10px;
  }

  .navigation-link {
    font-size: 14px;
  }

  .header-contact-item-text {
    font-size: 12px;
  }
}
@media (max-width: 999.98px) {
  .header-contact-item-text {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .main-header-contacts {
    flex-wrap: wrap;
  }

  .main-header-contacts__right {
    margin-left: 8px;
  }

  .header-contact-item-text {
    font-size: 10px;
  }

  .mobile-menu .header-contact-item-text {
    font-size: 16px;
  }

  .mobile-menu-button {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (max-width: 479.98px) {
  .mobile-menu-wrapper {
    width: 100% !important;
  }

  .main-logo {
    margin-right: auto;
  }

  .main-header-contacts {
    margin-left: 0;
  }

  .main-header-contacts__left {
    width: 100%;
  }
}
.title-section {
  position: relative;
  margin-bottom: 50px;
}

.title-section.container {
  width: 980px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.main-title-section-container {
  max-width: 1010px;
  position: absolute;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background: #F4F3EF;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  transform: translateY(-50%);
}

.main-title-section {
  margin-bottom: 0;
}

.main-title-section .title-section-title {
  margin-top: 50px;
}

.title-section-title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 115%;
  margin-top: 0px;
  margin-bottom: 24px;
  text-align: center;
}

.title-section-decorate-line {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 24px;
  border: 1px solid #01161E;
  border-radius: 3px;
}

.title-section-decorate-line:after {
  content: url(../images/marked-list-icon.svg);
  position: absolute;
  left: 50%;
  top: -12px;
  transform: scale(2);
  color: #01161E;
}

.title-section-description {
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 999.98px) {
  .title-section.container {
    width: auto !important;
    padding-right: var(--bs-gutter-x, 0.75rem) !important;
    padding-left: var(--bs-gutter-x, 0.75rem) !important;
  }

  .title-section-title {
    font-size: 46px;
  }

  .main-title-section-container {
    position: relative;
    transform: unset;
    border-radius: 0;
    padding-bottom: 50px;
    box-shadow: none;
  }
}
@media (max-width: 479.98px) {
  .title-section-title {
    font-size: 36px;
  }
}
.servises {
  padding-top: 205px;
  padding-bottom: 10px;
  position: relative;
/*   background: linear-gradient(115.53deg, #fafafb 0%, #ecedf0 100%); */
background: #F4F3EF;
  overflow-x: hidden;
}

.servises-image {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  right: -590px;
  pointer-events: none;
}

.sub-menu-decorate-line {
  height: 1px;
  position: absolute;
  background: #c9c9c9;
  border-radius: 5px;
}

.sub-menu-decorate-line-horizontal {
  top: 266px;
  width: calc(100% - 40px);
}

.sub-menu-decorate-line-horizontal:nth-child(2) {
  display: none;
}

.sub-menu-decorate-line-vertical {
  height: 462px;
  left: 289px;
  width: 1px;
}

.sub-menu-decorate-line-vertical:nth-child(4) {
  left: 568px;
}

.sub-menu-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.sub-menu-list-titl {
  margin-bottom: 15px;
  margin-top: 20px;
  display: inline-flex;
  font-weight: 600;
  font-size: 18px;
}

.sub-menu-block {
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 279px;
  min-height: 256px;
}

.sub-menu-block:nth-child(3n) {
  margin-right: 0;
}

.sub-menu-list {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}

.sub-menu-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.sub-menu-list-link {
  display: inline-block;
  color: #333333;
  font-size: 15px;
  line-height: 125%;
  text-decoration: none;
  margin-left: 8px;
  transition: all 0.2s ease-out;
}

.sub-menu-list-item:before {
  content: url(../images/marked-list-icon.svg);
}

@media (max-width: 1439.98px) {
  .servises .sub-menu-container {
    width: 895.5px;
  }

  .servises .servises-image {
    width: 90%;
    right: -500px;
  }
}
@media (max-width: 999.98px) {
  .servises {
    padding-top: 60px;
  }

  .servises .servises-image {
    display: none;
  }
}
@media (max-width: 909.98px) {
  .servises .sub-menu-container {
    width: auto;
  }

  .servises .sub-menu-block {
    margin-right: 0;
    margin-bottom: 20px;
    width: 50%;
  }

  .servises .sub-menu-decorate-line-vertical {
    left: 47%;
    height: 702px;
  }

  .servises .sub-menu-decorate-line-vertical:nth-child(2) {
    display: none;
  }

  .servises .sub-menu-decorate-line-horizontal {
    width: 100%;
  }

  .servises .sub-menu-decorate-line-horizontal:nth-child(2) {
    top: 532px;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .servises-container {
    justify-content: space-around;
  }

  .servises .sub-menu-block {
    padding-left: 30px;
  }

  .servises .sub-menu-decorate-line-vertical {
    left: 50%;
  }
}
@media (max-width: 631.98px) {
  .servises .sub-menu-block {
    padding-bottom: 20px;
    min-height: fit-content;
    margin-bottom: 20px;
    border-bottom: 1px solid #01161E;
    width: 100%;
  }

  .servises .sub-menu-block:last-of-type {
    border-bottom: none;
  }

  .servises .sub-menu-decorate-line.sub-menu-decorate-line-vertical,
.servises .sub-menu-decorate-line.sub-menu-decorate-line-horizontal {
    display: none;
  }

  .sub-menu-list-titl {
    margin-top: 0;
  }
}
.about-clinic {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

.full-width-gallary {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-template-rows: repeat(8, 5vw);
  grid-gap: 15px;
}

.full-width-gallary figure {
  margin: 0;
  overflow: hidden;
}

.full-width-gallary a {
  width: 100%;
  height: 100%;
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 5;
}

.gallery__item--2 {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 5;
}

.gallery__item--3 {
  grid-column-start: 10;
  grid-column-end: 16;
  grid-row-start: 1;
  grid-row-end: 5;
}

.gallery__item--4 {
  grid-column-start: 16;
  grid-column-end: 19;
  grid-row-start: 1;
  grid-row-end: 5;
}

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 9;
}

.gallery__item--6 {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 5;
  grid-row-end: 9;
}

.gallery__item--7 {
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 5;
  grid-row-end: 9;
}

.gallery__item--8 {
  grid-column-start: 13;
  grid-column-end: 19;
  grid-row-start: 5;
  grid-row-end: 9;
}

@media (max-width: 999.98px) {
  .full-width-gallary {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(24, 5vw);
    grid-gap: 10px;
  }

  .gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 9;
  }

  .gallery__item--2 {
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 9;
    grid-row-end: 17;
  }

  .gallery__item--3 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 13;
    grid-row-end: 17;
  }

  .gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 17;
    grid-row-end: 25;
  }

  .gallery__item--5 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 9;
    grid-row-end: 17;
  }

  .gallery__item--6 {
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 9;
  }

  .gallery__item--7 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 9;
    grid-row-end: 13;
  }

  .gallery__item--8 {
    grid-column-start: 5;
    grid-column-end: 13;
    grid-row-start: 17;
    grid-row-end: 25;
  }
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slbOverlay {
  background: rgb(0, 0, 0) !important;
}

@media (max-width: 1919.98px) {
  .full-width-gallary {
    justify-content: center;
  }

  .full-width-gallary a {
    display: inline-flex;
  }

  .full-width-gallary a:nth-child(4n) {
    margin-right: 10px;
  }
}
@media (max-width: 1439.98px) {
  .about-clinic {
    padding-top: 60px;
  }
}
.benefits {
  position: relative;
  /* background: linear-gradient(115.53deg, #fafafb 0%, #ecedf0 100%); */
  background: #F4F3EF;
  margin-top: -20px;
  padding-top: 100px;
  padding-bottom: 244px;
}

.benefits .container {
  position: relative;
}

.benefits-image {
  position: absolute;
 bottom: -243px;
  /* bottom: -150px; */
  left: -225px;
}

.benefits-list {
  position: relative;
  /* margin-top: 192px;  */
  margin-top: 120px;
  padding: 20px 10px 0;
}

.benefit-item {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}

.benefit-item:nth-child(3),
.benefit-item:nth-child(6) {
  border-right: unset;
}

.benefit-item:nth-child(4),
.benefit-item:nth-child(5),
.benefit-item:nth-child(6) {
  border-bottom: unset;
}

.benefit-item:nth-child(4),
.benefit-item:nth-child(5),
.benefit-item:nth-child(6) {
  margin-bottom: 0;
}

.benefit-item-num {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #01161E;
}

.benefit-item-text {
  font-weight: 500;
  font-size: 18px;
}

.benefits-decorate-line {
  position: absolute;
  border-radius: 5px;
  background: #c9c9c9;
  display: none;
}

.benefits-decorate-line-horizontal {
  width: 100%;
  height: 1px;
  top: 60%;
  left: -10px;
}

.benefits-decorate-line-vertical {
  width: 1px;
  height: 100%;
}

.benefits-decorate-line-vertical:nth-child(3) {
  left: 300px;
}

.benefits-decorate-line-vertical:nth-child(2) {
  left: 600px;
}

@media (max-width: 1439.98px) {
  .benefits {
    padding-top: 80px;
  }
}
@media (max-width: 1439.98px) {
  .benefits-image {
    /* bottom: -243px; */
    bottom: -150px;
    left: -272px;
  }

  .benefits-decorate-line-vertical:nth-child(2) {
    left: 66%;
  }

  .benefits-decorate-line-vertical:nth-child(3) {
    left: 33%;
  }

  .service-page .benefits-image {
    left: -212px;
  }
}
@media (max-width: 999.98px) {
  .benefits {
    padding-bottom: 95px;
  }

  .benefits-list {
    padding-top: 0;
    margin-top: 80px;
  }

  .benefit-item-text {
    padding-right: 10px;
  }

  .benefits-list .row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .benefits-decorate-line-horizontal {
    width: unset;
    left: 10px;
    right: 10px;
  }

  .benefits-decorate-line-vertical:nth-child(2) {
    left: 66.5%;
  }

  .benefits-decorate-line-vertical:nth-child(3) {
    left: 35%;
  }

  .benefits-image {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .benefits-item {
    padding-bottom: 20px;
    padding-left: 30px;
    border-right: 1px solid #01161E !important;
  }

  .benefit-item:nth-child(3) {
    border-right: 1px solid #01161E !important;
  }

  .benefit-item:nth-child(4) {
    border-bottom: 1px solid #01161E;
  }

  .benefit-item:nth-child(5),
.benefit-item:nth-child(6) {
    border-bottom: unset;
  }

  .benefit-item:nth-child(2n) {
    border-right: unset;
  }

  .benefit-item:nth-child(1),
.benefit-item:nth-child(4) {
    padding-left: 30px;
  }

  .benefits-decorate-line-vertical:nth-child(3) {
    display: none;
  }

  .benefits-decorate-line-vertical:nth-child(2) {
    left: 50%;
  }

  .benefits-decorate-line-horizontal {
    top: 38%;
  }

  .benefits-decorate-line-horizontal:nth-child(4) {
    top: 72%;
  }
}
@media (max-width: 479.98px) {
  .benefits-decorate-line-horizontal,
.benefits-decorate-line-vertical {
    display: none;
  }

  .benefit-item {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .benefit-item {
    margin-top: 0;
    border-right: unset !important;
    border-bottom: 1px solid #01161E;
  }

  .benefit-item:nth-child(3) {
    border-right: unset !important;
  }

  .benefit-item:nth-child(5),
.benefit-item:nth-child(6) {
    border-bottom: 1px solid #01161E;
  }

  .benefit-item-text {
    margin-bottom: 10px;
  }

  .benefits-item,
.benefit-item:nth-child(3),
.benefit-item:nth-child(6),
.benefit-item:nth-child(2),
.benefit-item:nth-child(5),
.benefit-item:nth-child(1),
.benefit-item:nth-child(4) {
    padding-left: 0 !important;
  }
}
.specialists {
  padding-top: 100px;
  padding-bottom: 100px;
}

.specialists-list {
  display: flex;
  justify-content: space-between;
}

.specialist-item {
  position: relative;
  min-width: 289px !important;
}

.specialist-item-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 56px 20px 20px 20px;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.specialist-name {
  display: inline-flex;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  color: white;
}

.specialist-description {
  font-size: 14px;
  color: #e0e0e0;
}

.lSSlideOuter {
  max-width: 1216px !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.specialists .lSPager.lSpg {
  display: none;
}

.specialists .lSAction {
  display: none !important;
}

.specialists .lSAction > a {
  background-position: unset;
  opacity: 0;
  height: 45px;
  width: 25px;
}

.specialists .lSAction > .lSPrev {
  background-image: url(../images/slider-icon-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.specialists .lSAction > .lSNext {
  background-image: url(../images/slider-icon-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1439.98px) {
  .specialists .lSAction > a {
    opacity: 1;
  }
}
@media (max-width: 1213.98px) {
  .specialists .lSAction {
    display: block !important;
  }
}
@media (max-width: 999.98px) {
  .specialists {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .specialists .lSSlideOuter {
    padding-left: 20px;
  }
}
footer {
  background-color: rgb(201, 201, 201);
}

.footer-container .row {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-contact-columm {
  padding-right: 0;
}

.footer-title {
  display: inline-flex;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #01161E;
}

.footer-contact-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}

.footer-contact-item {
  display: flex;
  color: #01161E;
  margin-bottom: 10px;
}

.footer-contact-icon {
  margin-right: 10px;
}

.footer-contact-text {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.footer-contact-text-phone a {
  color: #01161E;
  text-decoration: none;
}

.footer-contact-phone .footer-contact-text {
  font-weight: 600;
}

.footer-social-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}

.footer-social-item {
  margin-right: 20px;
}

.footer-menu-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-menu-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #01161E;
  transition: all 0.2 ease-out;
}

.footer-menu-link:hover {
  color: #01161E;
}

.footer-menu-item {
  margin-bottom: 10px;
}

.footer-menu-link:before {
  content: "";
  margin-right: 10px;
  background-image: url(../images/marked-list-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
}

.footer-low-row {
  padding: 25px 0;
  width: 100%;
  border-top: 1px solid rgb(154, 154, 154);
  color: rgb(154, 154, 154);
  text-align: center;
}

@media (max-width: 999.98px) {
  .footer-logo-column {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer-logo-column,
.footer-contact-column,
.footer-menu-column {
    margin-bottom: 30px;
  }
}
.modal-window-overlay {
  position: fixed;
  z-index: 100;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-window-close-button {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: transparent;
  background-image: url(../images/close-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transition: all 0.2s ease-out;
}

@media (max-width: 767.98px) {
  .modal-window-close-button {
    top: 35px;
    right: 20px;
  }
}
.modal-window-close-button:hover {
  transform: scale(1.1);
  filter: saturate(1.3);
}

.modal-window-wrapper {
  display: flex;
  cursor: default;
  flex-direction: column;
  padding: 60px;
  background: linear-gradient(115.53deg, #fafafb 0%, #ecedf0 100%);
  position: relative;
}

.modal-window-title {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Times New Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 115%;
}

.modal-window-description {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 60px;
}

.modal-window-thanks .modal-window-description {
  margin-bottom: 0;
  width: 406px;
}

.twentytwenty-plagin {
  width: 100%;
  height: a;
}

.callback-input {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.51);
  font-size: 14px;
  line-height: 16px;
  outline: none;
  padding-bottom: 7px;
  background: transparent;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #01161E;
  -webkit-appearance: none;
}

.callback-input.callback-input-error {
  border-color: rgb(235, 87, 87);
}

.submit-button {
  padding: 14px 28px;
  cursor: pointer;
  color: white;
  border: none;
  border-radius: 3px;
  background-color: #2d2d2d;
  transition: all 0.2s ease-out;
  -webkit-appearance: none;
}

.submit-button:hover {
  background-color: #acacac;
  color: #2d2d2d;
}

.form-error-text {
  display: none;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* Red */
  color: #eb5757;
}

@media (max-width: 767.98px) {
  .modal-window-wrapper {
    padding: 30px;
  }

  .modal-window-description {
    margin-bottom: 30px;
  }
}
.equipments-toggle {
  margin-top: 60px;
  margin-bottom: 40px;
}

.equipment-item-link {
  position: relative;
  display: inline-flex;
  margin-right: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.active.equipment-item-link {
  color: #01161E;
}

.active.equipment-item-link::after {
  position: absolute;
  bottom: -6px;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #01161E;
}

.equipments {
  padding-top: 100px;
  padding-bottom: 100px;
}

.apparats-container-wrapper {
  position: relative;
}

.equipment-apparats-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transition: all 0.6s ease-in;
}

.equipment-apparats-container.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 1919.98px) {
  .equipment-apparats-container {
    left: 0;
    right: 0;
  }
}
.equipment-slider-left {
  position: relative;
}

.equipment-slider-title {
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
}

.equipments .lSSlideOuter {
  overflow: visible;
  width: 1030px;
  position: relative;
  left: -365px;
  padding-left: 0;
  padding-right: 0;
}

.equipments .lSAction > .lSPrev {
  left: 51px;
  background-image: url(../images/slider-icon-left.png);
}

.equipments .lSAction > .lSNext {
  right: 51px;
  background-image: url(../images/slider-icon-right.png);
}

@media (max-width: 767.98px) {
  .equipments .lSAction > .lSPrev {
    left: 15px;
    background-image: url(../images/slider-icon-left.png);
  }

  .equipments .lSAction > .lSNext {
    right: 15px;
    background-image: url(../images/slider-icon-right.png);
  }
}
.equipments .lSAction > a {
  opacity: 1;
}

.equipments .lSAction > a {
  background-position: unset;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  height: 28px;
  width: 15px;
}

.equipments.about-equipments .lSSlideOuter .lSPager.lSpg > li.active::after {
  top: 8px !important;
}

.equipments.about-equipments .lSSlideOuter .lSPager.lSpg {
  top: -50px;
}

.equipments .lSSlideOuter .lSPager.lSpg {
  position: relative;
  top: -40px;
}

.equipments .lSSlideOuter .lSPager.lSpg > li {
  height: 8px !important;
}

.equipments .lSSlideOuter .lSPager.lSpg > li a {
  width: 6px !important;
  height: 6px !important;
  transform: rotate(45deg);
  background-color: #01161E !important;
  border-radius: unset !important;
}

.equipments .lSSlideOuter .lSPager.lSpg > li:hover a,
.equipments .lSSlideOuter .lSPager.lSpg > li.active a {
  position: relative;
  background-color: #c9c9c9 !important;
}

.equipments .lSSlideOuter .lSPager.lSpg > li.active {
  position: relative;
}

.equipments .lSSlideOuter .lSPager.lSpg > li.active::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  left: 3px;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid #c9c9c9;
}

@media (max-width: 1919.98px) {
  .equipments .lSSlideOuter {
    width: auto;
    left: unset;
  }
}
.hello-image {
  position: relative;
  background: #000;
  overflow: hidden;
  height: 600px;
  opacity: 0.5;
}

.hello-image img {
  max-width: fit-content;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.about-service {
  padding-top: 235px;
  padding-bottom: 100px;
}

.about-service-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
}

.about-service .row {
  flex-wrap: nowrap;
}

.about-service .about-service-title:first-child {
  margin-top: 0;
}

.video-block {
  width: 950px;
  position: relative;
}

.video-block video {
  /* width: 950px; */
  box-shadow: 0 21px 31px 0 rgba(0,0,0,.29);
  width: 920px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  top: 0;
  left: 0;
}

.video-block-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 90px;
  height: 90px;
  background: transparent;
  border: none;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.video-block-img{
  padding: 0;
}

@media (max-width: 1919.98px) {
  .video-block {
    width: 50%;
  }

  .video-block video {
    width: 100%;
  }
}
@media (max-width: 999.98px) {
  .about-service {
    padding-top: 30px;
  }

  .about-service .row {
    flex-wrap: wrap;
  }

  .video-block {
    /* padding-left: 0 !important;
    padding-right: 0 !important; */
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }

  .about-service-left {
    order: 2;
  }
}
.indications-section {
  position: relative;
  background: #F4F3EF;
  padding-bottom: 100px;
  height: calc(100% - 100px);
}

.indications-section:after {
  content: "";
  top: 0;
  position: absolute;
  width: 100%;
  height: 200px;
  /* background: linear-gradient(90deg, #fafafb 0%, #ecedf0 100%); */
  background: #F4F3EF;
}

.indications-section > .container {
  max-width: 1494px !important;
  position: relative;
  z-index: 2;
  background: #ffffff;
  /* small */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}

.indication-section-title {
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 36px;
  line-height: 115%;
}

.indications {
  padding-left: 50px;
}

.contraindications {
  padding-left: 30px;
}

.indications-section ul {
  list-style: none;
  padding: 10px;
  margin: 0;
  margin-bottom: 30px;
}

.indications-section li {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #333333;
  margin-bottom: 10px;
}

.indications-section li:before {
  content: "";
  background-image: url(../images/marked-list-icon.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 10px;
  margin-right: 8px;
}

.indications-section li:last-of-type {
  margin-bottom: 0;
}

.service-page .benefits {
  /* background: linear-gradient(90deg, #fafafb 0%, #ecedf0 100%); */
  /* padding-bottom: 244px;  */
  background: #F4F3EF;
  padding-bottom: 150px;
}

@media (max-width: 767.98px) {
  .video-section {
    max-height: 461px;
  }

  .service-page .benefits {
    padding-bottom: 60px;
  }
}
@media (max-width: 479.98px) {
  .video-section {
    max-height: 280px;
  }

  .indications-section ul {
    padding-left: 0;
  }

  .indications-section li:before {
    width: 11px;
    margin-right: 4px;
  }
}
.hello-screen {
  background: rgba(1, 22, 31, 0.32);
}
.gif-block-p{
  display: flex;
  justify-content: center;
}
.inner-page .main-header {
  position: relative;
}

.services-page .breadcrumbs {
  padding-bottom: 0;
}

.breadcrumbs {
  position: absolute;
  top: 108px;
  left: 0;
  right: 0;
  padding: 30px;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-top: 0px;
  padding-bottom: 60px;
}

.inner-page .breadcrumbs {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  padding-top: 30px;
}

.breadcrumbs ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cfcfcf;
}
.breadcrumbs .active{
  color:#e0e0e0;
  font-weight: 400;
  font-size: 14px;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
}

.breadcrumbs .breadcrumbs-link {
  display: inline-flex;
  margin-right: 7px;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #e0e0e0;
  text-decoration: none;
}

.inner-page .breadcrumbs .breadcrumbs-link {
  color: #bdbdbd;
}

.breadcrumbs .breadcrumbs-item:first-of-type .breadcrumbs-link {
  color: #f2f2f2;
}

.inner-page .breadcrumbs .breadcrumbs-item:first-of-type .breadcrumbs-link {
  color: #828282;
}

.breadcrumbs .breadcrumbs-item:first-of-type .breadcrumbs-link::before {
  content: "";
}

.breadcrumbs .breadcrumbs-link:before {
  /* content: ">"; */
  margin-right: 5px;
}

.inner-page .title-section-decorate-line:after {
  top: -12px;
}

.inner-page .title-section {
  margin-bottom: 60px;
}

.price-page {
  background: #F4F3EF;
}

.price-section {
  padding-bottom: 148px;
}

.price-section-title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 115%;
  /* or 34px */
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000000;
}

.gif-block{
  width: 50%;
  height: auto;
}

.price-item {
  border-top: 1px solid #c9c9c9;
  padding-right: 40px;
  position: relative;
}

.price-item-link {
  position: relative;
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 155.23%;
  cursor: pointer;
}

.price-item::after {
  position: absolute;
  right: 32px;
  top: 20px;
  margin-left: auto;
  content: url(../images/price-item-icon.svg);
  transition: all 0.2s ease-in;
  background: transparent;
}

.downloading{
  padding-bottom: 100px;
}
.download-title{
  font-size: 20px;
  line-height: 155.23%;
  margin: 0;
  max-width: 90%;
}
.download-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-bottom: 1px solid #c9c9c9;
  text-decoration: none;
}


.price-item.open .price-item-link:after {
  transform: rotate(180deg);
}

.price-article {
  display: inline-flex;
  margin-left: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
}
.article{
  color: #828282;
  font-size: 14px;
  margin-right: 10px;
}


.price-item .price-list {
  margin-top: 0;
  display: none;
  list-style: none;
  padding: 0 30px;
  margin-bottom: 50px;
}

.price-list-item {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
}

.price-list-item-title {
  margin-right: auto;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #000000;
}

.price-list-item-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  white-space: nowrap;
  color: #000000;
}
.info-footer{
  padding: 0 !important;
  margin-bottom: 25px;
}
.info-footer>p{
  font-size: 12px;
  color: rgb(154, 154, 154);
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 999.98px) {
  .price-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .price-item-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .price-section-title {
    font-size: 24px;
  }

  .price-item::after {
    right: 10px;
    top: 15px;
  }
}
@media (max-width: 479.98px) {
  .inner-page .title-section {
    margin-bottom: 40px;
  }


  .price-item .price-list {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 35px);
  }

  .price-item::after {
    right: 0;
    top: 18px;
  }
  .download-title{
    max-width: 100%;
  }
  .download-item img{
    display: none;
  }
}
.contacts {
  margin-top: 100px;
}

.contacts-first-columnt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 380px;
}
.contacts-info{
  flex-wrap: nowrap !important;
  max-height: 100%;

}

.contacts-item {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-bottom: 30px;
}

.contact-item:last-of-type {
  margin-top: 20px;
}

.contacts-item:nth-child(2n) {
  margin-right: 0px;
}

.contacts-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
}

.contscts-text {
  display: inline-flex;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 20px;
}


.contact-form {
  position: relative;
  background: linear-gradient(115.53deg, #fafafb 0%, #ecedf0 100%);
  padding-top: 161px;
  padding-bottom: 55px;
}

.contact-form .container {
  position: relative;
}

.contact-form-image {
  position: absolute;
  right: 0;
  bottom: -55px;
}

.contact-form-right .modal-window-form {
  padding: 0;
  background: transparent;
}

.callback-input-textarea {
  height: 80px;
}

@media (max-width: 999.98px) {
  .contacts {
    margin-top: 60px;
  }

  .contact-form {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-form-image {
    display: none;
  }

  .contacts-first-columnt {
    flex-direction: row;
  }
  .contacts-info{
    flex-direction: column;
  }


  .contscts-text {
    display: inline-flex;
    padding-right: 10px;
  }

  .contacts-item {
    margin-right: 0px;
    width: 33% !important;
    padding-right: 5px;
    padding-left: 5px;
  }
  .for-people .contacts-item{
    width: 100% !important;
  }

  .contacts-item:nth-child(3n) {
    margin-right: 0;
  }

  .contacts-item:nth-child(2n) {
    width: 33%;
  }

  .contacts-item:nth-child(1) {
    order: 1;
  }

  .contacts-item:nth-child(2) {
    order: 3;
  }

  .contacts-item:nth-child(3) {
    order: 4;
  }

  .contacts-item:nth-child(4) {
    order: 2;
  }

  .contacts-item:nth-child(5) {
    order: 5;
  }

  .contacts-item:nth-child(6) {
    order: 6;
  }
}
@media (max-width: 767.98px) {
  .contacts-item {
    width: 50% !important;
  }
}
@media (max-width: 479.98px) {
  .contacts {
    margin-top: 50px;
  }

  .contacts-item {
    width: 100% !important;
  }

  .contacts-first-columnt {
    min-height: unset;
    margin-bottom: 70px;
  }

  .modal-window-title {
    font-size: 36px;
  }
  .for-people .contacts-title{
    font-size: 17px;
    line-height: 24px;
  }
  .for-people .contscts-text{
    font-size: 13px;
    line-height: 15px;
  }
}
.about-text {
  padding-top: 195px;
  padding-bottom: 100px;
}

@media (max-width: 999.98px) {
  .about-text {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
.result-slider .container {
  display: flex;
  justify-content: center;
}

.result-slider .slider-container {
  width: 1004px !important;
  padding-bottom: 100px;
}

.twentytwenty-plagin {
  position: relative;
}

.twentytwenty-plagin.twentytwenty-container {
  width: 1004px !important;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  background: #2d2d2d !important;
}

.result-slider .twentytwenty-handle {
  border: 3px solid #2d2d2d;
  background: #2d2d2d;
}

.result-slider .twentytwenty-horizontal .twentytwenty-handle:before,
.result-slider .twentytwenty-horizontal .twentytwenty-handle:after {
  box-shadow: unset !important;
}

.result-slider .lSSlideOuter,
.result-slider .lSSlideWrapper {
  overflow: visible;
}

.slider-item {
  position: relative;
  width: 1004px;
  overflow: hidden;
  transform: scale(0.7);
  transition: all 0.2s ease-out;
}

.slider-item.active {
  transform: scale(1) !important;
}

.description-inside {
  opacity: 0;
  width: fit-content;
  max-width: 392px;
  position: absolute;
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 170px;
  font-size: 14px;
  line-height: 16px;
  transition: all 0.4s ease-in;
}

@media (max-width: 1549.98px) {
  .result-slider .lSSlideOuter {
    max-width: 900px !important;
  }
}
@media (max-width: 1439.98px) {
  .result-slider .lSSlideOuter {
    max-width: 700px !important;
  }
}
@media (max-width: 767.98px) {
  .description-inside {
    max-width: unset;
    position: relative;
    bottom: 0;
    background: unset;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #000000;
  }

  .result-slider .lSSlideOuter,
.result-slider .lSSlideWrapper {
    overflow: hidden !important;
  }
}
.description-outside {
  opacity: 0;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: left;
  padding-right: 70px;
  padding-left: 90px;
  transition: all 0.4s ease-in;
}

.result-slider .slider-item.active .description-inside {
  opacity: 1;
}

.result-slider .slider-item.active .description-outside {
  opacity: 1;
}

.result-slider .lSSlideOuter .lSPager.lSpg {
  position: relative;
}

.result-slider.lSSlideOuter .lSPager.lSpg > li {
  height: 8px !important;
}

.result-slider .lSSlideOuter .lSPager.lSpg > li a {
  width: 6px !important;
  height: 6px !important;
  transform: rotate(45deg);
  background-color: #01161E !important;
  border-radius: unset !important;
}

.result-slider .lSSlideOuter .lSPager.lSpg > li:hover a,
.result-slider .lSSlideOuter .lSPager.lSpg > li.active a {
  position: relative;
  background-color: #c9c9c9 !important;
}

.result-slider .lSSlideOuter .lSPager.lSpg > li.active {
  position: relative;
}

.result-slider .lSSlideOuter .lSPager.lSpg > li.active::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  left: 3px;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid #c9c9c9;
}

.result-slider .lSAction > .lSPrev {
  left: 51px;
  background-image: url(../images/slider-icon-left.png);
}

.result-slider .lSAction > .lSNext {
  right: 51px;
  background-image: url(../images/slider-icon-right.png);
}

.result-slider .lSAction > a {
  opacity: 1;
}

.result-slider .lSAction > a {
  background-position: unset;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  height: 28px;
  width: 15px;
}

@media (max-width: 999.98px) {
  .result-slider .slider-item.active .description-outside {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .result-slider .lSAction > .lSPrev {
    left: 10px !important;
  }

  .result-slider .lSAction > .lSNext {
    right: 10px !important;
  }
}
@media (max-width: 479.98px) {
  .result-slider-container.lightSlider.lSSlide {
    height: 525px !important;
  }

  .result-slider .slider-item.active .description-inside {
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
  }
}
.thumbnail-section {
  padding-bottom: 100px;
}

.thumbnail-item {
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.2s ease-out;
}

.thumbnail-item:hover {
  transform: scale(1.05);
}

.thumbnail-item img {
  transition: all 0.35s ease-out;
}

.thumbnail-item:hover img {
  filter: brightness(1.2);
}

.twentytwenty-container img {
  position: absolute;
  width: 100% !important;
}

.twentytwenty-wrapper .twentytwenty-horizontal {
  width: 100% !important;
  height: 100% !important;
}

.beer-slider {
  display: block !important;
}

.result-slider .slider-container {
  visibility: hidden;
}

.result-slider .slider-container.visible {
  visibility: visible;
}

@media (max-width: 1439.98px) {
  .slider-item {
    transform: scale(0.9);
  }

  .result-slider .slider-container {
    width: 100% !important;
  }

  .twentytwenty-container img {
    width: 100% !important;
    object-fit: cover;
  }

  .twentytwenty-plagin.twentytwenty-container {
    width: auto !important;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
/* .lSSlideOuter{
  display: flex;
  justify-content: center;
} */

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.for_users{
  flex-wrap: nowrap;
  max-height: 100%;
}
.table{
	width: 100%;
}
.table td{
	
}
.table td>a{
	text-decoration: none;
}
.table th>img{
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.row_table{
	border-bottom: 1px solid #c9c9c9;

}
.more {
    /* display: block;
    max-width: 170px;
    margin: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    padding: 7px 15px;
    background: #F7941E;
    border-radius: 5px;
    transition: all 0.2s ease-out; */

    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 3px;
    background-color: #2d2d2d;
    transition: all 0.2s ease-out;
    -webkit-appearance: none;
}
.more:hover {
	background: #01161E;
  color: #2d2d2d;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}


