/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

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

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 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;
}

: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-black: #000;
  --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", "Noto Sans", "Liberation Sans", Arial, 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;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  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: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: 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");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.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: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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");
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.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;
}

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

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

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

/*# sourceMappingURL=bootstrap-grid-carousel-modal.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.dreher-consulting.com/hubfs/img/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.dreher-consulting.com/hubfs/img/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.dreher-consulting.com/hubfs/img/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.dreher-consulting.com/hubfs/img/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.dreher-consulting.com/hubfs/img/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;font-display: swap;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}/*# sourceMappingURL=glide.core.min.css.map */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
}
:root {
  --background: #142537;
  --background-dark: #101D2A;
  --background-gradient: linear-gradient(to bottom, rgba(20,37,55,0) 1%,rgba(20,37,55,0.83) 30%,rgba(20,37,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  --background-inverse: #f6f6f6;
  --button-background: transparent;
  --button-border: #f6f6f6;
  --button-border-inverse: #D8DDE5;
  --button-color: #FFFFFF;
  --card: #181818;
  --logo-opacity-dark: 0;
  --logo-opacity-white: 1;
  --border: #212121;
  --table-header: #212121;
  --paragraph-text: #BDC9D4;
  --primary-text: #f6f6f6;
  --primary-text-inverse: #142537;
  --secondary-text: #9ca3af;
  --digi-dropdown-image: url("https://www.dreher-consulting.com/hubfs/img/nav-digi-light.png");
  --erp-dropdown-image: url("https://www.dreher-consulting.com/hubfs/img/nav-erp-light.png");
  --sus-dropdown-image: url("https://www.dreher-consulting.com/hubfs/img/nav-sus-light.png");
}

/* dark mode */
[data-theme=light] {
  --background: #ffffff;
  --background-dark: #FFFFFF;
  --background-gradient: linear-gradient(to bottom, rgba(255,255,255,0) 1%,rgba(255,255,255,0.83) 30%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  --background-inverse: #142537;
  --button-background: #142537;
  --button-border: #142537;
  --button-border-inverse: #FFFFFF;
  --button-color: #FFFFFF;
  --card: #fff;
  --border: #cccccc;
  --logo-opacity-dark: 1;
  --logo-opacity-white: 0;
  --table-header: #e6e6e6;
  --paragraph-text: #142537;
  --primary-text: #142537;
  --primary-text-inverse: #f6f6f6;
  --secondary-text: #212121;
  --digi-dropdown-image: url("https://www.dreher-consulting.com/hubfs/img/nav-digi-dark.png");
  --erp-dropdown-image: url("https://www.dreher-consulting.com/hubfs/img/nav-erp-dark.png");
  --sus-dropdown-image: url("https://www.dreher-consulting.com/hubfs/img/nav-sus-dark.png");
}

html {
  scroll-behavior: smooth;
}

BODY {
  font-display: auto;
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--background);
  color: var(--primary-text);
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

H1, H2, H3, H4, H5, H6 {
  color: var(--primary-text);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 10px;
}

H1 {
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 12px;
}

H2 {
  font-size: 50px;
}
H2 SUP {
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: -10px;
  left: 2px;
}

H3 {
  font-size: 38px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
H3 SUP {
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -9px;
  left: 2px;
}

H4 {
  font-size: 34px;
}

H5 {
  font-size: 24px;
}

H6 {
  font-size: 20px;
}

HR {
  border: 0;
  border-top: 1px solid var(--primary-text);
  opacity: 0.09;
}

* {
  box-sizing: border-box;
}

A {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: var(--primary-text);
  text-decoration: none;
}
A:hover {
  cursor: pointer;
  text-decoration: none;
}

.cta-blue, .cta-white {
  align-items: center;
  background-color: var(--background) !important;
  border: 2px solid var(--background) !important;
  border-radius: 30px;
  color: var(--primary-text) !important;
  display: inline-flex;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  padding: 11px 24px !important;
}
.cta-blue:hover, .cta-white:hover {
  background-color: var(--background-inverse) !important;
  border: 2px solid #5F96C1 !important;
  color: var(--primary-text-inverse) !important;
}
.cta-blue IMG, .cta-white IMG {
  margin: 5px 0 5px 10px;
}

.cta-white {
  background-color: var(--background-inverse) !important;
  border: 2px solid var(--background-inverse) !important;
  color: var(--primary-text-inverse) !important;
}
.cta-white:hover {
  background-color: var(--background) !important;
  border: 2px solid #5F96C1 !important;
  color: var(--primary-text) !important;
}

A.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.videoLink {
  align-items: center;
  background-position: center center;
  background-size: cover;
  border: 2px solid #FFFFFF;
  display: flex;
  justify-content: center;
  position: relative;
}
.videoLink I {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #142537;
  display: flex;
  font-size: 12px;
  justify-content: center;
  height: 60px;
  text-align: center;
  width: 60px;
}

.rm, .rmg, .rmc, .rmb {
  background-color: #5F96C1;
  border-radius: 30px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  padding: 13px 28px;
}
.rm:hover, .rmg:hover, .rmc:hover, .rmb:hover {
  background-color: var(--background-inverse);
  color: var(--primary-text-inverse);
}

.rmb {
  background-color: #101D2A;
}

.rmc {
  background: transparent;
  border: 2px solid #5F96C1;
  color: var(--primary-text) !important;
}
.rmc:hover {
  color: var(--primary-text-inverse) !important;
}

.rmg {
  background-color: #B3C840;
}

P {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: var(--paragraph-text);
  margin: 0 0 10px;
}
P.intro {
  color: var(--primary-text);
  font-size: 30px;
  line-height: 37px;
}
P STRONG {
  color: var(--primary-text);
  font-size: 18px;
}
P SUP {
  font-size: 6px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

SPAN.gold {
  color: #5F96C1 !important;
}

.container-fluid {
  max-width: 1400px;
}

.full {
  display: block;
  height: auto;
  width: 100%;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

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

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pl-md-6, .px-md-6 {
    padding-left: 100px !important;
  }
  .text-md-end {
    text-align: right !important;
  }
}
/* dark mode toggler */
.theme-switch {
  border-radius: 2em;
  cursor: pointer;
}

#checkbox-theme {
  display: none;
}

.dark-toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 26px;
}

/* Describe slider's look and position. */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #101D2A;
  transition: 0.4s;
  border: 2px solid #D8DDE5;
  border-radius: 34px;
}

/* Describe the white ball's location
      and appearance in the slider. */
.slider:before {
  background-color: #F8F8F8;
  background-image: url(https://www.dreher-consulting.com/hubfs/img/moon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 66%;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  transition: 0.4s;
  border-radius: 50%;
  padding-top: 1px;
  text-align: center;
}

/* Modify the slider's background color to
      green once the checkbox has been selected. */
input:checked + .slider {
  background-color: #F8F8F8;
}

/* When the checkbox is checked, shift the
      white ball towards the right within the slider. */
input:checked + .slider:before {
  background-color: #101D2A;
  background-image: url(https://www.dreher-consulting.com/hubfs/img/sun.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 66%;
  content: "";
  font-family: "FontAwesome";
  font-size: 16px;
  cursor: pointer;
  transform: translateX(18px);
}

@media only screen and (max-width: 1200px) {
  H1 {
    font-size: 64px;
  }
  H2 {
    font-size: 40px;
  }
  H3 {
    font-size: 33px;
  }
  H4 {
    font-size: 28px;
  }
  H5 {
    font-size: 22px;
  }
  H6 {
    font-size: 18px;
  }
  P {
    font-size: 18px;
  }
  P.intro {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  H1 {
    font-size: 54px;
  }
  H2 {
    font-size: 33px;
  }
  H3 {
    font-size: 28px;
  }
  H4 {
    font-size: 22px;
  }
  H5 {
    font-size: 20px;
  }
  H6 {
    font-size: 18px;
  }
  P {
    font-size: 18px;
  }
  P.intro {
    font-size: 21px;
    line-height: 25px;
  }
}
HEADER .hs-web-interactive-inline {
  display: inline-block;
}
HEADER .hs-web-interactive-inline A.button {
  background-color: transparent;
  border: 2px solid #5F96C1;
  color: #142537;
  font-weight: 700;
}
HEADER .hs-web-interactive-inline A.button:hover {
  background-color: #5F96C1;
  color: #FFFFFF !important;
}
HEADER A.button {
  background-color: var(--button-background);
  background-color: rgba(20, 37, 55, 0.1);
  border: 2px solid rgba(20, 37, 55, 0.0005);
  border-radius: 30px;
  color: #142537;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 19.2px;
  padding: 9px 11px;
  text-align: center;
}
HEADER A.button:first-of-type {
  margin-right: 10px;
  padding: 9px 11px;
}
HEADER A.button:hover {
  border: 2px solid #5F96C1;
  background-color: #5F96C1;
  color: #FFFFFF !important;
}
HEADER DIV.logo {
  align-items: center;
  display: flex;
}
HEADER DIV.logo IMG {
  margin-right: 10px;
}
HEADER DIV.logo SVG {
  fill: var(--primary-text);
  margin-right: 10px;
}
HEADER DIV.logo SPAN {
  font-size: 21px;
  font-weight: 400;
  line-height: 25.2px;
}
HEADER DIV.logo SUP {
  font-size: 10px;
  position: relative;
  top: -4px;
  left: 2px;
}
HEADER DIV.navRow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  align-items: center;
  display: flex;
  height: 83px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 98;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0 -1px 2px 0px rgba(255, 255, 255, 0.1) inset;
  top: 0;
}
HEADER DIV.navRow:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%);
  box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
HEADER DIV.navRow DIV.logo SPAN, HEADER DIV.navRow DIV.logo SUP {
  color: #101D2A;
}
HEADER DIV.navRow DIV.logo SVG {
  fill: #101D2A;
}
HEADER DIV.navRow UL.nav LI A {
  color: #101D2A;
}
HEADER DIV.navRow:hover {
  background-color: var(--background-inverse);
  background-color: #FFFFFF;
}
HEADER DIV.navRow.nav-up {
  top: -100px;
}
HEADER DIV.navRow.nav-down {
  top: 0;
}
HEADER DIV.navRow UL.nav {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}
HEADER DIV.navRow UL.nav LI {
  position: relative;
}
HEADER DIV.navRow UL.nav LI A {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  padding: 32px 12px;
}
HEADER DIV.navRow UL.nav LI A:hover {
  color: #5F96C1;
}
HEADER DIV.navRow UL.nav LI A.noEvent {
  pointer-events: none;
}
HEADER DIV.navRow UL.nav LI A SUP {
  font-size: 6px;
  line-height: 16px;
  margin-right: 4px;
  position: relative;
  top: -3px;
  left: 1px;
}
HEADER DIV.navRow UL.nav LI:hover UL {
  opacity: 1;
  pointer-events: inherit;
}
HEADER DIV.navRow UL.nav UL {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--background-inverse);
  background-color: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.08);
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 10px 0;
  pointer-events: none;
  position: absolute;
  top: 72px;
  left: 0;
  width: 320px;
  z-index: 9;
}
HEADER DIV.navRow UL.nav UL.dropdown {
  background-color: var(--background-inverse);
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 90px 15px 40px;
  top: 82px;
  width: 100%;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI {
  flex-basis: 33.33%;
  max-width: 466px;
  padding: 0 30px 0 80px;
  position: relative;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("https://www.dreher-consulting.com/hubfs/img/nav-digi-light.png");
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 90px;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI:nth-of-type(2):before {
  background-image: url("https://www.dreher-consulting.com/hubfs/img/nav-erp-light.png");
  background-size: cover;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI:nth-of-type(3):before {
  background-image: url("https://www.dreher-consulting.com/hubfs/img/nav-sus-light.png");
  background-size: cover;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI:hover:before {
  opacity: 1;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI.hs-item-has-children:after {
  content: none;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI.banner {
  align-items: center;
  background-color: #f5f7f9;
  border-radius: 10px;
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  margin-top: 60px;
  max-width: 1368px;
  padding: 30px 60px;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI.banner:before {
  content: none;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI.banner .rm, HEADER DIV.navRow UL.nav UL.dropdown > LI.banner .rmb, HEADER DIV.navRow UL.nav UL.dropdown > LI.banner .rmc, HEADER DIV.navRow UL.nav UL.dropdown > LI.banner .rmg {
  color: #FFFFFF !important;
  margin-left: 10px;
  padding: 10px 20px;
  white-space: nowrap;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI.banner .rm:hover, HEADER DIV.navRow UL.nav UL.dropdown > LI.banner .rmb:hover, HEADER DIV.navRow UL.nav UL.dropdown > LI.banner .rmc:hover, HEADER DIV.navRow UL.nav UL.dropdown > LI.banner .rmg:hover {
  color: #FFFFFF !important;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI.banner H3 {
  color: #142537;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI.banner H3 SUP {
  font-size: 8px;
  top: -4px;
  left: 1px;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI.banner P {
  color: #142537;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 0;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI > A {
  border-left: 0;
  border-bottom: 0;
  color: var(--primary-text-inverse);
  color: #142537;
  font-size: 20px;
}
HEADER DIV.navRow UL.nav UL.dropdown > LI > A:hover {
  background: none;
  border-left: 0;
  color: #5F96C1;
}
HEADER DIV.navRow UL.nav UL.dropdown UL {
  background: none;
  border: 0;
  box-shadow: none;
  height: 100%;
  position: relative;
  top: 0;
}
HEADER DIV.navRow UL.nav UL.dropdown UL LI {
  background: none;
}
HEADER DIV.navRow UL.nav UL.dropdown UL LI A {
  border-left: 0;
  border-bottom: 0;
  color: var(--primary-text-inverse);
  color: #142537;
  opacity: 0.4;
  padding: 5px 15px;
}
HEADER DIV.navRow UL.nav UL.dropdown UL LI A:hover {
  background: none;
  opacity: 1;
}
HEADER DIV.navRow UL.nav UL LI A {
  color: var(--background);
  color: #142537;
  padding: 12px;
}
HEADER DIV.toggles {
  align-items: center;
  color: var(--primary-text-inverse);
  color: #142537;
  display: flex;
  float: right;
  position: absolute;
  right: 16px;
}
HEADER DIV.toggles A {
  color: var(--primary-text-inverse);
  color: #142537;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 15.6px;
  text-transform: uppercase;
}
HEADER DIV.toggles DIV.dark-toggle {
  margin-left: 15px;
}
HEADER DIV.toggleRow {
  background-color: var(--background-inverse);
  display: none;
  padding: 10px 0;
}
HEADER DIV.toggleRow .container-fluid {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 26px;
}
HEADER DIV.toggleRow SPAN {
  color: var(--primary-text-inverse);
}
HEADER DIV.toggleRow SPAN A {
  color: #76B968;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: 0.01em;
}

DIV.consultationRow {
  background: url("https://www.dreher-consulting.com/hubfs/img/footer-bg.png") right top no-repeat;
  padding-top: 120px;
}
DIV.consultationRow H6 {
  color: #5F96C1;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
DIV.consultationRow HR {
  border-top: 1px solid #5F96C1;
  margin: 60px 0;
  opacity: 1;
}

.contentRow, .contentRowDark {
  padding: 60px 0;
}

.contentRowDark {
  background-color: var(--background-dark);
}

/* Conversational AI Widget Position */
elevenlabs-convai {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.chatbot-container {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.chatbot-close-btn {
  position: absolute;
  top: -150px;
  right: 15px;
  background: #333;
  color: #fff;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  line-height: 25px;
  padding: 0;
}

FOOTER {
  padding: 90px 0;
}
FOOTER.dark {
  background-color: var(--background-dark);
}
FOOTER SVG.logo {
  fill: var(--primary-text);
  margin-right: 10px;
}
FOOTER UL {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
FOOTER UL.footerNav LI {
  display: block;
  margin-bottom: 5px;
}
FOOTER UL.footerNav LI A {
  color: #576776;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
FOOTER UL.footerNav LI A:hover {
  color: #5F96C1;
}
FOOTER UL.footerNav > LI > A {
  color: var(--primary-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 20.4px;
  margin-bottom: 10px;
}
FOOTER UL.footerSubNav {
  margin: 0;
}
FOOTER UL.footerSubNav LI {
  display: inline-block;
  margin-right: 10px;
}
FOOTER UL.footerSubNav LI A {
  font-size: 14px;
  line-height: 16.8px;
}
FOOTER DIV.address {
  margin-bottom: 100px;
}
FOOTER DIV.address A.tel {
  color: #5F96C1;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}
FOOTER DIV.address H5 {
  font-size: 17px;
  line-height: 20.4px;
}
FOOTER DIV.address P {
  font-size: 15px;
  line-height: 28px;
}
FOOTER DIV.copyright P {
  color: #5F96C1;
  font-size: 14px;
  line-height: 16.8px;
  margin-bottom: 0;
}
FOOTER DIV.copyright UL {
  margin: 0;
}
FOOTER DIV.copyright UL LI {
  display: inline-block;
  margin-right: 10px;
}
FOOTER DIV.copyright UL LI A {
  font-size: 14px;
  line-height: 16.8px;
}
FOOTER DIV.footerNav LI {
  display: block;
  margin-bottom: 5px;
}
FOOTER DIV.footerNav LI.hs-menu-depth-1 > A {
  color: var(--primary-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 20.4px;
  margin-bottom: 10px;
}
FOOTER DIV.footerNav LI A {
  color: #576776;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
FOOTER DIV.footerNav LI A:hover {
  color: #5F96C1;
}
FOOTER DIV.social {
  display: flex;
  justify-content: flex-end;
}
FOOTER DIV.social A {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  align-items: center;
  background-color: var(--background-inverse);
  border-radius: 50%;
  color: var(--primary-text-inverse);
  display: inline-flex;
  font-size: 23px;
  height: 40px;
  justify-content: center;
  margin-right: 10px;
  width: 40px;
}
FOOTER DIV.social A:last-of-type {
  margin-right: 0;
}
FOOTER DIV.social SVG {
  fill: var(--primary-text-inverse);
}

DIV.modal-lg {
  max-width: 1170px;
}

DIV.modal-xl .bg-transparent {
  background: transparent !important;
}
DIV.modal-xl .text-white {
  color: #FFFFFF !important;
}

DIV.modal.lightbox IMG {
  display: block;
  height: auto !important;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
DIV.modal.lightbox .btn-close {
  border: 0;
  border-radius: 0.25rem;
  box-sizing: content-box;
  color: #000;
  height: 1em;
  opacity: 0.5;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
}

DIV.searchModal .modal-body {
  min-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
DIV.searchModal .modal-content {
  background: none;
}
DIV.searchModal BUTTON.close {
  color: #142537;
  font-size: 30px;
  opacity: 1 !important;
  padding: 2px;
  position: absolute;
  top: calc(50% - 115px);
  right: calc(50% - 400px);
  text-align: center;
  width: 35px;
  z-index: 99;
}
DIV.searchModal .modal-content {
  border: 0;
  padding: 60px 0;
}
DIV.searchModal .modal-dialog {
  max-width: 1500px;
}
DIV.searchModal DIV.search {
  background-color: var(--primary-text);
  padding: 60px;
  max-width: 800px;
  width: 100%;
}
DIV.searchModal DIV.search H3 {
  color: var(--primary-text-inverse);
}
DIV.searchModal DIV.search FORM {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
}
DIV.searchModal DIV.search FORM INPUT {
  background-color: var(--primary-text);
  border: 1px solid #5F96C1;
  font-size: 24px;
  height: 60px;
  padding: 10px;
  width: calc(100% - 120px);
}
DIV.searchModal DIV.search FORM INPUT:focus {
  outline: none !important;
}
DIV.searchModal DIV.search FORM INPUT::-webkit-input-placeholder {
  color: #5F96C1;
}
DIV.searchModal DIV.search FORM INPUT:-moz-placeholder { /* Firefox 18- */
  color: #5F96C1;
}
DIV.searchModal DIV.search FORM INPUT::-moz-placeholder { /* Firefox 19+ */
  color: #5F96C1;
}
DIV.searchModal DIV.search FORM INPUT:-ms-input-placeholder {
  color: #5F96C1;
}
DIV.searchModal DIV.search FORM BUTTON {
  background: var(--background-dark);
  border: none;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 100;
  padding: 12px 30px;
  position: absolute;
  top: 0;
  right: 0;
}
DIV.searchModal DIV.search FORM BUTTON I {
  color: var(--primary-text);
}

DIV.videoRow {
  position: relative;
}
DIV.videoRow.contained IMG {
  border-radius: 30px;
  margin: 100px auto;
  max-width: 1368px;
  overflow: hidden;
}
DIV.videoRow.contained DIV.container-fluid {
  overflow: hidden;
}
DIV.videoRow.contained DIV.container-fluid DIV.text {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  left: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}
DIV.videoRow.contained DIV.container-fluid DIV.text:before {
  content: none;
}
DIV.videoRow DIV.container-fluid {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
DIV.videoRow DIV.container-fluid I {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #142537;
  display: flex;
  font-size: 20px;
  height: 70px;
  justify-content: center;
  text-align: center;
  width: 70px;
}
DIV.videoRow DIV.container-fluid DIV.text {
  background-color: var(--background-inverse);
  max-width: 550px;
  padding: 50px 30px 50px 16px;
  position: absolute;
  bottom: 80px;
  left: 0;
}
DIV.videoRow DIV.container-fluid DIV.text:before {
  background-color: var(--background-inverse);
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
}
DIV.videoRow DIV.container-fluid DIV.text H5 {
  color: var(--primary-text-inverse);
  font-size: 30px;
  line-height: 36px;
}
DIV.videoRow DIV.modal BUTTON.close {
  background: none;
  border: 0;
  color: #142537;
  font-size: 30px;
  opacity: 1 !important;
  padding: 2px;
  position: absolute;
  top: -17px;
  right: -17px;
  text-align: center;
  width: 35px;
  z-index: 99;
}
DIV.videoRow DIV.modal BUTTON.close I {
  height: 42px;
  width: 42px;
}

@media only screen and (max-width: 1500px) {
  HEADER DIV.navRow .hs-web-interactive-inline A.button {
    margin-right: 30px;
  }
  HEADER DIV.navRow UL.nav LI A {
    font-size: 15px;
    padding: 32px 10px;
  }
  HEADER DIV.toggleRow SPAN {
    font-size: 14px;
  }
  HEADER DIV.toggleRow SPAN A {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1400px) {
  DIV.videoRow.contained DIV.container-fluid DIV.text {
    left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  HEADER .hs_cos_wrapper_type_cta {
    margin-right: 60px;
  }
  HEADER DIV.navRow {
    top: 0;
  }
  HEADER DIV.navRow:hover NAV.navbar .navbar-toggler .bar {
    background-color: #101D2A;
  }
  HEADER DIV.navRow.nav-down NAV.navbar .navbar-toggler .bar {
    background-color: #101D2A;
  }
  HEADER DIV.navRow NAV.navbar {
    max-width: none;
    padding-top: 0;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  HEADER DIV.navRow NAV.navbar .navbar-collapse.show {
    background-color: #142537;
    min-height: 100vh;
  }
  HEADER DIV.navRow NAV.navbar .navbar-collapse.show DIV.toggles {
    opacity: 1;
  }
  HEADER DIV.navRow NAV.navbar .navbar-toggler {
    border: 0;
    border-radius: 50%;
    padding-top: 15px;
    padding-bottom: 4px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  HEADER DIV.navRow NAV.navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  HEADER DIV.navRow NAV.navbar .navbar-toggler .bar {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: var(--primary-text);
    border-radius: 2px;
    height: 3px;
    display: block;
    margin-bottom: 8px;
  }
  HEADER DIV.navRow NAV.navbar .navbar-toggler .navbar-toggler-icon {
    background: none;
    width: 40px;
  }
  HEADER DIV.navRow NAV.navbar .navbar-toggler:not(.collapsed) .bar {
    background-color: #FFFFFF !important;
  }
  HEADER DIV.navRow NAV.navbar .navbar-toggler:not(.collapsed) .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 8px;
    margin-bottom: -13.5px;
  }
  HEADER DIV.navRow NAV.navbar .navbar-toggler:not(.collapsed) .bar:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  HEADER DIV.navRow NAV.navbar .navbar-toggler:not(.collapsed) .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 8px;
  }
  HEADER DIV.navRow NAV.navbar UL.nav {
    display: block;
    margin-top: 0;
    padding-top: 65px;
    position: static;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI {
    display: block;
    max-width: none;
    padding: 0;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI:before {
    content: none !important;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI.dropdown, HEADER DIV.navRow NAV.navbar UL.nav LI.hs-item-has-children {
    position: relative !important;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI.dropdown > A, HEADER DIV.navRow NAV.navbar UL.nav LI.hs-item-has-children > A {
    color: #FFFFFF !important;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI.dropdown > A:after, HEADER DIV.navRow NAV.navbar UL.nav LI.hs-item-has-children > A:after {
    content: none;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI.dropdown > A.empty, HEADER DIV.navRow NAV.navbar UL.nav LI.hs-item-has-children > A.empty {
    pointer-events: none;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI.dropdown > A.empty:hover, HEADER DIV.navRow NAV.navbar UL.nav LI.hs-item-has-children > A.empty:hover {
    color: #CCCCCC;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI A {
    color: #FFFFFF !important;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    padding: 10px;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI A:hover {
    color: #5F96C1 !important;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI A.empty {
    pointer-events: none;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI A.empty:hover {
    color: #CCCCCC;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI A.toggle {
    color: #FFFFFF;
    height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    width: 40px;
    z-index: 99;
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI A.toggle.open I.fa-plus:before {
    content: "\f068";
  }
  HEADER DIV.navRow NAV.navbar UL.nav LI UL {
    background: none;
    box-shadow: none;
    display: none;
    opacity: 1;
    padding: 0 0 0 10px;
    position: static;
  }
  HEADER DIV.navRow DIV.toggles {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    float: none;
    justify-content: center;
    margin: 30px auto;
    opacity: 0;
    padding-top: 15px;
    width: calc(100% - 30px);
  }
  HEADER DIV.navRow DIV.toggles A {
    color: #FFFFFF !important;
  }
  HEADER DIV.navRow DIV.toggles A:hover {
    color: #7D8E9E !important;
  }
  HEADER DIV.navRow DIV.toggles A:first-of-type {
    border-right: 0;
  }
  HEADER DIV.toggleRow {
    display: none;
  }
  FOOTER {
    padding: 60px 0;
  }
  DIV.videoRow DIV.container-fluid DIV.text {
    padding: 30px 15px 30px 16px;
  }
  DIV.videoRow DIV.container-fluid DIV.text H5 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  DIV.videoRow DIV.container-fluid DIV.text {
    bottom: 30px;
  }
  DIV.videoRow DIV.container-fluid DIV.text H5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  H1 {
    font-size: 54px;
  }
  H2 {
    font-size: 33px;
  }
  H3 {
    font-size: 28px;
  }
  H4 {
    font-size: 22px;
  }
  H5 {
    font-size: 20px;
  }
  H6 {
    font-size: 18px;
  }
  P {
    font-size: 18px;
  }
  P.intro {
    font-size: 21px;
    line-height: 25px;
  }
  HEADER A.button:first-of-type {
    position: relative;
    left: -15px;
  }
  HEADER .hs_cos_wrapper_type_cta {
    margin-right: 0;
  }
  HEADER DIV.logo SPAN {
    font-size: 19px;
  }
  FOOTER {
    text-align: center;
    padding: 30px 0;
  }
  FOOTER UL {
    margin-bottom: 30px;
  }
  FOOTER DIV.copyright {
    margin-bottom: 30px;
  }
  FOOTER DIV.social {
    justify-content: center;
  }
  DIV.consultationRow {
    text-align: center;
  }
  DIV.videoRow {
    padding-bottom: 80px;
  }
  DIV.videoRow.contained {
    padding-bottom: 0;
  }
  DIV.videoRow.contained IMG {
    height: 500px;
    object-fit: cover;
  }
  DIV.videoRow.contained DIV.container-fluid DIV.text {
    bottom: 30px;
    max-width: calc(100% - 30px);
  }
  DIV.videoRow DIV.container-fluid DIV.text {
    bottom: 0;
    min-height: 80px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  elevenlabs-convai {
    bottom: 0 !important;
    right: 0 !important;
  }
}
/*** MIXINS ***/
DIV.aboutRow {
  background: var(--background);
  padding: 190px 0 90px;
  position: relative;
}

DIV.aboutRow DIV.about H6 {
  color: #5F96C1;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
DIV.aboutRow DIV.about DIV.counter {
  border-top: 1px solid #273D53;
  border-bottom: 1px solid #273D53;
  margin-top: 45px;
  max-width: 710px;
  padding: 30px 0;
}
DIV.aboutRow DIV.about DIV.counter SPAN {
  color: #5F96C1;
  font-size: 52px;
  font-weight: 700;
  line-height: 62.4px;
}
DIV.aboutRow DIV.about DIV.counter SPAN.counted {
  color: var(--primary-text);
  display: block;
  font-size: 27px;
  font-weight: 400;
  line-height: 32.4px;
}
DIV.aboutRow DIV.video {
  padding: 20px 0 20px 50px;
}
DIV.aboutRow DIV.video H3 {
  font-size: 21px;
  line-height: 25.2px;
}
DIV.aboutRow DIV.video DIV.image {
  align-items: center;
  background-position: center center;
  background-size: cover;
  border: 2px solid #FFFFFF;
  display: flex;
  justify-content: center;
  height: 135px;
  position: relative;
}
DIV.aboutRow DIV.video DIV.image I {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  color: #142537;
  font-size: 20px;
  padding: 11px 15px;
  text-align: center;
  width: 42px;
}
DIV.aboutRow DIV.video DIV.text A {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}
DIV.aboutRow DIV.video DIV.text A.video {
  border-right: 1px solid #FFFFFF;
  color: #5F96C1;
  margin-right: 10px;
  padding: 0 10px 0 15px;
  position: relative;
}
DIV.aboutRow DIV.video DIV.text A.video:before {
  content: "\f04b";
  color: var(--primary-text);
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  left: 0;
}
DIV.aboutRow DIV.video DIV.text A.video SPAN {
  font-weight: 400;
}

@media only screen and (max-width: 1400px) {
  DIV.aboutRow {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  DIV.aboutRow DIV.about DIV.counter SPAN.counted {
    font-size: 21px;
  }
  DIV.aboutRow DIV.video {
    padding: 15px 0 15px 30px;
  }
  DIV.aboutRow DIV.video H3 {
    font-size: 18px;
    line-height: 22.2px;
  }
  DIV.aboutRow DIV.video P {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  DIV.aboutRow DIV.about {
    margin-bottom: 30px;
  }
  DIV.aboutRow DIV.about DIV.counter {
    margin-bottom: 30px;
  }
  DIV.aboutRow DIV.about DIV.counter SPAN {
    font-size: 41px;
    line-height: 51px;
  }
  DIV.aboutRow DIV.about DIV.counter SPAN.count {
    font-size: 41px;
    line-height: 51px;
  }
  DIV.aboutRow DIV.about DIV.counter SPAN.counted {
    font-size: 18px;
  }
  DIV.aboutRow DIV.video {
    margin-bottom: 30px;
    padding: 0;
  }
  DIV.aboutRow DIV.video H3 {
    font-size: 18px;
    line-height: 22.2px;
  }
  DIV.aboutRow DIV.video P {
    display: block;
  }
  DIV.aboutRow DIV.video DIV.image {
    height: 200px;
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=aboutRow.css.map */
DIV.aiRow {
  background-color: var(--background);
  background-image: url("https://www.dreher-consulting.com/hubfs/img/dots_ai.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 100px 0;
}
DIV.aiRow .nav-link:focus {
  border: 0;
  outline: 0;
}
DIV.aiRow H2 {
  font-size: 43px;
  line-height: 51.6px;
}
DIV.aiRow H6 {
  color: #5F96C1;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}

DIV.aiRow .hs-cta-img {
  height: auto;
  max-width: 100%;
}

DIV.aiRow .svg-container {
  border-bottom: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 90%;
  vertical-align: middle;
  overflow: hidden;
}

DIV.aiRow .svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

DIV.aiRow DIV.text H3, DIV.aiRow DIV.text P {
  color: var(--primary-text);
  margin-bottom: 20px;
}

DIV.aiRow .cls-1 {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}

DIV.aiRow .cls-1, DIV.aiRow .cls-4 {
  fill: #fff;
}

DIV.aiRow .cls-1, DIV.aiRow .cls-2, DIV.aiRow .cls-4, DIV.aiRow .cls-5, DIV.aiRow .cls-6 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill-rule: evenodd;
}

DIV.aiRow .cls-2 {
  fill: #1c2e42;
  stroke: #304456;
  stroke-width: 2px;
}

DIV.aiRow .cls-2, DIV.aiRow .cls-3 {
  stroke-linejoin: round;
}

DIV.aiRow .cls-3 {
  fill: #1c2e42;
  stroke: #FFFFFF;
  stroke-width: 8px;
}

DIV.aiRow .cls-4 {
  pointer-events: none;
}

DIV.aiRow .cls-5 {
/*   fill: #b7baa4; */
  fill: #5F96C1;
  pointer-events: none;
}

DIV.aiRow .cls-6 {
/*   fill: #e0d9b6; */
  fill: #5F96C1;
}

DIV.aiRow #circle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0px 10px 5.66px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 10px 5.66px rgba(0, 0, 0, 0.16));
}

DIV.aiRow #circle:hover {
  fill: #FFFFFF;
  stroke: #142537;
}

DIV.aiRow #DREHER_ICON {
  pointer-events: none;
}

DIV.aiRow #DREHER_ICON:hover {
  pointer-events: none;
}

DIV.aiRow .active #circle {
  fill: #FFFFFF;
  stroke: #142537;
}
DIV.aiRow .active .cls-2 {
  fill: #FFFFFF;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
DIV.aiRow .active .cls-4 {
  fill: #142537;
}

DIV.aiRow #circle:hover {
  fill: #FFFFFF;
  stroke: #142537;
}
DIV.aiRow #circle:hover + .cls-4 {
  fill: #142537;
}
DIV.aiRow .cls-2:hover {
  fill: #FFFFFF;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
DIV.aiRow .cls-2:hover + .cls-4 {
  fill: #142537;
}

@media only screen and (max-width: 767px) {
  DIV.aiRow {
    text-align: center;
  }
  DIV.aiRow H2 {
    font-size: 33px;
    line-height: 40.8px;
  }
}

/*# sourceMappingURL=aiRow.css.map */
DIV.carouselRow {
  position: relative;
}
DIV.carouselRow H2, DIV.carouselRow H3, DIV.carouselRow H6 {
  color: #FFFFFF;
}
DIV.carouselRow H2 A, DIV.carouselRow H3 A, DIV.carouselRow H6 A {
  color: #5F96C1;
  text-decoration: underline;
}
DIV.carouselRow H2 A:hover, DIV.carouselRow H3 A:hover, DIV.carouselRow H6 A:hover {
  color: #FFFFFF;
}
DIV.carouselRow H3 {
  font-size: 34px;
  line-height: 40.8px;
  margin-bottom: 30px;
}
DIV.carouselRow H6 {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
DIV.carouselRow .glideCarouselButtons {
  align-items: center;
  bottom: 200px;
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 15px;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
DIV.carouselRow .glideCarouselButtons UL {
  list-style: none;
  margin: 0 0 -50px;
  padding: 0;
  width: 50%;
}
DIV.carouselRow .glideCarouselButtons [data-bs-target] {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: none;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  margin: 0;
  opacity: 0.5;
  padding: 10px 0;
  text-align: left;
  text-indent: 0;
  width: 100%;
}
DIV.carouselRow .glideCarouselButtons [data-bs-target]:hover {
  opacity: 1;
}
DIV.carouselRow .glideCarouselButtons [data-bs-target]:hover SPAN {
  color: #5F96C1;
}
DIV.carouselRow .glideCarouselButtons [data-bs-target]:first-of-type {
  margin-left: 0;
}
DIV.carouselRow .glideCarouselButtons [data-bs-target]:last-of-type {
  margin-right: 0;
}
DIV.carouselRow .glideCarouselButtons [data-bs-target] SPAN {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
DIV.carouselRow .glideCarouselButtons [data-bs-target].active {
  opacity: 1;
}
DIV.carouselRow .glideCarouselButtons [data-bs-target].active SPAN {
  color: #5F96C1;
}
DIV.carouselRow DIV.carouselInner {
  max-width: 1400px;
  padding: 0;
}
DIV.carouselRow .carousel-item IMG.full {
  height: 950px;
  object-fit: cover;
}
DIV.carouselRow .container-fluid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 250px;
  left: 0;
}
DIV.carouselRow > .container-fluid {
  top: 100px;
  bottom: auto;
  z-index: 9;
}
DIV.carouselRow DIV.gradient {
  background: linear-gradient(270deg, rgba(19, 37, 54, 0) 0%, rgba(19, 37, 54, 0.8) 48.5%, #132536 86%);
  min-width: 1260px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
DIV.carouselRow #industrySlider IMG.full {
  height: 950px;
  object-fit: cover;
}
DIV.carouselRow #industrySlider .rm {
  position: absolute;
  right: calc(50% - 685px);
  bottom: 150px;
  z-index: 99;
}

@media only screen and (max-width: 1500px) {
  DIV.carouselRow H2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1416px) {
  DIV.carouselRow #industrySlider .rm {
    right: 16px;
  }
}
@media only screen and (max-width: 1300px) {
  DIV.carouselRow H2 {
    font-size: 42px;
  }
  DIV.carouselRow #industrySlider IMG.full {
    height: 850px;
    object-fit: cover;
  }
  DIV.carouselRow > .container-fluid {
    top: 100px;
  }
  DIV.carouselRow .glideCarouselButtons [data-bs-target] {
    padding: 7.5px 0;
  }
}
@media only screen and (max-width: 991px) {
  DIV.carouselRow H2 {
    font-size: 42px;
  }
  DIV.carouselRow > .container-fluid {
    top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  DIV.carouselRow H2 {
    font-size: 33px;
  }
  DIV.carouselRow .glideCarouselButtons UL {
    margin: 0;
    width: 100%;
  }
  DIV.carouselRow #industrySlider .rm {
    right: auto;
    bottom: 100px;
    left: 16px;
  }
}
DIV.clientRow {
  background: var(--background);
  padding: 100px 0;
}
DIV.clientRow.dark {
  background: var(--background-dark);
}
DIV.clientRow.dark .nav-link {
  background: var(--background);
}
DIV.clientRow H2 {
  font-size: 44px;
  line-height: 52.8px;
  margin-bottom: 45px;
}
DIV.clientRow H6 {
  color: #5F96C1;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
DIV.clientRow UL.nav {
  margin-bottom: 30px;
}
DIV.clientRow .nav-link {
  align-items: center;
  background: var(--background-dark);
  border: 1px solid transparent;
  display: flex;
  height: 120px;
  justify-content: center;
  position: relative;
}
DIV.clientRow .nav-link.active {
  border: 1px solid var(--background-inverse);
}
DIV.clientRow .nav-link IMG.logo-dark {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: var(--logo-opacity-dark);
}
DIV.clientRow .nav-link IMG.logo-white {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: var(--logo-opacity-white);
  max-width: 109px;
  position: absolute;
}
DIV.clientRow DIV.content {
  background: var(--background);
  height: 100%;
  padding: 40px 60px;
}
DIV.clientRow DIV.content P {
  margin-bottom: 35px;
}
DIV.clientRow DIV.content UL {
  list-style: none;
  padding: 0;
}
DIV.clientRow DIV.content UL LI {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 25px;
  position: relative;
}
DIV.clientRow DIV.content UL LI:before {
  color: #5F96C1;
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: 0;
}
DIV.clientRow DIV.content SPAN.location {
  color: #5F96C1;
  display: block;
  font-size: 18px;
  line-height: 21.6px;
  margin-bottom: 10px;
}
DIV.clientRow DIV.content DIV.icon {
  margin-bottom: 35px;
  padding-left: 70px;
  position: relative;
}
DIV.clientRow DIV.content DIV.icon IMG {
  position: absolute;
  top: 0;
  left: 0;
}
DIV.clientRow DIV.image {
  position: relative;
}
DIV.clientRow DIV.image IMG.full {
  object-fit: cover;
  height: 667px;
}
DIV.clientRow DIV.image .videoLink {
  border: 0;
}

@media only screen and (max-width: 1300px) {
  DIV.clientRow DIV.image IMG.full {
    height: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  DIV.clientRow DIV.content {
    padding: 30px 40px;
  }
  DIV.clientRow .nav-link {
    height: 100px;
  }
  DIV.clientRow .nav-link IMG.logo-white {
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  DIV.clientRow .nav-link {
    margin-bottom: 30px;
  }
  DIV.clientRow .nav-link IMG {
    max-height: 80px;
  }
  DIV.clientRow UL.nav {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  DIV.clientRow H2 {
    font-size: 33px;
    line-height: 40.8px;
    margin-bottom: 30px;
  }
  DIV.clientRow .nav-link {
    height: 90px;
    margin-bottom: 15px;
  }
  DIV.clientRow .nav-link IMG {
    max-height: 70px;
  }
  DIV.clientRow DIV.content {
    padding: 25px;
  }
  DIV.clientRow DIV.image IMG.full {
    height: auto;
  }
}
FOOTER {
  background-color: #101D2A;
}
FOOTER UL.footerNav > LI > A {
  color: #FFFFFF;
  font-weight: 400;
}
FOOTER UL.footerNav LI A {
  color: #FFFFFF;
  margin-bottom: 10px;
}
FOOTER DIV.address {
  color: #FFFFFF;
  margin-bottom: 50px;
}
FOOTER DIV.address P {
  color: #FFFFFF;
}
FOOTER DIV.copyright {
  align-items: center;
  display: flex;
}
FOOTER DIV.copyright P {
  color: #FFFFFF;
  line-height: 1.3;
  margin-right: 20px;
}
FOOTER DIV.copyright UL LI A {
  color: #FFFFFF;
  display: inline-block;
  margin: 0;
}
FOOTER DIV.copyright UL LI A:hover {
  color: #7D8E9E;
}
FOOTER DIV.footerNav LI {
  margin-bottom: 10px;
}
FOOTER DIV.footerNav LI.hs-menu-depth-1 > A {
  color: #FFFFFF;
}
FOOTER DIV.logo {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
FOOTER DIV.logo IMG {
  margin-right: 15px;
}
FOOTER DIV.social A {
  background-color: #FFFFFF;
  color: #101D2A;
}
FOOTER DIV.social SVG {
  fill: #101D2A;
}

DIV.footerContact {
  background-color: #f5f7f9;
  padding: 40px 0;
}
DIV.footerContact A {
  align-items: center;
  color: #101D2A;
  display: inline-flex;
  font-size: 18px;
}
DIV.footerContact A:hover {
  color: #5F96C1;
}
DIV.footerContact A:before {
  align-items: center;
  background-color: #101D2A;
  border-radius: 50%;
  color: #FFFFFF;
  content: "\f095";
  display: flex;
  font-family: "FontAwesome";
  height: 32px;
  justify-content: center;
  margin-right: 5px;
  width: 32px;
}
DIV.footerContact A.footerEmail {
  margin-right: 15px;
}
DIV.footerContact A.footerEmail:before {
  content: "\f1fa";
}
DIV.footerContact H4 {
  font-size: 23px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  FOOTER DIV.copyright {
    flex-direction: column;
  }
  FOOTER DIV.copyright P {
    margin: 0 0 20px;
  }
  FOOTER DIV.logo {
    justify-self: center;
  }
  DIV.footerContact {
    text-align: center;
  }
  DIV.footerContact H4 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  DIV.footerContact A.footerEmail {
    margin-bottom: 15px;
  }
}
DIV.insightsRow {
  background: url("https://www.dreher-consulting.com/hubfs/img/dots_insights.png") no-repeat;
  background-position: right top;
  overflow: hidden;
  padding: 150px 0;
}
DIV.insightsRow A.view {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin-bottom: 50px;
}
DIV.insightsRow A.view:hover {
  color: #5F96C1;
}
DIV.insightsRow H2 {
  margin-bottom: 50px;
}
DIV.insightsRow DIV.image {
  margin-bottom: 30px;
  position: relative;
}
DIV.insightsRow DIV.image IMG {
  object-fit: cover;
  height: 435px;
  width: 100%;
}
DIV.insightsRow DIV.carouselInner {
  margin-left: auto;
  max-width: calc(50% + 700px);
  padding: 0 0 0 15px;
  position: relative;
}
DIV.insightsRow .glide__arrows .glide__arrow {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: none;
  border: 0;
  position: absolute;
  top: -86px;
  right: calc(50% - 730px);
}
DIV.insightsRow .glide__arrows .glide__arrow:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  align-items: center;
  content: "\f105";
  color: var(--primary-text);
  display: flex;
  font-family: "FontAwesome";
  font-size: 50px;
  height: 52px;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: calc(50% - 26px);
  left: calc(50% - 26px);
  width: 40px;
}
DIV.insightsRow .glide__arrows .glide__arrow:hover {
  cursor: pointer;
}
DIV.insightsRow .glide__arrows .glide__arrow:hover:before {
  color: #5F96C1;
}
DIV.insightsRow .glide__arrows .glide__arrow--left {
  right: calc(50% - 665px);
}
DIV.insightsRow .glide__arrows .glide__arrow--left:before {
  content: "\f104";
}
DIV.insightsRow UL.glide__slides {
  padding-bottom: 30px;
}
DIV.insightsRow .glide__slide H3 {
  font-size: 21px;
  line-height: 25.2px;
}
DIV.insightsRow .glide__slide P {
  margin-bottom: 30px;
}
DIV.insightsRow .glide__slide SPAN {
  color: #5F96C1;
  display: block;
  font-size: 15px;
  line-height: 18px;
}

@media only screen and (max-width: 1500px) {
  DIV.insightsRow .glide__arrows .glide__arrow {
    right: 50px;
  }
  DIV.insightsRow .glide__arrows .glide__arrow--left {
    right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  DIV.insightsRow {
    padding: 100px 0;
  }
  DIV.insightsRow .glide__arrows .glide__arrow {
    top: -78px;
  }
}
HEADER DIV.navRow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0 -1px 2px 0px rgba(255, 255, 255, 0.1) inset;
  top: 0;
}
HEADER DIV.navRow:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%);
  box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
HEADER DIV.navRow:hover A.button {
  background-color: rgba(20, 37, 55, 0.1);
  border: 2px solid rgba(20, 37, 55, 0.0005);
  color: #101D2A;
}
HEADER DIV.navRow:hover A.button:hover {
  background-color: #5F96C1;
  border: 2px solid #5F96C1;
  color: #FFFFFF;
}
HEADER DIV.navRow:hover .hs-web-interactive-inline A.button {
  color: #101D2A;
}
HEADER DIV.navRow:hover DIV.logo SPAN, HEADER DIV.navRow:hover DIV.logo SUP {
  color: #101D2A;
}
HEADER DIV.navRow:hover DIV.logo SVG {
  fill: #101D2A;
}
HEADER DIV.navRow:hover UL.nav LI A {
  color: #101D2A;
}
HEADER DIV.navRow:hover DIV.toggles A {
  color: #101D2A;
}
HEADER DIV.navRow.nav-down {
  background: none;
}
HEADER DIV.navRow.nav-down:before {
  opacity: 1;
}
HEADER DIV.navRow.nav-down:hover {
  background-color: #f6f6f6;
}
HEADER DIV.navRow.nav-down A.button {
  background-color: rgba(20, 37, 55, 0.1);
  border: 2px solid rgba(20, 37, 55, 0.0005);
  color: #101D2A;
}
HEADER DIV.navRow.nav-down A.button:hover {
  background-color: #5F96C1;
  border: 2px solid #5F96C1;
  color: #FFFFFF;
}
HEADER DIV.navRow.nav-down .hs-web-interactive-inline A.button {
  color: #101D2A;
}
HEADER DIV.navRow.nav-down DIV.logo SPAN, HEADER DIV.navRow.nav-down DIV.logo SUP {
  color: #101D2A;
}
HEADER DIV.navRow.nav-down DIV.logo SVG {
  fill: #101D2A;
}
HEADER DIV.navRow.nav-down UL.nav LI A {
  color: #101D2A;
}
HEADER DIV.navRow.nav-down DIV.toggles A {
  color: #101D2A;
}
HEADER DIV.navRow A.button {
  border: 2px solid rgba(255, 255, 255, 0.005);
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
HEADER DIV.navRow A.button:hover {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
HEADER DIV.navRow DIV.logo SPAN, HEADER DIV.navRow DIV.logo SUP {
  color: #FFFFFF;
}
HEADER DIV.navRow DIV.logo SVG {
  fill: #FFFFFF;
}
HEADER DIV.navRow UL.nav LI A {
  color: #FFFFFF;
}
HEADER DIV.navRow .hs-web-interactive-inline A.button {
  background-color: transparent;
  border: 2px solid #5F96C1;
  color: #FFFFFF;
}
HEADER DIV.navRow .hs-web-interactive-inline A.button:hover {
  background-color: #5F96C1;
  color: #FFFFFF;
}
HEADER DIV.toggles A {
  color: #FFFFFF;
}
HEADER DIV.toggleRow {
  display: none;
}
@media only screen and (max-width: 1200px) {
  HEADER DIV.navRow NAV.navbar .navbar-toggler .bar {
    background-color: #FFFFFF;
  }
}

.cta-blue IMG, .cta-white IMG {
  display: none;
}

BODY #headerBG {
  content: "";
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

DIV.messageRow {
  background-position: center center;
  background-size: cover;
  padding: 200px 0;
}
DIV.messageRow DIV.text {
  text-align: center;
}
DIV.messageRow DIV.text H2, DIV.messageRow DIV.text H3, DIV.messageRow DIV.text H4, DIV.messageRow DIV.text H5, DIV.messageRow DIV.text H6, DIV.messageRow DIV.text P, DIV.messageRow DIV.text SPAN, DIV.messageRow DIV.text LI {
  color: #FFFFFF;
}
DIV.messageRow DIV.text IMG {
  margin-bottom: 50px;
}
DIV.messageRow DIV.text P {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 30px;
}
DIV.messageRow DIV.text SPAN {
  color: #5F96C1;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

DIV.slideshowRow {
  height: calc(100vh - 50px);
  min-height: 950px;
}
DIV.slideshowRow H1 {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  font-size: 74px;
  font-weight: 700;
  line-height: 88.8px;
  margin-bottom: 0;
}
DIV.slideshowRow P {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  font-size: 21px;
  line-height: 25.2px;
  margin-bottom: 100px;
}
DIV.slideshowRow SVG.logo {
  margin-bottom: 30px;
}
DIV.slideshowRow SVG.logo PATH {
  fill: var(--background-inverse);
  stroke: var(--background-inverse);
}
DIV.slideshowRow DIv.banner {
  background-color: var(--background-inverse);
  border-radius: 4px;
  padding: 30px;
  text-align: left;
}
DIV.slideshowRow DIv.banner .cta-blue, DIV.slideshowRow DIv.banner .cta-white {
  background-color: var(--background) !important;
  color: var(--primary-text-inverse) !important;
}
DIV.slideshowRow DIv.banner H3, DIV.slideshowRow DIv.banner P {
  color: var(--primary-text-inverse);
}
DIV.slideshowRow DIv.banner H3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}
DIV.slideshowRow DIv.banner P {
  animation: none;
  margin-bottom: 0;
  opacity: 1;
}
DIV.slideshowRow .carousel-inner {
  padding-bottom: 50px;
}
DIV.slideshowRow .carousel-indicators {
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 0;
}
DIV.slideshowRow .carousel-indicators [data-bs-target] {
  background-color: transparent;
  border: 1px solid var(--background-inverse);
  border-radius: 50%;
  height: 10px;
  margin: 0 5px;
  opacity: 0.5;
  width: 10px;
}
DIV.slideshowRow .carousel-indicators [data-bs-target]:hover {
  opacity: 1;
}
DIV.slideshowRow .carousel-indicators .active {
  background-color: var(--background-inverse);
  opacity: 1;
}

DIV.slideshowGlass {
  background-color: #101D2A;
  padding: 100px 0 75px;
  position: relative;
  /* Prevent overlap during transitions */
}
DIV.slideshowGlass H1, DIV.slideshowGlass H2 {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  color: #FFFFFF;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 20px;
}
DIV.slideshowGlass H1, DIV.slideshowGlass H2 {
  font-size: 42px;
}
@media screen and (min-width: 390px) {
  DIV.slideshowGlass H1, DIV.slideshowGlass H2 {
    font-size: calc(42px + 12 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  DIV.slideshowGlass H1, DIV.slideshowGlass H2 {
    font-size: 54px;
  }
}
DIV.slideshowGlass H1 SPAN, DIV.slideshowGlass H2 SPAN {
  color: #5F96C1;
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 5px;
}
DIV.slideshowGlass P {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 1.5;
  min-height: 100px;
  margin-bottom: 20px;
}
DIV.slideshowGlass #botleft, DIV.slideshowGlass #botright, DIV.slideshowGlass #top {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill-opacity: 0.2;
}
DIV.slideshowGlass #botleft:hover, DIV.slideshowGlass #botright:hover, DIV.slideshowGlass #top:hover {
  fill-opacity: 0.5;
}
DIV.slideshowGlass .active #botleft, DIV.slideshowGlass .active #botright, DIV.slideshowGlass .active #top {
  fill-opacity: 0.5;
}
DIV.slideshowGlass DIV.bg-image {
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 44%;
  width: clamp(350px, 50%, 950px);
}
DIV.slideshowGlass DIv.insight {
  border-left: 5px solid #5F96C1;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 0 5px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}
DIV.slideshowGlass DIv.insight H3 {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}
DIV.slideshowGlass DIv.insight P {
  animation: none;
  font-size: 16px;
  margin-bottom: 0;
  min-height: 21px;
  opacity: 1;
}
DIV.slideshowGlass .cta-white {
  background-color: #FFFFFF !important;
  color: #101D2A !important;
}
DIV.slideshowGlass .cta-white:hover {
  background-color: transparent !important;
  color: #FFFFFF !important;
}
DIV.slideshowGlass .carousel.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  padding-top: clamp(100px, 9vw, 125px);
  padding-bottom: clamp(100px, 10vw, 150px);
  z-index: 1;
}
DIV.slideshowGlass .carousel.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 2;
}
DIV.slideshowGlass .carousel.carousel-fade .carousel-item-next.carousel-item-start,
DIV.slideshowGlass .carousel.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 0;
}
DIV.slideshowGlass .carousel.carousel-fade .carousel-item-start.active,
DIV.slideshowGlass .carousel.carousel-fade .carousel-item-end.active {
  opacity: 0;
}
DIV.slideshowGlass .carousel-indicators {
  margin: 0 auto;
  padding-left: 0;
}
DIV.slideshowGlass .carousel-indicators [data-bs-target] {
  opacity: 1;
}
DIV.slideshowGlass .carousel-indicators [data-bs-target]:first-of-type {
  margin-left: 0;
}
DIV.slideshowGlass .carousel-indicators [data-bs-target]:hover {
  opacity: 1;
}
DIV.slideshowGlass .frosted-glass {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
}
DIV.slideshowGlass DIV.textLeft {
  position: absolute;
  top: 20vh;
  left: 0;
}
DIV.slideshowGlass DIV.textRight {
  position: absolute;
  top: 21vh;
  right: 0;
}
DIV.slideshowGlass DIV.glassTriangle {
  margin-bottom: 70px;
  transition: transform 0.2s ease;
}

DIV.stickyWrapper > DIV.container-fluid {
  max-width: none;
  padding: 0;
}

DIV.sustainability {
  padding-left: 85px;
}
DIV.sustainability P {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1700px) {
  DIV.slideshowGlass {
    background-size: 50%;
  }
  DIV.slideshowGlass DIV.bg-image {
    background-repeat: no-repeat;
    left: auto;
    right: 0;
    width: 56%;
  }
}
@media only screen and (max-width: 1400px) {
  DIV.slideshowGlass DIV.bg-image {
    background-position: 31%;
    background-size: cover;
    left: auto;
    right: 0;
    width: 60%;
  }
  DIV.sustainability {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  DIV.messageRow {
    padding: 150px 0;
  }
  DIV.messageRow DIV.text P {
    font-size: 21px;
    line-height: 31px;
  }
  DIV.slideshowGlass P {
    font-size: 19px;
  }
  DIV.slideshowGlass DIV.bg-image {
    background-position: 47%;
  }
  DIV.slideshowGlass DIV.carousel-inner > DIV.row {
    align-items: center;
  }
  DIV.sustainability {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  DIV.slideshowGlass {
    text-align: center;
  }
  DIV.slideshowGlass DIV.bg-image {
    display: none;
  }
  DIV.slideshowGlass DIV.bg-image-mob {
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  DIV.slideshowGlass DIV.glassTriangle {
    margin-bottom: 50px;
  }
  DIV.slideshowGlass DIV.insight {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  elevenlabs-convai {
    bottom: 0 !important;
    right: 0 !important;
  }
  DIV.slideshowGlass .carousel.carousel-fade .carousel-item {
    padding-bottom: 70px;
  }
  DIV.slideshowGlass DIV.glassTriangle {
    margin-bottom: 30px;
  }