@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-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.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) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*!
 * Bootstrap Utilities 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)
 */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #0d6efd; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.bs-table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .bs-table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .bs-table > tbody {
    vertical-align: inherit; }
  .bs-table > thead {
    vertical-align: bottom; }
  .bs-table > :not(:first-child) {
    border-top: 2px solid currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

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

.float-none {
  float: none !important; }

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  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; }

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

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

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

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

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

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

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

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

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

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #0d6efd; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #0a58ca; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #fff; }

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?31aqf9") format("truetype"), url("fonts/icomoon.woff?31aqf9") format("woff"), url("fonts/icomoon.svg?31aqf9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-swissid-"], [class*=" icon-swissid-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-swissid-list:before {
  content: "";
  color: #5c5c5c; }

.icon-swissid-map:before {
  content: ""; }

.icon-swissid-no-results:before {
  content: "";
  color: #747474; }

.icon-swissid-plus-big .path1:before {
  content: "";
  color: #eb0000; }

.icon-swissid-plus-big .path2:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-swissid-plus-big .path3:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-swissid-info:before {
  content: "";
  color: #596377; }

.icon-swissid-link:before {
  content: "";
  color: #596377; }

.icon-swissid-mail:before {
  content: "";
  color: #596377; }

.icon-swissid-phone:before {
  content: "";
  color: #596377; }

.icon-swissid-pin:before {
  content: "";
  color: #596377; }

.icon-swissid-reset:before {
  content: "";
  color: #5c5c5c; }

.icon-swissid-arrow-angle-left:before {
  content: ""; }

.icon-swissid-arrow-angle-right:before {
  content: ""; }

.icon-swissid-arrow-left:before {
  content: "";
  color: #fff; }

.icon-swissid-arrow-right:before {
  content: "";
  color: #fff; }

.icon-swissid-box:before {
  content: ""; }

.icon-swissid-calendar:before {
  content: ""; }

.icon-swissid-cart:before {
  content: ""; }

.icon-swissid-cart-line:before {
  content: ""; }

.icon-swissid-cart-secondary:before {
  content: ""; }

.icon-swissid-check:before {
  content: "";
  color: #5c5c5c; }

.icon-swissid-check-black:before {
  content: ""; }

.icon-swissid-check-circle:before {
  content: "";
  color: #2c8451; }

.icon-swissid-check-green:before {
  content: "";
  color: #2c8451; }

.icon-swissid-close:before {
  content: "";
  color: #5c5c5c; }

.icon-swissid-close-circle:before {
  content: ""; }

.icon-swissid-close-small:before {
  content: ""; }

.icon-swissid-dropdown-arrow:before {
  content: "";
  color: #5c5c5c; }

.icon-swissid-dropdown-arrow-black:before {
  content: ""; }

.icon-swissid-figure:before {
  content: ""; }

.icon-swissid-handshake:before {
  content: ""; }

.icon-swissid-hide-password .path1:before {
  content: "";
  color: #5c5c5c; }

.icon-swissid-hide-password .path2:before {
  content: "";
  margin-left: -1em;
  color: #5c5c5c; }

.icon-swissid-hide-password .path3:before {
  content: "";
  margin-left: -1em;
  color: #eb0000; }

.icon-swissid-hide-password .path4:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-swissid-hide-password .path5:before {
  content: "";
  margin-left: -1em;
  color: #eb0000; }

.icon-swissid-hide-password .path6:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-swissid-information:before {
  content: ""; }

.icon-swissid-lens:before {
  content: ""; }

.icon-swissid-logout:before {
  content: ""; }

.icon-swissid-menu:before {
  content: ""; }

.icon-swissid-menu-close:before {
  content: ""; }

.icon-swissid-move-to-top:before {
  content: ""; }

.icon-swissid-location:before {
  content: "";
  color: #fff; }

.icon-swissid-open-letter:before {
  content: ""; }

.icon-swissid-open-new-browser:before {
  content: ""; }

.icon-swissid-pen-tool:before {
  content: ""; }

.icon-swissid-pin-active .path1:before {
  content: "";
  color: white; }

.icon-swissid-pin-active .path2:before {
  content: "";
  margin-left: -1em;
  color: #596377; }

.icon-swissid-pin-inactive .path1:before {
  content: "";
  color: white; }

.icon-swissid-pin-inactive .path2:before {
  content: "";
  margin-left: -1em;
  color: #eb0000; }

.icon-swissid-plus .path1:before {
  content: "";
  color: #eb0000; }

.icon-swissid-plus .path2:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-swissid-plus .path3:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-swissid-red-chevron:before {
  content: "";
  color: #eb0000; }

.icon-swissid-red-circle:before {
  content: "";
  color: #eb0000; }

.icon-swissid-search:before {
  content: ""; }

.icon-swissid-see-password:before {
  content: "";
  color: #5c5c5c; }

.icon-swissid-special-btn-icon:before {
  content: "";
  color: #fff; }

.icon-swissid-star:before {
  content: ""; }

.icon-swissid-unlock:before {
  content: ""; }

.icon-swissid-unlock-padlock:before {
  content: ""; }

.icon-swissid-widget-map:before {
  content: "";
  color: #fff; }

.icon-swissid-quote-close:before {
  content: "";
  color: #f2f2f2; }

.icon-swissid-quote-open:before {
  content: "";
  color: #f2f2f2; }

.icon-swissid-social-linkedin:before {
  content: "";
  color: #fffffe; }

.icon-swissid-social-twitter:before {
  content: "";
  color: #fff; }

.icon-swissid-social-xing:before {
  content: "";
  color: #fff; }

.icon-swissid-social-youtube:before {
  content: "";
  color: #fffffe; }

.js-breakpoint:after,
.js-breakpoint {
  content: "}";
  font-family: "}"; }

/**
 * Define the breakpoints for vendor/sensible/mediaqueries
 * They are defined the desktop first way
 */
/**
* Used to resolve hardcoded icons, images etc.
*/
.container-xl {
  max-width: 1200px; }

@font-face {
  font-family: SwissSignCircularWeb;
  src: url("../assets/fonts/SwissSignCircularWeb-Bold/SwissSignCircularWeb-Bold.eot");
  src: url("../assets/fonts/SwissSignCircularWeb-Bold/SwissSignCircularWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircularWeb-Bold/SwissSignCircularWeb-Bold.woff2") format("woff2"), url("../assets/fonts/SwissSignCircularWeb-Bold/SwissSignCircularWeb-Bold.woff") format("woff");
  font-weight: bold; }

@font-face {
  font-family: SwissSignCircularWeb;
  src: url("../assets/fonts/SwissSignCircularWeb-Regular/SwissSignCircularWeb-Regular.eot");
  src: url("../assets/fonts/SwissSignCircularWeb-Regular/SwissSignCircularWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircularWeb-Regular/SwissSignCircularWeb-Regular.woff2") format("woff2"), url("../assets/fonts/SwissSignCircularWeb-Regular/SwissSignCircularWeb-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Book.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Book.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Book.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Book.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Book.svg#SwissSignCircular-Book") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Bold.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Bold.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Bold.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Bold.svg#SwissSignCircular-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-BookItalic.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-BookItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BookItalic.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BookItalic.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BookItalic.svg#SwissSignCircular-BookItalic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-BoldItalic.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BoldItalic.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BoldItalic.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BoldItalic.svg#SwissSignCircular-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Regular.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Regular.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Regular.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Regular.svg#SwissSignCircular-Regular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Italic.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Italic.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Italic.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Italic.svg#SwissSignCircular-Italic") format("svg");
  font-weight: 300;
  font-style: italic; }

/**
* Typography settings
*/
html {
  font-size: 18px;
  font-family: "SwissSignCircularWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  word-wrap: break-word;
  hyphens: auto; }

nav {
  word-wrap: none;
  hyphens: none;
  white-space: nowrap; }

.fs-7 {
  font-size: 16px !important; }
  .fs-7 p, .fs-7 li, .fs-7 th, .fs-7 td {
    font-size: 16px !important; }

.c-brand-red {
  color: #eb0000 !important; }

.c-bg-brand-red {
  background-color: #eb0000 !important; }

.b-c-brand-red {
  border-color: #eb0000 !important; }

.long-simple-arrow-up.c-bg-brand-red::after,
.long-simple-arrow-down.c-bg-brand-red::after,
.long-simple-arrow-right.c-bg-brand-red::after,
.long-simple-arrow-left.c-bg-brand-red::after {
  background-color: #eb0000 !important; }

.c-black {
  color: #000000 !important; }

.c-bg-black {
  background-color: #000000 !important; }

.b-c-black {
  border-color: #000000 !important; }

.long-simple-arrow-up.c-bg-black::after,
.long-simple-arrow-down.c-bg-black::after,
.long-simple-arrow-right.c-bg-black::after,
.long-simple-arrow-left.c-bg-black::after {
  background-color: #000000 !important; }

.c-dark-grey-1 {
  color: #5c5c5c !important; }

.c-bg-dark-grey-1 {
  background-color: #5c5c5c !important; }

.b-c-dark-grey-1 {
  border-color: #5c5c5c !important; }

.long-simple-arrow-up.c-bg-dark-grey-1::after,
.long-simple-arrow-down.c-bg-dark-grey-1::after,
.long-simple-arrow-right.c-bg-dark-grey-1::after,
.long-simple-arrow-left.c-bg-dark-grey-1::after {
  background-color: #5c5c5c !important; }

.c-dark-grey-2 {
  color: #747474 !important; }

.c-bg-dark-grey-2 {
  background-color: #747474 !important; }

.b-c-dark-grey-2 {
  border-color: #747474 !important; }

.long-simple-arrow-up.c-bg-dark-grey-2::after,
.long-simple-arrow-down.c-bg-dark-grey-2::after,
.long-simple-arrow-right.c-bg-dark-grey-2::after,
.long-simple-arrow-left.c-bg-dark-grey-2::after {
  background-color: #747474 !important; }

.c-dark-grey-3 {
  color: #596377 !important; }

.c-bg-dark-grey-3 {
  background-color: #596377 !important; }

.b-c-dark-grey-3 {
  border-color: #596377 !important; }

.long-simple-arrow-up.c-bg-dark-grey-3::after,
.long-simple-arrow-down.c-bg-dark-grey-3::after,
.long-simple-arrow-right.c-bg-dark-grey-3::after,
.long-simple-arrow-left.c-bg-dark-grey-3::after {
  background-color: #596377 !important; }

.c-light-grey-1 {
  color: #dadada !important; }

.c-bg-light-grey-1 {
  background-color: #dadada !important; }

.b-c-light-grey-1 {
  border-color: #dadada !important; }

.long-simple-arrow-up.c-bg-light-grey-1::after,
.long-simple-arrow-down.c-bg-light-grey-1::after,
.long-simple-arrow-right.c-bg-light-grey-1::after,
.long-simple-arrow-left.c-bg-light-grey-1::after {
  background-color: #dadada !important; }

.c-light-grey-2 {
  color: #efefef !important; }

.c-bg-light-grey-2 {
  background-color: #efefef !important; }

.b-c-light-grey-2 {
  border-color: #efefef !important; }

.long-simple-arrow-up.c-bg-light-grey-2::after,
.long-simple-arrow-down.c-bg-light-grey-2::after,
.long-simple-arrow-right.c-bg-light-grey-2::after,
.long-simple-arrow-left.c-bg-light-grey-2::after {
  background-color: #efefef !important; }

.c-white {
  color: #ffffff !important; }

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

.b-c-white {
  border-color: #ffffff !important; }

.long-simple-arrow-up.c-bg-white::after,
.long-simple-arrow-down.c-bg-white::after,
.long-simple-arrow-right.c-bg-white::after,
.long-simple-arrow-left.c-bg-white::after {
  background-color: #ffffff !important; }

.c-blue {
  color: #CDE7F9 !important; }

.c-bg-blue {
  background-color: #CDE7F9 !important; }

.b-c-blue {
  border-color: #CDE7F9 !important; }

.long-simple-arrow-up.c-bg-blue::after,
.long-simple-arrow-down.c-bg-blue::after,
.long-simple-arrow-right.c-bg-blue::after,
.long-simple-arrow-left.c-bg-blue::after {
  background-color: #CDE7F9 !important; }

.c-dark-blue {
  color: #344D5F !important; }

.c-bg-dark-blue {
  background-color: #344D5F !important; }

.b-c-dark-blue {
  border-color: #344D5F !important; }

.long-simple-arrow-up.c-bg-dark-blue::after,
.long-simple-arrow-down.c-bg-dark-blue::after,
.long-simple-arrow-right.c-bg-dark-blue::after,
.long-simple-arrow-left.c-bg-dark-blue::after {
  background-color: #344D5F !important; }

.c-error-red {
  color: #a50202 !important; }

.c-bg-error-red {
  background-color: #a50202 !important; }

.b-c-error-red {
  border-color: #a50202 !important; }

.long-simple-arrow-up.c-bg-error-red::after,
.long-simple-arrow-down.c-bg-error-red::after,
.long-simple-arrow-right.c-bg-error-red::after,
.long-simple-arrow-left.c-bg-error-red::after {
  background-color: #a50202 !important; }

.c-warning-yellow {
  color: #bd8300 !important; }

.c-bg-warning-yellow {
  background-color: #bd8300 !important; }

.b-c-warning-yellow {
  border-color: #bd8300 !important; }

.long-simple-arrow-up.c-bg-warning-yellow::after,
.long-simple-arrow-down.c-bg-warning-yellow::after,
.long-simple-arrow-right.c-bg-warning-yellow::after,
.long-simple-arrow-left.c-bg-warning-yellow::after {
  background-color: #bd8300 !important; }

.c-success-green {
  color: #2c8451 !important; }

.c-bg-success-green {
  background-color: #2c8451 !important; }

.b-c-success-green {
  border-color: #2c8451 !important; }

.long-simple-arrow-up.c-bg-success-green::after,
.long-simple-arrow-down.c-bg-success-green::after,
.long-simple-arrow-right.c-bg-success-green::after,
.long-simple-arrow-left.c-bg-success-green::after {
  background-color: #2c8451 !important; }

.c-information-gray {
  color: #5c5c5c !important; }

.c-bg-information-gray {
  background-color: #5c5c5c !important; }

.b-c-information-gray {
  border-color: #5c5c5c !important; }

.long-simple-arrow-up.c-bg-information-gray::after,
.long-simple-arrow-down.c-bg-information-gray::after,
.long-simple-arrow-right.c-bg-information-gray::after,
.long-simple-arrow-left.c-bg-information-gray::after {
  background-color: #5c5c5c !important; }

.c-error-red-bg {
  color: #fdd9d9 !important; }

.c-bg-error-red-bg {
  background-color: #fdd9d9 !important; }

.b-c-error-red-bg {
  border-color: #fdd9d9 !important; }

.long-simple-arrow-up.c-bg-error-red-bg::after,
.long-simple-arrow-down.c-bg-error-red-bg::after,
.long-simple-arrow-right.c-bg-error-red-bg::after,
.long-simple-arrow-left.c-bg-error-red-bg::after {
  background-color: #fdd9d9 !important; }

.c-warning-yellow-bg {
  color: #fffad4 !important; }

.c-bg-warning-yellow-bg {
  background-color: #fffad4 !important; }

.b-c-warning-yellow-bg {
  border-color: #fffad4 !important; }

.long-simple-arrow-up.c-bg-warning-yellow-bg::after,
.long-simple-arrow-down.c-bg-warning-yellow-bg::after,
.long-simple-arrow-right.c-bg-warning-yellow-bg::after,
.long-simple-arrow-left.c-bg-warning-yellow-bg::after {
  background-color: #fffad4 !important; }

.c-success-green-bg {
  color: #e0ede5 !important; }

.c-bg-success-green-bg {
  background-color: #e0ede5 !important; }

.b-c-success-green-bg {
  border-color: #e0ede5 !important; }

.long-simple-arrow-up.c-bg-success-green-bg::after,
.long-simple-arrow-down.c-bg-success-green-bg::after,
.long-simple-arrow-right.c-bg-success-green-bg::after,
.long-simple-arrow-left.c-bg-success-green-bg::after {
  background-color: #e0ede5 !important; }

.c-information-gray-bg {
  color: #dadada !important; }

.c-bg-information-gray-bg {
  background-color: #dadada !important; }

.b-c-information-gray-bg {
  border-color: #dadada !important; }

.long-simple-arrow-up.c-bg-information-gray-bg::after,
.long-simple-arrow-down.c-bg-information-gray-bg::after,
.long-simple-arrow-right.c-bg-information-gray-bg::after,
.long-simple-arrow-left.c-bg-information-gray-bg::after {
  background-color: #dadada !important; }

.c-white a, .c-white p, .c-white ul, .c-white li, .c-white ol, .c-white h1, .c-white h2, .c-white h3 h4, .c-white h5, .c-white h6 {
  color: white; }

.icon, .icon-close-small, .icon-dropdown-arrow, .icon-dropdown-arrow-black, .icon-hide-password, .icon-menu-close, .icon-menu, .icon-move-to-top, .icon-open-new-browser, .icon-red-chevron, .icon-see-password, .icon-swiss-id-large, .icon-swiss-id, .icon-swiss-sign, .icon-cart, .icon-search, .icon-information, .icon-social-linkedin, .icon-social-twitter, .icon-social-youtube, .icon-check-circle, .icon-close-circle, .icon-cart-line, .icon-arrow-left, .icon-arrow-right, .icon-unlock, .icon-arrow-angle-right, .icon-arrow-angle-left, .icon-figure, .icon-check-black, .icon-check, .icon-unlock-padlock, .icon-box, .icon-open-letter, .icon-pen-tool, .icon-handshake, .icon-logout, .icon-star, .icon-check-green {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 18px;
  height: 18px;
  background-color: white; }

.icon-close-small {
  background-color: transparent;
  background-image: url("../assets/icons/close-small.svg"); }

.icon-img-close-small {
  background-color: transparent;
  background-image: url("../assets/icons/close-small.svg"); }

.icon-dropdown-arrow {
  background-color: transparent;
  background-image: url("../assets/icons/dropdown-arrow.svg"); }

.icon-img-dropdown-arrow {
  background-color: transparent;
  background-image: url("../assets/icons/dropdown-arrow.svg"); }

.icon-dropdown-arrow-black {
  background-color: transparent;
  background-image: url("../assets/icons/dropdown-arrow-black.svg"); }

.icon-img-dropdown-arrow-black {
  background-color: transparent;
  background-image: url("../assets/icons/dropdown-arrow-black.svg"); }

.icon-hide-password {
  background-color: transparent;
  background-image: url("../assets/icons/hide-password.svg"); }

.icon-img-hide-password {
  background-color: transparent;
  background-image: url("../assets/icons/hide-password.svg"); }

.icon-menu-close {
  background-color: transparent;
  background-image: url("../assets/icons/menu-close.svg"); }

.icon-img-menu-close {
  background-color: transparent;
  background-image: url("../assets/icons/menu-close.svg"); }

.icon-menu {
  background-color: transparent;
  background-image: url("../assets/icons/menu.svg"); }

.icon-img-menu {
  background-color: transparent;
  background-image: url("../assets/icons/menu.svg"); }

.icon-move-to-top {
  background-color: transparent;
  background-image: url("../assets/icons/move-to-top.svg"); }

.icon-img-move-to-top {
  background-color: transparent;
  background-image: url("../assets/icons/move-to-top.svg"); }

.icon-open-new-browser {
  background-color: transparent;
  background-image: url("../assets/icons/open-new-browser.svg"); }

.icon-img-open-new-browser {
  background-color: transparent;
  background-image: url("../assets/icons/open-new-browser.svg"); }

.icon-red-chevron {
  background-color: transparent;
  background-image: url("../assets/icons/red-chevron.svg"); }

.icon-img-red-chevron {
  background-color: transparent;
  background-image: url("../assets/icons/red-chevron.svg"); }

.icon-see-password {
  background-color: transparent;
  background-image: url("../assets/icons/see-password.svg"); }

.icon-img-see-password {
  background-color: transparent;
  background-image: url("../assets/icons/see-password.svg"); }

.icon-swiss-id-large {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-id-large.svg"); }

.icon-img-swiss-id-large {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-id-large.svg"); }

.icon-swiss-id {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-id.svg"); }

.icon-img-swiss-id {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-id.svg"); }

.icon-swiss-sign {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-sign.svg"); }

.icon-img-swiss-sign {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-sign.svg"); }

.icon-cart {
  background-color: transparent;
  background-image: url("../assets/icons/cart.svg"); }

.icon-img-cart {
  background-color: transparent;
  background-image: url("../assets/icons/cart.svg"); }

.icon-search {
  background-color: transparent;
  background-image: url("../assets/icons/search.svg"); }

.icon-img-search {
  background-color: transparent;
  background-image: url("../assets/icons/search.svg"); }

.icon-information {
  background-color: transparent;
  background-image: url("../assets/icons/information.svg"); }

.icon-img-information {
  background-color: transparent;
  background-image: url("../assets/icons/information.svg"); }

.icon-social-linkedin {
  background-color: transparent;
  background-image: url("../assets/icons/social-linkedin.svg"); }

.icon-img-social-linkedin {
  background-color: transparent;
  background-image: url("../assets/icons/social-linkedin.svg"); }

.icon-social-twitter {
  background-color: transparent;
  background-image: url("../assets/icons/social-twitter.svg"); }

.icon-img-social-twitter {
  background-color: transparent;
  background-image: url("../assets/icons/social-twitter.svg"); }

.icon-social-youtube {
  background-color: transparent;
  background-image: url("../assets/icons/social-youtube.svg"); }

.icon-img-social-youtube {
  background-color: transparent;
  background-image: url("../assets/icons/social-youtube.svg"); }

.icon-check-circle {
  background-color: transparent;
  background-image: url("../assets/icons/check-circle.svg"); }

.icon-img-check-circle {
  background-color: transparent;
  background-image: url("../assets/icons/check-circle.svg"); }

.icon-close-circle {
  background-color: transparent;
  background-image: url("../assets/icons/close-circle.svg"); }

.icon-img-close-circle {
  background-color: transparent;
  background-image: url("../assets/icons/close-circle.svg"); }

.icon-cart-line {
  background-color: transparent;
  background-image: url("../assets/icons/cart-line.svg"); }

.icon-img-cart-line {
  background-color: transparent;
  background-image: url("../assets/icons/cart-line.svg"); }

.icon-arrow-left {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-left.svg"); }

.icon-img-arrow-left {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-left.svg"); }

.icon-arrow-right {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-right.svg"); }

.icon-img-arrow-right {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-right.svg"); }

.icon-unlock {
  background-color: transparent;
  background-image: url("../assets/icons/unlock.svg"); }

.icon-img-unlock {
  background-color: transparent;
  background-image: url("../assets/icons/unlock.svg"); }

.icon-arrow-angle-right {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-angle-right.svg"); }

.icon-img-arrow-angle-right {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-angle-right.svg"); }

.icon-arrow-angle-left {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-angle-left.svg"); }

.icon-img-arrow-angle-left {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-angle-left.svg"); }

.icon-figure {
  background-color: transparent;
  background-image: url("../assets/icons/figure.svg"); }

.icon-img-figure {
  background-color: transparent;
  background-image: url("../assets/icons/figure.svg"); }

.icon-check-black {
  background-color: transparent;
  background-image: url("../assets/icons/check-black.svg"); }

.icon-img-check-black {
  background-color: transparent;
  background-image: url("../assets/icons/check-black.svg"); }

.icon-check {
  background-color: transparent;
  background-image: url("../assets/icons/check.svg"); }

.icon-img-check {
  background-color: transparent;
  background-image: url("../assets/icons/check.svg"); }

.icon-unlock-padlock {
  background-color: transparent;
  background-image: url("../assets/icons/unlock-padlock.svg"); }

.icon-img-unlock-padlock {
  background-color: transparent;
  background-image: url("../assets/icons/unlock-padlock.svg"); }

.icon-box {
  background-color: transparent;
  background-image: url("../assets/icons/box.svg"); }

.icon-img-box {
  background-color: transparent;
  background-image: url("../assets/icons/box.svg"); }

.icon-open-letter {
  background-color: transparent;
  background-image: url("../assets/icons/open-letter.svg"); }

.icon-img-open-letter {
  background-color: transparent;
  background-image: url("../assets/icons/open-letter.svg"); }

.icon-pen-tool {
  background-color: transparent;
  background-image: url("../assets/icons/pen-tool.svg"); }

.icon-img-pen-tool {
  background-color: transparent;
  background-image: url("../assets/icons/pen-tool.svg"); }

.icon-handshake {
  background-color: transparent;
  background-image: url("../assets/icons/handshake.svg"); }

.icon-img-handshake {
  background-color: transparent;
  background-image: url("../assets/icons/handshake.svg"); }

.icon-logout {
  background-color: transparent;
  background-image: url("../assets/icons/logout.svg"); }

.icon-img-logout {
  background-color: transparent;
  background-image: url("../assets/icons/logout.svg"); }

.icon-star {
  background-color: transparent;
  background-image: url("../assets/icons/star.svg"); }

.icon-img-star {
  background-color: transparent;
  background-image: url("../assets/icons/star.svg"); }

.icon-check-green {
  background-color: transparent;
  background-image: url("../assets/icons/check-green.svg"); }

.icon-img-check-green {
  background-color: transparent;
  background-image: url("../assets/icons/check-green.svg"); }

.section.section--form .section__head .text {
  margin-top: 25px; }

body {
  min-width: 320px;
  background: #fff;
  color: #000;
  overflow-x: hidden; }

h1, h2, h3, h4 {
  word-wrap: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

h1 {
  font-size: 40px;
  color: #000000;
  font-style: normal; }

h2,
h1.small {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0.26px;
  font-weight: bold; }

h3 {
  font-size: 24px;
  color: #000000;
  line-height: 32px;
  font-weight: bold; }

h4 {
  font-size: 18px;
  color: #000000;
  line-height: 27px;
  font-style: normal; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.h1 {
  font-size: 40px !important;
  color: #000000;
  font-style: normal !important; }

.h2 {
  font-size: 24px !important;
  color: #000000;
  letter-spacing: 0.26px !important;
  font-weight: bold !important; }

.h3 {
  font-size: 24px !important;
  color: #000000;
  line-height: 32px !important;
  font-weight: bold !important; }

.h4 {
  font-size: 18px !important;
  color: #000000;
  line-height: 27px !important;
  font-style: normal !important; }

.h5 {
  font-size: 16px !important; }

.h6 {
  font-size: 14px !important; }

.note {
  font-size: 16px !important;
  line-height: 1 !important; }

a:not(.btn) {
  position: relative;
  color: #000;
  text-decoration: underline;
  transition: color .4s; }

a:not(.btn):hover {
  text-decoration: underline;
  color: #5C5C5C; }

.rightaligned {
  float: right; }

.skip {
  position: absolute;
  z-index: 99;
  opacity: 0;
  pointer-events: none; }

.skiplinks {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1110; }

.skiplinks a {
  padding: 0.25rem 0.5rem;
  background: white; }

@media (min-width: 768px) {
  .skiplinks {
    top: 0.5rem;
    right: auto;
    left: 0.5rem; } }

.content {
  max-width: 769px;
  margin: 0 auto; }

#branding {
  height: 30px;
  padding: 15px 0; }
  #branding .logo {
    float: left; }
    #branding .logo svg {
      height: 30px;
      width: auto; }

nav a {
  text-decoration: none;
  color: #000000; }

.nav > ul > li:not(.current) > a.hover:before {
  border-bottom: 3px solid grey;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px; }

/* custom css for "touch targets"
@media (hover:none), (hover:on-demand) {
  .nav > ul > li.current > a:before {
    border-bottom: 3px solid #EB0000;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
  }
}
*/
.nav > ul > li ul li a:focus {
  background-color: #5C5C5C;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
  .nav > ul > li ul {
    opacity: 1 !important; } }

#meta-navigation {
  float: right;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.29px;
  line-height: 18px; }
  #meta-navigation ul {
    list-style-type: none; }
    #meta-navigation ul li {
      float: left;
      margin-left: 1.7rem; }
    #meta-navigation ul li.cart a {
      width: 30px;
      height: 30px;
      overflow: hidden;
      display: block;
      top: -7px;
      position: relative; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clear {
  clear: both; }

#main-header {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 10000; }

#main-content {
  position: relative;
  z-index: 1; }

#site-search {
  position: relative; }
  #site-search > form {
    position: absolute;
    right: 0;
    top: -2.8rem; }
    #site-search > form > input[type=text] {
      font-size: 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 2rem;
      width: 6rem;
      border: 1px solid #dadada;
      padding: 0 1rem 0 0.25rem;
      background-size: 16%;
      background-position: 4.6rem 0.5rem; }
      #site-search > form > input[type=text]::-webkit-input-placeholder {
        color: #747474; }
      #site-search > form > input[type=text]:-ms-input-placeholder {
        color: #747474; }
      #site-search > form > input[type=text]::-ms-input-placeholder {
        color: #747474; }
      #site-search > form > input[type=text]::placeholder {
        color: #747474; }

.info-box {
  background-color: #efefef;
  padding: 1rem 2rem 1rem 4rem; }

.btn {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 2px;
  border-style: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
  .btn:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);
    /* TODO: get correct drop shadow from UX */ }
  .btn.primary {
    color: #ffffff;
    background-color: #eb0000; }

#footer {
  clear: both; }

.text-right {
  text-align: right; }

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

.mobile-visible {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile-visible {
      display: block !important; } }

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important; } }

.img-fluid {
  max-width: 100%; }

.nav-utilities {
  font-weight: 300;
  font-size: 15px;
  color: #000; }
  .nav-utilities.search-place {
    display: table; }
    .nav-utilities.search-place .header-aside,
    .nav-utilities.search-place > ul {
      display: table-cell; }
  .nav-utilities ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .nav-utilities ul li {
      position: relative;
      display: inline-block; }
      .nav-utilities ul li i {
        width: 24px;
        height: 23px; }
        .nav-utilities ul li i.icon-cart {
          width: 20px;
          height: 20px; }
        .nav-utilities ul li i.icon-figure {
          width: 16px;
          height: 16px; }
      .nav-utilities ul li .badge {
        position: absolute;
        bottom: -2px;
        right: -7px; }
      .nav-utilities ul li + li {
        margin-left: 22px; }
    .nav-utilities ul a {
      text-decoration: none; }
      .nav-utilities ul a:hover {
        text-decoration: none;
        color: inherit; }
      .nav-utilities ul a.btn:hover {
        color: white; }
    .nav-utilities ul .mobile-logout {
      flex-grow: 2;
      justify-content: flex-end; }
      @media (max-width: 767px) {
        .nav-utilities ul .mobile-logout {
          display: flex !important;
          order: 4; } }
  @media (max-width: 767px) {
    .nav-utilities {
      font-size: 14px; }
      .nav-utilities.search-place {
        padding-left: 0 !important; }
        .nav-utilities.search-place > ul {
          display: flex !important;
          margin-bottom: 12px; }
      .nav-utilities ul {
        margin: 0 -19px; }
        .nav-utilities ul li {
          padding: 0 19px; }
          .nav-utilities ul li + li {
            margin-left: 0; } }

.nav {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  color: #000; }
  .nav > ul {
    display: flex;
    padding: 0;
    margin: 0 -10px;
    list-style-type: none; }
    .nav > ul > li {
      position: relative;
      padding: 22px 0 19px; }
      .nav > ul > li > a {
        position: relative;
        padding: 0 10px 19px;
        transition: color .4s;
        text-decoration: none; }
        .nav > ul > li > a:hover {
          color: #5C5C5C;
          text-decoration: none; }
        .nav > ul > li > a .badge {
          position: absolute;
          bottom: -5px;
          right: -8px; }
      .nav > ul > li ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 21;
        min-width: 300px;
        padding: 0;
        margin-top: -4px;
        background-color: #fff;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        font-weight: 300;
        font-size: 16px;
        color: #222;
        line-height: 1.2;
        white-space: normal;
        opacity: 0;
        pointer-events: none;
        transform: translateY(50px);
        transition: transform .4s, opacity .4s; }
        .nav > ul > li ul li a {
          width: 100%;
          display: inline-block;
          padding: 10px 20px 7px;
          transition: color .4s, background .4s, box-shadow .4s;
          text-decoration: none; }
          .nav > ul > li ul li a:hover {
            background-color: #5C5C5C;
            color: #fff;
            text-decoration: none;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); }
      .nav > ul > li.opened ul {
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0); }
      .nav > ul > li select {
        width: 100%; }
      .nav > ul > li.cloned {
        display: none; }
  .nav .magic-line {
    position: absolute;
    bottom: 4px;
    left: -10px;
    width: 0;
    height: 3px;
    background-color: #EB0000;
    display: inline-block;
    transition: left .4s, width .4s;
    pointer-events: none; }
  @media (max-width: 1023px) {
    .nav > ul > li > a {
      padding: 0 8px 19px; } }
  @media (max-width: 767px) {
    .nav > ul {
      display: block;
      margin: 0;
      font-weight: 700;
      font-size: 18px;
      color: #000; }
      .nav > ul > li {
        display: block;
        padding: 0; }
        .nav > ul > li > a {
          display: inline-block;
          width: 100%;
          padding: 15px 0 15px 0; }
          .nav > ul > li > a:after {
            display: none; }
          .nav > ul > li > a span {
            position: relative;
            display: inline-block; }
            .nav > ul > li > a span:after {
              content: '';
              position: absolute;
              top: 100%;
              left: 0;
              width: 100%;
              height: 3px;
              margin-top: 8px;
              background-color: #EB0000;
              transform-origin: bottom right;
              transform: scaleX(0);
              transition: transform .4s; }
          .nav > ul > li > a:hover span:after {
            transform-origin: bottom left;
            transform: scaleX(1); }
        .nav > ul > li ul {
          position: relative;
          top: 0;
          left: -17px;
          width: calc(100% + 70px);
          padding: 15px 0 17px;
          margin-top: 1px;
          background-color: #EFEFEF;
          font-weight: 400;
          font-size: 18px;
          color: #000;
          opacity: 1;
          pointer-events: auto;
          transform: translateY(0);
          box-shadow: none; }
          .nav > ul > li ul li a {
            padding: 14px 37px; }
            .nav > ul > li ul li a:hover {
              background-color: transparent;
              color: #EB0000;
              box-shadow: none; }
        .nav > ul > li + li {
          margin: 0; }
        .nav > ul > li.cloned {
          display: block; }
        .nav > ul > li.has--dropdown {
          position: relative;
          padding-right: 35px; }
          .nav > ul > li.has--dropdown:before, .nav > ul > li.has--dropdown:after {
            content: '';
            position: absolute;
            top: 29px;
            right: 5px;
            width: 14px;
            height: 2px;
            background-color: #000;
            transform: translateY(-50%);
            pointer-events: auto; }
          .nav > ul > li.has--dropdown:after {
            width: 14px;
            height: 2px;
            transform: translateY(-50%) rotate(-90deg);
            transition: transform .4s; }
        .nav > ul > li.current > a > span:after {
          transform-origin: bottom left;
          transform: scaleX(1); }
        .nav > ul > li.current:after {
          transform: translateY(-50%) rotate(0); }
    .nav .magic-line {
      display: none; } }

.nav-trigger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px; }
  .nav-trigger span:not(.visually-hidden) {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; }
    .nav-trigger span:not(.visually-hidden):nth-child(2) {
      top: 0; }
    .nav-trigger span:not(.visually-hidden):nth-child(3) {
      top: 8px; }
    .nav-trigger span:not(.visually-hidden):nth-child(4) {
      top: 16px; }
  .nav-trigger--active span:not(.visually-hidden) {
    transition: background .2s, top .2s, opacity .2s, transform .2s .25s; }
    .nav-trigger--active span:not(.visually-hidden):nth-child(2), .nav-trigger--active span:not(.visually-hidden):nth-child(4) {
      top: 8px; }
    .nav-trigger--active span:not(.visually-hidden):nth-child(3) {
      opacity: 0; }
    .nav-trigger--active span:not(.visually-hidden):nth-child(2) {
      transform: rotate(45deg); }
    .nav-trigger--active span:not(.visually-hidden):nth-child(4) {
      transform: rotate(-45deg); }

.nav-secondary {
  padding-bottom: 6px;
  font-size: 18px;
  color: #000;
  overflow-x: auto;
  overflow-y: hidden; }
  .nav-secondary ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .nav-secondary ul li a {
      position: relative;
      color: inherit;
      text-decoration: none; }
      .nav-secondary ul li a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: 4px;
        background-color: #EB0000;
        transform-origin: bottom right;
        transform: scaleX(0);
        transition: transform .4s; }
    .nav-secondary ul li:hover a, .nav-secondary ul li.current a {
      text-decoration: none;
      color: inherit; }
      .nav-secondary ul li:hover a:after, .nav-secondary ul li.current a:after {
        transform-origin: bottom left;
        transform: scaleX(1); }
    .nav-secondary ul li + li {
      margin-left: 30px; }

.shell {
  max-width: calc(767px + 34px);
  padding: 0 17px;
  margin: 0 auto; }

.section {
  padding: 20px 0; }
  .section p a {
    position: relative;
    color: #000;
    text-decoration: underline;
    transition: color .4s; }
    .section p a:hover {
      text-decoration: underline;
      color: #5C5C5C; }
  .section .section__head {
    margin-bottom: 24px;
    margin-top: 14px; }
    .section .section__head h1,
    .section .section__head h2,
    .section .section__head h3,
    .section .section__head h4,
    .section .section__head h5,
    .section .section__head h6 {
      margin: 0;
      font-weight: 700;
      letter-spacing: .012em; }
    .section .section__head--secondary {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .section .section__actions--secondary {
    margin-top: 40px; }
  .section .section__group h1,
  .section .section__group h2,
  .section .section__group h3,
  .section .section__group h4,
  .section .section__group h5,
  .section .section__group h6 {
    margin-bottom: 16px;
    font-weight: 300;
    color: #000; }
  .section .section__group-head h1,
  .section .section__group-head h2,
  .section .section__group-head h3,
  .section .section__group-head h4,
  .section .section__group-head h5,
  .section .section__group-head h6 {
    margin-bottom: 21px;
    font-weight: 300; }
  .section .section__group-body {
    padding: 4px 0;
    border: 1px solid #979797;
    border-width: 1px 0; }
  .section .section__group + .section__group {
    margin-top: 53px; }
  .section .section__group--secondary .section__group-head h1,
  .section .section__group--secondary .section__group-head h2,
  .section .section__group--secondary .section__group-head h3,
  .section .section__group--secondary .section__group-head h4,
  .section .section__group--secondary .section__group-head h5,
  .section .section__group--secondary .section__group-head h6 {
    margin-bottom: 20px; }
  .section .section__group--secondary .section__group-body {
    padding: 5px 0; }
  .section .section__entry {
    margin-bottom: 57px;
    color: #000;
    line-height: 1.6; }
    .section .section__entry h1,
    .section .section__entry h2,
    .section .section__entry h3,
    .section .section__entry h4,
    .section .section__entry h5,
    .section .section__entry h6 {
      margin-bottom: 10px;
      font-weight: 300;
      color: #000; }
    .section .section__entry a {
      color: inherit;
      transition: color .4s; }
      .section .section__entry a:hover {
        color: #EB0000; }
    .section .section__entry p {
      margin-bottom: 40px; }
  .section .nav-secondary {
    margin-bottom: 43px; }
    .section .nav-secondary--push-down {
      margin-bottom: 70px; }
  .section--cart .alert {
    margin-bottom: 31px; }
  .section--cart .table {
    margin-bottom: 20px; }
  .section--cart .section__actions {
    display: flex;
    justify-content: flex-end; }
    .section--cart .section__actions .btn + .btn {
      margin-left: 5px; }
  .section--invoice .section__head {
    margin-bottom: 39px; }
  .section--invoice .section__body h1,
  .section--invoice .section__body h2,
  .section--invoice .section__body h3,
  .section--invoice .section__body h4,
  .section--invoice .section__body h5,
  .section--invoice .section__body h6 {
    margin: 0 0 43px;
    font-weight: 300;
    letter-spacing: .012em; }
  .section--invoice .section__actions {
    margin-top: 77px;
    display: flex;
    justify-content: space-between; }
    .section--invoice .section__actions .btn input {
      width: 100%;
      height: 100%;
      -webkit-appearance: none;
      background-color: transparent;
      border: none; }
  .section--invoice .table {
    margin-bottom: 22px; }
  .section--form .section__head .text p {
    letter-spacing: .01em;
    line-height: 1.45; }
  .section--form-payment .section__head {
    margin-bottom: 39px; }
    .section--form-payment .section__head h1,
    .section--form-payment .section__head h2,
    .section--form-payment .section__head h3,
    .section--form-payment .section__head h4,
    .section--form-payment .section__head h5,
    .section--form-payment .section__head h6 {
      letter-spacing: .002em; }
  .section--form-payment .section__body h1,
  .section--form-payment .section__body h2,
  .section--form-payment .section__body h3,
  .section--form-payment .section__body h4,
  .section--form-payment .section__body h5,
  .section--form-payment .section__body h6 {
    margin: 0 0 47px;
    font-weight: 300;
    letter-spacing: .018em; }
  .section--thank-you {
    font-weight: 300;
    font-size: 18px;
    color: #000; }
    .section--thank-you .section__head {
      margin-bottom: 39px; }
      .section--thank-you .section__head h1,
      .section--thank-you .section__head h2,
      .section--thank-you .section__head h3,
      .section--thank-you .section__head h4,
      .section--thank-you .section__head h5,
      .section--thank-you .section__head h6 {
        letter-spacing: -.01em; }
    .section--thank-you .section__entry {
      margin-bottom: 32px; }
      .section--thank-you .section__entry p {
        margin-bottom: 29px;
        line-height: 1.45;
        letter-spacing: .01em; }
      .section--thank-you .section__entry a {
        color: inherit;
        transition: color .4s; }
        .section--thank-you .section__entry a:hover {
          color: #EB0000; }
  .section--access .section__head {
    margin-bottom: 37px; }
  .section--secondary {
    padding: 25px 0 5px;
    margin-bottom: 4px; }
    .section--secondary .section__head {
      margin-bottom: 28px;
      text-align: center; }
      .section--secondary .section__head h1,
      .section--secondary .section__head h2,
      .section--secondary .section__head h3,
      .section--secondary .section__head h4,
      .section--secondary .section__head h5,
      .section--secondary .section__head h6 {
        margin-bottom: 18px; }
      .section--secondary .section__head p {
        margin-bottom: 0;
        line-height: 1.45; }
      .section--secondary .section__head .btn {
        margin-top: 13px; }
  .section--text {
    padding: 25px 0 5px;
    margin-bottom: 4px; }
    .section--text.text-align-center .section__head {
      text-align: center; }
    .section--text .section__head h1,
    .section--text .section__head h2,
    .section--text .section__head h3,
    .section--text .section__head h4,
    .section--text .section__head h5,
    .section--text .section__head h6,
    .section--text .section__head .h1,
    .section--text .section__head .h2,
    .section--text .section__head .h3,
    .section--text .section__head .h4,
    .section--text .section__head .h5,
    .section--text .section__head .h6 {
      margin-bottom: 18px !important; }
    .section--text .section__head h2, .section--text .section__head .h2 {
      line-height: 1.4 !important; }
    .section--text .section__head p {
      margin-bottom: 0;
      line-height: 1.45; }
    .section--text .section__head .btn {
      margin-top: 13px; }
  .section--bordered .section__body {
    position: relative; }
    .section--bordered .section__body:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      margin-top: 21px;
      background-color: #EFEFEF; }
  .section--banner .section__background img {
    width: 100%;
    height: auto; }
  .section--news {
    padding: 80px 0; }
    .section--news .section__head {
      margin-bottom: 27px; }
  .section--banner-secondary {
    padding: 0; }
  .section--tertiary {
    padding: 15px 0; }
    .section--tertiary .section__head {
      margin-bottom: 37px; }
      .section--tertiary .section__head h1,
      .section--tertiary .section__head h2,
      .section--tertiary .section__head h3,
      .section--tertiary .section__head h4,
      .section--tertiary .section__head h5,
      .section--tertiary .section__head h6 {
        margin-bottom: 30px; }
      .section--tertiary .section__head p {
        line-height: 1.5;
        margin-bottom: 20px;
        letter-spacing: 0.01em; }
      .section--tertiary .section__head ul {
        margin-bottom: 20px; }
  .section--ssl {
    margin-bottom: 44px; }
  .section--find-ssl {
    padding: 68px 0; }
  .section--breadcrumb {
    padding: 10px 0; }
  .section--comparison {
    padding: 20px 0; }
    .section--comparison .section__head {
      margin-bottom: 57px; }
      .section--comparison .section__head h1,
      .section--comparison .section__head h2,
      .section--comparison .section__head h3,
      .section--comparison .section__head h4,
      .section--comparison .section__head h5,
      .section--comparison .section__head h6 {
        letter-spacing: -.01em; }
      .section--comparison .section__head p + p {
        margin-top: 27px; }
  .section--orders .section__head {
    margin-bottom: 25px; }
    .section--orders .section__head h1,
    .section--orders .section__head h2,
    .section--orders .section__head h3,
    .section--orders .section__head h4,
    .section--orders .section__head h5,
    .section--orders .section__head h6 {
      letter-spacing: -.01em; }
  .section--certificates .section__head h1,
  .section--certificates .section__head h2,
  .section--certificates .section__head h3,
  .section--certificates .section__head h4,
  .section--certificates .section__head h5,
  .section--certificates .section__head h6 {
    letter-spacing: -.01em; }
  .section--certificates .section__actions {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .section--login .shell > .section__head {
    margin-bottom: 26px; }
  .section--login .section__head {
    margin-bottom: 20px; }
  .section--login .alert {
    margin-bottom: 30px; }
    .section--login .alert .alert__content span {
      line-height: 22px; }
  .section--login .boxes {
    margin: 0 -20px; }
    .section--login .boxes .box-secondary {
      padding: 0 20px;
      text-align: left;
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 50px; }
      .section--login .boxes .box-secondary .btn {
        margin-top: 20px;
        font-size: 18px; }
        .section--login .boxes .box-secondary .btn.btn--primary, .section--login .boxes .box-secondary .btn.btn--special {
          color: white; }
  .section--login .note {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 27px; }
  @media (max-width: 767px) {
    .section .section__head {
      margin-bottom: 15px; }
      .section .section__head--secondary {
        display: block;
        text-align: center; }
        .section .section__head--secondary h1,
        .section .section__head--secondary h2,
        .section .section__head--secondary h3,
        .section .section__head--secondary h4,
        .section .section__head--secondary h5,
        .section .section__head--secondary h6 {
          margin-bottom: 16px; }
    .section--cart .alert {
      margin-bottom: 7px; }
    .section--cart .section__actions {
      display: block; }
      .section--cart .section__actions .btn {
        display: block; }
        .section--cart .section__actions .btn + .btn {
          margin: 9px 0 0; }
    .section--cart-secondary .section__head {
      margin-bottom: 0; }
    .section--invoice .section__head {
      margin-bottom: 42px; }
    .section--invoice .section__body h1,
    .section--invoice .section__body h2,
    .section--invoice .section__body h3,
    .section--invoice .section__body h4,
    .section--invoice .section__body h5,
    .section--invoice .section__body h6 {
      margin: 0 0 5px; }
    .section--invoice .section__body h2 {
      font-size: 20px; }
    .section--invoice .section__actions {
      display: block;
      margin-top: 30px; }
      .section--invoice .section__actions .section__actions-content {
        margin-bottom: 9px; }
      .section--invoice .section__actions .btn {
        display: block; }
        .section--invoice .section__actions .btn + .btn {
          margin: 9px 0 0; }
    .section--invoice .table {
      margin-bottom: 29px; }
    .section--form-payment .section__head {
      margin-bottom: 40px; }
      .section--form-payment .section__head h1,
      .section--form-payment .section__head h2,
      .section--form-payment .section__head h3,
      .section--form-payment .section__head h4,
      .section--form-payment .section__head h5,
      .section--form-payment .section__head h6 {
        letter-spacing: -.01em; }
    .section--form-payment .section__body h1,
    .section--form-payment .section__body h2,
    .section--form-payment .section__body h3,
    .section--form-payment .section__body h4,
    .section--form-payment .section__body h5,
    .section--form-payment .section__body h6 {
      margin: 0 0 49px; }
    .section--form-payment .section__body h2 {
      font-size: 20px; }
    .section--thank-you .section__head {
      margin-bottom: 38px; }
    .section--thank-you .section__actions .btn {
      display: block; }
    .section--access .section__head {
      margin-bottom: 24px; }
      .section--access .section__head h1,
      .section--access .section__head h2,
      .section--access .section__head h3,
      .section--access .section__head h4,
      .section--access .section__head h5,
      .section--access .section__head h6 {
        letter-spacing: -.01em; }
    .section--secondary {
      padding: 44px 0 21px;
      margin-bottom: 0px; }
      .section--secondary .section__head {
        margin-bottom: 17px;
        font-size: 16px; }
        .section--secondary .section__head h1,
        .section--secondary .section__head h2,
        .section--secondary .section__head h3,
        .section--secondary .section__head h4,
        .section--secondary .section__head h5,
        .section--secondary .section__head h6 {
          margin-bottom: 19px; }
        .section--secondary .section__head h2 {
          font-size: 20px; }
        .section--secondary .section__head p {
          margin-bottom: 0;
          line-height: 1.65; }
    .section--bordered .section__body:after {
      margin-top: 46px; }
    .section--news {
      padding: 56px 0 0; }
      .section--news .section__head {
        margin-bottom: 26px; }
        .section--news .section__head h1,
        .section--news .section__head h2,
        .section--news .section__head h3,
        .section--news .section__head h4,
        .section--news .section__head h5,
        .section--news .section__head h6 {
          margin-bottom: 19px; }
        .section--news .section__head h2 {
          font-size: 20px; }
    .section--tertiary {
      padding: 13px 0; }
      .section--tertiary .section__head {
        margin-bottom: 28px; }
    .section--ssl .section__body .shell {
      padding: 0; }
    .section--find-ssl .section__head {
      font-size: 18px; }
      .section--find-ssl .section__head h2 {
        font-size: 24px; }
    .section--cards .section__head {
      margin-bottom: 34px;
      font-size: 18px; }
      .section--cards .section__head h1,
      .section--cards .section__head h2,
      .section--cards .section__head h3,
      .section--cards .section__head h4,
      .section--cards .section__head h5,
      .section--cards .section__head h6 {
        margin-bottom: 18px; }
      .section--cards .section__head h2 {
        font-size: 24px; }
      .section--cards .section__head p {
        line-height: 1.5; }
      .section--cards .section__head .btn {
        display: block;
        width: 100%;
        height: 42px;
        margin-top: 10px;
        line-height: 42px; }
    .section--comparison {
      padding: 26px 0; }
      .section--comparison .section__head {
        margin-bottom: 23px; }
    .section--orders .section__head {
      margin-bottom: 28px; }
    .section--order-details .section__head {
      margin-bottom: 28px; }
    .section--order-details .nav-secondary {
      margin-bottom: 34px; }
    .section--certificates .section__head {
      margin-bottom: 28px; }
    .section--certificates .section__actions {
      display: block;
      padding-top: 17px;
      text-align: center; }
      .section--certificates .section__actions .btn {
        display: block;
        width: 100%;
        min-width: 0;
        margin-bottom: 26px; }
    .section--download {
      font-size: 16px; }
      .section--download .section__head {
        margin-bottom: 32px; }
      .section--download .section__body h1,
      .section--download .section__body h2,
      .section--download .section__body h3,
      .section--download .section__body h4,
      .section--download .section__body h5,
      .section--download .section__body h6 {
        margin-bottom: 14px;
        line-height: 1.5; }
      .section--download .section__body h2 {
        font-size: 20px; }
      .section--download .section__group + .section__group {
        margin-top: 44px; }
      .section--download .section__actions {
        margin-top: 55px; }
        .section--download .section__actions .btn {
          display: block;
          width: 100%;
          min-width: 0; }
      .section--download .nav-secondary {
        margin-bottom: 35px; }
    .section--profile {
      font-size: 16px; }
      .section--profile .section__head {
        margin-bottom: 30px; }
      .section--profile .section__entry {
        margin-bottom: 67px;
        line-height: 1.7; }
        .section--profile .section__entry h2 {
          font-size: 20px; }
        .section--profile .section__entry p {
          margin-bottom: 60px; }
      .section--profile .section__group-head h2 {
        font-size: 20px; }
      .section--profile .section__group-body {
        padding: 20px 0 9px; }
      .section--profile .section__group + .section__group {
        margin-top: 69px; }
      .section--profile .section__group--secondary .section__group-head h1,
      .section--profile .section__group--secondary .section__group-head h2,
      .section--profile .section__group--secondary .section__group-head h3,
      .section--profile .section__group--secondary .section__group-head h4,
      .section--profile .section__group--secondary .section__group-head h5,
      .section--profile .section__group--secondary .section__group-head h6 {
        margin-bottom: 20px; }
      .section--profile .section__group--secondary .section__group-body {
        padding: 5px 0; }
      .section--profile .nav-secondary {
        margin-bottom: 23px; }
    .section--addresses .section__group-head h1,
    .section--addresses .section__group-head h2,
    .section--addresses .section__group-head h3,
    .section--addresses .section__group-head h4,
    .section--addresses .section__group-head h5,
    .section--addresses .section__group-head h6 {
      margin-bottom: 10px; }
    .section--addresses .section__group-head h2 {
      font-size: 20px; }
    .section--addresses .nav-secondary {
      margin-bottom: 30px; } }

.section__body {
  padding-bottom: 4px; }

.alert {
  position: relative;
  padding: 15px 46px 14px 8px;
  font-weight: 700;
  font-size: 16px; }
  .alert .alert__content {
    display: flex;
    align-items: center; }
    .alert .alert__content i {
      flex: 0 0 22px;
      max-width: 22px;
      width: 22px;
      height: 22px;
      margin-right: 4px; }
    .alert .alert__content span {
      flex: 0 0 calc(100% - 26px);
      max-width: calc(100% - 26px);
      display: inline-block;
      margin-top: 4px; }
  .alert .alert__close {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: opacity .4s; }
    .alert .alert__close i {
      width: 10px;
      height: 10px; }
    .alert .alert__close:hover {
      opacity: .7; }
  @media (max-width: 767px) {
    .alert {
      line-height: 1.35; }
      .alert .alert__content {
        align-items: flex-start; }
        .alert .alert__content i {
          margin-right: 8px; }
        .alert .alert__content span {
          margin-top: 1px; }
      .alert .alert__close {
        top: 22px;
        right: 15px;
        transform: translateY(0); } }

.table table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 300;
  font-size: 18px; }
  .table table thead th {
    padding: 7px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: left; }
    .table table thead th.text-right {
      text-align: right; }
  .table table tr {
    border-bottom: 1px solid #EFEFEF; }
    .table table tr td {
      height: 50px;
      padding: 3px 0; }
  .table table table {
    margin: 3px 0 25px;
    font-size: 16px; }
    .table table table tr {
      border-bottom: none; }
      .table table table tr td {
        height: auto;
        padding: 7px 0; }
        .table table table tr td.empty-text {
          padding: 52px 0 39px;
          font-size: 18px;
          text-align: center; }
    .table table table a {
      font-size: 18px;
      color: inherit; }
      .table table table a:hover {
        color: inherit; }

.table .colsize-1 {
  width: 238px; }

.table .colsize-2 {
  width: 229px; }

.table .colsize-3 {
  width: 82px; }

.table .colsize-4 {
  width: 218px; }

.table .remove i {
  width: 25px;
  height: 25px;
  margin: 0 6px 0 15px; }

.table .remove span {
  display: none; }

.table .visible-mobile {
  display: none; }

@media (max-width: 767px) {
  .table table {
    font-size: 14px; }
    .table table thead {
      display: none; }
    .table table > tbody > tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .table table > tbody > tr td {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 100%; }
        .table table > tbody > tr td.table-form-promocode {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
    .table table tr td {
      height: auto;
      padding: 17px 0; }
    .table table table {
      display: block;
      margin-bottom: -7px;
      font-size: 18px; }
      .table table table > tbody {
        display: block; }
        .table table table > tbody > tr {
          display: block;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          min-width: 100%; }
          .table table table > tbody > tr > td {
            display: block;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
            min-width: 100%; }
        .table table table > tbody tfoot {
          display: block; }
      .table table table tfoot {
        display: none; }
        .table table table tfoot tr td {
          padding: 9px 0; }
        .table table table tfoot td:before {
          display: none; }
      .table table table tr {
        display: block; }
        .table table table tr td {
          padding: 8px 0; }
          .table table table tr td.empty-text {
            padding: 10px 0;
            line-height: 1.45;
            text-align: left; }
            .table table table tr td.empty-text:before {
              display: none; }
      .table table table td {
        position: relative;
        display: block;
        width: 100%; }
        .table table table td:before {
          content: attr(data-title);
          display: block;
          margin-bottom: 16px;
          font-weight: 700;
          font-size: 14px;
          color: #000; }
        .table table table td.text-right {
          text-align: left; }
      .table table table .select {
        width: 100%; }
  .table .colsize-1,
  .table .colsize-2,
  .table .colsize-3,
  .table .colsize-4 {
    width: 100%; }
  .table .text-mobile-sm {
    font-size: 14px; }
  .table .remove {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 16px;
    border-radius: 2px;
    background-color: #EFEFEF;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 50px;
    text-align: center;
    text-decoration: none; }
    .table .remove i {
      display: none; }
    .table .remove span {
      display: block; }
  .table .form--promocode {
    margin: -21px 0 -5px; }
  .table .visible-mobile {
    display: block; }
    .table .visible-mobile:before {
      display: none; }
  .table .hidden-mobile {
    display: none; } }

.select {
  position: relative; }
  .select select {
    width: 100%;
    height: 28px;
    padding: 0 22px 0 5px;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    font-size: 18px;
    color: #747474;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap; }
    .select select::-ms-expand {
      display: none; }
  .select i {
    position: absolute;
    bottom: 16px;
    right: 5px;
    width: 12px;
    height: 6px;
    pointer-events: none; }
  .select--sm {
    width: 50px; }
  @media (max-width: 767px) {
    .select i {
      bottom: 11px;
      right: 16px;
      width: 12px;
      height: 6px;
      pointer-events: none; } }

.select-secondary {
  position: relative; }
  .select-secondary select {
    min-width: 29px;
    padding-right: 8px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap; }
    .select-secondary select::-ms-expand {
      display: none; }
  .select-secondary:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #000000 transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none; }
  .select-secondary.select-lang select {
    font-weight: 700;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px; }

.field {
  width: 100%;
  height: 34px;
  padding: 0 11px;
  border: solid #000;
  border-radius: 0;
  border-width: 0 0 1px;
  background-color: #fff;
  font-size: 18px;
  color: #747474;
  -webkit-transition: border .4s;
  -o-transition: border .4s;
  transition: border .4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .field--secondary {
    padding: 0 11px;
    border: 1px solid #000; }
  .field--textarea {
    height: 70px;
    padding: 11px;
    resize: none; }
  .field:focus {
    border-color: #ED0000;
    outline: none; }
  .field::-webkit-contacts-auto-fill-button {
    margin-right: 20px; }
  .field::-ms-clear {
    display: none; }
  @media (max-width: 767px) {
    .field--secondary {
      line-height: 1.3; }
    .field--textarea {
      padding: 12px 11px; } }

.textarea {
  width: 100%;
  height: 48px;
  resize: none;
  padding: 15px 11px 0;
  border: solid #000;
  border-radius: 0;
  border-width: 0 0 1px;
  background-color: #fff;
  font-size: 18px;
  color: #000;
  -webkit-transition: border .4s;
  -o-transition: border .4s;
  transition: border .4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .textarea--secondary {
    padding: 0 11px;
    border: 1px solid #000; }
  .textarea--textarea {
    height: 70px;
    padding: 11px;
    resize: none; }
  .textarea:focus {
    border-color: #ED0000;
    outline: none; }
  .textarea::-ms-clear {
    display: none; }
  @media (max-width: 767px) {
    .textarea--secondary {
      line-height: 1.3; }
    .textarea--textarea {
      padding: 12px 11px; } }

.checkbox {
  padding: 9px 0; }
  .checkbox input {
    display: none; }
    .checkbox input:checked + label:after {
      opacity: 1; }
    .checkbox input:disabled + label {
      pointer-events: none;
      color: #DADADA; }
    .checkbox input:disabled + label:before {
      border: 1px solid #DADADA; }
  .checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .checkbox label:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #5C5C5C;
      background-color: #fff; }
    .checkbox label:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 1px;
      width: 17px;
      height: 14px;
      background-image: url(../assets/icons/check.svg);
      background-size: 17px 14px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: opacity .2s, transform .2s;
      -o-transition: opacity .2s, transform .2s;
      transition: opacity .2s, transform .2s;
      transform: scale(0.8); }
  .checkbox.focus input {
    display: none; }
    .checkbox.focus input:checked + label:after {
      opacity: 1;
      transform: scale(1); }
  .checkbox.error label:before {
    background-color: #FDD9D9;
    border: 1px solid #A50202; }

.checkbox-wrapper {
  padding: 9px 0;
  position: relative; }
  .checkbox-wrapper.checked label:after {
    opacity: 1; }
  .checkbox-wrapper input {
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    top: 0;
    left: 0;
    pointer-events: none; }
    .checkbox-wrapper input:checked + label:after {
      opacity: 1; }
    .checkbox-wrapper input:disabled + label {
      pointer-events: none;
      color: #DADADA; }
    .checkbox-wrapper input:disabled + label:before {
      border: 1px solid #DADADA; }
  .checkbox-wrapper label.error {
    display: none !important; }
  .checkbox-wrapper .checkbox__label {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .checkbox-wrapper .checkbox__label:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #5C5C5C;
      background-color: #fff; }
    .checkbox-wrapper .checkbox__label:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 1px;
      width: 17px;
      height: 14px;
      background-image: url(../assets/icons/check.svg);
      background-size: 17px 14px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: opacity .2s, transform .2s;
      -o-transition: opacity .2s, transform .2s;
      transition: opacity .2s, transform .2s;
      transform: scale(0.8); }
  .checkbox-wrapper.focus input {
    display: none; }
    .checkbox-wrapper.focus input:checked + label:after {
      opacity: 1;
      transform: scale(1); }
  .checkbox-wrapper.error label:before {
    background-color: #FDD9D9;
    border: 1px solid #A50202; }

.radio {
  padding: 9px 0; }
  .radio input {
    display: none; }
    .radio input:checked + label:after {
      opacity: 1; }
    .radio input:disabled + label {
      pointer-events: none;
      color: #DADADA; }
    .radio input:disabled + label:before {
      border: 1px solid #DADADA; }
  .radio label {
    position: relative;
    display: inline-block;
    padding-left: 37px;
    font-size: 18px;
    color: #747474;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .radio label:before {
      content: '';
      position: absolute;
      top: -2px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #5C5C5C;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s; }
    .radio label:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #5C5C5C;
      opacity: 0;
      -webkit-transition: opacity .2s, transform .2s;
      -o-transition: opacity .2s, transform .2s;
      transition: opacity .2s, transform .2s; }
  .radio.focus input {
    display: none; }
    .radio.focus input:checked + label:after {
      opacity: 1;
      transform: scale(1.4); }
  .radio.error label:before {
    background-color: #FDD9D9;
    border: 1px solid #A50202; }
  .radio:hover label {
    color: #000; }

.radio-wrapper.disabled .radio__label {
  pointer-events: none;
  color: #DADADA; }

.radio-wrapper.disabled .radio__label:before {
  border: 1px solid #DADADA; }

.radio-wrapper {
  padding: 9px 0;
  position: relative; }
  .radio-wrapper.checked label:after {
    opacity: 1; }
  .radio-wrapper:disabled {
    pointer-events: none; }
    .radio-wrapper:disabled .radio__label {
      pointer-events: none;
      color: #DADADA; }
  .radio-wrapper:disabled .radio__label:before {
    border: 1px solid #DADADA; }
  .radio-wrapper input {
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    top: 0;
    left: 0; }
    .radio-wrapper input:checked + label:after {
      opacity: 1; }
    .radio-wrapper input:disabled + label {
      pointer-events: none;
      color: #DADADA; }
    .radio-wrapper input:disabled + label:before {
      border: 1px solid #DADADA; }
  .radio-wrapper label {
    position: relative;
    display: inline-block;
    padding-left: 37px;
    font-size: 18px;
    color: #747474;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .radio-wrapper label:before {
      content: '';
      position: absolute;
      top: -2px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #5C5C5C;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s; }
    .radio-wrapper label:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #5C5C5C;
      opacity: 0;
      -webkit-transition: opacity .2s, transform .2s;
      -o-transition: opacity .2s, transform .2s;
      transition: opacity .2s, transform .2s; }
  .radio-wrapper label.error {
    display: none !important; }
  .radio-wrapper.focus input {
    display: none; }
    .radio-wrapper.focus input:checked + label:after {
      opacity: 1;
      transform: scale(1.4); }
  .radio-wrapper.error label:before {
    background-color: #FDD9D9;
    border: 1px solid #A50202; }
  .radio-wrapper:hover label {
    color: #000; }

.selectric {
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 0;
  border-bottom: 1px solid #000 !important;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  transition: background .3s; }
  .selectric .label {
    height: 50px !important;
    line-height: 52px !important;
    font-size: 18px !important;
    font-weight: normal !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 0 40px 0 10px;
    transition: background .3s; }
  .selectric .button {
    background-color: transparent !important;
    height: 50px !important; }
    .selectric .button:after {
      display: none; }
    .selectric .button:before {
      content: '';
      display: inline-block;
      width: 13px;
      height: 13px;
      background-image: url(../assets/icons/dropdown-arrow.svg);
      background-repeat: no-repeat;
      position: absolute;
      top: 23px;
      right: 10px;
      transition: transform .3s, top .3s; }

.selectric-items {
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  top: 97% !important;
  z-index: 2 !important;
  border: 0 !important;
  border-bottom: 2px solid #000 !important; }
  .selectric-items li {
    padding: 16px 10px 14px !important;
    font-size: 18px !important;
    font-weight: normal !important;
    color: #000 !important;
    background-color: #fff;
    transition: background .3s; }
    .selectric-items li.highlighted {
      background-color: #fff !important; }
    .selectric-items li.selected {
      background-color: #fff !important; }
    .selectric-items li:hover {
      background-color: #EFEFEF !important; }

.selectric-hover {
  background-color: #EFEFEF !important; }
  .selectric-hover .label {
    background-color: #EFEFEF !important; }

.selectric-open {
  background-color: #fff !important; }
  .selectric-open .label {
    background-color: #fff !important; }
  .selectric-open .button:before {
    position: absolute;
    top: 16px;
    right: 10px;
    transform: rotate(180deg); }

.au-select-wrapper {
  position: relative;
  width: 100%;
  height: 34px;
  font-size: 18px;
  line-height: 11px;
  background-color: #fff; }
  .au-select-wrapper select {
    display: none; }
  .au-select-wrapper .select-selected {
    display: flex;
    justify-content: space-between;
    border: solid #000;
    border-radius: 0;
    border-width: 0 0 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .3s; }
    .au-select-wrapper .select-selected:after {
      content: "";
      display: inline-block;
      position: absolute;
      right: 11px;
      top: 13px;
      height: 11px;
      width: 11px;
      background-image: url(../assets/icons/dropdown-arrow.svg);
      background-repeat: no-repeat;
      transition: transform .3s, top .3s; }
    .au-select-wrapper .select-selected.select-open:after {
      transform: rotate(180deg); }
  .au-select-wrapper .select-items div,
  .au-select-wrapper .select-selected {
    cursor: pointer;
    user-select: none;
    padding: 11px 11px; }
  .au-select-wrapper .select-items {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    top: 97%;
    z-index: 99999;
    border: 0;
    border-bottom: 2px solid #000; }
    .au-select-wrapper .select-items div:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .au-select-wrapper .select-items.select-open {
      display: block; }

.btn {
  display: inline-block;
  min-width: 222px;
  height: 49px;
  padding: 0 10px;
  border-radius: 2px;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 52px;
  text-decoration: none;
  box-shadow: none;
  transition: background .4s; }
  .btn:hover {
    box-shadow: none; }
  .btn--left {
    float: left; }
  .btn--right {
    float: right; }
  .btn--block {
    display: block;
    min-width: 0;
    width: 100%; }
  .btn--small {
    height: 34px;
    line-height: 36px; }
  .btn--secondary {
    background-color: #dadada; }
    .btn--secondary:active {
      background-color: #5c5c5c;
      color: #ffffff; }
    .btn--secondary:hover {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
  .btn--ternary {
    background-color: #596377;
    color: #ffffff; }
    .btn--ternary:active {
      background-color: #596377;
      color: #ffffff; }
    .btn--ternary:hover {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
  .btn--fourth {
    background-color: #efefef;
    color: #5c5c5c; }
    .btn--fourth:active {
      background-color: #efefef;
      color: #5c5c5c; }
    .btn--fourth:hover {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
  .btn--primary {
    border-radius: 2px; }
  .btn--special {
    background: url("../assets/icons/special-btn-icon.svg");
    background-size: 24px;
    background-position: 14px 13px;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding-left: 27px;
    transition: none; }
  .btn--login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    min-width: 142px; }
  .btn--primary, .btn--special {
    color: #ffffff;
    background-color: #eb0000; }
    .btn--primary:hover, .btn--special:hover {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
    .btn--primary:active, .btn--special:active {
      background-color: #a50202; }
  .btn--lg {
    min-width: 250px; }
  .btn--lg2 {
    min-width: 200px; }
  .btn--sm {
    min-width: 186px; }
  .btn--sm2 {
    min-width: 188px; }
  .btn--md {
    min-width: 171px; }
  .btn--xs {
    min-width: 165px; }
  .btn--xxs {
    min-width: 145px; }
  .btn--xxxs {
    min-width: 105px; }
  .btn--xxxxs {
    min-width: 68px; }
  .btn--icon {
    position: relative;
    padding: 0 30px 0 18px;
    text-align: left;
    font-size: 18px;
    line-height: 53px;
    font-weight: 700; }
    .btn--icon i {
      position: absolute;
      top: 50%;
      right: 11px;
      width: 22px;
      height: 28px;
      transform: translateY(-50%); }
  .btn.disable {
    opacity: .4;
    pointer-events: none; }
  .btn.nolink {
    cursor: auto !important; }
  @media (max-width: 767px) {
    .btn {
      display: block; }
      .btn.inputBtn {
        width: 100%; }
      .btn + .btn {
        margin: 9px 0 0; } }

.form--promocode .form__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }
  .form--promocode .form__inner .field {
    flex: 0 0 267px;
    max-width: 267px;
    margin-right: 5px; }
  .form--promocode .form__inner .btn {
    height: 42px;
    line-height: 42px; }

.form--payment {
  font-weight: 300;
  font-size: 18px; }
  .form--payment label.error {
    position: absolute;
    top: 100%;
    left: 11px;
    display: inline-block;
    margin-top: 3px;
    font-size: 14px;
    color: #A50202; }
  .form--payment .selectric span.label {
    position: static;
    width: 100%; }
  .form--payment .form__section {
    margin-bottom: 56px; }
    .form--payment .form__section-head {
      margin-bottom: 46px; }
      .form--payment .form__section-head h1,
      .form--payment .form__section-head h2,
      .form--payment .form__section-head h3,
      .form--payment .form__section-head h4,
      .form--payment .form__section-head h5,
      .form--payment .form__section-head h6 {
        margin-bottom: 19px;
        font-weight: 700;
        letter-spacing: .01em; }
      .form--payment .form__section-head h5 {
        font-size: 18px; }
      .form--payment .form__section-head p {
        letter-spacing: .01em; }
    .form--payment .form__section + .form__section {
      margin-top: 58px; }
  .form--payment .form__actions {
    display: flex;
    justify-content: space-between;
    margin-top: 67px; }
  .form--payment .form__row {
    margin-bottom: 50px; }
    .form--payment .form__row span {
      position: absolute;
      top: 100%;
      left: 10px;
      display: inline-block;
      margin-top: 7px;
      color: #747474;
      font-size: 16px; }
  .form--payment .form__label {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 6px;
    font-size: 18px;
    color: #747474; }
    .form--payment .form__label i {
      font-style: inherit; }
  .form--payment .list-radios {
    margin-top: -7px; }
  .form--payment .field {
    color: #000;
    height: 38px; }
  .form--payment .select select {
    padding-left: 10px;
    color: #000; }
  .form--payment .select .summary {
    border-bottom: 1px solid #000;
    padding: 0 22px 0 5px; }
  .form--payment .select i {
    bottom: 9px;
    right: 12px; }
  .form--payment .form__row-select .form__label {
    position: absolute;
    top: -12px;
    left: 0;
    z-index: 1;
    font-size: 12px;
    padding-bottom: 0; }
  .form--payment .form__row-select-secondary .form__label {
    top: -6px; }
  .form--payment .form__row-textarea .form__label {
    top: 26px;
    font-size: 18px; }
  .form--payment .form__row-textarea .form__label--active {
    top: 14px; }
  .form--payment .form__row {
    position: relative; }
  .form--payment .form__label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: opacity .1s, transform .3s;
    z-index: 1; }
  .form--payment .form__label--hidden {
    opacity: 0;
    pointer-events: none; }
  .form--payment .form__label--active {
    padding: 3px 5px;
    left: 6px;
    transform-origin: 0 0;
    transform: scale(0.7) translateY(calc(-50% - 42px)); }

.form--code .form__label {
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 12px;
  color: #747474; }

.form--code .form__row + .form__row {
  margin-top: 19px; }

.form--code .form__actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }
  .form--code .form__actions .btn {
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    min-width: 0; }

.form--code .field {
  color: #000; }
  .form--code .field--textarea {
    height: 77px; }

.form .error-inner {
  display: none; }

.form .error-message {
  display: none; }

.form .error {
  position: relative; }
  .form .error .error-message {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 11px;
    margin-top: 3px;
    font-size: 14px;
    color: #A50202; }
  .form .error .error-inner {
    background: #f9d9d9;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 34px;
    padding: 0 10px;
    color: #A50202;
    pointer-events: none;
    display: inline-block;
    font-size: 18px;
    pointer-events: none; }
    .form .error .error-inner.hidden {
      display: none; }

.form .form__row.error .textarea.error,
.form .form__row.error .field.error {
  background: #f9d9d9;
  color: #A50202; }

.form .form__controls {
  position: relative; }

.form .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #5C5C5C;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px; }
  .form .close-btn.hidden {
    display: none; }

@media (max-width: 767px) {
  .form--promocode .form__inner {
    display: block; }
    .form--promocode .form__inner .field {
      max-width: 100%;
      margin: 0 0 9px; }
    .form--promocode .form__inner .btn {
      width: 100%;
      height: 50px;
      line-height: 50px; }
  .form--payment .form__section {
    margin-bottom: 55px; }
    .form--payment .form__section-head {
      margin-bottom: 25px; }
      .form--payment .form__section-head h1,
      .form--payment .form__section-head h2,
      .form--payment .form__section-head h3,
      .form--payment .form__section-head h4,
      .form--payment .form__section-head h5,
      .form--payment .form__section-head h6 {
        margin-bottom: 16px; }
      .form--payment .form__section-head p {
        line-height: 1.45; }
    .form--payment .form__section + .form__section {
      margin-top: -5px; }
  .form--payment .form__row {
    margin-bottom: 44px; }
  .form--payment .form__actions {
    display: block; }
    .form--payment .form__actions .btn {
      display: block;
      width: 100%; }
      .form--payment .form__actions .btn + .btn {
        margin-top: 10px; }
  .form--payment .list-radios {
    margin-top: 32px; }
  .form--payment .select i {
    bottom: 7px;
    right: 6px; } }

.footer {
  background-color: #EFEFEF;
  margin-top: 100px; }
  .footer .footer__body {
    padding: 67px 0 148px; }
    .footer .footer__body h1,
    .footer .footer__body h2,
    .footer .footer__body h3,
    .footer .footer__body h4,
    .footer .footer__body h5,
    .footer .footer__body h6 {
      margin: 0 0 24px;
      font-weight: 700;
      color: #000;
      font-size: 18px; }
    .footer .footer__body h2 {
      font-size: 18px; }
    .footer .footer__body .shell {
      padding: 0 24px; }
  .footer .footer__bar {
    padding: 21px 0;
    background-color: #fff;
    font-weight: 700;
    font-size: 11px;
    color: #2B2B2A;
    text-align: center; }
    .footer .footer__bar p {
      margin: 0; }
  .footer .footer__nav ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #000;
    list-style-type: none; }
    .footer .footer__nav ul li {
      margin: 0 20px; }
      .footer .footer__nav ul li a {
        color: inherit;
        text-decoration: none;
        transition: color .4s; }
        .footer .footer__nav ul li a:hover {
          color: #ED0000; }
  .footer .footer__socials {
    position: relative;
    padding: 18px 0 13px;
    background-color: #747474; }
    .footer .footer__socials .shell {
      padding: 0 25px; }
    .footer .footer__socials .footer__inner {
      display: flex;
      align-items: center; }
      .footer .footer__socials .footer__inner .footer__aside {
        flex: 0 1 auto;
        max-width: auto; }
      .footer .footer__socials .footer__inner .footer__content {
        flex: 1 0 auto;
        max-width: auto; }
    .footer .footer__socials .socials {
      margin: -2px 0 0 -13px; }
  .footer .footer__navigation {
    padding: 22px 0 16px; }
  .footer .text p {
    margin-top: 14px; }
  @media (max-width: 1023px) {
    .footer .footer__body {
      padding: 66px 150px 54px; }
      .footer .footer__body .cols {
        flex-wrap: wrap;
        margin: 0 -40px; }
      .footer .footer__body .col--1of4 {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0 40px;
        margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .footer .footer__body {
      padding: 50px 42px 48px; }
      .footer .footer__body h1,
      .footer .footer__body h2,
      .footer .footer__body h3,
      .footer .footer__body h4,
      .footer .footer__body h5,
      .footer .footer__body h6 {
        margin: 0 0 23px; }
      .footer .footer__body .shell {
        padding: 0 42px; }
      .footer .footer__body .col--1of4 {
        max-width: 100%;
        padding: 0; }
    .footer .footer__socials {
      padding: 23px 0 19px; }
      .footer .footer__socials .footer__inner {
        display: block; }
        .footer .footer__socials .footer__inner .footer__aside {
          max-width: 100%;
          margin-bottom: 10px;
          text-align: center; }
        .footer .footer__socials .footer__inner .footer__content {
          max-width: 100%; }
      .footer .footer__socials .socials {
        margin: 0; }
    .footer .footer__navigation {
      padding: 18px 0 20px; }
    .footer .footer__nav ul {
      display: block;
      font-size: 14px;
      text-align: center; }
      .footer .footer__nav ul li {
        margin: 0; }
        .footer .footer__nav ul li a {
          padding: 4px; }
        .footer .footer__nav ul li + li {
          margin-top: 20px; }
    .footer .footer__bar {
      padding: 17px 0 93px;
      font-size: 12px;
      line-height: 1.4; }
      .footer .footer__bar .shell {
        padding: 0 10px; }
    .footer .cols .col + .col {
      margin-top: 46px; } }

* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }

template {
  display: none; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

img,
iframe,
video,
audio,
object {
  max-width: 100%; }

img,
iframe {
  border: 0 none; }

img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

address {
  font-style: normal; }

svg:not(:root) {
  overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none; }

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button,
select {
  text-transform: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

nav ul,
nav ol {
  list-style: none outside none; }

.header {
  position: relative;
  background-color: #fff;
  /*box-shadow: 0 10px 10px 0 rgba(0,0,0, .08);*/
  border-bottom: 1px solid #EFEFEF; }
  .header.swiss-id-shadow {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
    border-bottom: 0; }
  .header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .header__body {
    padding: 17px 0 14px;
    border-bottom: 1px solid #EFEFEF; }
    .header .header__body .profile-thumb {
      position: absolute;
      top: 8px;
      right: 21px; }
    .header .header__body .nav-trigger {
      display: none; }
  .header .header__navigation .header__inner {
    margin: 0 -9px; }
  .header .header__navigation .header__content {
    flex: 0 0 calc(100% - 178px);
    max-width: calc(100% - 178px);
    padding: 0 9px; }
  .header .header__navigation .header__aside {
    flex: 0 0 178px;
    max-width: 178px;
    padding: 0 9px; }
  .header .header__navigation .nav-utilities {
    display: none; }
  @media (max-width: 1023px) {
    .header .header__body .profile-thumb {
      display: none; } }
  @media (max-width: 767px) {
    .header .header__navigation {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 20 !important;
      width: 100%;
      padding: 16px 0;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
      transform: translateY(50px);
      transition: opacity .4s, visibility .4s, transform .4s; }
      .header .header__navigation .header__inner {
        flex-direction: column;
        margin: 0; }
        .header .header__navigation .header__inner .header__content {
          flex: 1 0 auto;
          order: 2;
          min-width: 100%;
          padding: 0; }
        .header .header__navigation .header__inner .header__aside {
          flex: 1 0 auto;
          order: 1;
          min-width: 100%;
          max-width: 100%;
          padding: 0;
          margin-bottom: 9px; }
      .header .header__navigation .nav-utilities {
        flex: 1 0 auto;
        min-width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 9px;
        margin-bottom: 28px; }
      .header .header__navigation.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        z-index: 50 !important;
        max-height: calc(100vh - 78px);
        overflow: auto;
        overflow-x: hidden; }
    .header .header__body {
      padding-bottom: 12px; }
      .header .header__body .nav-utilities {
        display: none; }
      .header .header__body .nav-trigger {
        display: inline-block;
        margin-top: -5px; } }
  @media (prefers-contrast: more) {
    .header .dropdown-toggle:after {
      background-image: url(../assets/icons/dropdown-arrow-white.svg);
      background-size: cover;
      width: 10px;
      height: 5px;
      background-position: center;
      border: none; } }
  @media (prefers-color-scheme: dark) {
    .header .dropdown-toggle:after {
      background-image: url(../assets/icons/dropdown-arrow-white.svg);
      background-size: cover;
      width: 10px;
      height: 5px;
      background-position: center;
      border: none; } }

.navbar {
  width: 100%;
  /*CROSS*/ }
  @media (min-width: 768px) {
    .navbar {
      padding-bottom: 3px;
      width: auto; } }
  .navbar > ul > li {
    position: relative; }
    @media (min-width: 768px) {
      .navbar > ul > li {
        padding: 7px 0 0px;
        margin: 0 10px; }
        .navbar > ul > li:first-child {
          margin-left: 0; } }
    .navbar > ul > li > a {
      text-decoration: none;
      position: relative;
      transition: color .4s;
      font-size: 18px;
      padding: 15px 0;
      font-weight: 700;
      width: 100%; }
      @media (min-width: 768px) {
        .navbar > ul > li > a {
          padding: 15px 0 15px !important;
          font-size: 16px;
          font-weight: 300;
          width: auto; } }
      .navbar > ul > li > a:hover, .navbar > ul > li > a:any-link {
        text-decoration: none;
        color: #000; }
      @media (min-width: 768px) {
        .navbar > ul > li > a {
          /*red line*/ }
          .navbar > ul > li > a.dropdown-toggle {
            padding-right: 20px !important; }
          .navbar > ul > li > a:after {
            position: absolute;
            top: 20px;
            right: 0; }
          .navbar > ul > li > a:before {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #EB0000;
            transform: scaleX(0.8);
            opacity: 0;
            transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
          .navbar > ul > li > a.active:before, .navbar > ul > li > a.show:before, .navbar > ul > li > a:hover:before {
            transform: scaleX(1);
            opacity: 1; } }
  .navbar .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.5); }
  @media (max-width: 767px) {
    .navbar .dropdown-menu {
      position: relative;
      width: 100vw;
      left: -17px !important;
      padding: 15px 0 17px;
      background-color: #EFEFEF;
      font-weight: 400;
      font-size: 18px;
      color: #000;
      border: 0;
      border-radius: 0; } }
  @media (min-width: 768px) {
    .navbar .dropdown-menu {
      position: absolute;
      border-radius: 0;
      padding-top: 0;
      border-color: #EFEFEF; } }
  @media (min-width: 768px) {
    .navbar .dropdown-menu ul {
      padding-top: 20px;
      max-height: calc(100vh - 200px); } }
  @media (max-width: 767px) {
    .navbar .dropdown-menu a {
      padding: 14px 37px;
      font-weight: 400;
      font-size: 18px;
      color: #000;
      margin-bottom: 2px;
      text-decoration: none; } }
  @media (min-width: 768px) {
    .navbar .dropdown-menu a {
      width: 100%;
      display: inline-block;
      padding: 10px 40px 10px 20px;
      transition: color .4s, background .4s, box-shadow .4s;
      text-decoration: none;
      font-size: 16px;
      font-weight: 300;
      color: black; }
      .navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus {
        background-color: #F5F5F5;
        text-decoration: none;
        color: black; }
      .navbar .dropdown-menu a:after {
        content: "";
        background: #EFEFEF;
        height: 1px;
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        z-index: 1; } }
  .navbar .dropdown-menu a.close-menu {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-decoration: none !important;
    font-size: 10px;
    padding: 0; }
    .navbar .dropdown-menu a.close-menu:after {
      content: none; }
    .navbar .dropdown-menu a.close-menu:hover, .navbar .dropdown-menu a.close-menu:focus {
      background-color: transparent; }
  .navbar .dropdown-menu .dropdown-accordion {
    cursor: pointer; }
  .navbar .dropdown-menu > div > ul ul {
    background: #f5f5f5; }
  @media (max-width: 767px) {
    .navbar .dropdown-toggle:before {
      content: '';
      position: absolute;
      top: 24px;
      right: 5px;
      width: 14px;
      height: 2px;
      transform: translateY(-50%) rotate(-90deg);
      transition: transform .4s;
      background-color: #000;
      pointer-events: auto; }
    .navbar .dropdown-toggle:after {
      content: '';
      position: absolute;
      top: 24px;
      right: 5px;
      width: 14px;
      height: 2px;
      background-color: #000;
      transform: translateY(-50%);
      pointer-events: auto;
      border: 0; }
    .navbar .dropdown-toggle.show:before {
      transform: translateY(-50%) rotate(0);
      transition: transform .4s; } }

@media screen and (min-width: 768px) {
  .navbar > ul > li ul li:last-child a:after {
    content: none; } }

.logo {
  display: inline-block;
  width: 160px;
  font-size: 0; }
  .logo img {
    width: 100%;
    height: auto;
    max-height: 30px; }
  .logo--group {
    width: 240px; }
  .logo--swissid {
    width: 124px; }
  .logo--white {
    width: 169px; }
  @media (max-width: 767px) {
    .logo {
      width: 180px; }
      .logo--white {
        width: 169px; } }

.headerPostaPayoff {
  position: absolute;
  font-size: 10px;
  bottom: -5px;
  left: 0;
  white-space: nowrap; }

.search {
  position: relative;
  margin-right: 14px; }
  .search .search__field {
    width: 100%;
    height: 37px;
    padding: 0 40px 0 10px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    background-color: #fff;
    font-size: 16px;
    color: #2B2B2A;
    transition: border .4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .search .search__field:focus {
      border-color: #000; }
  .search .search__btn {
    position: absolute;
    top: 50%;
    right: 10px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    transform: translateY(-50%);
    appearance: none; }
  @media (max-width: 767px) {
    .search {
      margin-right: 0; }
      .search .search__field {
        height: 42px;
        font-size: 18px; } }

.search-results .search__section {
  padding-top: 23px; }
  .search-results .search__section + .search__section {
    border-top: 2px solid #EFEFEF;
    margin-top: 23px; }
  .search-results .search__section-head {
    margin-bottom: 15px; }
  .search-results .search__section-actions {
    padding-top: 20px; }
  .search-results .search__section.hidden {
    display: none; }
  .search-results .search__section .hidden {
    display: none; }
  .search-results .search__section.show .btn--show-content {
    display: none; }
  .search-results .search__section.show .hidden {
    display: block; }

.search-results .cards {
  margin-top: -16px; }
  .search-results .cards .card {
    margin-top: 20px;
    margin-bottom: 0;
    /* 	&.hidden {
			display: none;
		} */ }

.excerpt-fragment li {
  margin-left: 14px; }

.search-filter {
  display: flex;
  flex-wrap: wrap; }
  .search-filter .search__label {
    flex: 0 1 auto;
    width: auto;
    padding-right: 25px;
    font-size: 18px;
    line-height: 1.45; }
    .search-filter .search__label + .search__controls {
      flex: 0 1 240px;
      max-width: 240px; }
  .search-filter .selectric {
    height: 28px; }
    .search-filter .selectric .label {
      height: 28px !important;
      line-height: 28px !important;
      margin: 0 27px 0 10px; }
    .search-filter .selectric .button {
      height: 28px !important;
      line-height: 28px; }
      .search-filter .selectric .button:before {
        top: 50%;
        transform: translateY(-50%);
        width: 11px;
        height: 6px;
        right: 7px; }

.badge {
  display: inline-block;
  min-width: 15px;
  min-height: 15px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  box-sizing: content-box;
  white-space: nowrap; }
  .badge:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0; }
  .badge span {
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px; }
  .badge--danger {
    background-color: #EB0000;
    color: #fff; }

.main {
  padding: 32px 0 0px; }
  .main--invoice {
    padding-bottom: 462px; }
  .main--form-payment {
    padding-bottom: 205px; }
  .main--thank-you {
    padding: 72px 0 135px; }
  .main--access {
    padding-bottom: 103px; }
  .main--home {
    padding-bottom: 50px; }
  .main--ssl {
    padding: 47px 0 105px; }
  .main--comparison {
    padding: 54px 0 135px; }
  .main--orders {
    padding-bottom: 23px; }
  .main--certificates {
    padding-bottom: 30px; }
  .main--profile {
    padding-bottom: 102px; }
  .main--addresses {
    padding-bottom: 382px; }
  @media (max-width: 767px) {
    .main {
      padding: 7px 0 60px; }
      .main--invoice {
        padding-bottom: 41px; }
      .main--thank-you {
        padding: 9px 0 60px; }
      .main--access {
        padding-bottom: 34px; }
      .main--home {
        padding: 15px 0 60px; }
      .main--ssl {
        padding: 47px 0 60px; }
      .main--comparison {
        padding: 19px 0 60px; }
      .main--orders {
        padding-bottom: 69px; }
      .main--order-details {
        padding-bottom: 40px; }
      .main--certificates {
        padding-bottom: 25px; }
      .main--download {
        padding-bottom: 46px; } }

.socials ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 -15px;
  list-style-type: none; }
  .socials ul li a {
    padding: 0 15px;
    text-decoration: none; }
    .socials ul li a img.linkedin {
      width: 22px;
      height: 22px; }
    .socials ul li a img.twitter {
      width: 22px;
      height: 19px; }
    .socials ul li a img.youtube {
      width: 26px;
      height: 18px; }

.list-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-weight: 400;
  font-size: 18px;
  color: #000; }
  .list-links li a {
    color: inherit;
    text-decoration: none;
    transition: color .4s; }
    .list-links li a:hover {
      color: #ED0000;
      text-decoration: none; }
  .list-links li + li {
    margin-top: 14px; }
  @media (max-width: 767px) {
    .list-links li + li {
      margin-top: 15px; } }

.list-radios {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.list-bullet ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 18px;
  color: #000; }
  .list-bullet ul li {
    position: relative;
    padding-left: 38px; }
    .list-bullet ul li:before {
      content: '';
      position: absolute;
      top: 6px;
      left: 12px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #000; }
    .list-bullet ul li + li {
      margin-top: 1px; }

.list-numbers ol {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #000;
  list-style-type: none;
  counter-reset: my-sec-counter; }
  .list-numbers ol li {
    position: relative;
    padding-left: 27px;
    line-height: 22px; }
    .list-numbers ol li:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 7px;
      counter-increment: my-sec-counter;
      content: counter(my-sec-counter) ". "; }
    .list-numbers ol li + li {
      margin-top: 1px; }

@media (max-width: 767px) {
  .list-numbers ol li + li {
    margin-top: 9px !important; } }

.list-bullet-small ul:not(.check) {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 18px;
  color: #000;
  padding-left: 0 !important; }
  .list-bullet-small ul:not(.check) li {
    position: relative;
    padding-left: 25px;
    line-height: 22px; }
    .list-bullet-small ul:not(.check) li:before {
      content: '';
      position: absolute;
      top: 6px;
      left: 9px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #000; }
    .list-bullet-small ul:not(.check) li + li {
      margin-top: 1px !important; }

.list-bullet-small ul.check {
  margin: 0;
  padding: 0; }
  .list-bullet-small ul.check li {
    list-style-type: none;
    line-height: 1.45; }
    .list-bullet-small ul.check li:before {
      content: "🗸";
      background: none;
      font-weight: bold;
      margin-right: 5px; }
  .list-bullet-small ul.check.left li {
    position: relative;
    padding-left: 25px;
    line-height: 22px; }
    .list-bullet-small ul.check.left li:before {
      position: absolute;
      left: 0;
      top: -3px; }

.list-bullet-small ol.unstyled li,
.list-bullet-small ul.unstyled li {
  padding-left: 0; }
  .list-bullet-small ol.unstyled li:before,
  .list-bullet-small ul.unstyled li:before {
    content: none; }

@media (max-width: 767px) {
  .list-bullet-small ul li + li {
    margin-top: 9px !important; } }

.box__entry .list-bullet-small ul, .box__entry .list-bullet-small ol {
  font-size: 14px; }

.box__entry .list-bullet-small ul:not(.check) li {
  line-height: 1; }
  .box__entry .list-bullet-small ul:not(.check) li:before {
    top: 4px; }

.box__entry .list-bullet-small ul.check li {
  line-height: 1; }
  .box__entry .list-bullet-small ul.check li::before {
    top: 2px; }

.box__entry .list-numbers ul, .box__entry .list-numbers ol {
  font-size: 14px; }
  .box__entry .list-numbers ul li, .box__entry .list-numbers ol li {
    line-height: 1; }

.list-characteristics {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 1;
  text-align: center; }
  .list-characteristics > li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 8px; }
    .list-characteristics > li p,
    .list-characteristics > li span {
      flex: 0 0 100%;
      max-width: 100%; }
    .list-characteristics > li .price {
      font-size: 24px; }
  @media (max-width: 767px) {
    .list-characteristics > li {
      position: relative; }
      .list-characteristics > li:before {
        content: attr(data-title);
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        font-weight: 700; }
      .list-characteristics > li:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 10px;
        right: 10px;
        height: 5px;
        background-color: #D8D8D8; }
      .list-characteristics > li:last-of-type:after {
        display: none; }
      .list-characteristics > li:not([data-title]):before {
        margin-bottom: 0; } }

.list-order-details {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
  list-style-type: none; }
  .list-order-details li {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
    margin-bottom: 9px; }
    .list-order-details li:nth-child(3n + 2) {
      flex: 0 0 38.8%;
      max-width: 38.8%; }
    .list-order-details li:nth-child(3n + 1) {
      flex: 0 0 41.2%;
      max-width: 41.2%; }
  @media (max-width: 767px) {
    .list-order-details {
      display: block;
      font-size: 16px; }
      .list-order-details li {
        max-width: 100% !important; }
        .list-order-details li.text-right {
          text-align: left !important; }
        .list-order-details li + li {
          margin-top: 18px; } }

.list-order-details-secondary {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .list-order-details-secondary li + li {
    margin-top: 9px; }
  @media (max-width: 767px) {
    .list-order-details-secondary li + li {
      margin-top: 14px; } }

.list-address {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #000; }
  .list-address li a {
    color: inherit;
    text-decoration: none;
    transition: color .4s; }
    .list-address li a:hover {
      color: #EB0000; }
  .list-address li + li {
    margin-top: 9px; }
  .list-address--secondary li + li {
    margin-top: 6px; }
  @media (max-width: 767px) {
    .list-address li + li {
      margin-top: 12px; }
    .list-address--secondary li + li {
      margin-top: 9px; } }

.list-address-secondary {
  padding: 0;
  margin: -6px 0 0;
  list-style-type: none;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.85; }
  .list-address-secondary li a {
    color: inherit;
    text-decoration: none;
    transition: color .4s; }
    .list-address-secondary li a:hover {
      color: #ED0000; }

.list-stars {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .list-stars li {
    padding: 0; }
    .list-stars li + li {
      margin-left: 4px; }

.cols {
  display: flex;
  margin: 0 -7px; }
  .cols .col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 7px; }
    .cols .col--1of2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .cols .col--1of3 {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .cols .col--1of4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .cols .col--size-1 {
      flex: 0 0 38.7%;
      max-width: 38.7%; }
    .cols .col--size-2 {
      flex: 0 0 35.7%;
      max-width: 35.7%; }
    .cols .col--size-3 {
      flex: 0 0 25.6%;
      max-width: 25.6%; }
  @media (max-width: 767px) {
    .cols {
      display: block;
      margin: 0; }
      .cols .col {
        padding: 0; }
        .cols .col--1of2 {
          max-width: 100%; }
        .cols .col--1of3 {
          max-width: 100%; }
        .cols .col--1of4 {
          max-width: 100%; }
        .cols .col--size-1 {
          max-width: 100%; }
        .cols .col--size-2 {
          max-width: 100%; }
        .cols .col--size-3 {
          max-width: 100%; } }

.boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .boxes .box {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px; }
  .boxes .box-secondary {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px;
    margin-bottom: 19px; }
    .boxes .box-secondary .h1,
    .boxes .box-secondary .h2,
    .boxes .box-secondary .h3,
    .boxes .box-secondary .h4,
    .boxes .box-secondary .h5,
    .boxes .box-secondary .h6 {
      font-weight: 700 !important; }
    .boxes .box-secondary a {
      text-decoration: none; }
      .boxes .box-secondary a:hover {
        color: inherit;
        text-decoration: none; }
  .boxes--tertiary {
    margin: 0 -13px; }
    .boxes--tertiary .box-tertiary {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding: 0 13px; }
  @media (max-width: 767px) {
    .boxes {
      display: block;
      margin: 0; }
      .boxes .box {
        max-width: 100%;
        padding: 0; }
        .boxes .box + .box {
          margin-top: 38px; }
      .boxes .box-secondary {
        max-width: 100%;
        padding: 0; }
      .boxes--tertiary {
        margin: 0; }
        .boxes--tertiary .box-tertiary {
          max-width: 100%;
          padding: 0;
          margin-bottom: 20px; } }

.box {
  font-size: 18px;
  color: #000;
  line-height: 1.45; }
  .box .box__inner {
    position: relative;
    height: 100%;
    padding-bottom: 84px; }
  .box .box__head {
    min-height: 60px;
    margin-bottom: 13px; }
    .box .box__head h1,
    .box .box__head h2,
    .box .box__head h3,
    .box .box__head h4,
    .box .box__head h5,
    .box .box__head h6 {
      font-weight: 700;
      color: #000;
      line-height: 1.25; }
  .box .box__entry {
    min-height: 81px;
    margin-bottom: 14px; }
    .box .box__entry h1,
    .box .box__entry h2,
    .box .box__entry h3,
    .box .box__entry h4,
    .box .box__entry h5,
    .box .box__entry h6 {
      margin-bottom: 5px;
      font-weight: 700;
      line-height: 1.2; }
    .box .box__entry h5 {
      font-size: 18px; }
  .box .box__actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  @media (max-width: 767px) {
    .box .box__head {
      min-height: 0; }
    .box .box__body {
      margin-bottom: 25px; }
    .box .box__entry {
      min-height: 0;
      margin-bottom: 17px; }
    .box .box__inner {
      height: auto;
      padding-bottom: 0; }
    .box .box__actions {
      position: relative; }
      .box .box__actions .btn {
        display: block; }
    .box--secondary .box__head {
      margin-bottom: 23px; }
    .box--secondary .box__body {
      margin-bottom: 30px; }
    .box--secondary .box__entry {
      margin-bottom: 23px; } }

.box-secondary {
  font-size: 16px;
  color: #000;
  text-align: center; }
  .box-secondary h1,
  .box-secondary h2,
  .box-secondary h3,
  .box-secondary h4,
  .box-secondary h5,
  .box-secondary h6 {
    margin-bottom: 0;
    font-weight: 700;
    color: #000; }
  .box-secondary p {
    margin-top: -2px;
    line-height: 1.45; }
  .box-secondary .box__inner {
    padding: 20px 20px 32px;
    background-color: #EFEFEF; }
  .box-secondary .box__image {
    max-width: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    padding: 10px 0;
    margin: 0 auto 10px;
    border-bottom: 1px solid #000; }
    .box-secondary .box__image i {
      width: 30px;
      height: 30px; }

.box-tertiary {
  font-size: 14px;
  color: #000;
  text-align: center; }
  .box-tertiary .box__head {
    margin-bottom: 18px; }
    .box-tertiary .box__head .h1,
    .box-tertiary .box__head .h2,
    .box-tertiary .box__head .h3,
    .box-tertiary .box__head .h4,
    .box-tertiary .box__head .h5,
    .box-tertiary .box__head .h6,
    .box-tertiary .box__head h1,
    .box-tertiary .box__head h2,
    .box-tertiary .box__head h3,
    .box-tertiary .box__head h4,
    .box-tertiary .box__head h5,
    .box-tertiary .box__head h6 {
      font-weight: 700;
      color: inherit;
      hyphens: none; }
  .box-tertiary .box__image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    margin-bottom: 16px; }
  .box-tertiary .box__entry {
    margin-bottom: 20px; }
    .box-tertiary .box__entry p {
      line-height: 1.9em; }
  .box-tertiary .box__inner {
    padding: 25px 20px 15px;
    border: 1px solid #EFEFEF; }
  @media (max-width: 767px) {
    .box-tertiary {
      font-size: 16px; }
      .box-tertiary .box__head {
        margin-bottom: 40px; }
        .box-tertiary .box__head h4 {
          font-size: 20px; }
      .box-tertiary .box__image {
        margin-bottom: 32px; }
      .box-tertiary .box__entry {
        margin-bottom: 26px; }
        .box-tertiary .box__entry p {
          line-height: 1.7; }
      .box-tertiary .box__inner {
        padding: 43px 20px 19px;
        border: 1px solid #EFEFEF; } }

.slider--intro {
  overflow-x: hidden;
  /* Maybe we need it in the future - need to check with customer */ }
  .slider--intro h1,
  .slider--intro h2,
  .slider--intro h3,
  .slider--intro h4,
  .slider--intro h5,
  .slider--intro h6 {
    margin: 0 0 20px;
    font-weight: 700;
    color: inherit;
    line-height: 1.2;
    letter-spacing: .01em; }
    .slider--intro h1:last-child,
    .slider--intro h2:last-child,
    .slider--intro h3:last-child,
    .slider--intro h4:last-child,
    .slider--intro h5:last-child,
    .slider--intro h6:last-child {
      margin-bottom: 0; }
  .slider--intro .linkable {
    cursor: pointer; }
  .slider--intro h1.invert {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF !important; }
  .slider--intro h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1; }
  .slider--intro h2.invert {
    font-size: 44px;
    font-weight: normal;
    color: #FFFFFF !important; }
  .slider--intro h2 {
    font-size: 44px;
    font-weight: normal;
    line-height: 1; }
  .slider--intro h1.centered,
  .slider--intro h2.centered {
    text-align: center; }
  .slider--intro .h1 {
    font-size: 50px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    margin-bottom: 20px !important; }
  .slider--intro .h2 {
    font-size: 44px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    margin-btoom: 20px !important; }
  .slider--intro p {
    margin-bottom: 49px;
    line-height: 1.45; }
    .slider--intro p:last-child {
      margin-bottom: 0; }
  .slider--intro .btn {
    border-radius: 3px;
    font-size: 20px;
    min-width: 240px; }
    .slider--intro .btn .slider-image {
      display: inline;
      width: 47px; }
    .slider--intro .btn i {
      display: none; }
  .slider--intro .slider__slide {
    position: relative;
    padding: 163px 0 66px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: flex-end; }
    .slider--intro .slider__slide .shell {
      width: 100%; }
  .slider--intro .bg-white:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(260.12deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.85) 69%, #FFFFFF 100%); }
  .slider--intro .bg-no-white:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slider--intro .slider__content {
    position: relative;
    z-index: 5; }
    .slider--intro .slider__content.centered {
      text-align: center; }
  .slider--intro .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .slider--intro .boxed .owl-nav {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -409px;
    width: 73%;
    height: 100%;
    pointer-events: none; }
  .slider--intro .owl-prev,
  .slider--intro .owl-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: auto;
    border: 4px solid #000 !important;
    filter: drop-shadow(10px 10px 4px white); }
    .slider--intro .owl-prev span,
    .slider--intro .owl-next span {
      display: none; }
  .slider--intro .owl-prev {
    left: 42px;
    border-right: 0 !important;
    border-top: 0 !important; }
  .slider--intro .owl-next {
    right: 42px;
    border-left: 0 !important;
    border-bottom: 0 !important; }
  .slider--intro .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1; }
    .slider--intro .owl-dots button {
      position: absolute;
      background: none;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: none; }
  .slider--intro .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #989898 !important;
    transition: background .4s;
    border: 1px solid #989898; }
    .slider--intro .owl-dot:hover, .slider--intro .owl-dot.active {
      background-color: #ED0000 !important; }

@media (max-width: 1023px) {
  .slider--intro .slider__slide {
    padding: 90px 0 66px;
    min-height: 326px; }
  .slider--intro .owl-prev,
  .slider--intro .owl-next {
    display: none; }
  .slider--intro .owl-prev {
    left: -35px; }
  .slider--intro .owl-next {
    right: -35px; }
  .slider--intro .btn {
    position: relative;
    min-width: 204px;
    padding-right: 0; }
    .slider--intro .btn .slider-image {
      display: inline;
      width: 47px; }
    .slider--intro .btn i {
      display: inline-block;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      right: 10px; }
      .slider--intro .btn i.icon-arrow-right {
        display: none; } }

@media (max-width: 767px) {
  .slider--intro {
    font-size: 16px; }
    .slider--intro h1,
    .slider--intro h2,
    .slider--intro h3,
    .slider--intro h4,
    .slider--intro h5,
    .slider--intro h6 {
      margin-bottom: 13px; }
    .slider--intro h1 {
      margin-bottom: 17px;
      font-size: 26px;
      line-height: 1.2;
      max-width: 300px; }
    .slider--intro h2,
    .slider--intro h2.invert {
      font-size: 22px; }
    .slider--intro h1.invert {
      margin-bottom: 17px;
      font-size: 26px;
      line-height: 1.2;
      max-width: 300px; }
    .slider--intro h1.centered {
      margin-left: auto;
      margin-right: auto; }
    .slider--intro .h1 {
      font-size: 26px !important; }
    .slider--intro .h2 {
      font-size: 22px !important; }
    .slider--intro p {
      margin-bottom: 60px;
      line-height: 1.65; }
    .slider--intro .slider__slide {
      padding: 25px 0 37px;
      min-height: 220px; }
    .slider--intro .slider__content {
      max-width: 330px;
      margin-left: auto;
      margin-right: auto; }
    .slider--intro .owl-dots {
      bottom: 12px; }
    .slider--intro .btn {
      padding-right: 0; }
      .slider--intro .btn .slider-image {
        display: inline;
        width: 47px; }
      .slider--intro .btn i {
        display: none; } }

.link {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  transition: color .4s; }
  .link--secondary {
    color: #747474; }
  .link:hover {
    color: #ED0000 !important; }

.news-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .news-thumbs .new-thumb {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 14px; }
  @media (max-width: 767px) {
    .news-thumbs {
      display: block;
      margin: 0; }
      .news-thumbs .new-thumb {
        max-width: 100%;
        padding: 0;
        margin-bottom: 0px; } }

.new-thumb .new__image {
  transition: opacity .4s;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 71.7%; }
  .new-thumb .new__image img {
    width: 100%;
    height: auto; }
  .new-thumb .new__image:hover {
    opacity: .7; }

.new-thumb .new__content {
  padding: 16px 5px 16px 12px; }
  .new-thumb .new__content h1,
  .new-thumb .new__content h2,
  .new-thumb .new__content h3,
  .new-thumb .new__content h4,
  .new-thumb .new__content h5,
  .new-thumb .new__content h6 {
    font-weight: 700;
    color: #000; }
    .new-thumb .new__content h1 a,
    .new-thumb .new__content h2 a,
    .new-thumb .new__content h3 a,
    .new-thumb .new__content h4 a,
    .new-thumb .new__content h5 a,
    .new-thumb .new__content h6 a {
      color: inherit;
      text-decoration: none;
      transition: color .4s; }
      .new-thumb .new__content h1 a:hover,
      .new-thumb .new__content h2 a:hover,
      .new-thumb .new__content h3 a:hover,
      .new-thumb .new__content h4 a:hover,
      .new-thumb .new__content h5 a:hover,
      .new-thumb .new__content h6 a:hover {
        color: #ED0000; }

.new-thumb .new__meta {
  margin-bottom: 7px;
  font-size: 14px;
  color: #5C5C5C; }

@media (max-width: 767px) {
  .new-thumb .new__content {
    padding: 17px 9px 11px; } }

.new__meta.news-detail {
  margin-bottom: 19px;
  font-size: 14px;
  color: #5c5c5c; }

.banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.4; }
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(161, 25, 25, 0.65) 0%, rgba(255, 102, 102, 0.42) 100%); }
  .banner .banner__content {
    position: relative;
    padding: 100px 0 97px; }
    .banner .banner__content h1,
    .banner .banner__content h2,
    .banner .banner__content h3,
    .banner .banner__content h4,
    .banner .banner__content h5,
    .banner .banner__content h6 {
      margin-bottom: 18px;
      font-weight: 700;
      color: inherit;
      letter-spacing: .01em;
      line-height: 1.2; }
    .banner .banner__content h1 {
      font-size: 36px; }
  @media (max-width: 767px) {
    .banner {
      font-size: 16px; }
      .banner .banner__content {
        padding: 107px 0 80px; }
        .banner .banner__content h1,
        .banner .banner__content h2,
        .banner .banner__content h3,
        .banner .banner__content h4,
        .banner .banner__content h5,
        .banner .banner__content h6 {
          margin-bottom: 25px; }
        .banner .banner__content h1 {
          font-size: 20px; }
        .banner .banner__content p {
          line-height: 1.65; } }

.breadcrumb {
  font-size: 14px;
  color: #000; }
  .breadcrumb span {
    margin-right: 9px;
    display: inline-block; }
  .breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .breadcrumb ul li {
      display: inline;
      padding-right: 8px;
      line-height: 1.8; }
      .breadcrumb ul li + li {
        position: relative;
        margin-left: 8px; }
        .breadcrumb ul li + li:before {
          content: '';
          position: absolute;
          top: 6px;
          left: -11px;
          width: 9px;
          height: 5px;
          display: inline-block;
          margin-top: -2px;
          background-image: url(../assets/images/dropdown-arrow.svg);
          background-size: 9px 5px;
          background-repeat: no-repeat;
          background-position: center;
          transform: rotate(-90deg); }
      .breadcrumb ul li.current {
        font-weight: 700; }
    .breadcrumb ul p {
      margin-right: 9px;
      display: inline;
      white-space: pre-wrap; }
    .breadcrumb ul a {
      text-decoration: none; }
      .breadcrumb ul a:hover {
        text-decoration: none;
        color: inherit; }
    .breadcrumb ul span {
      display: inline-block;
      white-space: pre-wrap; }

.accordion > h3, .accordion .h3 {
  margin-top: 30px;
  margin-bottom: 10px; }
  .accordion > h3:first-child, .accordion .h3:first-child {
    margin-top: 0; }

.accordion .accordion__head {
  position: relative;
  padding: 18px 46px 13px 20px;
  border-bottom: 1px solid transparent;
  background-color: #EFEFEF;
  cursor: pointer;
  transition: box-shadow .4s, background .4s, border .4s; }
  .accordion .accordion__head .h4,
  .accordion .accordion__head h5 {
    font-size: 18px;
    font-weight: 700 !important; }
  .accordion .accordion__head button {
    font-size: inherit;
    font-weight: inherit;
    border: none;
    background: none;
    text-align: left; }
  .accordion .accordion__head:before, .accordion .accordion__head:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 2px;
    background-color: #000;
    transform: translateY(-50%);
    transition: transform .4s; }
    @media (prefers-contrast: more) {
      .accordion .accordion__head:before, .accordion .accordion__head:after {
        background-image: url(../assets/icons/white-rectangle.svg); } }
    @media (prefers-color-scheme: dark) {
      .accordion .accordion__head:before, .accordion .accordion__head:after {
        background-image: url(../assets/icons/white-rectangle.svg); } }
  .accordion .accordion__head:after {
    transform: translateY(-50%) rotate(90deg); }
  .accordion .accordion__head:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
  .accordion .accordion__head:active {
    background-color: #dadada; }

.accordion .accordion__body {
  padding: 20px; }
  .accordion .accordion__body p {
    margin: 17px 0;
    line-height: 1.35;
    letter-spacing: 0.01em; }
    .accordion .accordion__body p + ul {
      margin-bottom: 25px;
      margin-top: -7px; }
    .accordion .accordion__body p + ol {
      margin-bottom: 25px;
      margin-top: -7px; }
  .accordion .accordion__body .h1,
  .accordion .accordion__body .h2,
  .accordion .accordion__body .h3,
  .accordion .accordion__body .h4,
  .accordion .accordion__body .h5,
  .accordion .accordion__body .h6,
  .accordion .accordion__body h1,
  .accordion .accordion__body h2,
  .accordion .accordion__body h3,
  .accordion .accordion__body h4,
  .accordion .accordion__body h5,
  .accordion .accordion__body h6 {
    margin: 30px 0 21px; }
  .accordion .accordion__body ul {
    padding-left: 25px;
    margin: 10px 0; }
    .accordion .accordion__body ul li + li {
      margin-top: 5px; }
  .accordion .accordion__body img {
    margin: 10px 0; }

.accordion .accordion__section + .accordion__section {
  margin-top: 5px; }

.accordion .accordion__section--current .accordion__head {
  border-color: #dadada;
  background-color: #fff; }
  .accordion .accordion__section--current .accordion__head:after {
    transform: translateY(-50%); }
  .accordion .accordion__section--current .accordion__head:hover {
    box-shadow: none; }

@media (max-width: 767px) {
  .accordion .accordion__head {
    padding: 19px 46px 14px 20px; }
    .accordion .accordion__head .h1,
    .accordion .accordion__head .h2,
    .accordion .accordion__head .h3,
    .accordion .accordion__head .h4,
    .accordion .accordion__head .h5,
    .accordion .accordion__head .h6,
    .accordion .accordion__head h1,
    .accordion .accordion__head h2,
    .accordion .accordion__head h3,
    .accordion .accordion__head h4,
    .accordion .accordion__head h5,
    .accordion .accordion__head h6 {
      line-height: 1.35; } }

.cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .cards .card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 14px;
    margin-bottom: 21px; }
    .cards .card.even {
      flex: 0 0 50%;
      max-width: 33%; }
  .cards a {
    text-decoration: none;
    transition: color .4s; }
    .cards a:hover {
      text-decoration: none;
      color: #ED0000; }
      .cards a:hover .card__image {
        opacity: .7; }
  @media (max-width: 767px) {
    .cards {
      display: block;
      margin: 0; }
      .cards .card, .cards .card.even {
        max-width: 100%;
        padding: 0;
        margin-bottom: 27px; } }

.card--center {
  justify-content: center; }

.card--left {
  justify-content: left; }

.card .card__image {
  transition: opacity .4s; }
  .card .card__image img {
    width: 100%;
    height: auto; }
  .card .card__image .icon__small {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%; }
    .card .card__image .icon__small img {
      width: 33%; }

.card .card__content {
  padding: 16px 0;
  font-size: 16px; }
  .card .card__content .h1,
  .card .card__content .h2,
  .card .card__content .h3,
  .card .card__content .h4,
  .card .card__content .h5,
  .card .card__content .h6,
  .card .card__content h1,
  .card .card__content h2,
  .card .card__content h3,
  .card .card__content h4,
  .card .card__content h5,
  .card .card__content h6 {
    color: inherit;
    margin-bottom: 5px;
    line-height: 1.2 !important;
    font-weight: 700 !important; }
  .card .card__content h3 {
    font-size: 18px; }
  .card .card__content p {
    line-height: 22px; }

@media (max-width: 767px) {
  .card .card__content {
    padding: 10px 0; }
    .card .card__content p {
      line-height: 27px; } }

.products {
  display: flex; }
  .products .product {
    flex: 0 0 33.33%;
    max-width: 33.33%; }
    .products .product:nth-child(odd) .product__inner {
      background-color: #F6F6F6; }
  @media (max-width: 767px) {
    .products {
      position: relative;
      display: block; }
      .products .product {
        max-width: 100%; }
      .products .owl-nav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        pointer-events: none; }
        .products .owl-nav .owl-prev,
        .products .owl-nav .owl-next {
          position: absolute;
          top: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          background-color: #D8D8D8 !important;
          pointer-events: auto;
          transform: translateY(-50%); }
          .products .owl-nav .owl-prev i,
          .products .owl-nav .owl-next i {
            width: 25px;
            height: 25px; }
        .products .owl-nav .owl-prev {
          left: -28px; }
          .products .owl-nav .owl-prev i {
            margin: -3px 0 0 -2px; }
        .products .owl-nav .owl-next {
          right: -28px; }
          .products .owl-nav .owl-next i {
            margin-right: -2px; } }

.product {
  text-align: center; }
  .product img {
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .product .product__head {
    padding: 8px; }
    .product .product__head img {
      margin-bottom: 14px; }
    .product .product__head h1,
    .product .product__head h2,
    .product .product__head h3,
    .product .product__head h4,
    .product .product__head h5,
    .product .product__head h6 {
      margin-bottom: 27px;
      line-height: 1; }
  @media (max-width: 767px) {
    .product img {
      display: inline-block !important;
      width: auto !important; }
    .product .product__head h1,
    .product .product__head h2,
    .product .product__head h3,
    .product .product__head h4,
    .product .product__head h5,
    .product .product__head h6 {
      display: none; }
    .product .product__head img {
      margin-bottom: 28px; }
    .product .btn {
      height: 42px;
      line-height: 42px; } }

.comparison .comparison__conteiner {
  display: flex; }
  .comparison .comparison__conteiner .comparison__aside {
    flex: 0 0 170px;
    max-width: 170px; }
  .comparison .comparison__conteiner .comparison__content {
    flex: 1 0; }

@media (max-width: 767px) {
  .comparison {
    padding: 0 13px; }
    .comparison .comparison__conteiner {
      display: block;
      margin: 0; }
      .comparison .comparison__conteiner .comparison__aside {
        display: none; }
      .comparison .comparison__conteiner .comparison__content {
        max-width: 100%;
        padding: 0; } }

.filters {
  display: flex;
  justify-content: flex-end;
  padding: 20px 3px 12px; }
  @media (max-width: 767px) {
    .filters {
      display: block;
      padding: 25px 0 15px; } }

.filter-number {
  display: flex;
  align-items: center;
  font-size: 18px; }
  .filter-number .select {
    margin: 0 6px; }
    .filter-number .select i {
      bottom: 10px; }
  @media (max-width: 767px) {
    .filter-number {
      margin-right: 13px; }
      .filter-number strong {
        flex: 1 0 auto;
        max-width: auto; }
      .filter-number .select {
        flex: 0 0 50px;
        max-width: 50px; }
        .filter-number .select i {
          right: 0; }
      .filter-number span {
        flex: 0 0 72px;
        max-width: 72px;
        white-space: nowrap; } }

.orders .orders__head {
  padding: 14px 0;
  border-bottom: 1px solid #979797; }
  .orders .orders__head h1,
  .orders .orders__head h2,
  .orders .orders__head h3,
  .orders .orders__head h4,
  .orders .orders__head h5,
  .orders .orders__head h6 {
    font-weight: 300;
    color: #000; }

.orders .orders__actions {
  display: flex;
  justify-content: flex-end;
  padding: 9px 0; }
  .orders .orders__actions .btn + .btn {
    margin-left: 5px; }

.orders .list-order-details {
  margin-bottom: 16px; }

.orders + .orders {
  margin-top: 33px; }

@media (max-width: 767px) {
  .orders .orders__head h1,
  .orders .orders__head h2,
  .orders .orders__head h3,
  .orders .orders__head h4,
  .orders .orders__head h5,
  .orders .orders__head h6 {
    line-height: 1.4; }
  .orders .orders__head h2 {
    font-size: 20px; }
  .orders .orders__actions {
    display: block;
    padding-top: 17px; }
    .orders .orders__actions .btn {
      display: block;
      width: 100%;
      min-width: 0; }
      .orders .orders__actions .btn + .btn {
        margin: 9px 0 0; } }

.order {
  padding: 18px 0 14px;
  border-bottom: 1px solid #979797; }
  .order.no-border {
    border: none; }
  .order .order__title {
    margin-bottom: 13px; }
  .order .order__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px; }
    .order .order__actions .btn + .btn {
      margin-left: 5px; }
  .order .list-order-details-secondary {
    margin-bottom: 26px; }
  .order--secondary {
    padding: 16px 0 19px; }
  @media (max-width: 767px) {
    .order {
      padding: 21px 0 14px; }
      .order .order__actions {
        display: block; }
        .order .order__actions .btn {
          display: block;
          max-width: 100%;
          min-width: 0; }
          .order .order__actions .btn + .btn {
            margin: 9px 0 0; }
      .order--secondary {
        padding: 16px 0 14px;
        font-size: 16px; }
        .order--secondary .order__title {
          font-size: 16px; }
        .order--secondary .order__actions {
          margin-top: 16px; }
        .order--secondary .list-order-details-secondary {
          margin-bottom: 14px; } }

.order-single h1,
.order-single h2,
.order-single h3,
.order-single h4,
.order-single h5,
.order-single h6 {
  margin-bottom: 16px;
  font-weight: 300;
  color: #000; }

.order-single .order__meta {
  margin-bottom: 41px; }

.order-single .order__body h1,
.order-single .order__body h2,
.order-single .order__body h3,
.order-single .order__body h4,
.order-single .order__body h5,
.order-single .order__body h6 {
  margin-bottom: 21px; }

.order-single .order__body .text-top {
  vertical-align: top; }

.order-single .order__body .order-description-details {
  list-style: none;
  margin-top: 20px; }

.order-single .order__section + .order__section {
  margin-top: 60px; }

.order-single .order__actions {
  display: flex;
  justify-content: space-between;
  padding-top: 24px; }
  .order-single .order__actions .btn + .btn {
    margin-left: 5px; }

.order-single .list-address {
  padding-left: 2px; }

.order-single .cols .col--1of3 {
  flex: 1 0 auto;
  max-width: auto; }

@media (max-width: 767px) {
  .order-single {
    font-size: 16px; }
    .order-single h1,
    .order-single h2,
    .order-single h3,
    .order-single h4,
    .order-single h5,
    .order-single h6 {
      line-height: 1.35; }
    .order-single h2 {
      font-size: 20px; }
    .order-single .order__head {
      margin-bottom: 30px; }
    .order-single .order__meta {
      margin-bottom: 28px; }
    .order-single .order__actions {
      display: block;
      padding-top: 20px; }
      .order-single .order__actions-aside {
        margin-bottom: 9px; }
      .order-single .order__actions .btn {
        display: block;
        width: 100%;
        min-width: 0; }
        .order-single .order__actions .btn + .btn {
          margin: 9px 0 0; }
    .order-single .order__section + .order__section {
      margin-top: 42px; }
    .order-single .col {
      margin-bottom: 35px; }
    .order-single .table--cart {
      margin-top: -37px; } }

.mfp-content {
  max-width: 375px;
  padding: 27px 20px 15px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .mfp-content h1,
  .mfp-content h2,
  .mfp-content h3,
  .mfp-content h4,
  .mfp-content h5,
  .mfp-content h6 {
    margin-bottom: 11px;
    font-weight: 700;
    color: #000; }
  .mfp-content h4 {
    font-size: 18px; }

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

.newsletter {
  display: flex;
  align-items: center; }
  .newsletter .newsletter__content {
    flex: 1 0; }
  .newsletter .newsletter__aside {
    flex: 0 0 188px;
    max-width: 188px; }
  @media (max-width: 767px) {
    .newsletter {
      display: block; }
      .newsletter .newsletter__content {
        max-width: 100%;
        margin-bottom: 27px; }
      .newsletter .newsletter__aside {
        max-width: 100%; }
        .newsletter .newsletter__aside .btn {
          display: block;
          width: 100%;
          min-width: 0; } }

.addresses .address + .address {
  border-top: 1px solid #979797; }

.addresses .address + .address.address-form {
  border-top: unset; }

.address, .address-form {
  display: flex;
  padding: 6px 0; }
  .address .address__content, .address-form .address__content, .address .address-form__content, .address-form .address-form__content {
    flex: 1 0;
    padding-top: 5px; }
    .address .address__content h1,
    .address .address__content h2,
    .address .address__content h3,
    .address .address__content h4,
    .address .address__content h5,
    .address .address__content h6, .address-form .address__content h1,
    .address-form .address__content h2,
    .address-form .address__content h3,
    .address-form .address__content h4,
    .address-form .address__content h5,
    .address-form .address__content h6, .address .address-form__content h1,
    .address .address-form__content h2,
    .address .address-form__content h3,
    .address .address-form__content h4,
    .address .address-form__content h5,
    .address .address-form__content h6, .address-form .address-form__content h1,
    .address-form .address-form__content h2,
    .address-form .address-form__content h3,
    .address-form .address-form__content h4,
    .address-form .address-form__content h5,
    .address-form .address-form__content h6 {
      margin-bottom: 11px;
      font-weight: 700;
      color: #000; }
    .address .address__content .list-address, .address-form .address__content .list-address, .address .address-form__content .list-address, .address-form .address-form__content .list-address {
      margin-bottom: 10px; }
    .address .address__content .btn.save-btn, .address-form .address__content .btn.save-btn, .address .address-form__content .btn.save-btn, .address-form .address-form__content .btn.save-btn {
      margin-bottom: 20px; }
    .address .address__content .btn.save-btn-end, .address-form .address__content .btn.save-btn-end, .address .address-form__content .btn.save-btn-end, .address-form .address-form__content .btn.save-btn-end {
      margin-bottom: 15px; }
  .address .address__aside, .address-form .address__aside, .address .address-form__aside, .address-form .address-form__aside {
    flex: 0 0 188px;
    max-width: 100%; }
  @media (max-width: 767px) {
    .address, .address-form {
      display: block;
      padding-bottom: 18px; }
      .address .address__content, .address-form .address__content, .address .address-form__content, .address-form .address-form__content {
        max-width: 100%;
        margin-bottom: 13px;
        font-size: 16px; }
        .address .address__content h1,
        .address .address__content h2,
        .address .address__content h3,
        .address .address__content h4,
        .address .address__content h5,
        .address .address__content h6, .address-form .address__content h1,
        .address-form .address__content h2,
        .address-form .address__content h3,
        .address-form .address__content h4,
        .address-form .address__content h5,
        .address-form .address__content h6, .address .address-form__content h1,
        .address .address-form__content h2,
        .address .address-form__content h3,
        .address .address-form__content h4,
        .address .address-form__content h5,
        .address .address-form__content h6, .address-form .address-form__content h1,
        .address-form .address-form__content h2,
        .address-form .address-form__content h3,
        .address-form .address-form__content h4,
        .address-form .address-form__content h5,
        .address-form .address-form__content h6 {
          margin-bottom: 12px; }
        .address .address__content h4, .address-form .address__content h4, .address .address-form__content h4, .address-form .address-form__content h4 {
          font-size: 16px; }
        .address .address__content .list-address, .address-form .address__content .list-address, .address .address-form__content .list-address, .address-form .address-form__content .list-address {
          margin-bottom: 0; }
      .address .address__aside, .address-form .address__aside, .address .address-form__aside, .address-form .address-form__aside {
        max-width: 100%; }
        .address .address__aside .btn, .address-form .address__aside .btn, .address .address-form__aside .btn, .address-form .address-form__aside .btn {
          display: block;
          width: 100%;
          min-width: 0; } }

.product-detail-component {
  padding-top: 10px; }
  .product-detail-component .alert {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    padding: 10px 46px 10px 8px; }
    .product-detail-component .alert .alert__content span {
      flex: 0 0 calc(100% - 40px);
      max-width: calc(100% - 40px); }
    .product-detail-component .alert .alert__content i {
      margin-right: 24px;
      align-self: self-start;
      margin-top: 6px; }
    .product-detail-component .alert .alert__close {
      top: 0;
      margin-top: 25px; }
  .product-detail-component .heading {
    display: flex;
    margin-bottom: 20px; }
    .product-detail-component .heading .product-image-small {
      margin: -1px 27px 0 0; }
      .product-detail-component .heading .product-image-small img {
        vertical-align: middle;
        height: 100%;
        display: block; }
    .product-detail-component .heading h1 p {
      margin: 0;
      flex: 1 auto;
      font-size: 24px;
      letter-spacing: -0.19px;
      line-height: 30px;
      margin: 7px 0 20px 0; }
  .product-detail-component .product-detail-configuration {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    margin-bottom: 20px;
    padding: 20px 0;
    margin-top: 20px; }
    .product-detail-component .product-detail-configuration .btn {
      min-width: 241px; }
    .product-detail-component .product-detail-configuration .price, .product-detail-component .product-detail-configuration .net-foreign-currency {
      display: flex;
      justify-content: flex-end; }
      .product-detail-component .product-detail-configuration .price .item, .product-detail-component .product-detail-configuration .net-foreign-currency .item {
        min-width: 100px; }
    .product-detail-component .product-detail-configuration .price, .product-detail-component .product-detail-configuration p {
      margin-top: 5px;
      margin-bottom: 5px; }
      .product-detail-component .product-detail-configuration .price__actual, .product-detail-component .product-detail-configuration p__actual {
        color: #eb0000; }
      .product-detail-component .product-detail-configuration .price__original, .product-detail-component .product-detail-configuration p__original {
        text-decoration: line-through;
        font-weight: normal;
        font-size: medium; }
    .product-detail-component .product-detail-configuration .net-foreign-currency {
      color: #747474;
      margin-bottom: 15px; }
    .product-detail-component .product-detail-configuration product-option-group {
      display: flex;
      justify-content: space-between; }
      .product-detail-component .product-detail-configuration product-option-group label {
        font-size: 18px;
        font-weight: bold;
        line-height: 27px;
        flex: 1;
        margin: 0;
        margin-bottom: 20px; }
      .product-detail-component .product-detail-configuration product-option-group select {
        flex: 1;
        height: 38px;
        max-width: 240px;
        -webkit-appearance: none;
        outline: none;
        border: none;
        border-bottom: 1px solid black !important;
        background: url("../assets/icons/dropdown-arrow.svg") no-repeat center right;
        padding-right: 14px;
        background-size: 12px;
        border-radius: 0;
        border-bottom: 1px solid;
        margin-bottom: 20px; }
  @media (max-width: 767px) {
    .product-detail-component .alert .alert__close {
      margin-top: 9px; }
    .product-detail-component .product-detail-configuration product-option-group {
      display: block; }
      .product-detail-component .product-detail-configuration product-option-group select {
        max-width: 100%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; }
    .product-detail-component .heading, .product-detail-component .description {
      padding-bottom: 0; }
    .product-detail-component .heading {
      display: block;
      margin-bottom: 0; }
      .product-detail-component .heading h1, .product-detail-component .heading h1 p {
        margin-bottom: 0; }
    .product-detail-component .product-image-small {
      margin-bottom: 20px; } }

.spinner {
  position: relative;
  margin: 0 auto;
  width: 100px; }
  .spinner::before {
    content: '';
    display: block;
    padding-top: 100%; }
  .spinner .circular {
    animation: rotate 1.7s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .spinner .circular .base-circle {
      stroke: #cecece; }
    .spinner .circular .path-circle {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
      animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
      stroke-linecap: butt; }

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0px; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0px; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes color {
  100%,
  0% {
    stroke: #eb0000; }
  40% {
    stroke: #eb0000; }
  66% {
    stroke: #eb0000; }
  80%,
  90% {
    stroke: #eb0000; } }

@keyframes color {
  100%,
  0% {
    stroke: #eb0000; }
  40% {
    stroke: #eb0000; }
  66% {
    stroke: #eb0000; }
  80%,
  90% {
    stroke: #eb0000; } }

#cookie {
  background-color: #dadada;
  height: auto;
  width: 100%;
  bottom: 0;
  position: fixed;
  text-align: center;
  z-index: 100; }
  #cookie #eu-cookie-compliance-banner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 64rem;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content {
      display: flex;
      max-width: 100%;
      text-align: left; }
      @media (min-width: calc($tablet + 1px)) {
        #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content {
          align-items: center;
          justify-content: center;
          align-content: center; } }
      @media (max-width: 1023px) {
        #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content {
          flex-direction: column; } }
      #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-message {
        margin: 1.25rem 2.5rem 1.25rem 0;
        padding: 0;
        max-width: 100%;
        float: none;
        font-size: 16px; }
        @media (max-width: 1023px) {
          #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-message {
            margin: 1.25rem 0 0 0; } }
      #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-buttons {
        max-width: 100%;
        float: none;
        display: flex;
        margin: 0 0 1.25rem 0; }
        #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-buttons #eu-cookie-compliance-agree-button {
          margin: 1.25rem 1.25rem 0 0;
          padding-left: 1rem;
          padding-right: 1rem;
          white-space: nowrap; }
          @media (max-width: 767px) {
            #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-buttons #eu-cookie-compliance-agree-button {
              margin: 1.25rem 0.75rem 0 0;
              padding-right: 0.5rem;
              padding-left: 0.5rem;
              min-width: unset; } }
        #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-buttons #eu-cookie-compliance-more-button {
          margin: 1.25rem 0 0 0;
          padding-left: 1rem;
          padding-right: 1rem;
          white-space: nowrap; }
          @media (max-width: 767px) {
            #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-buttons #eu-cookie-compliance-more-button {
              padding-right: 0.5rem;
              padding-left: 0.5rem;
              min-width: unset; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.certificate-table {
  margin-top: 30px;
  margin-bottom: 30px; }
  .certificate-table tbody > tr {
    width: 100%;
    height: 51px;
    border-top: 1px solid #979797; }
    .certificate-table tbody > tr:last-child {
      border-bottom: 1px solid #979797; }
    .certificate-table tbody > tr td {
      padding-left: 10px; }
      .certificate-table tbody > tr td .icon-check-black {
        width: 23px;
        height: 23px;
        margin-right: 10px; }

.text-certificate-form {
  margin-bottom: 50px; }
  .text-certificate-form p {
    margin-bottom: 13px; }

organisation-certificate-form .form.form--payment .form__section-head h2 {
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px; }

organisation-certificate-form .form.form--payment .form__label {
  pointer-events: none; }

/*  Responsive Helpers  */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

.article {
  font-size: 16px;
  line-height: 1.5; }
  .articles .article + .article {
    margin-top: 25px; }
  .article h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .02em; }
    .article h4 a {
      display: block;
      text-decoration: underline; }
      .article h4 a:hover {
        text-decoration: none; }

.event-item {
  border-top: 1px solid #EFEFEF;
  padding-top: 20px;
  padding-bottom: 12px; }
  .event-item:first-child {
    border-top: 0; }
  .event-item .event-date {
    width: 260px;
    margin-top: 5px;
    display: inline-block;
    float: left;
    line-height: 28px; }
    .event-item .event-date .date {
      font-size: 18px;
      font-style: normal;
      font-weight: bold; }
  .event-item .event-info {
    width: calc(100% - 260px);
    display: inline-block;
    line-height: 28px; }
    .event-item .event-info a,
    .event-item .event-info h3 {
      color: black;
      line-height: 40px !important;
      font-weight: bold;
      font-size: 18px; }
    .event-item .event-info a {
      display: inline-block;
      padding-top: 4px;
      font-size: 16px;
      color: black;
      text-decoration: underline; }
  @media (max-width: 767px) {
    .event-item .event-date,
    .event-item .event-info {
      width: 100%; } }

.video-component.grid {
  display: grid; }
  @media (max-width: 767px) {
    .video-component.grid {
      display: block; } }
  .video-component.grid.text-left {
    grid-template-columns: 40% 60%; }
  .video-component.grid.text-right {
    grid-template-columns: 60% 40%; }

.video-text {
  padding-bottom: 20px;
  text-align: left; }
  .video-text.left {
    padding-right: 20px; }
  .video-text.right {
    padding-left: 20px; }
  .video-text p {
    padding-top: 5px;
    line-height: 27px; }
  .video-text h2, .video-text .h2 {
    padding-top: 0;
    line-height: 1.4;
    margin-bottom: 9px; }
  .video-text h4, .video-text .h4 {
    padding-top: 0;
    line-hight: 1.4; }
  .video-text.text-align-center p, .video-text.text-align-center h2, .video-text.text-align-center h4, .video-text.text-align-center .h2, .video-text.text-align-center .h4 {
    text-align: center; }
  @media (max-width: 767px) {
    .video-text {
      padding-bottom: 12px; }
      .video-text.left {
        padding-right: 0; }
      .video-text.right {
        padding-left: 0; } }

.video-container.text-align-center p {
  text-align: center; }

.video-text, .video-container {
  grid-row: 1; }
  .video-text.left, .video-container.left {
    grid-column: 1 / 2; }
  .video-text.right, .video-container.right {
    grid-column: 2 / 2; }

.scalable-video {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .scalable-video {
      margin-bottom: 5px; } }

.scalable-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.scalable-video .video-wrapper iframe,
.scalable-video .video-wrapper object,
.scalable-video .video-wrapper embed,
.scalable-video .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.large-container .product-detail-component .shell,
.large-container .shell {
  max-width: calc(1200px + 34px); }

.large-container .teaser-6-in-row .teaser-6-in-row-item:first-child, .large-container .teaser-6-in-row .teaser-6-in-row-item:nth-child(6n+7) {
  margin-left: 17px; }

.large-container .content, .large-container .slider-text, .large-container carousel, .large-container partner-carousel, .large-container .smartphone-carousel--left, .large-container .smartphone-carousel--right,
.large-container .teaser-6-in-row,
.large-container .events-overview .top-paging, .large-container .events-overview .bottom-paging,
.large-container .events-overview .events-overview-items, .large-container .events-teaser,
.large-container .news-overview .top-paging, .large-container .news-overview .bottom-paging,
.large-container .news-overview .news-overview-items > div {
  max-width: 1200px; }

.large-container .product-detail-component .shell {
  max-width: calc(768px + 34px); }

.large-container .main-area .shell {
  max-width: calc(768px + 34px); }

.large-container .form.form--payment {
  max-width: 768px; }

.dropdown-item {
  font-size: 14px;
  font-weight: bold; }

.dropdown-language .dropdown-menu {
  min-width: 40px; }

.dropdown-language strong {
  font-size: 14px; }

.dropdown-language button {
  background: transparent; }

.dropdown-language .dropdown-item:active {
  color: #1e2125;
  background-color: #e9ecef; }

button.nav-trigger {
  background: transparent; }
  @media (max-width: 767px) {
    button.nav-trigger {
      margin-top: 0px !important;
      top: -5px !important; } }

.person-quote {
  position: relative; }
  .person-quote p:before {
    content: "«"; }
  .person-quote p:after {
    content: "»"; }
  @media (min-width: 1200px) {
    .person-quote:before {
      content: "";
      width: 70px;
      height: 60px;
      background-image: url("../assets/images/quote-open.png");
      position: absolute;
      left: -60px;
      top: -15px;
      font-size: 50px;
      z-index: -1; }
    .person-quote:after {
      content: "";
      width: 70px;
      height: 60px;
      background-image: url("../assets/images/quote-close.png");
      position: absolute;
      right: -60px;
      bottom: -15px;
      font-size: 50px;
      z-index: -1; } }

.colored-teaser {
  border-radius: 10px;
  font-size: 16px; }
  .colored-teaser p,
  .colored-teaser h1,
  .colored-teaser h2,
  .colored-teaser h3,
  .colored-teaser h4,
  .colored-teaser h5,
  .colored-teaser h6 {
    line-height: 1.2em; }
  .colored-teaser li {
    font-size: 16px; }

.bs-table.nowrap p, .bs-table.nowrap h1, .bs-table.nowrap h2, .bs-table.nowrap h3, .bs-table.nowrap h4, .bs-table.nowrap h5, .bs-table.nowrap h6 {
  white-space: nowrap; }

.bs-table th {
  vertical-align: middle; }

.bs-table th, .bs-table td {
  border-right: 2px solid white;
  text-align: left;
  font-weight: normal; }
  .bs-table th:last-child, .bs-table td:last-child {
    border-right: none; }
  .bs-table th.number p, .bs-table td.number p {
    text-align: right;
    margin-right: 45%; }
    @media (max-width: 767px) {
      .bs-table th.number p, .bs-table td.number p {
        margin-right: 40%; } }
  .bs-table th .h1,
  .bs-table th .h2,
  .bs-table th .h3,
  .bs-table th .h4,
  .bs-table th .h5,
  .bs-table th .h6, .bs-table td .h1,
  .bs-table td .h2,
  .bs-table td .h3,
  .bs-table td .h4,
  .bs-table td .h5,
  .bs-table td .h6 {
    font-weight: 700 !important; }

.bs-table th:first-child {
  border-top-left-radius: 10px; }

.bs-table th:last-child {
  border-top-right-radius: 10px; }

.bs-table tr:last-child td:first-child {
  border-bottom-left-radius: 10px; }

.bs-table tr:last-child td:last-child {
  border-bottom-right-radius: 10px; }

.button-up,
.button-down {
  position: relative;
  padding: 5px;
  margin: 30px auto;
  background: #000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.2s linear; }

.button-down:hover {
  transform: translate3d(0, 10px, 0); }

.button-up:hover {
  transform: translate3d(0, -10px, 0); }

.button-up::after,
.button-down::after {
  content: "";
  position: absolute;
  left: 17px;
  z-index: 11;
  display: block;
  width: 25px;
  height: 25px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff; }

.button-up::after {
  top: 20px;
  transform: rotate(45deg); }

.button-down::after {
  top: 10px;
  transform: rotate(225deg); }

.simple-arrow-up,
.simple-arrow-down,
.long-simple-arrow-up,
.long-simple-arrow-down,
.simple-arrow-right,
.simple-arrow-left,
.long-simple-arrow-right,
.long-simple-arrow-left {
  display: block;
  margin: 30px auto;
  width: 25px;
  height: 25px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  background-color: transparent !important; }

.arrow-small {
  width: 15px;
  height: 15px; }

.simple-arrow-right,
.long-simple-arrow-right {
  transform: rotate(135deg); }

.simple-arrow-down,
.long-simple-arrow-down {
  transform: rotate(-135deg); }

.simple-arrow-up,
.long-simple-arrow-up {
  transform: rotate(45deg); }

.simple-arrow-left,
.long-simple-arrow-left {
  transform: rotate(-45deg); }

.long-simple-arrow-up::after,
.long-simple-arrow-down::after,
.long-simple-arrow-right::after,
.long-simple-arrow-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0; }

.arrow-small::after {
  height: 25px;
  transform: rotate(-45deg) translate(8px, 2px); }

.triangle-left,
.triangle-right,
.triangle-top,
.triangle-bottom {
  width: 0;
  height: 0;
  margin: 30px auto; }

.triangle-left,
.triangle-right {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent; }

.triangle-top,
.triangle-bottom {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent; }

.triangle-right {
  border-left: 30px solid black; }

.triangle-left {
  border-right: 30px solid black; }

.triangle-top {
  border-bottom: 30px solid black; }

.triangle-bottom {
  border-top: 30px solid black; }

/*
<div class="button-up"></div>
<div class="button-down"></div>

<div class="simple-arrow-right"></div>
<div class="simple-arrow-left"></div>
<div class="simple-arrow-down"></div>
<div class="simple-arrow-up"></div>

<div class="long-simple-arrow-right"></div>
<div class="long-simple-arrow-left"></div>
<div class="long-simple-arrow-down"></div>
<div class="long-simple-arrow-up"></div>

<div class="triangle-bottom"></div>
<div class="triangle-top"></div>
<div class="triangle-right"></div>
<div class="triangle-left"></div>
 */
@media (min-width: 768px) {
  .gm-style .gm-style-iw-d .location:first-child {
    margin-top: 0px !important; }
  .gm-style button.gm-ui-hover-effect {
    right: 20px !important;
    top: 5px !important; }
  .gm-style button.gm-ui-hover-effect span {
    width: 20px !important;
    height: 20px !important;
    margin: 0px !important; }
  .gm-style buttons .col-6.col-md-12 {
    width: 50%; } }

@media (min-width: 1024px) {
  .gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: hidden !important;
    width: 400px; }
  .gm-style .gm-style-iw-c {
    width: 460px;
    max-width: 460px !important;
    padding: 30px; }
  .gm-style .location {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px; }
    .gm-style .location address {
      display: flex;
      width: 100%; }
      .gm-style .location address p {
        min-width: 50%;
        margin-bottom: 0; }
        .gm-style .location address p:first-child {
          padding-right: 15px; }
        .gm-style .location address p:nth-child(2) {
          padding-top: 0;
          padding-bottom: 0;
          margin-top: 0; }
          .gm-style .location address p:nth-child(2):before {
            content: "";
            height: 100%;
            width: 1px;
            position: absolute;
            left: 0;
            top: 0;
            background: #EFEFEF; } }

.location {
  border-top: 1px solid #DADADA;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  font-family: SwissSignCircularWeb, Helvetica, Arial, sans-serif; }
  .location:first-child {
    border-top: 0px solid #DADADA;
    padding-top: 0px;
    margin-top: 0px; }
  .location:nth-child(2) {
    border-top: 0px solid #DADADA;
    padding-top: 0px;
    margin-top: 0px; }
  .location:not([style*='display: none']) {
    border-top: 0px solid #DADADA;
    padding-top: 0px;
    margin-top: 0px; }
  .location:not([style*='display: none']) ~ .location:not([style*='display: none']) {
    border-top: 1px solid #DADADA;
    padding-top: 20px;
    margin-top: 20px; }
  .location .btn {
    min-width: auto;
    width: 100%;
    background-color: #eb0000;
    color: white;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .location .btn {
        display: inline-block; } }
    .location .btn.small {
      min-width: auto;
      background-color: #EFEFEF;
      color: black;
      font-weight: 450;
      text-transform: none; }
  .location header {
    display: flex;
    justify-content: space-between; }
    .location header div:first-child {
      order: 2; }
    .location header .title {
      font-size: 22px;
      line-height: 24px;
      letter-spacing: 0.03em;
      width: 100%;
      display: inline-block; }
    .location header .category {
      font-size: 11px;
      line-height: 15px;
      letter-spacing: 0.05em;
      color: #EB0000;
      text-transform: uppercase;
      padding: 2px 5px 0;
      border: 1px solid #EB0000;
      border-radius: 2px;
      display: inline-block;
      white-space: nowrap; }
  .location address {
    padding: 10px 0 15px;
    display: inline-block;
    width: 100%; }
    @media only screen and (min-width: 1440px) {
      .location address {
        display: flex;
        width: 100%; } }
    .location address p {
      min-width: 100%;
      position: relative;
      padding-left: 25px; }
      @media only screen and (min-width: 1440px) {
        .location address p {
          min-width: 50%;
          margin-bottom: 0; }
          .location address p:first-child {
            padding-right: 25px; } }
      .location address p:after {
        position: absolute;
        font-family: "icomoon" !important;
        font-style: normal;
        left: 2px;
        font-size: 14px;
        color: #596377;
        top: 0;
        content: "\e935"; }
      .location address p:nth-child(2) {
        padding-top: 10px;
        margin-top: 10px; }
        @media only screen and (min-width: 1440px) {
          .location address p:nth-child(2) {
            padding-top: 0;
            padding-bottom: 0;
            margin-top: 0;
            padding-left: 35px; } }
        .location address p:nth-child(2):after {
          top: 10px; }
          @media only screen and (min-width: 1440px) {
            .location address p:nth-child(2):after {
              left: 10px;
              top: 0; } }
        .location address p:nth-child(2):before {
          content: "";
          height: 1px;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background: #EFEFEF; }
          @media only screen and (min-width: 1440px) {
            .location address p:nth-child(2):before {
              height: 100%;
              width: 1px;
              left: -10px;
              top: 0; } }
  .location .timetable {
    background: #EFEFEF;
    padding: 2px 5px 0;
    margin-bottom: 15px; }
  .location contact a {
    padding-left: 25px;
    display: inline-block;
    width: 100%;
    padding-bottom: 2px;
    text-decoration: none;
    position: relative; }
    .location contact a:before {
      position: absolute;
      font-family: "icomoon" !important;
      font-style: normal;
      left: 2px;
      font-size: 14px;
      color: #596377;
      top: 0; }
  .location contact p {
    padding-left: 25px;
    display: inline-block;
    width: 100%;
    padding-bottom: 2px;
    text-decoration: none;
    position: relative; }
    .location contact p.info {
      font-style: italic;
      font-size: 12px;
      line-height: 1.4;
      color: #5C5C5C;
      padding-top: 2px; }
      .location contact p.info:before {
        content: "\e931";
        position: absolute;
        font-family: "icomoon" !important;
        font-style: normal;
        left: 2px;
        font-size: 14px;
        color: #596377;
        top: 0; }
      .location contact p.info.full {
        display: none; }
  .location contact .email:before {
    content: "\e933"; }
  .location contact .phone:before {
    content: "\e934"; }
  .location contact .website {
    text-decoration: underline; }
    .location contact .website:before {
      content: "\e932"; }

.map-layer-content {
  padding: 20px 15px;
  z-index: 4; }
  @media only screen and (min-width: 1440px) {
    .map-layer-content:before {
      content: "";
      background: white;
      position: absolute;
      top: 19px;
      left: 0;
      width: 100%;
      height: 1px;
      z-index: 1; } }

@media (min-width: 768px) {
  .list .location {
    display: flex;
    align-items: end;
    flex-wrap: wrap; }
    .list .location .top {
      flex: 0 0 auto;
      width: 50%;
      padding-right: 20px; }
    .list .location header {
      flex-direction: column; }
      .list .location header div:first-child {
        order: 0;
        margin-bottom: 15px; }
    .list .location contact {
      display: flex;
      flex: 0 0 auto;
      width: 50%;
      flex-direction: column;
      position: relative; }
      .list .location contact:before {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #EFEFEF; }
    .list .location buttons {
      width: 100%;
      flex-grow: 2;
      align-items: baseline; }
      .list .location buttons .col-6 {
        padding-top: 15px;
        width: 25%; }
      .list .location buttons .col-12 {
        width: 50%; }
      .list .location buttons .btn.small {
        min-width: auto; } }

@media (min-width: 1024px) {
  .list .location {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px; }
    .list .location .top, .list .location contact {
      width: 40%; }
    .list .location buttons {
      width: 20%;
      flex-direction: column; }
      .list .location buttons p {
        min-width: 50%;
        margin-bottom: 0; }
        .list .location buttons p:first-child {
          padding-right: 15px; }
        .list .location buttons p:nth-child(2) {
          padding-top: 0;
          padding-bottom: 0;
          margin-top: 0; }
          .list .location buttons p:nth-child(2):after {
            top: 0; }
          .list .location buttons p:nth-child(2):before {
            content: "";
            height: 100%;
            width: 1px;
            position: absolute;
            left: -10px;
            top: 0;
            background: #EFEFEF; }
    .list .location address {
      display: flex;
      width: 100%;
      flex-direction: column; }
    .list .location contact {
      flex-direction: row;
      padding-right: 20px; }
      .list .location contact .first {
        order: 2;
        flex: 0 0 auto;
        width: 60%; }
      .list .location contact .second {
        order: 1;
        flex: 0 0 auto;
        width: 40%; }
      .list .location contact p.info.full {
        display: inline-block; }
      .list .location contact p.info.column {
        display: none; }
    .list .location buttons .col-6 {
      padding-top: 0px;
      width: 100%; }
    .list .location buttons .col-12 {
      width: 100%; } }

@media only screen and (min-width: 1200px) {
  .list .location address {
    flex-direction: row; }
    .list .location address p {
      min-width: 50%;
      margin-bottom: 0; }
      .list .location address p:first-child {
        padding-right: 25px; }
      .list .location address p:after {
        position: absolute;
        font-family: "icomoon" !important;
        font-style: normal;
        left: 2px;
        font-size: 14px;
        color: #596377;
        top: 0;
        content: "\e935"; }
      .list .location address p:nth-child(2) {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-left: 35px; }
        .list .location address p:nth-child(2):after {
          left: 10px;
          top: 0; }
        .list .location address p:nth-child(2):before {
          height: 100%;
          width: 1px;
          left: -10px;
          top: 0; } }

@media only screen and (min-width: 1440px) {
  .list .map-layer-content {
    padding-right: 0;
    padding-left: 0;
    padding: 20px 30px; }
  .list .location {
    padding-left: 50px;
    max-width: 1440px;
    position: relative;
    border-color: transparent;
    margin: 0 auto;
    padding-bottom: 20px; }
    .list .location:before {
      content: "";
      position: absolute;
      left: -500px;
      right: -500px;
      height: 1px;
      background: #f5f5f5;
      top: -1px; }
    .list .location:nth-child(2):before, .list .location:first-child:before {
      content: none; }
    .list .location .top {
      padding-right: 40px; }
    .list .location contact {
      padding-right: 40px; }
      .list .location contact:before {
        left: -20px; }
    .list .location buttons {
      flex-direction: row; }
      .list .location buttons .col-6 {
        padding-top: 0;
        width: 50%; }
      .list .location buttons .btn.small {
        min-width: auto; }
    .list .location address {
      flex-direction: row; } }

.noLocation .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000; }

@media only screen and (min-width: 1440px) {
  .noLocation .col-12 {
    width: 80%; } }

@media only screen and (min-width: 1024px) {
  .list .noLocation .col-12 {
    width: 60%; } }

.cluster span {
  line-height: 58px; }

.goolgle-map-container {
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 25px 15px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .goolgle-map-container {
      margin-bottom: 65px; } }
  @media (min-width: 1024px) {
    .goolgle-map-container {
      padding: 25px 65px;
      margin-bottom: 80px; } }
  .goolgle-map-container .form-control[type=text] {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    width: 100%;
    height: 49px;
    padding: 0 10px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 52px; }
  .goolgle-map-container .btn {
    border-radius: 3px; }
    .goolgle-map-container .btn.bordered {
      border: 1px solid #D9D9D9; }
  .goolgle-map-container ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */ }
  .goolgle-map-container :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black; }
  .goolgle-map-container ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black; }
  .goolgle-map-container a.reset {
    font-size: 14px;
    cursor: pointer;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .goolgle-map-container a.reset {
        position: absolute;
        right: -30px;
        top: -5px; } }
    .goolgle-map-container a.reset:hover, .goolgle-map-container a.reset:focus {
      text-decoration: none; }
  .goolgle-map-container .dropdown-menu.show {
    display: block;
    width: 100%;
    margin-top: -4px !important;
    border-top: none;
    border-radius: 0;
    padding: 10px; }

#book-appointment fieldset {
  border: 0;
  position: relative; }

#book-appointment .form-submit {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }

#book-appointment input[type=text] {
  padding-right: 40px; }

.googleMapColumnContainer {
  border: 1px solid #F5F5F5; }
  .googleMapColumnContainer #gMap {
    padding-bottom: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .googleMapColumnContainer #gMap {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1440px) {
      .googleMapColumnContainer #gMap {
        padding-bottom: 56%; } }
  @media (min-width: 768px) {
    .googleMapColumnContainer .googleMapColumn {
      position: relative;
      overflow: auto; }
      .googleMapColumnContainer .googleMapColumn .map-layer-content {
        background-color: white;
        position: absolute;
        width: 100%;
        min-height: 100%; }
    .googleMapColumnContainer .list.googleMapColumn {
      position: static; } }
  @media only screen and (min-width: 1440px) {
    .googleMapColumnContainer .googleMapColumn {
      width: 520px; }
    .googleMapColumnContainer .googleMapMap {
      width: calc(100% - 520px); } }
  @media only screen and (max-width: 767px) {
    .googleMapColumnContainer .googleMapColumn {
      height: auto !important; } }

.map-switch {
  position: absolute;
  right: 0;
  width: auto;
  top: -33px; }
  .map-switch a {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 3px 3px 0px 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 2px 10px;
    height: 33px;
    line-height: 33px; }
    .map-switch a:hover, .map-switch a:focus {
      text-decoration: none; }
    .map-switch a.active {
      background: #EFEFEF;
      border: 1px solid #EFEFEF;
      border-radius: 3px 3px 0px 0px;
      font-weight: 400;
      font-size: 16px;
      line-height: 33px;
      color: #5C5C5C; }
  .map-switch .icon-swissid-map {
    font-size: 14px; }
  .map-switch .icon-swissid-list {
    font-size: 12px; }

/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 30px; }

/* Hide the browser's default checkbox */
.containe-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #D9D9D9; }

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #D9D9D9; }

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #eb0000; }

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 10px;
  top: 5px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.container-checkbox input {
  display: none; }

.switch-container .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch-container .switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.switch-container .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  width: 46px;
  height: 20px; }

.switch-container .switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #eb0000;
  -webkit-transition: .4s;
  transition: .4s; }

.switch-container input:checked + .switch-slider {
  background-color: #EB0000; }

.switch-container input:checked + .switch-slider:before {
  background-color: #ffffff; }

.switch-container input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.switch-container .switch-slider.round {
  border-radius: 34px; }

.switch-container .switch-slider.round:before {
  border-radius: 50%; }

.switch-container .label {
  font-size: 16px;
  margin-left: 55px; }

#locations-finder {
  color: white;
  background: #eb0000;
  bottom: 20px;
  right: 0;
  height: 48px;
  border-radius: 24px 0 0 24px;
  z-index: 1;
  width: 48px;
  transition: all 0.5s ease-out; }
  @media screen and (min-width: 768px) {
    #locations-finder {
      top: 200px;
      bottom: auto; } }
  #locations-finder a {
    display: none; }
    #locations-finder a span {
      white-space: nowrap; }
  #locations-finder button {
    padding: 15px;
    padding-left: 17px;
    background: #eb0000;
    border: 0;
    border-radius: 24px 0 0 24px; }
  #locations-finder.open {
    width: auto;
    height: 60px;
    transition: all 0.5s ease-out; }
    #locations-finder.open a {
      display: block;
      font-size: 14px;
      color: white;
      text-decoration: none;
      padding: 0 20px;
      padding-left: 0px; }

.radiusslider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px; }

.radiusslider label {
  white-space: nowrap; }

#slider-round, #slider-round-timetable {
  height: 10px;
  width: 100%; }

#slider-round .noUi-connect, #slider-round-timetable .noUi-connect {
  background: #eb0000; }

.noUi-connects {
  background: #D9D9D9 !important;
  border-color: #D9D9D9 !important; }

#slider-round .noUi-handle, #slider-round-timetable .noUi-handle {
  height: 16px;
  width: 16px;
  top: -4px;
  right: -8px;
  /* half the width */
  border-radius: 8px;
  background: #eb0000;
  box-shadow: none; }

.noUi-handle {
  border: 1px solid #eb0000 !important;
  cursor: pointer !important; }

.noUi-handle:after, .noUi-handle:before {
  content: none !important; }

.radiusslider select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: none; }

a.datepicker-button.default {
  width: 40px;
  /*background: red;*/
  position: absolute;
  height: 100%;
  right: 0;
  top: 0; }

a.datepicker-button.default:hover, a.datepicker-button.default:focus {
  background: none; }

.datepicker-month-wrap div:nth-child(1) {
  float: right; }

.datepicker-month-wrap div:nth-child(2) {
  float: right; }

.datepicker-month-wrap div:nth-child(3) {
  float: left; }

.datepicker-month-wrap div:nth-child(4) {
  float: left; }

div.datepicker-calendar.bootstrap4 div.datepicker-month:after {
  content: none !important; }

div.datepicker-calendar.default {
  background-color: #FFF !important; }

div.datepicker-calendar {
  margin: 0 !important;
  font-size: 16px !important;
  width: 320px !important; }

div.datepicker-calendar table.datepicker-grid th, div.datepicker-calendar table.datepicker-grid td.day {
  height: 40px !important; }

div.datepicker-calendar.default table.datepicker-grid th {
  font-size: 16px !important; }

div.datepicker-calendar div.datepicker-month {
  font-size: 16px !important;
  line-height: 24px !important; }

.date-container label {
  top: -15px;
  font-size: 14px;
  z-index: 1; }

.date-container .input-group {
  position: relative;
  display: flex;
  width: 100%; }

.datepicker-button {
  display: flex;
  align-items: center;
  justify-content: center; }

.datepicker-button.disabled .fas:before {
  opacity: 0.5; }

.fas, .far {
  font-family: "icomoon" !important;
  font-style: normal; }

.fas.fa-caret-right {
  margin-bottom: 7px; }

.fas.fa-caret-left {
  transform: rotate(180deg);
  margin-top: 2px; }

.fas.fa-caret-right:before {
  content: "\e92b";
  font-size: 16px;
  color: black; }

.fas.fa-caret-left:before {
  content: "\e92b";
  font-size: 16px;
  color: black; }

.fas.fa-forward:before {
  content: "\e94a";
  color: black; }

.fas.fa-backward:before {
  content: "\e94b";
  color: black; }

.far.fa-calendar-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px; }

.far.fa-calendar-alt:before {
  content: "\e905"; }

/*
* Add a folder Component or Page and name the file equal to the tamplete in magnolia.
* Afterwards you can import it inside here with:
* @import "./<template-name>";
*/
.nav-utilities > ul {
  flex-flow: row wrap; }
  .nav-utilities > ul li.mobile-visible.swissid {
    flex: 1 100%;
    margin-top: 25px;
    color: white; }
    .nav-utilities > ul li.mobile-visible.swissid .btn--primary.btn--login, .nav-utilities > ul li.mobile-visible.swissid .btn--ternary.btn--login {
      border-radius: 3px;
      font-size: 20px;
      height: 49px;
      padding: 0 10px;
      font-weight: 300;
      line-height: 52px;
      box-shadow: none;
      transition: background .4s;
      color: white; }
      .nav-utilities > ul li.mobile-visible.swissid .btn--primary.btn--login:hover, .nav-utilities > ul li.mobile-visible.swissid .btn--ternary.btn--login:hover {
        color: white; }
      .nav-utilities > ul li.mobile-visible.swissid .btn--primary.btn--login strong, .nav-utilities > ul li.mobile-visible.swissid .btn--ternary.btn--login strong {
        font-weight: normal; }

.swissid-login-button {
  padding-right: 40px; }

.swissid-login-image {
  padding-right: 20px; }

/*
* Add a folder Component or Page and name the file equal to the tamplete in magnolia.
* Afterwards you can import it inside here with:
* @import "./<template-name>";
*/
.full-width-image {
  height: 350px;
  width: 100%;
  background-position: top center;
  background-size: cover;
  color: #ffffff;
  background-color: #747474;
  text-align: center; }
  .full-width-image > div.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    line-height: 27px; }
  .full-width-image h2 {
    color: #ffffff;
    line-height: 2.45rem;
    letter-spacing: 0.02px;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0; }
  @media (max-width: 767px) {
    .full-width-image {
      height: 180px; } }

.full-width-image-masked {
  height: 560px;
  width: 100%;
  background-position: top center;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden; }
  .full-width-image-masked.linkable:hover {
    cursor: pointer; }
  .full-width-image-masked > svg {
    height: auto;
    width: 100%; }
  .full-width-image-masked > div.content {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 68px;
    height: 100%;
    line-height: 27px; }
    .full-width-image-masked > div.content.centered {
      align-items: center; }
  .full-width-image-masked h2 {
    color: #ffffff;
    line-height: 3.6rem;
    letter-spacing: 0.02px;
    font-size: 3rem;
    font-weight: bold; }
  .full-width-image-masked.masked {
    height: 560px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%); }
    .full-width-image-masked.masked > div.content {
      padding-bottom: 218px; }
    .full-width-image-masked.masked.gradient::after {
      margin-top: -560px;
      height: 560px; }
  .full-width-image-masked .btn {
    max-width: fit-content;
    margin-top: 24px;
    /* IE fix */
    display: table; }
  .full-width-image-masked.gradient::after {
    display: block;
    position: relative;
    margin-top: -350px;
    height: 350px;
    width: 100%;
    content: ''; }
  .full-width-image-masked .bottom-divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMHZ3IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMHYxNDBoMTI4MEwwIDB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 5vw;
    bottom: 0;
    height: 5vw;
    z-index: 10;
    transform: rotateY(180deg);
    /* neu */
    position: absolute;
    width: 100%; }
  @media (max-width: 767px) {
    .full-width-image-masked {
      height: 220px; }
      .full-width-image-masked h2 {
        line-height: 32px;
        font-size: 26px; }
      .full-width-image-masked > div.content {
        padding-bottom: 30px; }
      .full-width-image-masked.masked {
        height: 220px; }
        .full-width-image-masked.masked > div.content {
          padding-bottom: 44px; }
        .full-width-image-masked.masked.gradient::after {
          margin-top: -140px;
          height: 140px; }
      .full-width-image-masked.gradient::after {
        margin-top: -140px;
        height: 140px; } }
  @media (max-width: 1800px) {
    .full-width-image-masked > svg {
      height: inherit;
      width: auto; } }

@media (min-width: 1800px) {
  @supports (-ms-ime-align: auto) {
    /* IE Edge 16+ CSS */
    .full-width-image-masked.masked {
      /*height: 800px !important;
      margin-bottom: -50px;*/ }
      .full-width-image-masked.masked > div.content {
        /*padding-bottom: 400px;*/ } } }

@media (min-width: 2200px) {
  @supports (-ms-ime-align: auto) {
    .full-width-image-masked.masked {
      /*height: 1000px !important;
      margin-bottom: -90px;*/ }
      .full-width-image-masked.masked > div.content {
        /*padding-bottom: 500px;*/ } } }

.app-store-icons .apple-store-icon,
.app-store-icons .google-play-store-icon {
  width: 200px;
  margin-bottom: 20px;
  border: 0 none;
  text-decoration: none; }

.app-store-icons .link-store {
  text-decoration: none !important; }

.apple-store-icon,
.google-play-store-icon {
  width: 200px;
  margin-bottom: 10px;
  border: 0 none;
  text-decoration: none; }

.apple-store-icon {
  margin-right: 40px; }

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

.app-store-icons-text {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .apple-store-icon {
    margin-right: 0;
    margin-bottom: 16px; } }

.text-image-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .text-image-group .text-image {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px;
    margin-bottom: 21px; }
  @media (max-width: 767px) {
    .text-image-group {
      justify-content: space-between; }
      .text-image-group .text-image {
        max-width: 340px;
        flex: 1 1 38%; } }
  @media screen and (max-width: 686px) {
    .text-image-group {
      display: block;
      margin: 0; }
      .text-image-group .text-image {
        max-width: 100%;
        padding: 0;
        margin-bottom: 27px; } }

.text-image .text-image__image {
  transition: opacity .4s;
  padding-bottom: 12px; }
  .text-image .text-image__image img {
    width: 106px;
    height: 106px;
    object-fit: cover;
    clip-path: circle();
    -webkit-clip-path: circle(); }
  .text-image .text-image__image:hover {
    opacity: .7; }

.text-image .text-image__content {
  padding: 27px 0px;
  line-height: 1.45; }
  .text-image .text-image__content h1,
  .text-image .text-image__content h2,
  .text-image .text-image__content h3,
  .text-image .text-image__content h4,
  .text-image .text-image__content h5,
  .text-image .text-image__content h6 {
    margin-bottom: 16px;
    color: #000;
    line-height: 1.2; }
    .text-image .text-image__content h1 a,
    .text-image .text-image__content h2 a,
    .text-image .text-image__content h3 a,
    .text-image .text-image__content h4 a,
    .text-image .text-image__content h5 a,
    .text-image .text-image__content h6 a {
      color: inherit;
      text-decoration: none;
      transition: color .4s; }
      .text-image .text-image__content h1 a:hover,
      .text-image .text-image__content h2 a:hover,
      .text-image .text-image__content h3 a:hover,
      .text-image .text-image__content h4 a:hover,
      .text-image .text-image__content h5 a:hover,
      .text-image .text-image__content h6 a:hover {
        color: #ED0000; }
  .text-image .text-image__content h3 {
    font-size: 18px; }

@media (max-width: 767px) {
  .text-image .text-image__content {
    padding: 10px 0; } }

.news-overview .news-overview-item {
  border-top: 1px solid lightgray;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 210px; }
  .news-overview .news-overview-item .news-image {
    max-width: 237px;
    float: left; }
    .news-overview .news-overview-item .news-image img {
      max-width: unset !important; }
  .news-overview .news-overview-item .news-info {
    display: inline-block;
    margin-left: 26px;
    margin-top: -6px;
    width: calc(100% - 263px); }
  .news-overview .news-overview-item .news-info.no-image {
    width: 100%;
    margin-left: 0px; }
  .news-overview .news-overview-item em.date {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #5C5C5C;
    font-style: normal; }
  .news-overview .news-overview-item .title,
  .news-overview .news-overview-item .readmore {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    line-height: 34px; }
  .news-overview .news-overview-item .title {
    line-height: 28px; }
  .news-overview .news-overview-item p.content {
    font-weight: 300;
    line-height: 28px; }

.news-overview .news-overview-items .news-overview-item:last-child {
  border-bottom: 1px solid lightgray; }

.news-overview .news-overview-items > div {
  display: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 768px; }

.news-overview .news-overview-items > div.active {
  display: block; }

.news-overview .top-paging,
.news-overview .bottom-paging {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  text-align: right; }

.news-overview .pagination {
  display: inline-block; }
  .news-overview .pagination a {
    color: black;
    float: left;
    padding: 8px 14px;
    text-decoration: none; }
  .news-overview .pagination a.active {
    font-weight: bold;
    border-radius: 5px; }
  .news-overview .pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px; }
  .news-overview .pagination a.hide {
    display: none; }

@media (max-width: 767px) {
  .news-overview {
    margin: 20px; }
    .news-overview .news-overview-item .news-image {
      max-width: unset;
      width: 100%; }
    .news-overview .news-overview-item .news-image img {
      width: 100%; }
    .news-overview .news-overview-item .news-info {
      width: 100%;
      margin: 0px; } }

.text-button.content .title {
  color: #000000;
  font-family: SwissSignCircularWeb;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px; }

.text-button.content .text {
  color: #000000;
  font-family: SwissSignCircularWeb;
  font-size: 18px;
  line-height: 27px; }

.text-button.content.text-align-center .title, .text-button.content.text-align-center .text {
  text-align: center; }

.text-button.content .btn-wrapper {
  display: flex;
  justify-content: center; }
  .text-button.content .btn-wrapper a {
    padding: 15px;
    color: #000000;
    font-family: SwissSignCircularWeb;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    text-decoration: none;
    text-align: center; }

.portraits {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .portraits .portrait {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px;
    margin-bottom: 21px; }
  @media (max-width: 767px) {
    .portraits {
      justify-content: space-between; }
      .portraits .portrait {
        max-width: 340px;
        flex: 1 1 38%; } }
  @media screen and (max-width: 686px) {
    .portraits {
      display: block;
      margin: 0; }
      .portraits .portrait {
        max-width: 100%;
        padding: 0;
        margin-bottom: 27px; } }

.portrait .portrait__image {
  transition: opacity .4s; }
  .portrait .portrait__image img {
    width: 100%;
    height: auto; }
  .portrait .portrait__image:hover {
    opacity: .7; }

.portrait .portrait__content {
  background-color: #EFEFEF;
  padding: 21px 16px;
  font-size: 18px;
  line-height: 27px; }
  .portrait .portrait__content h1,
  .portrait .portrait__content h2,
  .portrait .portrait__content h3,
  .portrait .portrait__content h4,
  .portrait .portrait__content h5,
  .portrait .portrait__content h6 {
    margin-bottom: 5px;
    color: #000;
    line-height: 1.2; }
    .portrait .portrait__content h1 a,
    .portrait .portrait__content h2 a,
    .portrait .portrait__content h3 a,
    .portrait .portrait__content h4 a,
    .portrait .portrait__content h5 a,
    .portrait .portrait__content h6 a {
      color: inherit;
      text-decoration: none;
      transition: color .4s; }
      .portrait .portrait__content h1 a:hover,
      .portrait .portrait__content h2 a:hover,
      .portrait .portrait__content h3 a:hover,
      .portrait .portrait__content h4 a:hover,
      .portrait .portrait__content h5 a:hover,
      .portrait .portrait__content h6 a:hover {
        color: #ED0000; }
  .portrait .portrait__content h3 {
    font-size: 18px; }

@media (max-width: 767px) {
  .portrait .portrait__content {
    padding: 10px 0; } }

.client-logos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .client-logos .client-logo {
    padding: 27px 14px;
    flex: 0 0 16.66%;
    max-width: 16.66%; }
  @media (max-width: 767px) {
    .client-logos {
      justify-content: space-between; }
      .client-logos .client-logo {
        max-width: 50%;
        flex: 1 1 50%; } }
  @media screen and (max-width: 686px) {
    .client-logos {
      margin: 0; }
      .client-logos .client-logo {
        max-width: 50%;
        flex: 1 1 50%; } }

.client-logo .client-logo__image {
  display: block;
  opacity: .7;
  transition: opacity .4s; }
  .client-logo .client-logo__image img {
    width: 100%;
    height: auto; }
  .client-logo .client-logo__image:hover {
    opacity: 1; }

.contact-person {
  margin-bottom: 21px;
  display: flex; }
  .contact-person .contact-person__image {
    padding: 5px 26px 5px 0px;
    vertical-align: top;
    flex: 0 0 auto; }
    .contact-person .contact-person__image img {
      width: 106px;
      height: 106px;
      object-fit: cover;
      clip-path: circle();
      -webkit-clip-path: circle(); }
  .contact-person .contact-person__image_detail {
    padding: 5px 26px 5px 0px;
    vertical-align: top;
    flex: 0 0 auto; }
    .contact-person .contact-person__image_detail img {
      width: 173px;
      height: 173px;
      object-fit: cover;
      clip-path: circle();
      -webkit-clip-path: circle(); }
  .contact-person .contact-person__content {
    flex: 1 1 auto;
    font-size: 18px;
    line-height: 27px; }
    .contact-person .contact-person__content h1,
    .contact-person .contact-person__content h2,
    .contact-person .contact-person__content h3,
    .contact-person .contact-person__content h4,
    .contact-person .contact-person__content h5,
    .contact-person .contact-person__content h6 {
      color: #000;
      line-height: 27px; }
      .contact-person .contact-person__content h1 a,
      .contact-person .contact-person__content h2 a,
      .contact-person .contact-person__content h3 a,
      .contact-person .contact-person__content h4 a,
      .contact-person .contact-person__content h5 a,
      .contact-person .contact-person__content h6 a {
        color: inherit;
        text-decoration: underline;
        transition: color .4s; }
        .contact-person .contact-person__content h1 a:hover,
        .contact-person .contact-person__content h2 a:hover,
        .contact-person .contact-person__content h3 a:hover,
        .contact-person .contact-person__content h4 a:hover,
        .contact-person .contact-person__content h5 a:hover,
        .contact-person .contact-person__content h6 a:hover {
          color: #ED0000; }
    .contact-person .contact-person__content h3 {
      font-size: 18px; }
    .contact-person .contact-person__content .text {
      margin-bottom: 24px; }
    .contact-person .contact-person__content p {
      margin-bottom: 4px; }
    .contact-person .contact-person__content .socials ul {
      justify-content: start;
      margin: 0 -2px; }
      .contact-person .contact-person__content .socials ul li a {
        padding: 0 3px;
        filter: invert(100%); }
  @media (max-width: 767px) {
    .contact-person {
      flex-wrap: wrap; }
      .contact-person .contact-person__content {
        padding: 10px 0; } }

.events-teaser {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto; }
  .events-teaser .teaser-header {
    display: inline-block;
    width: 100%; }
    .events-teaser .teaser-header .page-title {
      width: 50%;
      height: 40px;
      float: left;
      display: inline-block; }
      .events-teaser .teaser-header .page-title h2 {
        font-size: 24px;
        line-height: 30px;
        display: inline-block; }
    .events-teaser .teaser-header .page-link {
      width: 50%;
      height: 40px;
      text-align: right;
      float: left;
      margin-top: 5px; }
      .events-teaser .teaser-header .page-link h3 {
        font-size: 18px;
        font-weight: normal; }
      .events-teaser .teaser-header .page-link a {
        color: black;
        text-decoration: underline; }
  .events-teaser .event-teaser-item {
    border-top: 1px solid lightgray;
    padding-top: 20px;
    padding-bottom: 20px; }
    .events-teaser .event-teaser-item .event-date {
      width: 200px;
      margin-top: 5px;
      display: inline-block;
      float: left;
      line-height: 28px; }
      .events-teaser .event-teaser-item .event-date .date {
        font-size: 18px;
        font-style: normal;
        font-weight: bold; }
    .events-teaser .event-teaser-item .event-info {
      width: calc(100% - 200px);
      display: inline-block;
      line-height: 28px; }
      .events-teaser .event-teaser-item .event-info a, .events-teaser .event-teaser-item .event-info h3 {
        color: black;
        line-height: 40px !important;
        font-weight: bold;
        font-size: 18px; }
      .events-teaser .event-teaser-item .event-info a {
        color: black;
        text-decoration: underline; }
  .events-teaser .event-teaser-item:last-child {
    border-bottom: 1px solid lightgray; }
  @media (max-width: 767px) {
    .events-teaser {
      margin: 20px; }
      .events-teaser .event-teaser-item .event-date, .events-teaser .event-teaser-item .event-info,
      .events-teaser .teaser-header .page-title, .events-teaser .teaser-header .page-link {
        width: 100%; }
      .events-teaser .teaser-header .page-title, .events-teaser .teaser-header .page-link {
        text-align: center; } }

.events-overview .events-overview-items {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  margin-top: 20px; }
  .events-overview .events-overview-items .event-header,
  .events-overview .events-overview-items .event-row {
    display: inline-table;
    width: 100%; }
  .events-overview .events-overview-items .event-header {
    font-weight: bold;
    font-size: 16px; }
  .events-overview .events-overview-items .event-row * {
    font-size: 18px; }
  .events-overview .events-overview-items .event-date {
    width: 131px;
    display: table-cell; }
  .events-overview .events-overview-items .event-place {
    width: 210px;
    display: table-cell; }
  .events-overview .events-overview-items .event-title {
    width: calc(100% - 341px);
    display: table-cell;
    padding-right: 20px; }
  .events-overview .events-overview-items > div {
    display: none; }
  .events-overview .events-overview-items > div.active {
    display: block; }
  .events-overview .events-overview-items .events-overview-item .event-row {
    border-top: 1px solid lightgray;
    padding-top: 15px;
    padding-bottom: 15px; }
  .events-overview .events-overview-items .events-overview-item .label {
    display: none; }

.events-overview .in-past {
  opacity: 0.4; }

.events-overview .top-paging, .events-overview .bottom-paging {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  text-align: right; }

.events-overview .pagination {
  display: inline-block; }
  .events-overview .pagination a {
    color: black;
    float: left;
    padding: 8px 14px;
    text-decoration: none; }
  .events-overview .pagination a.active {
    font-weight: bold;
    border-radius: 5px; }
  .events-overview .pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px; }
  .events-overview .pagination a.hide {
    display: none; }

@media (max-width: 767px) {
  .events-overview .events-overview-items {
    margin: 15px; }
    .events-overview .events-overview-items .events-overview-item .label {
      display: block;
      font-weight: bold;
      color: black;
      padding-top: 15px;
      padding-bottom: 15px; }
    .events-overview .events-overview-items .events-overview-item a {
      text-decoration: none !important; }
    .events-overview .events-overview-items .events-overview-item .event-row {
      padding-top: 5px;
      padding-bottom: 10px; }
    .events-overview .events-overview-items .event-header {
      display: none; }
    .events-overview .events-overview-items .event-date, .events-overview .events-overview-items .event-title, .events-overview .events-overview-items .event-place {
      display: block;
      width: 100%;
      font-weight: normal; } }

.slider-text {
  max-width: 768px;
  margin: 20px auto;
  text-align: center; }
  .slider-text .tabs .tab-header {
    width: 100%;
    display: inline-table; }
    .slider-text .tabs .tab-header > div {
      width: 33%;
      display: table-cell; }
    .slider-text .tabs .tab-header a {
      font-weight: bold;
      font-size: 24px;
      text-decoration: none;
      color: black; }
    .slider-text .tabs .tab-header a:hover, .slider-text .tabs .tab-header a.active {
      border-bottom: 2px solid #EB0000; }
  .slider-text .tabs .tab {
    padding: 20px 10px 10px;
    display: none; }
    .slider-text .tabs .tab .content {
      line-height: 28px; }
  .slider-text .tabs .tab.active {
    display: block; }

.teaser-6-in-row {
  max-width: 769px;
  margin: 40px auto; }
  .teaser-6-in-row .teaser-title {
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    color: #000000;
    font-weight: bold; }
  .teaser-6-in-row .teaser-subtitle {
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    text-align: center; }
  .teaser-6-in-row .teaser-items {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    display: flex; }
  .teaser-6-in-row .teaser-6-in-row-item {
    display: flex;
    float: left;
    max-width: 114px;
    margin: 17px 0px 0px 17px;
    text-align: center; }
    .teaser-6-in-row .teaser-6-in-row-item .teaser-text {
      margin-top: 10px; }
    .teaser-6-in-row .teaser-6-in-row-item .teaser-image:hover img {
      -webkit-box-shadow: 0px 2px 5px 3px #a1a1a1;
      -moz-box-shadow: 0px 2px 5px 3px #a1a1a1;
      box-shadow: 0px 2px 5px 3px #a1a1a1; }
    .teaser-6-in-row .teaser-6-in-row-item .teaser-image img {
      -webkit-box-shadow: 0px 1px 3px 1px #a1a1a1;
      -moz-box-shadow: 0px 1px 3px 1px #a1a1a1;
      box-shadow: 0px 1px 3px 1px #a1a1a1;
      max-width: 114px; }
  .teaser-6-in-row .teaser-6-in-row-item:first-child,
  .teaser-6-in-row .teaser-6-in-row-item:nth-child(6n+7) {
    margin-left: 0px; }
  @media (max-width: 767px) {
    .teaser-6-in-row {
      margin: 15px auto; }
      .teaser-6-in-row .teaser-6-in-row-item {
        max-width: 151px;
        margin-left: 11px !important;
        margin-right: 11px !important; }
        .teaser-6-in-row .teaser-6-in-row-item .teaser-image img {
          max-width: 100%; }
      .teaser-6-in-row .teaser-6-in-row-item:nth-child(2n+1) {
        margin-left: 11px !important; } }

/*===== 3 teasers in a row =====*/
.teaser-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -13px; }
  .teaser-group > * {
    flex: 0 0 25%;
    flex-basis: 30%;
    margin: 0 13px;
    max-width: 238px;
    text-decoration: none; }
    .teaser-group > * .text {
      color: #000000;
      font-size: 18px;
      line-height: 24px; }
    .teaser-group > * .teaser-icon {
      padding: 35.5%;
      text-align: center;
      position: relative; }
    .teaser-group > * img {
      max-width: 129px;
      max-height: 130px;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .teaser-group > * h2 {
      color: #000000;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0.26px;
      line-height: 22px;
      max-width: 206px;
      text-align: left;
      padding: 0; }
  @media screen and (max-width: 766px) {
    .teaser-group {
      justify-content: space-between; }
      .teaser-group > * {
        max-width: 340px;
        flex: 1 1 38%; }
      .teaser-group .teaser-icon {
        padding: 42%; } }

.accordionList {
  margin: 10px auto; }
  .accordionList .accordion-wrapper {
    margin: 2px auto;
    max-width: 769px; }
    .accordionList .accordion-wrapper .accordion {
      min-height: 50px; }
      .accordionList .accordion-wrapper .accordion .accordion_heading {
        min-width: 100%;
        min-height: 100%;
        position: relative;
        display: flex;
        cursor: pointer; }
        .accordionList .accordion-wrapper .accordion .accordion_heading:active .rectangle-10 {
          background-color: #dadada;
          transition: background-color 0.5s; }
        .accordionList .accordion-wrapper .accordion .accordion_heading .rectangle-10 {
          min-height: 50px;
          height: 100%;
          width: 100%;
          max-width: 769px;
          background-color: #efefef;
          position: absolute;
          z-index: -1;
          transition: background-color 0.5s; }
        .accordionList .accordion-wrapper .accordion .accordion_heading .accordion_icon {
          height: 24px;
          width: 24px;
          margin-right: 11px;
          margin-top: 13px;
          margin-left: auto;
          background-color: transparent;
          text-indent: 0%; }
          .accordionList .accordion-wrapper .accordion .accordion_heading .accordion_icon .accordion_cross_wrapper {
            height: 14px;
            width: 14px;
            margin: 5px; }
            .accordionList .accordion-wrapper .accordion .accordion_heading .accordion_icon .accordion_cross_wrapper .accordion_cross-1 {
              height: 14px;
              width: 2px;
              background-color: #000000;
              position: absolute;
              margin: 0 6px;
              transition: transform 0.5s; }
            .accordionList .accordion-wrapper .accordion .accordion_heading .accordion_icon .accordion_cross_wrapper .accordion_cross-2 {
              height: 2px;
              width: 14px;
              background-color: #000000;
              position: absolute;
              margin: 6px 0; }
        .accordionList .accordion-wrapper .accordion .accordion_heading .accordion_title {
          max-width: 694.96px;
          color: #000000;
          font-size: 18px;
          font-weight: bold;
          line-height: 20px;
          margin-left: 20px; }
      .accordionList .accordion-wrapper .accordion .accordion_content {
        max-height: 0;
        font-size: 18px;
        line-height: 24px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        transition: max-height 0.5s; }
      .accordionList .accordion-wrapper .accordion .accordion_border {
        height: 1px;
        max-width: 769px;
        transform: scaleY(-1);
        background-color: #dadada;
        opacity: 0;
        transition: opacity 0.5s ease; }
      .accordionList .accordion-wrapper .accordion input[type="checkbox"] {
        display: none; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_content {
          max-height: 500px; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_border {
          opacity: 1; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_heading:active .rectangle-10 {
          background-color: #dadada;
          transition: background-color 0.5s; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_heading .rectangle-10 {
          background-color: #ffffff;
          transition: background-color 0.5s; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_content {
          max-height: 500px; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_border {
          opacity: 1; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_cross-1 {
          transform: rotate(90deg); }

.info-pop-up-wrapper {
  display: flex;
  justify-content: space-between; }
  .info-pop-up-wrapper .icon-information {
    order: 1;
    width: 23px;
    height: 23px;
    padding: 0 8px;
    margin-top: 19px;
    display: block;
    position: relative;
    flex-shrink: 0; }
  .info-pop-up-wrapper .text {
    order: 2;
    font-size: 18px;
    line-height: 27px;
    padding: 0 25px;
    width: 100%; }
  .info-pop-up-wrapper .icon-close-small {
    order: 3;
    cursor: pointer;
    width: 10px;
    height: 10px;
    padding: 0 20px;
    margin-top: 26px;
    display: block;
    position: relative;
    flex-shrink: 0; }
  .info-pop-up-wrapper input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .info-pop-up-wrapper input[type=checkbox]:checked ~ .text,
  .info-pop-up-wrapper input[type=checkbox]:checked ~ .icon-close-small,
  .info-pop-up-wrapper input[type=checkbox]:checked ~ .icon-information {
    display: none; }
