@charset "UTF-8";
/*
    Main style file
*/
/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("//hello.myfonts.net/count/367ae0");
@import url("//hello.myfonts.net/count/36a897");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

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

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

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: none;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.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;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

.dropdown-menu[style] {
  right: auto !important;
}

.dropdown-menu-start {
  --bs-position: start;
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  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.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

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

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

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

.navbar-collapse {
  align-items: center;
  width: 100%;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

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

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[data-popper-placement^=top] {
  margin-bottom: 0.5rem !important;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end, .bs-popover-auto[data-popper-placement^=right] {
  margin-left: 0.5rem !important;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[data-popper-placement^=bottom] {
  margin-top: 0.5rem !important;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start, .bs-popover-auto[data-popper-placement^=left] {
  margin-right: 0.5rem !important;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.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%;
  -webkit-backface-visibility: hidden;
  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;
}

/* rtl:begin:ignore */
.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%);
}

/* rtl:end:ignore */
.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%;
  color: #fff;
  text-align: center;
  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-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  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 li {
    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 li {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

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

.link-secondary {
  color: #6c757d;
}

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

.link-success {
  color: #198754;
}

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

.link-info {
  color: #0dcaf0;
}

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

.link-warning {
  color: #ffc107;
}

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

.link-danger {
  color: #dc3545;
}

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

.link-light {
  color: #f8f9fa;
}

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

.link-dark {
  color: #212529;
}

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

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-body {
  background-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: black;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*
* PATHs
*/
/*
* COLORS
*/
/* -----
Typography, WebFonts
----- */
@font-face {
  font-family: "TradeGothicDisplay1-Layer1";
  src: url("/static/webfonts/367AE0_0_0.eot");
  src: url("/static/webfonts/367AE0_0_0.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/367AE0_0_0.woff2") format("woff2"), url("/static/webfonts/367AE0_0_0.woff") format("woff"), url("/static/ebfonts/367AE0_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "TradeGothicDisplay2-Base";
  src: url("/static/webfonts/367AE0_1_0.eot");
  src: url("/static/webfonts/367AE0_1_0.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/367AE0_1_0.woff2") format("woff2"), url("/static/webfonts/367AE0_1_0.woff") format("woff"), url("/static/webfonts/367AE0_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "TradeGothicDisplay2-Layer1";
  src: url("/static/webfonts/367AE0_2_0.eot");
  src: url("/static/webfonts/367AE0_2_0.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/367AE0_2_0.woff2") format("woff2"), url("/static/webfonts/367AE0_2_0.woff") format("woff"), url("/static/webfonts/367AE0_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "TradeGothicDisplay2-Layer2";
  src: url("/static/webfonts/367AE0_3_0.eot");
  src: url("/static/webfonts/367AE0_3_0.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/367AE0_3_0.woff2") format("woff2"), url("/static/webfonts/367AE0_3_0.woff") format("woff"), url("/static/webfonts/367AE0_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "TradeGothicDisplay1-Base";
  src: url("/static/webfonts/367AE0_4_0.eot");
  src: url("/static/webfonts/367AE0_4_0.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/367AE0_4_0.woff2") format("woff2"), url("/static/webfonts/367AE0_4_0.woff") format("woff"), url("/static/webfonts/367AE0_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "GGL-G";
  src: url("/static/webfonts/ggl-G.eot");
  src: url("/static/webfonts/ggl-G.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/ggl-G.woff2") format("woff2"), url("/static/webfonts/ggl-G.woff") format("woff"), url("/static/webfonts/ggl-G.ttf") format("truetype");
}
@font-face {
  font-family: "TradeGothicLTPro-Bold";
  src: url("/static/webfonts/36A897_0_0.eot");
  src: url("/static/webfonts/36A897_0_0.eot?#iefix") format("embedded-opentype"), url("/static/webfonts/36A897_0_0.woff2") format("woff2"), url("/static/webfonts/36A897_0_0.woff") format("woff"), url("/static/webfonts/36A897_0_0.ttf") format("truetype");
}
.font-color-yellow {
  color: #E2C100 !important;
}

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

.font-color-black {
  color: #231f20 !important;
}

.font-color-red {
  color: rgb(168, 53, 51) !important;
}

.font-color-pink {
  color: #FF6266 !important;
}

/* BLACK */
.color-black {
  background-color: #1B1B1B;
  color: white;
}
.color-black a {
  color: white;
}
.color-black a:hover {
  color: lightgrey;
}

/* BLUE */
.color-blue {
  background-color: #85B8C5;
}
.color-blue a.button.black {
  color: #85B8C5;
}
.color-blue button.btn-cart {
  color: #85B8C5;
}
.color-blue--font {
  color: #85B8C5;
}
.color-blue--light {
  background-color: #AED1DF;
}
.color-blue--button {
  color: #85B8C5;
}
.color-blue--button:hover {
  color: #AED1DF;
}
.color-blue--button:after {
  /*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="15px" height="21px"><g><line x1="50.52" y1="100.32" x2="186.8" y2="100.32" style="fill: none;stroke: #85B8C5;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/><polyline points="127.56 40.98 186.9 100.32 127.56 159.65" style="fill: none;stroke: #85B8C5;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/></g></svg>');

   */
}
.color-blue--button.download:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" version="1.1" width="20px" height="20px"><path d="M 21 4 C 19.609375 4 18.242188 4.539063 17.1875 5.59375 L 7.8125 14.96875 C 4.839844 17.941406 4.839844 22.777344 7.8125 25.75 C 10.785156 28.722656 15.621094 28.722656 18.59375 25.75 L 24.84375 19.5 L 23.4375 18.09375 L 17.1875 24.34375 C 14.980469 26.550781 11.425781 26.550781 9.21875 24.34375 C 7.011719 22.136719 7.011719 18.582031 9.21875 16.375 L 18.59375 7 C 19.9375 5.65625 22.09375 5.65625 23.4375 7 C 24.78125 8.34375 24.78125 10.5 23.4375 11.84375 L 14.0625 21.21875 C 13.582031 21.699219 12.824219 21.699219 12.34375 21.21875 C 11.863281 20.738281 11.863281 19.980469 12.34375 19.5 L 20.9375 10.90625 L 19.53125 9.5 L 10.9375 18.09375 C 9.691406 19.339844 9.691406 21.378906 10.9375 22.625 C 12.183594 23.871094 14.222656 23.871094 15.46875 22.625 L 24.84375 13.25 C 26.953125 11.140625 26.953125 7.703125 24.84375 5.59375 C 23.789063 4.539063 22.390625 4 21 4 Z " style="fill: #85B8C5"/></svg>');
}

/* ORANGE */
.color-orange {
  background-color: #DE8D2B;
}
.color-orange a.button.black {
  color: #DE8D2B;
}
.color-orange button.btn-cart {
  color: #DE8D2B;
}
.color-orange--font {
  color: #DE8D2B;
}
.color-orange--light {
  background-color: #F7A824;
}
.color-orange--button {
  color: #DE8D2B;
}
.color-orange--button:hover {
  color: #F7A824;
}
.color-orange--button:after {
  /*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="15px" height="21px"><g><line x1="50.52" y1="100.32" x2="186.8" y2="100.32" style="fill: none;stroke: #DE8D2B;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/><polyline points="127.56 40.98 186.9 100.32 127.56 159.65" style="fill: none;stroke: #DE8D2B;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/></g></svg>');

   */
}
.color-orange--button.download:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" version="1.1" width="20px" height="20px"><path d="M 21 4 C 19.609375 4 18.242188 4.539063 17.1875 5.59375 L 7.8125 14.96875 C 4.839844 17.941406 4.839844 22.777344 7.8125 25.75 C 10.785156 28.722656 15.621094 28.722656 18.59375 25.75 L 24.84375 19.5 L 23.4375 18.09375 L 17.1875 24.34375 C 14.980469 26.550781 11.425781 26.550781 9.21875 24.34375 C 7.011719 22.136719 7.011719 18.582031 9.21875 16.375 L 18.59375 7 C 19.9375 5.65625 22.09375 5.65625 23.4375 7 C 24.78125 8.34375 24.78125 10.5 23.4375 11.84375 L 14.0625 21.21875 C 13.582031 21.699219 12.824219 21.699219 12.34375 21.21875 C 11.863281 20.738281 11.863281 19.980469 12.34375 19.5 L 20.9375 10.90625 L 19.53125 9.5 L 10.9375 18.09375 C 9.691406 19.339844 9.691406 21.378906 10.9375 22.625 C 12.183594 23.871094 14.222656 23.871094 15.46875 22.625 L 24.84375 13.25 C 26.953125 11.140625 26.953125 7.703125 24.84375 5.59375 C 23.789063 4.539063 22.390625 4 21 4 Z " style="fill: #DE8D2B"/></svg>');
}

/* PINK */
.color-pink {
  background-color: #D58A8D;
}
.color-pink a.button.black {
  color: #D58A8D;
}
.color-pink button.btn-cart {
  color: #D58A8D;
}
.color-pink--font {
  color: #D58A8D;
}
.color-pink--light {
  background-color: #E2A9A5;
}
.color-pink--button {
  color: #D58A8D;
}
.color-pink--button:hover {
  color: #E2A9A5;
}
.color-pink--button:after {
  /*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="15px" height="21px"><g><line x1="50.52" y1="100.32" x2="186.8" y2="100.32" style="fill: none;stroke: #D58A8D;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/><polyline points="127.56 40.98 186.9 100.32 127.56 159.65" style="fill: none;stroke: #D58A8D;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/></g></svg>');

   */
}
.color-pink--button.download:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" version="1.1" width="20px" height="20px"><path d="M 21 4 C 19.609375 4 18.242188 4.539063 17.1875 5.59375 L 7.8125 14.96875 C 4.839844 17.941406 4.839844 22.777344 7.8125 25.75 C 10.785156 28.722656 15.621094 28.722656 18.59375 25.75 L 24.84375 19.5 L 23.4375 18.09375 L 17.1875 24.34375 C 14.980469 26.550781 11.425781 26.550781 9.21875 24.34375 C 7.011719 22.136719 7.011719 18.582031 9.21875 16.375 L 18.59375 7 C 19.9375 5.65625 22.09375 5.65625 23.4375 7 C 24.78125 8.34375 24.78125 10.5 23.4375 11.84375 L 14.0625 21.21875 C 13.582031 21.699219 12.824219 21.699219 12.34375 21.21875 C 11.863281 20.738281 11.863281 19.980469 12.34375 19.5 L 20.9375 10.90625 L 19.53125 9.5 L 10.9375 18.09375 C 9.691406 19.339844 9.691406 21.378906 10.9375 22.625 C 12.183594 23.871094 14.222656 23.871094 15.46875 22.625 L 24.84375 13.25 C 26.953125 11.140625 26.953125 7.703125 24.84375 5.59375 C 23.789063 4.539063 22.390625 4 21 4 Z " style="fill: #D58A8D"/></svg>');
}

/* GREEN */
.color-green {
  background-color: #5A915E;
}
.color-green a.button.black {
  color: #5A915E;
}
.color-green button.btn-cart {
  color: #5A915E;
}
.color-green--font {
  color: #5A915E;
}
.color-green--light {
  background-color: #86AF62;
}
.color-green--button {
  color: #5A915E;
}
.color-green--button:hover {
  color: #86AF62;
}
.color-green--button:after {
  /*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="15px" height="21px"><g><line x1="50.52" y1="100.32" x2="186.8" y2="100.32" style="fill: none;stroke: #5A915E;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/><polyline points="127.56 40.98 186.9 100.32 127.56 159.65" style="fill: none;stroke: #5A915E;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/></g></svg>');

   */
}
.color-green--button.download:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" version="1.1" width="20px" height="20px"><path d="M 21 4 C 19.609375 4 18.242188 4.539063 17.1875 5.59375 L 7.8125 14.96875 C 4.839844 17.941406 4.839844 22.777344 7.8125 25.75 C 10.785156 28.722656 15.621094 28.722656 18.59375 25.75 L 24.84375 19.5 L 23.4375 18.09375 L 17.1875 24.34375 C 14.980469 26.550781 11.425781 26.550781 9.21875 24.34375 C 7.011719 22.136719 7.011719 18.582031 9.21875 16.375 L 18.59375 7 C 19.9375 5.65625 22.09375 5.65625 23.4375 7 C 24.78125 8.34375 24.78125 10.5 23.4375 11.84375 L 14.0625 21.21875 C 13.582031 21.699219 12.824219 21.699219 12.34375 21.21875 C 11.863281 20.738281 11.863281 19.980469 12.34375 19.5 L 20.9375 10.90625 L 19.53125 9.5 L 10.9375 18.09375 C 9.691406 19.339844 9.691406 21.378906 10.9375 22.625 C 12.183594 23.871094 14.222656 23.871094 15.46875 22.625 L 24.84375 13.25 C 26.953125 11.140625 26.953125 7.703125 24.84375 5.59375 C 23.789063 4.539063 22.390625 4 21 4 Z " style="fill: #5A915E"/></svg>');
}

/* DARK BLUE */
.color-dark-blue {
  background-color: #648CA1;
}
.color-dark-blue a.button.black {
  color: #648CA1;
}
.color-dark-blue button.btn-cart {
  color: #648CA1;
}
.color-dark-blue--font {
  color: #648CA1;
}
.color-dark-blue--light {
  background-color: #86A3B4;
}
.color-dark-blue--button {
  color: #648CA1;
}
.color-dark-blue--button:hover {
  color: #86A3B4;
}
.color-dark-blue--button:after {
  /*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="15px" height="21px"><g><line x1="50.52" y1="100.32" x2="186.8" y2="100.32" style="fill: none;stroke: #648CA1;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/><polyline points="127.56 40.98 186.9 100.32 127.56 159.65" style="fill: none;stroke: #648CA1;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/></g></svg>');

   */
}
.color-dark-blue--button.download:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" version="1.1" width="20px" height="20px"><path d="M 21 4 C 19.609375 4 18.242188 4.539063 17.1875 5.59375 L 7.8125 14.96875 C 4.839844 17.941406 4.839844 22.777344 7.8125 25.75 C 10.785156 28.722656 15.621094 28.722656 18.59375 25.75 L 24.84375 19.5 L 23.4375 18.09375 L 17.1875 24.34375 C 14.980469 26.550781 11.425781 26.550781 9.21875 24.34375 C 7.011719 22.136719 7.011719 18.582031 9.21875 16.375 L 18.59375 7 C 19.9375 5.65625 22.09375 5.65625 23.4375 7 C 24.78125 8.34375 24.78125 10.5 23.4375 11.84375 L 14.0625 21.21875 C 13.582031 21.699219 12.824219 21.699219 12.34375 21.21875 C 11.863281 20.738281 11.863281 19.980469 12.34375 19.5 L 20.9375 10.90625 L 19.53125 9.5 L 10.9375 18.09375 C 9.691406 19.339844 9.691406 21.378906 10.9375 22.625 C 12.183594 23.871094 14.222656 23.871094 15.46875 22.625 L 24.84375 13.25 C 26.953125 11.140625 26.953125 7.703125 24.84375 5.59375 C 23.789063 4.539063 22.390625 4 21 4 Z " style="fill: #648CA1"/></svg>');
}

/* GRAY */
.color-grey {
  background-color: #92918B;
}
.color-grey a.button.black {
  color: #92918B;
}
.color-grey button.btn-cart {
  color: #92918B;
}
.color-grey--font {
  color: #92918B;
}
.color-grey--light {
  background-color: #A8A5A0;
}
.color-grey--button {
  color: #92918B;
}
.color-grey--button:hover {
  color: #A8A5A0;
}
.color-grey--button:after {
  /*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="15px" height="21px"><g><line x1="50.52" y1="100.32" x2="186.8" y2="100.32" style="fill: none;stroke: #92918B;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/><polyline points="127.56 40.98 186.9 100.32 127.56 159.65" style="fill: none;stroke: #92918B;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/></g></svg>');

   */
}
.color-grey--button.download:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" version="1.1" width="20px" height="20px"><path d="M 21 4 C 19.609375 4 18.242188 4.539063 17.1875 5.59375 L 7.8125 14.96875 C 4.839844 17.941406 4.839844 22.777344 7.8125 25.75 C 10.785156 28.722656 15.621094 28.722656 18.59375 25.75 L 24.84375 19.5 L 23.4375 18.09375 L 17.1875 24.34375 C 14.980469 26.550781 11.425781 26.550781 9.21875 24.34375 C 7.011719 22.136719 7.011719 18.582031 9.21875 16.375 L 18.59375 7 C 19.9375 5.65625 22.09375 5.65625 23.4375 7 C 24.78125 8.34375 24.78125 10.5 23.4375 11.84375 L 14.0625 21.21875 C 13.582031 21.699219 12.824219 21.699219 12.34375 21.21875 C 11.863281 20.738281 11.863281 19.980469 12.34375 19.5 L 20.9375 10.90625 L 19.53125 9.5 L 10.9375 18.09375 C 9.691406 19.339844 9.691406 21.378906 10.9375 22.625 C 12.183594 23.871094 14.222656 23.871094 15.46875 22.625 L 24.84375 13.25 C 26.953125 11.140625 26.953125 7.703125 24.84375 5.59375 C 23.789063 4.539063 22.390625 4 21 4 Z " style="fill: #92918B"/></svg>');
}

/* YELLOW */
.color-yellow {
  background-color: #E2C100;
}
.color-yellow a.button.black {
  color: #E2C100;
}
.color-yellow button.btn-cart {
  color: #E2C100;
}
.color-yellow--font {
  color: #E2C100;
}
.color-yellow--light {
  background-color: #EDD241;
}
.color-yellow--button {
  color: #E2C100;
}
.color-yellow--button:hover {
  color: #EDD241;
}
.color-yellow--button:after {
  /*@include arrow-color($color-yellow);*/
}
.color-yellow--button.download:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" version="1.1" width="20px" height="20px"><path d="M 21 4 C 19.609375 4 18.242188 4.539063 17.1875 5.59375 L 7.8125 14.96875 C 4.839844 17.941406 4.839844 22.777344 7.8125 25.75 C 10.785156 28.722656 15.621094 28.722656 18.59375 25.75 L 24.84375 19.5 L 23.4375 18.09375 L 17.1875 24.34375 C 14.980469 26.550781 11.425781 26.550781 9.21875 24.34375 C 7.011719 22.136719 7.011719 18.582031 9.21875 16.375 L 18.59375 7 C 19.9375 5.65625 22.09375 5.65625 23.4375 7 C 24.78125 8.34375 24.78125 10.5 23.4375 11.84375 L 14.0625 21.21875 C 13.582031 21.699219 12.824219 21.699219 12.34375 21.21875 C 11.863281 20.738281 11.863281 19.980469 12.34375 19.5 L 20.9375 10.90625 L 19.53125 9.5 L 10.9375 18.09375 C 9.691406 19.339844 9.691406 21.378906 10.9375 22.625 C 12.183594 23.871094 14.222656 23.871094 15.46875 22.625 L 24.84375 13.25 C 26.953125 11.140625 26.953125 7.703125 24.84375 5.59375 C 23.789063 4.539063 22.390625 4 21 4 Z " style="fill: #E2C100"/></svg>');
}

/* DARK GREEN */
.color-dark-green {
  background-color: #81A09B;
}
.color-dark-green a.button.black {
  color: #81A09B;
}
.color-dark-green button.btn-cart {
  color: #81A09B;
}
.color-dark-green--font {
  color: #81A09B;
}
.color-dark-green--light {
  background-color: #9CB4AF;
}
.color-dark-green--button {
  color: #81A09B;
}
.color-dark-green--button:hover {
  color: #9CB4AF;
}
.color-dark-green--button:after {
  /*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="15px" height="21px"><g><line x1="50.52" y1="100.32" x2="186.8" y2="100.32" style="fill: none;stroke: #81A09B;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/><polyline points="127.56 40.98 186.9 100.32 127.56 159.65" style="fill: none;stroke: #81A09B;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/></g></svg>');

   */
}
.color-dark-green--button.download:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" version="1.1" width="20px" height="20px"><path d="M 21 4 C 19.609375 4 18.242188 4.539063 17.1875 5.59375 L 7.8125 14.96875 C 4.839844 17.941406 4.839844 22.777344 7.8125 25.75 C 10.785156 28.722656 15.621094 28.722656 18.59375 25.75 L 24.84375 19.5 L 23.4375 18.09375 L 17.1875 24.34375 C 14.980469 26.550781 11.425781 26.550781 9.21875 24.34375 C 7.011719 22.136719 7.011719 18.582031 9.21875 16.375 L 18.59375 7 C 19.9375 5.65625 22.09375 5.65625 23.4375 7 C 24.78125 8.34375 24.78125 10.5 23.4375 11.84375 L 14.0625 21.21875 C 13.582031 21.699219 12.824219 21.699219 12.34375 21.21875 C 11.863281 20.738281 11.863281 19.980469 12.34375 19.5 L 20.9375 10.90625 L 19.53125 9.5 L 10.9375 18.09375 C 9.691406 19.339844 9.691406 21.378906 10.9375 22.625 C 12.183594 23.871094 14.222656 23.871094 15.46875 22.625 L 24.84375 13.25 C 26.953125 11.140625 26.953125 7.703125 24.84375 5.59375 C 23.789063 4.539063 22.390625 4 21 4 Z " style="fill: #81A09B"/></svg>');
}

/* LIGHT BROWN */
.color-light-brown {
  background-color: #AAA58C;
}
.color-light-brown a.button.black {
  color: #AAA58C;
}
.color-light-brown button.btn-cart {
  color: #AAA58C;
}
.color-light-brown--font {
  color: #AAA58C;
}
.color-light-brown--light {
  background-color: #C0BCA1;
}
.color-light-brown--button {
  color: #AAA58C;
}
.color-light-brown--button:hover {
  color: #C0BCA1;
}
.color-light-brown--button:after {
  /*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="15px" height="21px"><g><line x1="50.52" y1="100.32" x2="186.8" y2="100.32" style="fill: none;stroke: #AAA58C;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/><polyline points="127.56 40.98 186.9 100.32 127.56 159.65" style="fill: none;stroke: #AAA58C;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/></g></svg>');

   */
}
.color-light-brown--button.download:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" version="1.1" width="20px" height="20px"><path d="M 21 4 C 19.609375 4 18.242188 4.539063 17.1875 5.59375 L 7.8125 14.96875 C 4.839844 17.941406 4.839844 22.777344 7.8125 25.75 C 10.785156 28.722656 15.621094 28.722656 18.59375 25.75 L 24.84375 19.5 L 23.4375 18.09375 L 17.1875 24.34375 C 14.980469 26.550781 11.425781 26.550781 9.21875 24.34375 C 7.011719 22.136719 7.011719 18.582031 9.21875 16.375 L 18.59375 7 C 19.9375 5.65625 22.09375 5.65625 23.4375 7 C 24.78125 8.34375 24.78125 10.5 23.4375 11.84375 L 14.0625 21.21875 C 13.582031 21.699219 12.824219 21.699219 12.34375 21.21875 C 11.863281 20.738281 11.863281 19.980469 12.34375 19.5 L 20.9375 10.90625 L 19.53125 9.5 L 10.9375 18.09375 C 9.691406 19.339844 9.691406 21.378906 10.9375 22.625 C 12.183594 23.871094 14.222656 23.871094 15.46875 22.625 L 24.84375 13.25 C 26.953125 11.140625 26.953125 7.703125 24.84375 5.59375 C 23.789063 4.539063 22.390625 4 21 4 Z " style="fill: #AAA58C"/></svg>');
}

/* TURQUOISE */
.color-turquoise {
  background-color: #54988D;
}
.color-turquoise a.button.black {
  color: #54988D;
}
.color-turquoise button.btn-cart {
  color: #54988D;
}
.color-turquoise--font {
  color: #54988D;
}
.color-turquoise--light {
  background-color: #6DA4A0;
}
.color-turquoise--button {
  color: #54988D;
}
.color-turquoise--button:hover {
  color: #6DA4A0;
}
.color-turquoise--button:after {
  /*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="15px" height="21px"><g><line x1="50.52" y1="100.32" x2="186.8" y2="100.32" style="fill: none;stroke: #54988D;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/><polyline points="127.56 40.98 186.9 100.32 127.56 159.65" style="fill: none;stroke: #54988D;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/></g></svg>');

   */
}
.color-turquoise--button.download:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" version="1.1" width="20px" height="20px"><path d="M 21 4 C 19.609375 4 18.242188 4.539063 17.1875 5.59375 L 7.8125 14.96875 C 4.839844 17.941406 4.839844 22.777344 7.8125 25.75 C 10.785156 28.722656 15.621094 28.722656 18.59375 25.75 L 24.84375 19.5 L 23.4375 18.09375 L 17.1875 24.34375 C 14.980469 26.550781 11.425781 26.550781 9.21875 24.34375 C 7.011719 22.136719 7.011719 18.582031 9.21875 16.375 L 18.59375 7 C 19.9375 5.65625 22.09375 5.65625 23.4375 7 C 24.78125 8.34375 24.78125 10.5 23.4375 11.84375 L 14.0625 21.21875 C 13.582031 21.699219 12.824219 21.699219 12.34375 21.21875 C 11.863281 20.738281 11.863281 19.980469 12.34375 19.5 L 20.9375 10.90625 L 19.53125 9.5 L 10.9375 18.09375 C 9.691406 19.339844 9.691406 21.378906 10.9375 22.625 C 12.183594 23.871094 14.222656 23.871094 15.46875 22.625 L 24.84375 13.25 C 26.953125 11.140625 26.953125 7.703125 24.84375 5.59375 C 23.789063 4.539063 22.390625 4 21 4 Z " style="fill: #54988D"/></svg>');
}

/* WHITE */
svg.color-white {
  stroke: #FFF !important;
}

/* button hover */
a.button.black:hover {
  color: white;
}

/* -----
Responsive Font
----- */
/* -----
Size
----- */
/* -----
Cursor
----- */
/*
    Returns a vw value, can be used with anything.
*/
/* -----
Placeholder style
----- */
/* -----
Selection style
----- */
/* -----
Responsive hover
----- */
/* -----
Mirrored link
----- */
/* -----
Unmirrored link
----- */
.static-svg svg, .animation-svg svg {
  overflow: visible;
}
.static-svg svg path, .animation-svg svg path {
  fill: none;
  stroke-width: 3.5;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.autocomplete-suggestions {
  border: 2px solid #231f20;
  background: #E2C100;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #231f20;
  color: #E2C100;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #92918B;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

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

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 80%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none;
  color: #333;
}

.flickity-button-icon {
  background: transparent;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon:hover {
  stroke: #CCC;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 100px;
  height: 100px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8px;
  /* vertically center */
  transform: translateY(-50%);
  background: transparent;
}

.flickity-prev-next-button.previous {
  left: 10px;
  opacity: 0;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-page-dots li:only-child {
  display: none;
}

/* -----
Easings
----- */
body {
  font-size: 1.2666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
}
@media (max-width: 1263.1578947368px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  body {
    font-size: 19px;
  }
}

.logo {
  font-family: "GGL-G", "Futura", "Helvetica", "Arial", sans-serif;
  /*@include responsive-size(115, 115 / 2, false);*/
  color: #E2C100;
  padding-left: 0 !important;
  position: absolute;
  z-index: 99999;
}
@media only screen and (max-width: 1023px) {
  .logo {
    /*font-size: 10vw;*/
    line-height: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    /*font-size: 15vw;*/
    line-height: 15vw;
  }
}
.logo.logo-not-sticky {
  top: 2.5vw;
  /*img {
    width: 153px;
    height: 75px;

    @include breakpoint-max('medium') {
      width: 100px;
      height: auto;
    }
  }*/
}
@media only screen and (max-width: 1023px) {
  .logo.logo-not-sticky {
    top: 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .logo.logo-not-sticky svg {
    width: 80px;
    height: auto;
  }
}

h1.large {
  display: block;
  font-size: 7.3333333333vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay1-Layer1", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 882.3529411765px) {
  h1.large {
    font-size: 64.7058823529px;
  }
}
@media (min-width: 1500px) {
  h1.large {
    font-size: 110px;
  }
}

h1 {
  margin: 0;
  font-size: 6vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay1-Layer1", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
@media (max-width: 882.3529411765px) {
  h1 {
    font-size: 52.9411764706px;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 96px;
  }
}

h2 {
  font-size: 3.0666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay1-Layer1", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  line-height: 1;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin: 0;
  padding-bottom: 1vw;
  padding-top: 1vw;
  text-transform: uppercase;
}
@media (max-width: 882.3529411765px) {
  h2 {
    font-size: 27.0588235294px;
  }
}
@media (min-width: 1500px) {
  h2 {
    font-size: 46px;
  }
}
h2.cart-item-name {
  font-size: 1rem;
  -ms-word-break: keep-all;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: 2vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay2-Layer1", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 1.4666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1090.9090909091px) {
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 1.2666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 1263.1578947368px) {
  h5 {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  h5 {
    font-size: 19px;
  }
}

h6 {
  font-size: 1.2666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 1263.1578947368px) {
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  h6 {
    font-size: 19px;
  }
}

a, span {
  position: relative;
}
a.active-line, span.active-line {
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 1px;
}
a.active-line span, span.active-line span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: currentColor;
  transition: 0.25s opacity ease;
}
a.active-line:before, span.active-line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: currentColor;
  transform: translateX(-100%);
  transform-origin: left;
  transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0.1s;
}
a.active-line:after, span.active-line:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: currentColor;
  transform: translateX(100%);
  transform-origin: right;
  transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0.1s;
}
.is-desktop a.active-line:hover span, .is-desktop span.active-line:hover span {
  opacity: 0;
}
.is-desktop a.active-line:hover:before, .is-desktop a.active-line:hover:after, .is-desktop span.active-line:hover:before, .is-desktop span.active-line:hover:after {
  transform: none;
}
a.active-line:active span, span.active-line:active span {
  opacity: 0;
}
a.active-line:active:before, a.active-line:active:after, span.active-line:active:before, span.active-line:active:after {
  transform: none;
}

/**
    Under lines animation from left and right on hover and .active
 */
.copy-text a,
.underline {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 1px;
}
.copy-text a:before, .copy-text a:after,
.underline:before,
.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 51%;
  background-color: currentColor;
  transform: scaleX(0);
  transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.copy-text a:before,
.underline:before {
  left: 0;
  transform-origin: left;
}
.copy-text a:after,
.underline:after {
  right: 0;
  transform-origin: right;
}
.is-desktop .copy-text a:hover:before, .is-desktop .copy-text a:hover:after,
.is-desktop .underline:hover:before,
.is-desktop .underline:hover:after {
  transform: none;
}
.copy-text a:active:before, .copy-text a:active:after,
.underline:active:before,
.underline:active:after {
  transform: none;
}
.copy-text a.active:before, .copy-text a.active:after,
.underline.active:before,
.underline.active:after {
  transform: none;
}
.copy-text a--set:before, .copy-text a--set:after,
.underline--set:before,
.underline--set:after {
  transform: none;
}
.is-desktop .copy-text a--set:hover:before, .is-desktop .copy-text a--set:hover:after,
.is-desktop .underline--set:hover:before,
.is-desktop .underline--set:hover:after {
  transform: scaleX(0);
}
.copy-text a--set:active:before, .copy-text a--set:active:after,
.underline--set:active:before,
.underline--set:active:after {
  transform: scaleX(0);
}

.copy-text a {
  overflow: visible;
}
.copy-text a:before, .copy-text a:after {
  transform: none;
}
.is-desktop .copy-text a:hover:before, .is-desktop .copy-text a:hover:after {
  transform: scaleX(0);
}
.copy-text a:active:before, .copy-text a:active:after {
  transform: scaleX(0);
}

/**
    Under line animation from left
 */
.underline-left {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.underline-left:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  transform: scaleX(0);
  transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  left: 0;
  transform-origin: left;
}
.is-desktop .underline-left:hover:before {
  transform: none;
}
.underline-left:active:before {
  transform: none;
}
.underline-left.active:before {
  transform: none;
}

/**
    Adapt underline animations with JS SplitText
 */
.underlines {
  display: flex;
  flex-direction: column;
}
.underlines .underline-left,
.underlines .underline {
  display: inline-block !important;
  align-self: center;
}
.underlines .underline-left:nth-child(0):before, .underlines .underline-left:nth-child(0):after,
.underlines .underline:nth-child(0):before,
.underlines .underline:nth-child(0):after {
  transition-delay: -0.15s;
}
.underlines .underline-left:nth-child(1):before, .underlines .underline-left:nth-child(1):after,
.underlines .underline:nth-child(1):before,
.underlines .underline:nth-child(1):after {
  transition-delay: 0s;
}
.underlines .underline-left:nth-child(2):before, .underlines .underline-left:nth-child(2):after,
.underlines .underline:nth-child(2):before,
.underlines .underline:nth-child(2):after {
  transition-delay: 0.15s;
}
.underlines .underline-left:nth-child(3):before, .underlines .underline-left:nth-child(3):after,
.underlines .underline:nth-child(3):before,
.underlines .underline:nth-child(3):after {
  transition-delay: 0.3s;
}
.is-desktop .underlines:hover .underline-left:before, .is-desktop .underlines:hover .underline-left:after,
.is-desktop .underlines:hover .underline:before,
.is-desktop .underlines:hover .underline:after {
  transform: none;
}
.underlines:active .underline-left:before, .underlines:active .underline-left:after,
.underlines:active .underline:before,
.underlines:active .underline:after {
  transform: none;
}
.underlines.active .underline-left:before, .underlines.active .underline-left:after,
.underlines.active .underline:before,
.underlines.active .underline:after {
  transform: none;
}

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

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  width: 100%;
  height: 100%;
  color: #231f20;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: #000;
}

.original-title.break-word {
  word-break: break-all;
  hyphens: auto;
}
.original-title.break-word + span > span {
  word-break: break-all;
  hyphens: auto;
}
.original-title.break-word + span + span > span {
  word-break: break-all;
  hyphens: auto;
}

select {
  border: none;
}

.subtitle,
.uppercase {
  text-transform: uppercase;
}

html {
  background-color: #fff;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #000;
  height: 2px;
  opacity: 1;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}
body.has-modal-open, body.lock-scroll {
  overflow: hidden;
}
body.is-secondary-transitioning {
  overflow: hidden;
}
body.is-loading {
  opacity: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-view {
  position: relative;
}
.page-view:before {
  content: "";
  position: fixed;
  z-index: 181;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(35, 31, 32, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s opacity ease, 0.5s visibility;
}
.menu-is-open .page-view:before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1024px) {
  .menu-is-open .page-view:before {
    top: 12.0833333333vw;
  }
}

.js-transition-element {
  z-index: -1;
  position: relative;
}

.page__inner.prevent-transition {
  transition: none;
}
.page__inner.show {
  opacity: 1;
  visibility: visible;
}

.page-transition-element {
  width: 100vw;
  height: 50vh;
  position: fixed;
  left: 0;
}
.show .page-transition-element {
  transform: none !important;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.25s ease;
}
.page-transition-element.horizontal {
  height: 100vh;
  width: 50vw;
  transform: scaleX(0);
}
.page-transition-element.vertical {
  transform: scaleY(0);
}
.page-transition-element--first {
  top: 0;
  transform-origin: top;
}
.page-transition-element--first.from-center {
  transform-origin: bottom;
}
.page-transition-element--first.horizontal {
  transform-origin: left;
}
.page-transition-element--first.horizontal.from-center {
  transform-origin: right;
}
.page-transition-element--second {
  top: 50vh;
  transform-origin: bottom;
}
.page-transition-element--second.from-center {
  transform-origin: top;
}
.page-transition-element--second.horizontal {
  top: 0;
  left: 50vw;
  transform-origin: right;
}
.page-transition-element--second.horizontal.from-center {
  transform-origin: left;
}

.page-transition-curtains {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  color: rgb(204, 166, 154);
  z-index: 200;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .page-transition-curtains {
    width: 96%;
  }
}
.page-transition-curtains .page-transition-curtain {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: currentColor;
  transform: scaleY(0);
}
.page-transition-curtains .page-transition-curtain--top {
  top: 0;
  transform-origin: top;
}
.page-transition-curtains .page-transition-curtain--bottom {
  bottom: 0;
  transform-origin: bottom;
}
.page-transition-curtains.is-closed .page-transition-curtain {
  transform: none;
  transition: 0.5s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.page {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .page {
    width: 100%;
  }
}

.sub-view__page .static-content {
  text-align: center;
}
.sub-view__page .static-content .js-animate-in-view:not(.js-extra-sidebar):not(.flexible-image) {
  opacity: 0;
  transform: translateY(2em);
  transition: 0.55s opacity ease, 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sub-view__page .static-content .js-animate-in-view:not(.js-extra-sidebar):not(.flexible-image).is-in-view:not(.js-extra-sidebar):not(.flexible-image) {
  opacity: 1;
  transform: none;
  transition-delay: 0.4s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #231f20;
  cursor: pointer;
}

p {
  margin: 0;
  padding: 0 0 10px;
}

img {
  background-color: #000;
}

#mapView img {
  background-color: transparent;
}

p a {
  border-bottom: 2px solid #000000;
}

p a:hover {
  text-decoration: none;
}

a.pimcore_glossary {
  text-decoration: underline;
}

a:focus {
  text-decoration: none;
  outline: #E2C100;
}

a:hover {
  color: #231f20;
}

a:hover img,
a:hover div.image-holder {
  opacity: 0.8;
  transition: 0.55s opacity ease, 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1);
}

form {
  width: 100%;
}

table {
  width: 100%;
}

table.single-line tr {
  border-bottom: 2px solid #000;
}
table.single-line td {
  padding: 1em;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

.button-reset {
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

:focus:not(.focus-ring) {
  outline-width: 0;
}

::-moz-selection {
  background: #E2C100;
}

::selection {
  background: #E2C100;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down a, .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down a:active, .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down a:hover {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.no-image img {
  display: none;
}

.grid-container-link-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  grid-gap: 50px;
}

.focus-no-inherit {
  color: #85B8C5 !important;
}

.new-grid-container {
  max-height: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 3fr 1fr;
}

.new-grid-container h1 {
  font-size: 8rem;
}

.caption-new {
  color: white;
  display: inline-flex;
  align-self: center;
}

.custom-height-1 {
  max-height: 80%;
}

.custom-height-2 {
  max-height: 20%;
}

@media (max-height: 920px) and (orientation: landscape) {
  .main-carousel .carousel-cell h1 {
    font-size: 7rem !important;
  }
}
@media (max-height: 690px) and (orientation: landscape) {
  .main-carousel .carousel-cell h1 {
    font-size: 4rem !important;
  }
}
@media (max-height: 460px) and (orientation: landscape) {
  .main-carousel .carousel-cell h1 {
    font-size: 5rem !important;
  }
}
@media (max-height: 920px) and (orientation: portrait) {
  .main-carousel .carousel-cell h1 {
    font-size: 4rem !important;
  }
}
@media (max-height: 690px) and (orientation: portrait) {
  .main-carousel .carousel-cell h1 {
    font-size: 4rem !important;
  }
}
@media (max-height: 460px) and (orientation: portrait) {
  .main-carousel .carousel-cell h1 {
    font-size: 5rem !important;
  }
}
#svg-defs {
  display: none;
}

.is-animating-out, .is-animating-in {
  position: absolute;
  left: 0;
}
.is-animating-out:not(.single-art), .is-animating-in:not(.single-art) {
  top: 0;
}

.secondary-region {
  position: relative;
  width: 100%;
}
.secondary-region__inner {
  width: 100%;
}
.secondary-region__inner.is-animating-out {
  position: relative;
}

.is-secondary-transitioning-end .secondary-region__inner.is-animating-out {
  position: absolute;
}
.is-secondary-transitioning-end .secondary-region__inner.is-animating-in {
  position: relative;
}

.old-browser-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: #f53232;
  color: #fff;
}

.select2-search--dropdown .select2-search__field {
  border-bottom: 1px solid #231f20;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.no-content {
  margin: 60px auto 80px;
  font-size: 1.6666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  color: rgba(35, 31, 32, 0.5);
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 960px) {
  .no-content {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .no-content {
    font-size: 25px;
  }
}

.accordion-button-custom:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.button {
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  text-align: left;
  padding: 0.4em 0.5em 0.3em 0.5em !important;
  height: auto;
  width: 100%;
  font-size: 1.0666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
}
.button.button-blog {
  padding: 0.4em 0.7em 0.3em 0.5em !important;
}
@media (max-width: 1500px) {
  .button {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .button {
    font-size: 16px;
  }
}
.button.full-width {
  width: 100%;
  display: block;
}
.button:after {
  stroke-width: 20px;
  width: 15px;
  float: right;
  position: absolute;
  right: 5%;
  top: 9%;
}
@media only screen and (max-width: 1023px) {
  .button:after {
    width: 15px;
  }
}
.button.yellow {
  background-color: #E2C100;
  color: #231f20;
}
.button.arrow:after {
  /*content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="15px" height="21px"><g><line x1="50.52" y1="100.32" x2="186.8" y2="100.32" style="fill: none;stroke: #231f20;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/><polyline points="127.56 40.98 186.9 100.32 127.56 159.65" style="fill: none;stroke: #231f20;stroke-linecap: round;stroke-linejoin: round;stroke-width: 20px"/></g></svg>');

   */
}
.button.arrow.active {
  color: rgb(168, 53, 51);
}
.button.black {
  background-color: #231f20;
}
.button.red {
  background-color: rgb(168, 53, 51);
}
.button.white {
  background-color: #fff;
  color: #231f20;
}
.button.clear-font {
  color: transparent;
}
.button:hover {
  text-decoration: none;
}

.select-arrow svg {
  stroke-width: 20px;
  width: 15px;
  float: right;
  position: absolute;
  right: 3%;
  bottom: 1.4em;
}

.form-element.error .form-element__label {
  color: rgb(168, 53, 51);
}
.form-element__input {
  outline: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  padding: 0.4em;
  width: 100%;
  margin-bottom: 0.5em;
}
.form-element__input[disabled] + .form-element__label {
  opacity: 0.2;
}
.form-element__input.border {
  border: 2px solid #231f20;
}
.form-element__input.white {
  background: #fff;
}
.form-element__icon {
  position: absolute;
  bottom: 0.25em;
  right: 1em;
  width: auto;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .form-element__icon {
    bottom: 0.6em;
  }
}
.form-element label {
  font-size: 1.1333333333vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  text-align: left;
  margin-top: 1em;
}
@media (max-width: 1411.7647058824px) {
  .form-element label {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .form-element label {
    font-size: 17px;
  }
}
.form-element textarea {
  height: 16.6666666667vw;
}
.form-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-element .checkbox {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 42px;
}
.form-element .checkbox input {
  display: none; /* hide the default checkbox */
}
.form-element .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 4px solid #231f20;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-element .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-element input:checked + .slider {
  background-color: #231f20;
}
.form-element input:focus + .slider {
  box-shadow: 0 0 1px #231f20;
}
.form-element input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
.form-element--text {
  position: relative;
}
.form-element--text__input {
  outline: none;
  padding: 0.6em 1em;
  display: block;
  width: 100%;
  border: none;
  border-radius: 100px;
}
.form-element--radio__input, .form-element--checkbox__input {
  display: none;
}
.form-element--radio .form-element__toggle, .form-element--checkbox .form-element__toggle {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  cursor: pointer;
  border: 1px solid #231f20;
}
.form-element--radio .form-element__toggle::after, .form-element--checkbox .form-element__toggle::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background-color: #231f20;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}
.form-element--radio .form-element__extra-fields, .form-element--checkbox .form-element__extra-fields {
  display: none;
}
.form-element--radio__input:checked ~ .form-element__label .form-element__toggle::after, .form-element--checkbox__input:checked ~ .form-element__label .form-element__toggle::after {
  transform: none;
}
.form-element--radio__input:checked ~ .form-element__extra-fields, .form-element--checkbox__input:checked ~ .form-element__extra-fields {
  display: block;
}
.form-element--radio .form-element__toggle,
.form-element--radio .form-element__toggle::after {
  border-radius: 50%;
}
.form-element--select__select {
  outline: none;
}
.form-element--select[data-theme=basic] {
  font-size: 1.2666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 1263.1578947368px) {
  .form-element--select[data-theme=basic] {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .form-element--select[data-theme=basic] {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-element--select[data-theme=basic] {
    font-size: 1.6666666667vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 960px) {
  .form-element--select[data-theme=basic] {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1500px) {
  .form-element--select[data-theme=basic] {
    font-size: 25px;
  }
}
.form-element--select[data-theme=basic] .select2-selection {
  background-color: rgb(249, 160, 78);
  border-radius: 1.25em;
}
.form-element--select[data-theme=basic] .select2-container:after, .form-element--select[data-theme=basic] .select2-container:before {
  right: 1em;
}
.form-element--select[data-theme=basic] .select2-selection--single {
  padding: 0.6em 1em;
}
.form-element--select[data-theme=basic] .select2-container--open .select2-selection {
  border-top-right-radius: 1.1em;
  border-top-left-radius: 1.1em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-element--select[data-theme=basic] .select2-dropdown {
  background-color: rgb(249, 160, 78);
  border: none;
  padding: 0 1em;
  max-height: 8em;
}
.form-element--select[data-theme=basic] .select2-dropdown--below {
  border-bottom-right-radius: 1.1em;
  border-bottom-left-radius: 1.1em;
  padding-bottom: 0.4em;
}
.form-element--select[data-theme=basic] .select2-results__option {
  padding: 0.4em 0;
}
.form-element--select[data-theme=basic] .select2-results__option span {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.form-element--select[data-theme=basic] .select2-results__option span:before, .form-element--select[data-theme=basic] .select2-results__option span:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 51%;
  background-color: currentColor;
  transform: scaleX(0);
  transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.form-element--select[data-theme=basic] .select2-results__option span:before {
  left: 0;
  transform-origin: left;
}
.form-element--select[data-theme=basic] .select2-results__option span:after {
  right: 0;
  transform-origin: right;
}
.is-desktop .form-element--select[data-theme=basic] .select2-results__option span:hover:before, .is-desktop .form-element--select[data-theme=basic] .select2-results__option span:hover:after {
  transform: none;
}
.form-element--select[data-theme=basic] .select2-results__option span:active:before, .form-element--select[data-theme=basic] .select2-results__option span:active:after {
  transform: none;
}
.form-element--select[data-theme=newsletter] {
  font-size: 1.6vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  width: auto;
  display: inline-block;
}
@media (max-width: 1000px) {
  .form-element--select[data-theme=newsletter] {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .form-element--select[data-theme=newsletter] {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-element--select[data-theme=newsletter] {
    font-size: 2.1333333333vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 750px) {
  .form-element--select[data-theme=newsletter] {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1500px) {
  .form-element--select[data-theme=newsletter] {
    font-size: 32px;
  }
}
.form-element--select[data-theme=newsletter] .select2-selection {
  background: transparent;
  border-radius: 1.25em;
  color: currentColor;
  border: 0;
}
.form-element--select[data-theme=newsletter] .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
.form-element--select[data-theme=newsletter] .select2-container:after, .form-element--select[data-theme=newsletter] .select2-container:before {
  display: none;
}
.form-element--select[data-theme=newsletter] .select2-selection--single {
  padding: 0;
  height: 1em;
  margin-top: -7px;
}
.form-element--select[data-theme=newsletter] .select2-container--open .select2-selection {
  border-radius: 0;
}
.form-element--select[data-theme=newsletter] .select2-dropdown {
  background-color: #231f20;
  color: currentColor;
  border: none;
  padding: 0 0.6em;
  max-height: 8em;
}
.form-element--select[data-theme=newsletter] .select2-dropdown--below {
  border-top-right-radius: 1.1em;
  border-bottom-right-radius: 1.1em;
  border-bottom-left-radius: 1.1em;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
  width: auto !important;
}
.form-element--select[data-theme=newsletter] .select2-results__option {
  padding: 0.1em 0;
}
.form-element--select[data-theme=newsletter] .select2-results__option span {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.form-element--select[data-theme=newsletter] .select2-results__option span:before, .form-element--select[data-theme=newsletter] .select2-results__option span:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 51%;
  background-color: currentColor;
  transform: scaleX(0);
  transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.form-element--select[data-theme=newsletter] .select2-results__option span:before {
  left: 0;
  transform-origin: left;
}
.form-element--select[data-theme=newsletter] .select2-results__option span:after {
  right: 0;
  transform-origin: right;
}
.is-desktop .form-element--select[data-theme=newsletter] .select2-results__option span:hover:before, .is-desktop .form-element--select[data-theme=newsletter] .select2-results__option span:hover:after {
  transform: none;
}
.form-element--select[data-theme=newsletter] .select2-results__option span:active:before, .form-element--select[data-theme=newsletter] .select2-results__option span:active:after {
  transform: none;
}
.form-element--select[data-theme=cart] .form-element-select__wrapper {
  display: inline-block;
}
.form-element--select[data-theme=cart] .form-element__label {
  display: inline-block;
}
.form-element--select[data-theme=cart] .select2-container {
  width: auto;
  display: inline-block;
}
.form-element--select[data-theme=cart] .select2-selection--single {
  padding: 0 1.5em 0 0;
}
.form-element-select {
  display: inline-block;
  width: 100%;
}
.form-element--range .ui-slider-handle::after {
  content: attr(data-price);
  position: absolute;
  bottom: -2em;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.form-element--range .ui-slider {
  position: relative;
}
.form-element--range .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  outline: none;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #231f20;
  cursor: move; /* fallback: no `url()` support or images disabled */
  cursor: url(../assets/images/ui/grab.png); /* fallback: Internet Explorer */
  cursor: -webkit-grab; /* Chrome 1-21, Safari 4+ */
  cursor: -moz-grab; /* Firefox 1.5-26 */
  cursor: grab; /* W3C standards syntax, should come least */
}
.form-element--range .ui-slider .ui-slider-handle:active {
  cursor: url(../assets/images/ui/grabbing.png);
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.form-element--range .ui-slider-horizontal {
  height: 1px;
  border: none;
  background: #231f20;
}
.form-element--range .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  margin-left: -10px;
}
.form-element--range .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.form-element--range .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.form-element--range .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.form-footer-notice {
  font-size: 1.2vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  padding-top: 1.5em;
}
@media (max-width: 1333.3333333333px) {
  .form-footer-notice {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .form-footer-notice {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .form-footer-notice {
    padding-top: 2em;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}

.form-general .form-group {
  margin-top: 8px;
}
.form-general .col-sm-6 {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.form-general .row {
  margin-top: 12px;
}
.form-general .custom-control-label.required:after {
  content: "";
}
.form-general input {
  outline: none !important;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none !important;
  padding: 0.4em;
  width: 100%;
  margin-bottom: 0.3em;
}
.form-general input[type=checkbox] {
  width: 16px;
  border-radius: 0;
}
.form-general textarea {
  outline: none !important;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none !important;
  padding: 0.4em;
  width: 100%;
  min-height: 200px;
}
.form-general select {
  outline: none !important;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none !important;
  padding: 0.4em;
  width: 100%;
  margin-bottom: 0.3em;
}
.form-general button {
  width: auto;
}
.form-general label span.invalid-feedback {
  display: none !important;
}
.form-general legend span.invalid-feedback {
  display: none !important;
}

.not-shop-form-check .form-check-input {
  position: static;
  margin-left: 0;
}

.main-carousel {
  background-color: #231f20;
  height: 80vh;
  max-height: 800px;
  margin-top: -10vw;
}
.main-carousel.slider-is-single .flickity-button {
  display: none;
}
.main-carousel.slider-is-single .flickity-page-dots {
  display: none;
}
.main-carousel .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.main-carousel .flickity-page-dots .dot {
  background: #fff;
  opacity: 1;
}
.main-carousel .flickity-page-dots .dot.is-selected {
  background: #E2C100;
}
@media only screen and (max-width: 767px) {
  .main-carousel .flickity-page-dots {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 600px) {
  .main-carousel .flickity-page-dots {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .main-carousel .flickity-prev-next-button {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-carousel .flickity-prev-next-button.previous {
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .main-carousel .flickity-prev-next-button.next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-carousel .flickity-button-icon {
    width: 60%;
    height: 60%;
    left: 30%;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 600px) {
  .main-carousel .flickity-button-icon {
    width: 30%;
    height: 30%;
    left: 30%;
  }
}
@media only screen and (max-width: 1023px) {
  .main-carousel {
    height: 60vh;
  }
}
.main-carousel .carousel-cell {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main-carousel .carousel-cell .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.5) 0%, rgba(7, 7, 7, 0) 89.42%);
}
.main-carousel .carousel-cell .background {
  display: block;
  width: 100%;
  height: 80vh;
  max-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  .main-carousel .carousel-cell .background {
    height: 60vh;
  }
}
.main-carousel .carousel-cell h1 {
  font-size: 6.6666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay1-Layer1", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 882.3529411765px) {
  .main-carousel .carousel-cell h1 {
    font-size: 58.8235294118px;
  }
}
@media (min-width: 1500px) {
  .main-carousel .carousel-cell h1 {
    font-size: 100px;
  }
}
.main-carousel .carousel-cell h2 {
  font-size: 6.4vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay1-Layer1", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 882.3529411765px) {
  .main-carousel .carousel-cell h2 {
    font-size: 56.4705882353px;
  }
}
@media (min-width: 1500px) {
  .main-carousel .carousel-cell h2 {
    font-size: 96px;
  }
}
.main-carousel .carousel-cell .heading-2 {
  font-size: 6.4vw !important;
  word-break: break-word;
}
@media (max-width: 882.3529411765px) {
  .main-carousel .carousel-cell .heading-2 {
    font-size: 56.4705882353px !important;
  }
}
@media (min-width: 1500px) {
  .main-carousel .carousel-cell .heading-2 {
    font-size: 96px !important;
  }
}
.main-carousel .carousel-cell .content {
  position: absolute;
  bottom: 4.1666666667vw;
  left: 0;
  top: -1em;
  z-index: 200;
  width: 100%;
  transition: 0.3s color cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 1023px) {
  .main-carousel .carousel-cell .content {
    padding: 1em;
  }
}
.main-carousel .carousel-cell .content .caption {
  padding: 1em;
  color: #fff;
  display: inline-flex;
  align-self: center;
  position: absolute;
  bottom: 8.3333333333vw;
}
.main-carousel .carousel-cell .content .link {
  padding: 1em;
  margin-top: 8.3333333333vw;
}
.main-carousel .carousel-cell .content .svg-icon:hover svg {
  opacity: 0.8;
}
.main-carousel .carousel-cell .content svg {
  height: 2em;
  width: 2em;
  margin-top: 0.3em;
  stroke-width: 15px;
}
.main-carousel .carousel-cell .content .svg-icon.svg-baseline svg {
  position: relative;
}
.main-carousel .carousel-cell .content span {
  padding-left: 1em;
  text-transform: uppercase;
}
.main-carousel .carousel-cell .content a {
  font-size: 1.2vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}
@media (max-width: 1333.3333333333px) {
  .main-carousel .carousel-cell .content a {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .main-carousel .carousel-cell .content a {
    font-size: 18px;
  }
}

.call-to-action {
  position: fixed;
  right: 18px;
  background-color: white;
  padding: 12px;
  z-index: 191;
  max-height: 400px;
}
@media only screen and (max-width: 1023px) {
  .call-to-action {
    max-height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action {
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
  }
}
.call-to-action img {
  width: 100%;
}
.call-to-action a {
  color: white;
  text-transform: uppercase;
}
.call-to-action p {
  padding: 0 0 5px 0;
}
.call-to-action h1, .call-to-action h2, .call-to-action h3 {
  font-size: 36px;
  padding: 5px 0;
}
.call-to-action .close-call-to-action {
  cursor: pointer;
  background-color: white;
  width: 32px;
  height: 32px;
  padding: 4px;
  position: absolute;
  top: 12px;
  right: 12px;
  color: white;
  z-index: 2;
}

.text-logo {
  position: absolute;
  top: 2.5vw;
  padding: 0 5vw 0 0;
  right: 0;
  z-index: 190;
}
@media only screen and (max-width: 1023px) {
  .text-logo {
    padding: 0 10vw 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .text-logo {
    display: none;
  }
}
@media (max-width: 820px) {
  .text-logo {
    display: none;
  }
}
.text-logo.white {
  color: #fff;
}
.text-logo:hover {
  text-decoration: none;
}
.text-logo span {
  font-size: 1.6666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 0.8em;
  letter-spacing: 0.01em;
}
@media (max-width: 960px) {
  .text-logo span {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .text-logo span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .text-logo span {
    display: block;
    font-size: 1.6666666667vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 960px) {
  .text-logo span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1500px) {
  .text-logo span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .text-logo span {
    display: block;
    font-size: 1vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1600px) {
  .text-logo span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1500px) {
  .text-logo span {
    font-size: 15px;
  }
}

.header {
  padding: 2em;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .menu-is-open .header:after {
    opacity: 1;
    visibility: visible;
  }
}

a.logo-link:hover {
  text-decoration: none;
}

.logo.white {
  color: #fff;
}
.logo.white svg {
  fill: #fff;
}
.logo.yellow {
  color: #E2C100;
}
.logo.yellow svg {
  fill: #E2C100;
}
.logo.black {
  color: black;
}
.logo.black svg {
  fill: black;
}

#stickyHeader {
  display: none;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 12;
  padding: 0 6vw 0 0;
}
@media only screen and (max-width: 1023px) {
  #stickyHeader {
    height: 70px;
  }
}
#stickyHeader a.logo-a {
  position: static;
}
#stickyHeader .logo {
  top: 90px;
  transform: translateY(-150%);
  line-height: 0;
}
@media only screen and (max-width: 1023px) {
  #stickyHeader .logo {
    top: 70px;
    transform: translateY(-150%);
  }
}
@media only screen and (max-width: 1023px) {
  #stickyHeader .logo svg {
    width: 62px;
    height: 37px;
  }
}
#stickyHeader .logo img {
  width: 122px;
  height: 55px;
}
@media only screen and (max-width: 1023px) {
  #stickyHeader .logo img {
    width: 82px;
    height: 37px;
  }
}
#stickyHeader .text-logo {
  color: black;
  display: grid;
  align-items: center;
  height: 90px;
  top: 0;
}
@media (max-width: 645px) {
  #stickyHeader .text-logo {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #stickyHeader .text-logo {
    height: 70px;
    padding: 0 10vw 0 0;
  }
}
#stickyHeader .text-logo span {
  font-size: 18px;
  line-height: 1em;
}
@media only screen and (max-width: 1023px) {
  #stickyHeader .text-logo span {
    font-size: 14px;
  }
}

.footer {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-top: 1vw !important;
}
.footer form {
  margin-top: 16px;
}
.footer form input {
  font-size: 17px !important;
  height: 32px !important;
}
.footer .col-md-4 {
  margin-top: 16px;
}
.footer button {
  background-color: #FFF;
  padding: 0.4em !important;
  width: auto;
}
.footer p {
  padding-top: 0.1em;
}
.footer .grid {
  margin-left: -4.1666666667vw;
}
.footer-newsletter {
  padding: 0 4.1666666667vw;
  width: 33.3333333333%;
}
.footer-newsletter label {
  margin-bottom: 0.5em;
}
.footer-newsletter h3 {
  margin-bottom: 1em;
}
@media only screen and (max-width: 1023px) {
  .footer-newsletter {
    width: 100%;
    padding-top: 2em;
    text-align: left;
  }
}
.footer-newsletter .submit-button {
  color: white;
  background-color: black !important;
  width: auto;
  padding: 2px 10px !important;
}
.footer-newsletter input {
  color: black;
}
.footer .submit-button {
  color: black;
  background: #92918B;
}
.footer__content {
  padding: 0 4.1666666667vw;
  width: 33.3333333333%;
  text-align: left;
}
.footer__content h3 {
  margin-bottom: 1em;
}
@media only screen and (max-width: 1023px) {
  .footer__content {
    width: 100%;
    padding-top: 2em;
    text-align: left;
  }
}
.footer__content .grid_container {
  margin-right: -8.3333333333vw;
}
.footer__content .grid-12 {
  padding: 0 4.1666666667vw 8.3333333333vw 4.1666666667vw;
  width: 50%;
}
.footer__icons {
  width: 100%;
  padding-top: 0.8333333333vw;
  text-align: left;
}
.footer__icons svg {
  fill: #231f20;
  height: 2em;
  stroke-width: 12px;
  padding-right: 0.2em;
}
.footer__icons svg:first-of-type {
  padding-left: 0;
}
.footer__icons svg:last-of-type {
  padding-left: 0;
}
.footer__icons a {
  text-decoration: none;
}
.footer__icons a:hover {
  opacity: 0.6;
  transition: opacity 0.25s ease;
}
@media only screen and (max-width: 1023px) {
  .footer__icons {
    width: 100%;
  }
}
.footer__subcontent {
  padding: 4.1666666667vw 4.1666666667vw;
}
@media only screen and (max-width: 1023px) {
  .footer__subcontent {
    width: 100%;
  }
}
.footer__copyright {
  text-align: left;
}
.footer__copyright small {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.0666666667vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 200;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1500px) {
  .footer__copyright {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1500px) {
  .footer__copyright {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__copyright {
    width: 100%;
  }
}
.footer .google-plus {
  margin-left: 0.5rem;
}
.footer p a {
  border-bottom: none;
}
.footer .text-muted {
  font-size: 14px;
}

.center_navigation {
  position: absolute;
  height: 100vh;
  display: flex;
  align-items: top;
  flex-direction: row;
  top: -1.2em;
}
@media only screen and (min-width: 1024px) {
  .center_navigation {
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  .center_navigation {
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .center_navigation {
    justify-content: center;
    flex-direction: column;
    top: 1em;
    display: flex;
    width: 100%;
  }
}

.navigation-menu-2 {
  background-color: white;
  position: fixed;
  z-index: 300;
  right: 0;
  top: 45px;
  width: 128px;
  height: 45px;
}
@media only screen and (max-width: 1023px) {
  .navigation-menu-2 {
    top: 25px;
  }
}
.navigation-menu-2 .button-wrap {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  padding: 8px;
  transition: all 0.4s ease-in-out;
}
.navigation-menu-2 .button-wrap.menu-opened {
  display: none;
}
.navigation-menu-2 .button-wrap.menu-closed {
  display: flex;
}
.navigation-menu-2 .navigation-text {
  padding-top: 2px;
}
.navigation-menu-2 .navigation-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.navigation-menu-2 .navigation-icon svg {
  margin-top: auto;
  margin-bottom: auto;
}

.ticket-menu {
  width: 128px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 150;
  right: 0;
  top: 95px;
  /* gap is not supported on Safari */
}
@media only screen and (max-width: 1023px) {
  .ticket-menu {
    top: 80px;
  }
}
.ticket-menu .ticket-wrap {
  cursor: pointer;
  display: flex;
  gap: 4px;
  justify-content: space-between;
  padding: 4px 8px 2px;
  align-items: center;
  text-decoration: none;
  height: 100%;
}
.ticket-menu .ticket-wrap span {
  line-height: 18px;
  color: white;
}
.ticket-menu .ticket-text {
  color: white;
}
.ticket-menu .ticket-icon {
  display: flex;
  /*gap: 4px; */
  align-items: center;
}
.ticket-menu .ticket-icon svg {
  margin-right: 5px;
  margin-bottom: 3px;
}

.coupon-menu {
  width: 128px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 150;
  right: 0;
  top: 145px;
  /* gap is not supported on Safari */
}
@media only screen and (max-width: 1023px) {
  .coupon-menu {
    top: 135px;
  }
}
.coupon-menu .coupon-wrap {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4px;
  padding: 4px 8px 2px;
  align-items: center;
  text-decoration: none;
  height: 100%;
}
.coupon-menu .coupon-wrap span {
  line-height: 18px;
  color: white;
}
.coupon-menu .coupon-text {
  color: white;
}
.coupon-menu .coupon-icon {
  display: flex;
  /*gap: 4px; */
  align-items: center;
}
.coupon-menu .coupon-icon svg {
  margin-right: 5px;
  margin-bottom: 3px;
}

.blog-menu {
  width: 128px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 150;
  right: 0;
  top: 195px;
  /* gap is not supported on Safari */
}
@media only screen and (max-width: 1023px) {
  .blog-menu {
    top: 190px;
  }
}
.blog-menu .blog-wrap {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4px;
  padding: 4px 8px 2px;
  align-items: center;
  text-decoration: none;
  height: 100%;
}
.blog-menu .blog-wrap span {
  line-height: 18px;
  color: white;
}
.blog-menu .coupon-text {
  color: white;
}
.blog-menu .coupon-icon {
  display: flex;
  /*gap: 4px; */
  align-items: center;
}
.blog-menu .coupon-icon svg {
  margin-right: 5px;
  margin-bottom: 3px;
}

.sticky-logos {
  width: 3rem;
  position: fixed;
  z-index: 150;
  right: 0;
  top: 245px;
}
@media only screen and (max-width: 1023px) {
  .sticky-logos {
    top: 245px;
  }
}
.sticky-logos .ticket-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
}
.sticky-logos .ticket-wrap .sticky-logo {
  width: 100%;
  height: 3rem;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.65);
  line-height: 18px;
  color: white;
}
.sticky-logos .ticket-wrap .sticky-logo svg {
  width: 100%;
  height: 100%;
}

.back-to-top {
  position: fixed;
  z-index: 150;
  right: 17px;
  bottom: 37px;
  cursor: pointer;
  border-radius: 50%;
  display: none;
}

.navigation-sidebar-2 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: grid;
  transition: all 0.4s ease-in-out;
}
.navigation-sidebar-2 .darkened-bg {
  position: absolute;
  left: -50%;
  height: 100vh;
  width: 60%;
  background: transparent;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .navigation-sidebar-2 .darkened-bg {
    width: 45%;
  }
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar-2 .darkened-bg {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-sidebar-2 .darkened-bg {
    width: 0;
  }
}
.navigation-sidebar-2 .darkened-bg.menu-is-open {
  left: 0;
}
.navigation-sidebar-2 .navigation-wrapper {
  position: absolute;
  right: -50%;
  height: 100vh;
  width: 50%;
  padding: 4vw;
  justify-self: end;
  background-color: #E2C100;
  transition: all 0.4s ease-in-out;
}
.navigation-sidebar-2 .navigation-wrapper.menu-is-open {
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .navigation-sidebar-2 .navigation-wrapper {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar-2 .navigation-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-sidebar-2 .navigation-wrapper {
    width: 100%;
  }
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-search {
  height: 4rem;
  display: inline-flex;
  width: 100%;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-search .search-form {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-inline-start: 8px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  width: auto;
  border: 2px solid black;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-search .search-form.show-search-form {
  opacity: 100%;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-search .search-form input {
  border: none;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-search .search-form input.search-field {
  padding-left: 8px;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-search .search-form button {
  border: none;
  background-color: black;
  color: white;
  padding: 0.4em 0.5em 0.2em 0.5em;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-search svg {
  margin-top: auto;
  margin-bottom: auto;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-links {
  margin-top: 5rem;
  display: block;
  overflow: hidden;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tab {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tab {
    float: none;
    background-color: #E2C100;
    width: 100%;
  }
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tab button {
  color: white;
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 48px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tab button {
    text-align: center;
  }
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tab button.active {
  color: black;
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tab button {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tab button {
    font-size: 28px;
    width: 100%;
  }
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tab a {
  color: white;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-size: 48px !important;
  padding: 0;
  line-height: 48px;
  font-family: "TradeGothicDisplay1-Layer1", "Futura", "Helvetica", "Arial", sans-serif !important;
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tab a {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tab a {
    font-size: 28px !important;
    text-align: center;
  }
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tab a.active {
  color: black;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tablinks {
  font-size: 48px;
  font-family: "TradeGothicDisplay1-Layer1", "Futura", "Helvetica", "Arial", sans-serif !important;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tabcontent-wrapper {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tabcontent-wrapper {
    float: none;
    background-color: #E2C100;
    width: 100%;
    text-align: center;
  }
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tabcontent-wrapper .navigation-tabcontent {
  font-size: 28px;
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tabcontent-wrapper .navigation-tabcontent {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tabcontent-wrapper .navigation-tabcontent {
    font-size: 18px;
  }
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tabcontent-wrapper .navigation-tabcontent.active a {
  color: #a83533 !important;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-links .navigation-tabcontent-wrapper .navigation-tabcontent a:hover {
  text-decoration: none;
  color: #a83533;
}
.navigation-sidebar-2 .navigation-wrapper .clear-float {
  clear: both;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-language {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-language a {
  color: white;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-language a.active {
  color: black;
}
.navigation-sidebar-2 .navigation-wrapper .sidebar-language .ticket-button {
  background-color: black;
  color: white;
  padding: 8px 10px;
  text-decoration: none;
}

.navigation-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25vw;
  justify-content: space-between;
  padding: 0;
  z-index: 200;
  background-color: #E2C100;
}
.navigation-menu__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: top;
  flex-direction: row;
  background: #E2C100;
  justify-content: space-around;
  z-index: 1000;
}
@media only screen and (min-width: 1024px) {
  .navigation-menu__inner {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 1023px) {
  .navigation-menu__inner {
    height: 100%;
  }
}
.navigation-menu.has-sidebar-open .close-sidebar {
  opacity: 0.9;
  visibility: visible;
}
.navigation-menu.to-results .quicklinks-sidebar:not(.quicklinks-sidebar--search) {
  transition: none !important;
}
.navigation-menu .close-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #231f20;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: opacity 0.4s ease, visibility 0.4s;
}
.has-zoom-open .navigation-menu {
  transform: translateX(-100%);
}
.navigation-menu svg.nav-icon,
.navigation-menu svg.nav-icon path,
.navigation-menu svg.nav-icon circle,
.navigation-menu svg.nav-icon line {
  fill: none;
  stroke: #1d1d1b;
  stroke-miterlimit: 10;
  stroke-width: 15px;
}
.navigation-menu #search .nav-icon,
.navigation-menu #search .nav-icon path {
  stroke-miterlimit: 0;
  stroke-width: 4px;
}
.navigation-menu svg.close-icon {
  display: none;
}
.navigation-menu svg.close-icon,
.navigation-menu svg.close-icon line {
  stroke: rgb(168, 53, 51);
  stroke-miterlimit: 10;
  stroke-width: 15px;
}
@media only screen and (max-width: 1023px) {
  .navigation-menu {
    transition: 0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body:not(.menu-is-open) .navigation-menu.is-mobile-hidden {
    transform: translateY(100%);
  }
  body:not(.menu-is-open) .navigation-menu.is-mobile-hidden #hamburger {
    transform: translateY(-15%);
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  .navigation-menu {
    display: flex;
    height: 8vw;
  }
}
@media only screen and (min-width: 768px) {
  .navigation-menu {
    height: 16.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation-menu {
    width: 8.3333333333vw;
    height: 100vh;
    align-content: center;
    padding: 0;
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.navigation-menu__item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.navigation-menu a.svg-link {
  display: block;
  height: 100%;
  width: 25vw;
  padding: 5.8333333333vw 6.6666666667vw;
  position: relative;
}
@media only screen and (min-width: 400px) {
  .navigation-menu a.svg-link {
    padding: 0 2vw;
    align-items: center;
    display: flex;
  }
}
@media only screen and (max-width: 1023px) {
  .navigation-menu a.svg-link {
    padding: 0 3vw;
    align-items: center;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation-menu a.svg-link {
    width: 8.3333333333vw;
    padding: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation-menu a.svg-link {
    width: 100%;
    padding: 0;
    height: auto;
    transform: translateY(-50%);
    transition: 0.3s transform cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .has-trip .navigation-menu a.svg-link {
    transform: none;
  }
}
.navigation-menu a.svg-link .animation-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navigation-menu a.svg-link svg {
  stroke: #231f20;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .navigation-menu a.svg-link svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.8vw;
  }
}
@media only screen and (max-width: 1023px) {
  .navigation-menu a.svg-link .animation-svg,
.navigation-menu a.svg-link .static-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation-menu a.svg-link.calendar {
    transform: translateY(50%);
    transition: 0.3s transform cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.has-trip .navigation-menu a.svg-link.calendar {
  transform: none;
}
.is-desktop .navigation-menu a.svg-link:hover .static-svg svg.nav-icon {
  opacity: 0;
  transition: 0.25s opacity ease;
}
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg path,
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg line,
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg polygon,
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg text,
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg circle {
  stroke-dashoffset: 0 !important;
  transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg path:nth-child(1),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg line:nth-child(1),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg polygon:nth-child(1),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg text:nth-child(1),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg circle:nth-child(1) {
  transition-delay: 0.1s;
}
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg path:nth-child(2),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg line:nth-child(2),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg polygon:nth-child(2),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg text:nth-child(2),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg circle:nth-child(2) {
  transition-delay: 0.2s;
}
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg path:nth-child(3),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg line:nth-child(3),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg polygon:nth-child(3),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg text:nth-child(3),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg circle:nth-child(3) {
  transition-delay: 0.3s;
}
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg path:nth-child(4),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg line:nth-child(4),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg polygon:nth-child(4),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg text:nth-child(4),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg circle:nth-child(4) {
  transition-delay: 0.4s;
}
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg path:nth-child(5),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg line:nth-child(5),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg polygon:nth-child(5),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg text:nth-child(5),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg circle:nth-child(5) {
  transition-delay: 0.5s;
}
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg path:nth-child(6),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg line:nth-child(6),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg polygon:nth-child(6),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg text:nth-child(6),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg circle:nth-child(6) {
  transition-delay: 0.6s;
}
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg path:nth-child(7),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg line:nth-child(7),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg polygon:nth-child(7),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg text:nth-child(7),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg circle:nth-child(7) {
  transition-delay: 0.7s;
}
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg path:nth-child(8),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg line:nth-child(8),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg polygon:nth-child(8),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg text:nth-child(8),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg circle:nth-child(8) {
  transition-delay: 0.8s;
}
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg path:nth-child(9),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg line:nth-child(9),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg polygon:nth-child(9),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg text:nth-child(9),
.is-desktop .navigation-menu a.svg-link:hover .animation-svg svg circle:nth-child(9) {
  transition-delay: 0.9s;
}
.navigation-menu a.svg-link:active .static-svg svg.nav-icon {
  opacity: 0;
  transition: 0.25s opacity ease;
}
.navigation-menu a.svg-link:active .animation-svg svg path,
.navigation-menu a.svg-link:active .animation-svg svg line,
.navigation-menu a.svg-link:active .animation-svg svg polygon,
.navigation-menu a.svg-link:active .animation-svg svg text,
.navigation-menu a.svg-link:active .animation-svg svg circle {
  stroke-dashoffset: 0 !important;
  transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navigation-menu a.svg-link:active .animation-svg svg path:nth-child(1),
.navigation-menu a.svg-link:active .animation-svg svg line:nth-child(1),
.navigation-menu a.svg-link:active .animation-svg svg polygon:nth-child(1),
.navigation-menu a.svg-link:active .animation-svg svg text:nth-child(1),
.navigation-menu a.svg-link:active .animation-svg svg circle:nth-child(1) {
  transition-delay: 0.1s;
}
.navigation-menu a.svg-link:active .animation-svg svg path:nth-child(2),
.navigation-menu a.svg-link:active .animation-svg svg line:nth-child(2),
.navigation-menu a.svg-link:active .animation-svg svg polygon:nth-child(2),
.navigation-menu a.svg-link:active .animation-svg svg text:nth-child(2),
.navigation-menu a.svg-link:active .animation-svg svg circle:nth-child(2) {
  transition-delay: 0.2s;
}
.navigation-menu a.svg-link:active .animation-svg svg path:nth-child(3),
.navigation-menu a.svg-link:active .animation-svg svg line:nth-child(3),
.navigation-menu a.svg-link:active .animation-svg svg polygon:nth-child(3),
.navigation-menu a.svg-link:active .animation-svg svg text:nth-child(3),
.navigation-menu a.svg-link:active .animation-svg svg circle:nth-child(3) {
  transition-delay: 0.3s;
}
.navigation-menu a.svg-link:active .animation-svg svg path:nth-child(4),
.navigation-menu a.svg-link:active .animation-svg svg line:nth-child(4),
.navigation-menu a.svg-link:active .animation-svg svg polygon:nth-child(4),
.navigation-menu a.svg-link:active .animation-svg svg text:nth-child(4),
.navigation-menu a.svg-link:active .animation-svg svg circle:nth-child(4) {
  transition-delay: 0.4s;
}
.navigation-menu a.svg-link:active .animation-svg svg path:nth-child(5),
.navigation-menu a.svg-link:active .animation-svg svg line:nth-child(5),
.navigation-menu a.svg-link:active .animation-svg svg polygon:nth-child(5),
.navigation-menu a.svg-link:active .animation-svg svg text:nth-child(5),
.navigation-menu a.svg-link:active .animation-svg svg circle:nth-child(5) {
  transition-delay: 0.5s;
}
.navigation-menu a.svg-link:active .animation-svg svg path:nth-child(6),
.navigation-menu a.svg-link:active .animation-svg svg line:nth-child(6),
.navigation-menu a.svg-link:active .animation-svg svg polygon:nth-child(6),
.navigation-menu a.svg-link:active .animation-svg svg text:nth-child(6),
.navigation-menu a.svg-link:active .animation-svg svg circle:nth-child(6) {
  transition-delay: 0.6s;
}
.navigation-menu a.svg-link:active .animation-svg svg path:nth-child(7),
.navigation-menu a.svg-link:active .animation-svg svg line:nth-child(7),
.navigation-menu a.svg-link:active .animation-svg svg polygon:nth-child(7),
.navigation-menu a.svg-link:active .animation-svg svg text:nth-child(7),
.navigation-menu a.svg-link:active .animation-svg svg circle:nth-child(7) {
  transition-delay: 0.7s;
}
.navigation-menu a.svg-link:active .animation-svg svg path:nth-child(8),
.navigation-menu a.svg-link:active .animation-svg svg line:nth-child(8),
.navigation-menu a.svg-link:active .animation-svg svg polygon:nth-child(8),
.navigation-menu a.svg-link:active .animation-svg svg text:nth-child(8),
.navigation-menu a.svg-link:active .animation-svg svg circle:nth-child(8) {
  transition-delay: 0.8s;
}
.navigation-menu a.svg-link:active .animation-svg svg path:nth-child(9),
.navigation-menu a.svg-link:active .animation-svg svg line:nth-child(9),
.navigation-menu a.svg-link:active .animation-svg svg polygon:nth-child(9),
.navigation-menu a.svg-link:active .animation-svg svg text:nth-child(9),
.navigation-menu a.svg-link:active .animation-svg svg circle:nth-child(9) {
  transition-delay: 0.9s;
}
.navigation-menu a.svg-link-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaleX(-1) translateX(-15px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.4s opacity cubic-bezier(0.175, 0.885, 0.32, 1.275), 0s visibility linear 0.5s;
}
@media only screen and (max-width: 1023px) {
  .navigation-menu a.svg-link-back {
    display: none;
  }
}
.navigation-menu a.svg-link-back svg {
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .navigation-menu a.svg-link-back svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.2vw;
  }
}
.navigation-menu a.svg-link-back .static-svg svg {
  transition: 0.75s opacity ease;
}
.navigation-menu a.svg-link-back .static-svg svg path {
  fill: inherit !important;
  stroke: none !important;
}
.navigation-menu #hamburger {
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  background-color: #231f20;
  border: 4px solid #231f20;
  border-radius: 50%;
  margin-top: -4.1666666667vw;
  position: relative;
  padding: 9.1666666667vw 7.5vw;
  transition: 1s background-color ease, 0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (min-width: 400px) {
  .navigation-menu #hamburger {
    width: 12vw;
    height: 12vw;
  }
  .navigation-menu #hamburger #hamburger__icon {
    width: 6vw;
    height: 4.1vw;
    position: absolute;
    top: calc(50% - 2vw);
    left: calc(50% - 3vw);
  }
}
@media only screen and (min-width: 768px) {
  .navigation-menu #hamburger {
    width: 25vw;
    height: 25vw;
    padding: 7.5vw 5.8333333333vw;
    margin-top: -3.3333333333vw;
    border-width: 6px;
  }
  .navigation-menu #hamburger #hamburger__icon {
    width: 100%;
    height: 100%;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation-menu #hamburger {
    display: none;
  }
}
.navigation-menu #hamburger__icon {
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.navigation-menu #hamburger__icon span {
  width: 100%;
  height: 3px;
  background-color: #231f20;
  transition: 0.3s transform ease, 0.3s opacity ease;
}
@media only screen and (min-width: 768px) {
  .navigation-menu #hamburger__icon span {
    height: 4px;
  }
}
.navigation-menu #hamburger__icon span:nth-of-type(2) {
  width: 80%;
}
.menu-is-open .navigation-menu #hamburger #hamburger__icon span:nth-of-type(1) {
  transform: translateY(4.5833333333vw) rotate(45deg) scaleX(0.9);
}
@media only screen and (min-width: 400px) {
  .menu-is-open .navigation-menu #hamburger #hamburger__icon span:nth-of-type(1) {
    transform: translateY(1.6vw) rotate(45deg) scaleX(0.9);
  }
}
@media only screen and (min-width: 768px) {
  .menu-is-open .navigation-menu #hamburger #hamburger__icon span:nth-of-type(1) {
    transform: translateY(2.9166666667vw) rotate(45deg) scaleX(0.9);
  }
}
.menu-is-open .navigation-menu #hamburger #hamburger__icon span:nth-of-type(2) {
  opacity: 0;
}
.menu-is-open .navigation-menu #hamburger #hamburger__icon span:nth-of-type(3) {
  transform: translateY(-4.5833333333vw) rotate(-45deg) scaleX(0.9);
}
@media only screen and (min-width: 400px) {
  .menu-is-open .navigation-menu #hamburger #hamburger__icon span:nth-of-type(3) {
    transform: translateY(-1.6vw) rotate(-45deg) scaleX(0.9);
  }
}
@media only screen and (min-width: 768px) {
  .menu-is-open .navigation-menu #hamburger #hamburger__icon span:nth-of-type(3) {
    transform: translateY(-2.9166666667vw) rotate(-45deg) scaleX(0.9);
  }
}

.navigation-sidebar {
  position: fixed;
  right: 0;
  bottom: 25vw;
  height: 80vh;
  max-height: 80vh;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16.6666666667vw;
  text-align: center;
  z-index: 1;
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar__content a,
.navigation-sidebar__content li.title h3 {
    font-size: 1.2vw;
    /*line-height: ($responsive * 1vw); */
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1500px) {
  .navigation-sidebar__content a,
.navigation-sidebar__content li.title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1500px) {
  .navigation-sidebar__content a,
.navigation-sidebar__content li.title h3 {
    font-size: 18px;
  }
}
.navigation-sidebar.left-align {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar.left-align {
    padding: 16.6666666667vw;
    text-align: left;
  }
}
.navigation-sidebar td {
  vertical-align: bottom;
  padding: 0 0.5em 0.5em 0;
}
.navigation-sidebar td:first-child {
  padding-left: 0;
}
.navigation-sidebar td:nth-child(2) {
  width: 30%;
  text-align: right;
}
.navigation-sidebar h3 {
  text-transform: uppercase;
}
.navigation-sidebar .grid {
  margin-left: 0;
}
.navigation-sidebar .pimcore_area_content .grid {
  margin-left: -4.1666666667vw;
}
.navigation-sidebar a:focus:not(.button),
.navigation-sidebar a:hover:not(.button),
.navigation-sidebar a.active:not(.button) {
  color: rgb(168, 53, 51);
  text-decoration: none;
}
.navigation-sidebar a.button:hover,
.navigation-sidebar a.button:focus,
.navigation-sidebar a.button.active {
  text-decoration: none;
}
@media only screen and (min-width: 400px) {
  .navigation-sidebar {
    bottom: 4.1666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar {
    bottom: 16.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation-sidebar {
    top: 0;
    bottom: auto;
    left: 8.3333333333vw;
    width: 116.6666666667vw;
    height: 100vh;
    max-height: 100vh;
    padding: 8.3333333333vw;
    transform: translateX(-133.3333333333%);
  }
  .navigation-sidebar.menu-large {
    width: 150vw;
  }
}
.has-sidebar-open .navigation-sidebar {
  transform: none;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), 0.4s opacity cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.2s;
}
.has-sidebar-open .navigation-sidebar .quicklinks-sidebar__title,
.has-sidebar-open .navigation-sidebar .quicklinks-sidebar__subtitle {
  transition-delay: 0.45s;
}
.navigation-sidebar.is-active {
  z-index: 99;
  opacity: 1;
  transition-delay: 0s;
}
.navigation-sidebar.is-active .quicklinks-sidebar__title,
.navigation-sidebar.is-active .quicklinks-sidebar__subtitle {
  opacity: 1;
  transition-delay: 0s;
}
.navigation-sidebar__logo {
  color: #231f20;
  display: block;
}
.navigation-sidebar__title {
  font-size: 0.8666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.65s ease;
}
@media (max-width: 1846.1538461538px) {
  .navigation-sidebar__title {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .navigation-sidebar__title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation-sidebar__title-addition {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-sidebar__title {
    font-size: 1.1333333333vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1411.7647058824px) {
  .navigation-sidebar__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1500px) {
  .navigation-sidebar__title {
    font-size: 17px;
  }
}
.navigation-sidebar__subtitle {
  font-size: 2vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  display: block;
  padding: 0 8.3333333333vw;
  margin-bottom: 1.7em;
  opacity: 0;
  transition: opacity 0.65s ease;
}
@media (max-width: 800px) {
  .navigation-sidebar__subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .navigation-sidebar__subtitle {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-sidebar__subtitle {
    font-size: 2.3333333333vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    margin-bottom: 1.1em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 685.7142857143px) {
  .navigation-sidebar__subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1500px) {
  .navigation-sidebar__subtitle {
    font-size: 35px;
  }
}
.navigation-sidebar--menu {
  background: #E2C100;
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar--menu {
    padding-right: 0;
    padding-left: 0;
  }
}
.navigation-sidebar--menu .grid-item {
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar--menu .grid-item {
    width: 100%;
  }
}
.navigation-sidebar--menu td {
  padding-right: 0.5em;
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar--menu td {
    text-align: left;
    padding: 0.5em;
  }
}
.navigation-sidebar--menu .page-block {
  padding: 0;
}
.navigation-sidebar--menu .page-block.top-content {
  padding: 0;
}
.navigation-sidebar--menu li {
  padding: 0.2em 0 0.2em 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.3333333333vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
}
@media (max-width: 1200px) {
  .navigation-sidebar--menu li {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .navigation-sidebar--menu li {
    font-size: 20px;
  }
}
.navigation-sidebar--menu li .button {
  font-size: 1.0666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
}
@media (max-width: 1500px) {
  .navigation-sidebar--menu li .button {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .navigation-sidebar--menu li .button {
    font-size: 16px;
  }
}
.navigation-sidebar--menu li h3 {
  font-size: 1.6666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #000;
}
@media (max-width: 960px) {
  .navigation-sidebar--menu li h3 {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .navigation-sidebar--menu li h3 {
    font-size: 25px;
  }
}
.navigation-sidebar--menu li.title {
  padding: 0.1em 1em 0.1em 0;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar--menu li.title {
    padding: 0.1em 5em 0.1em 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .navigation-sidebar--menu li {
    width: 100%;
    text-align: left;
  }
}
.has-sidebar-open.is-menu .navigation-sidebar--menu li {
  opacity: 1;
  transform: none;
}
.navigation-sidebar--menu li ul {
  margin-top: 1em;
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 0;
}
.navigation-sidebar--search {
  padding: 0;
  background: #E2C100;
  display: flex;
  flex-direction: column;
  transform-origin: left top;
}
.navigation-sidebar--search .search__profile, .navigation-sidebar--search .search__regular {
  padding: 1em;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .navigation-sidebar--search .search__profile, .navigation-sidebar--search .search__regular {
    padding: 1em;
  }
}
.navigation-sidebar--search .search__profile {
  background: rgb(163, 133, 189);
}
.navigation-sidebar--search .search__profile .form-element--select .form-element-select {
  transform: translateX(-60%);
  opacity: 0;
  transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease;
  transition-delay: 0.15s;
}
.has-sidebar-open.is-search .navigation-sidebar--search .search__profile .form-element--select .form-element-select {
  transform: none;
  opacity: 1;
}
.navigation-sidebar--search .search__regular {
  background: rgb(249, 160, 78);
}
.navigation-sidebar--search .search__regular input {
  background-color: rgb(163, 133, 189);
  padding-right: 2em;
  width: 100%;
  font-size: 1.2666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
@media (max-width: 1263.1578947368px) {
  .navigation-sidebar--search .search__regular input {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .navigation-sidebar--search .search__regular input {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-sidebar--search .search__regular input {
    font-size: 1.6666666667vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 960px) {
  .navigation-sidebar--search .search__regular input {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1500px) {
  .navigation-sidebar--search .search__regular input {
    font-size: 25px;
  }
}
.navigation-sidebar--search .search__regular input::-webkit-input-placeholder {
  color: #231f20;
}
.navigation-sidebar--search .search__regular input:-moz-placeholder {
  color: #231f20;
}
.navigation-sidebar--search .search__regular input::-moz-placeholder {
  color: #231f20;
}
.navigation-sidebar--search .search__regular input:-ms-input-placeholder {
  color: #231f20;
}
.navigation-sidebar--search .search__regular__inner .form-element--text {
  transform: translateX(-60%);
  opacity: 0;
  transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease;
  transition-delay: 0.25s;
}
.has-sidebar-open.is-search .navigation-sidebar--search .search__regular__inner .form-element--text {
  transform: none;
  opacity: 1;
}
.navigation-sidebar--search .search__regular .animation-icon {
  cursor: pointer;
}
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .static-svg svg.nav-icon {
  opacity: 0;
  transition: 0.25s opacity ease;
}
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path,
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg line,
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg polygon,
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg text,
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg circle {
  stroke-dashoffset: 0 !important;
  transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(1),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg line:nth-child(1),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg polygon:nth-child(1),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg text:nth-child(1),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg circle:nth-child(1) {
  transition-delay: 0.1s;
}
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(2),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg line:nth-child(2),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg polygon:nth-child(2),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg text:nth-child(2),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg circle:nth-child(2) {
  transition-delay: 0.2s;
}
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(3),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg line:nth-child(3),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg polygon:nth-child(3),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg text:nth-child(3),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg circle:nth-child(3) {
  transition-delay: 0.3s;
}
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(4),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg line:nth-child(4),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg polygon:nth-child(4),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg text:nth-child(4),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg circle:nth-child(4) {
  transition-delay: 0.4s;
}
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(5),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg line:nth-child(5),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg polygon:nth-child(5),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg text:nth-child(5),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg circle:nth-child(5) {
  transition-delay: 0.5s;
}
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(6),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg line:nth-child(6),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg polygon:nth-child(6),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg text:nth-child(6),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg circle:nth-child(6) {
  transition-delay: 0.6s;
}
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(7),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg line:nth-child(7),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg polygon:nth-child(7),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg text:nth-child(7),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg circle:nth-child(7) {
  transition-delay: 0.7s;
}
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(8),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg line:nth-child(8),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg polygon:nth-child(8),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg text:nth-child(8),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg circle:nth-child(8) {
  transition-delay: 0.8s;
}
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(9),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg line:nth-child(9),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg polygon:nth-child(9),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg text:nth-child(9),
.is-desktop .navigation-sidebar--search .search__regular .animation-icon:hover .animation-svg svg circle:nth-child(9) {
  transition-delay: 0.9s;
}
.navigation-sidebar--search .search__regular .animation-icon:active .static-svg svg.nav-icon {
  opacity: 0;
  transition: 0.25s opacity ease;
}
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg path,
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg line,
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg polygon,
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg text,
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg circle {
  stroke-dashoffset: 0 !important;
  transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(1),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg line:nth-child(1),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg polygon:nth-child(1),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg text:nth-child(1),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg circle:nth-child(1) {
  transition-delay: 0.1s;
}
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(2),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg line:nth-child(2),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg polygon:nth-child(2),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg text:nth-child(2),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg circle:nth-child(2) {
  transition-delay: 0.2s;
}
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(3),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg line:nth-child(3),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg polygon:nth-child(3),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg text:nth-child(3),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg circle:nth-child(3) {
  transition-delay: 0.3s;
}
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(4),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg line:nth-child(4),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg polygon:nth-child(4),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg text:nth-child(4),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg circle:nth-child(4) {
  transition-delay: 0.4s;
}
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(5),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg line:nth-child(5),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg polygon:nth-child(5),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg text:nth-child(5),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg circle:nth-child(5) {
  transition-delay: 0.5s;
}
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(6),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg line:nth-child(6),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg polygon:nth-child(6),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg text:nth-child(6),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg circle:nth-child(6) {
  transition-delay: 0.6s;
}
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(7),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg line:nth-child(7),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg polygon:nth-child(7),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg text:nth-child(7),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg circle:nth-child(7) {
  transition-delay: 0.7s;
}
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(8),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg line:nth-child(8),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg polygon:nth-child(8),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg text:nth-child(8),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg circle:nth-child(8) {
  transition-delay: 0.8s;
}
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(9),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg line:nth-child(9),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg polygon:nth-child(9),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg text:nth-child(9),
.navigation-sidebar--search .search__regular .animation-icon:active .animation-svg svg circle:nth-child(9) {
  transition-delay: 0.9s;
}
.navigation-sidebar--search.to-results {
  transform: scaleY(1.25) translateY(9vw);
  transition: 0.55s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.navigation-sidebar--search.to-results .form-element, .navigation-sidebar--search.to-results .search-suggestions {
  opacity: 0 !important;
  transition: 0.2s opacity ease;
}
@media only screen and (min-width: 1024px) {
  .navigation-sidebar--search.to-results {
    transform: scaleX(3);
  }
}
.navigation-sidebar--search .search-suggestions {
  width: 100%;
  text-align: left;
  padding: 0 1.5em;
  overflow: hidden;
  height: 0;
}
.navigation-sidebar--search .search-suggestions p {
  font-size: 1.0666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  opacity: 0.3;
  margin: 2em 0 1em;
}
@media (max-width: 1500px) {
  .navigation-sidebar--search .search-suggestions p {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .navigation-sidebar--search .search-suggestions p {
    font-size: 16px;
  }
}
.navigation-sidebar--search .search-suggestions__list {
  max-height: 2.5em;
  overflow-y: auto;
  webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .navigation-sidebar--search .search-suggestions__list {
    max-height: 5.5em;
  }
}
.navigation-sidebar--search .search-suggestions__list li {
  font-size: 1.6666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  cursor: pointer;
}
@media (max-width: 960px) {
  .navigation-sidebar--search .search-suggestions__list li {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .navigation-sidebar--search .search-suggestions__list li {
    font-size: 25px;
  }
}
.navigation-sidebar--search .search-suggestions__list li strong {
  font-weight: 600;
}

.animation-icon {
  display: inline-block;
  position: relative;
  height: 1em;
  width: 1em;
}
.animation-icon > span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
}
.animation-icon > span svg {
  height: 100% !important;
  width: 100% !important;
  display: block;
  stroke: #231f20;
}

.layout-page {
  position: relative;
  min-height: 100vh;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .layout-page {
    padding: 25vw 8.3333333333vw 8.3333333333vw 50vw;
  }
}

@media only screen and (min-width: 1024px) {
  .layout-sidebar {
    width: auto;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 8.3333333333vw;
  }
  .layout-sidebar.is-bottom {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
  }
  .is-secondary-transitioning-end .layout-sidebar.is-bottom {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 8.3333333333vw;
  }
}

.layout-static-content {
  padding: 21.6666666667vw 8.3333333333vw 8.3333333333vw 8.3333333333vw;
}
@media only screen and (min-width: 1024px) {
  .layout-static-content {
    padding: 0;
  }
}

.layout-menu {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .layout-menu {
    overflow: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-menu {
    width: auto;
    padding: 0;
    overflow: visible;
  }
}
.layout-menu__container {
  display: flex;
  justify-content: space-between;
  height: 79.1666666667vw;
  padding: 0 5vw;
  transform: translateY(-100%);
  transition: 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1);
}
.show-sidebar .layout-menu__container {
  transform: none;
}
@media only screen and (min-width: 1024px) {
  .layout-menu__container {
    width: 9.5833333333vw;
    height: 100vh;
    padding: 8.3333333333vw 0vw;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    transform: translateX(-100%);
  }
}
@media only screen and (min-width: 1200px) {
  .layout-menu__container {
    width: 20.8333333333vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 8.3333333333vw 4.1666666667vw;
  }
}
.layout-menu__item {
  flex: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  text-align: center;
  padding: 41.6666666667vw 7.5vw 4.1666666667vw;
}
@media only screen and (min-width: 1024px) {
  .layout-menu__item {
    flex-basis: auto;
    width: 100%;
    height: auto;
    padding: 4.1666666667vw 0;
  }
}

.layout-filters {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 58.3333333333vw;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  padding-top: 8.3333333333vw;
  margin-top: -8.3333333333vw;
  transform: translateY(-250%);
  transition: 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1);
}
.show-sidebar .layout-filters {
  transform: none;
}
@media only screen and (min-width: 1024px) {
  .layout-filters {
    width: 16.6666666667vw;
    transform: translateX(-200%);
    transition-delay: 0s;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-filters {
    width: 20.8333333333vw;
    height: 100vh;
    padding-top: 0;
    margin-top: 0;
  }
}
.layout-filters__container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #231f20;
  overflow-x: auto;
  overflow-y: hidden;
}
.layout-filters__container::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .layout-filters__container {
    overflow: hidden;
  }
  .layout-filters__container.is-open {
    transform: none;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .layout-filters__container.is-open .layout-filters__item {
    opacity: 1;
  }
}
.layout-filters__container.is-open {
  z-index: 2;
  opacity: 1;
}
.layout-filters__inner {
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 12.5vw 4.1666666667vw;
}
@media only screen and (min-width: 1024px) {
  .layout-filters__inner {
    flex-direction: column;
    justify-content: center;
    padding: 5.4166666667vw 4.1666666667vw;
  }
}
.layout-filters__item {
  flex-basis: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: auto;
  min-width: 50vw;
  padding: 0 4.1666666667vw;
  text-align: center;
  color: inherit;
  opacity: 0;
  transform: translateY(-250%);
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease;
}
.layout-filters__item:nth-child(1) {
  transition-delay: 0.05s;
}
.layout-filters__item:nth-child(2) {
  transition-delay: 0.1s;
}
.layout-filters__item:nth-child(3) {
  transition-delay: 0.15s;
}
.layout-filters__item:nth-child(4) {
  transition-delay: 0.2s;
}
.layout-filters__item:nth-child(5) {
  transition-delay: 0.25s;
}
.layout-filters__item:nth-child(6) {
  transition-delay: 0.3s;
}
.layout-filters__item:nth-child(7) {
  transition-delay: 0.35s;
}
.layout-filters__item:nth-child(8) {
  transition-delay: 0.4s;
}
.layout-filters__item:nth-child(9) {
  transition-delay: 0.45s;
}
.layout-filters__item:nth-child(10) {
  transition-delay: 0.5s;
}
.layout-filters__item:nth-child(11) {
  transition-delay: 0.55s;
}
.layout-filters__item:nth-child(12) {
  transition-delay: 0.6s;
}
.layout-filters__item:nth-child(13) {
  transition-delay: 0.65s;
}
.layout-filters__item:nth-child(14) {
  transition-delay: 0.7s;
}
.layout-filters__item:nth-child(15) {
  transition-delay: 0.75s;
}
.layout-filters__item:nth-child(16) {
  transition-delay: 0.8s;
}
.layout-filters__item:nth-child(17) {
  transition-delay: 0.85s;
}
.layout-filters__item:nth-child(18) {
  transition-delay: 0.9s;
}
.layout-filters__item:nth-child(19) {
  transition-delay: 0.95s;
}
.show-sidebar .layout-filters__item {
  opacity: 1;
  transform: none;
}
@media only screen and (min-width: 768px) {
  .layout-filters__item {
    padding: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .layout-filters__item {
    padding: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-filters__item {
    width: 100%;
    height: auto;
    padding: 0;
    transform: translateX(-250%);
  }
  .layout-filters__item + .layout-filters__item {
    margin-top: 5vw;
  }
}
.is-desktop .layout-filters__item:hover .animation-icon .static-svg svg.nav-icon {
  opacity: 0;
  transition: 0.25s opacity ease;
}
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path,
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg line,
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg polygon,
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg text,
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg circle {
  stroke-dashoffset: 0 !important;
  transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(1),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg line:nth-child(1),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg polygon:nth-child(1),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg text:nth-child(1),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg circle:nth-child(1) {
  transition-delay: 0.1s;
}
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(2),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg line:nth-child(2),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg polygon:nth-child(2),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg text:nth-child(2),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg circle:nth-child(2) {
  transition-delay: 0.2s;
}
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(3),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg line:nth-child(3),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg polygon:nth-child(3),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg text:nth-child(3),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg circle:nth-child(3) {
  transition-delay: 0.3s;
}
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(4),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg line:nth-child(4),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg polygon:nth-child(4),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg text:nth-child(4),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg circle:nth-child(4) {
  transition-delay: 0.4s;
}
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(5),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg line:nth-child(5),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg polygon:nth-child(5),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg text:nth-child(5),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg circle:nth-child(5) {
  transition-delay: 0.5s;
}
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(6),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg line:nth-child(6),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg polygon:nth-child(6),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg text:nth-child(6),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg circle:nth-child(6) {
  transition-delay: 0.6s;
}
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(7),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg line:nth-child(7),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg polygon:nth-child(7),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg text:nth-child(7),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg circle:nth-child(7) {
  transition-delay: 0.7s;
}
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(8),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg line:nth-child(8),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg polygon:nth-child(8),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg text:nth-child(8),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg circle:nth-child(8) {
  transition-delay: 0.8s;
}
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(9),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg line:nth-child(9),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg polygon:nth-child(9),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg text:nth-child(9),
.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg circle:nth-child(9) {
  transition-delay: 0.9s;
}
.layout-filters__item:active .animation-icon .static-svg svg.nav-icon {
  opacity: 0;
  transition: 0.25s opacity ease;
}
.layout-filters__item:active .animation-icon .animation-svg svg path,
.layout-filters__item:active .animation-icon .animation-svg svg line,
.layout-filters__item:active .animation-icon .animation-svg svg polygon,
.layout-filters__item:active .animation-icon .animation-svg svg text,
.layout-filters__item:active .animation-icon .animation-svg svg circle {
  stroke-dashoffset: 0 !important;
  transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}
.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(1),
.layout-filters__item:active .animation-icon .animation-svg svg line:nth-child(1),
.layout-filters__item:active .animation-icon .animation-svg svg polygon:nth-child(1),
.layout-filters__item:active .animation-icon .animation-svg svg text:nth-child(1),
.layout-filters__item:active .animation-icon .animation-svg svg circle:nth-child(1) {
  transition-delay: 0.1s;
}
.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(2),
.layout-filters__item:active .animation-icon .animation-svg svg line:nth-child(2),
.layout-filters__item:active .animation-icon .animation-svg svg polygon:nth-child(2),
.layout-filters__item:active .animation-icon .animation-svg svg text:nth-child(2),
.layout-filters__item:active .animation-icon .animation-svg svg circle:nth-child(2) {
  transition-delay: 0.2s;
}
.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(3),
.layout-filters__item:active .animation-icon .animation-svg svg line:nth-child(3),
.layout-filters__item:active .animation-icon .animation-svg svg polygon:nth-child(3),
.layout-filters__item:active .animation-icon .animation-svg svg text:nth-child(3),
.layout-filters__item:active .animation-icon .animation-svg svg circle:nth-child(3) {
  transition-delay: 0.3s;
}
.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(4),
.layout-filters__item:active .animation-icon .animation-svg svg line:nth-child(4),
.layout-filters__item:active .animation-icon .animation-svg svg polygon:nth-child(4),
.layout-filters__item:active .animation-icon .animation-svg svg text:nth-child(4),
.layout-filters__item:active .animation-icon .animation-svg svg circle:nth-child(4) {
  transition-delay: 0.4s;
}
.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(5),
.layout-filters__item:active .animation-icon .animation-svg svg line:nth-child(5),
.layout-filters__item:active .animation-icon .animation-svg svg polygon:nth-child(5),
.layout-filters__item:active .animation-icon .animation-svg svg text:nth-child(5),
.layout-filters__item:active .animation-icon .animation-svg svg circle:nth-child(5) {
  transition-delay: 0.5s;
}
.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(6),
.layout-filters__item:active .animation-icon .animation-svg svg line:nth-child(6),
.layout-filters__item:active .animation-icon .animation-svg svg polygon:nth-child(6),
.layout-filters__item:active .animation-icon .animation-svg svg text:nth-child(6),
.layout-filters__item:active .animation-icon .animation-svg svg circle:nth-child(6) {
  transition-delay: 0.6s;
}
.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(7),
.layout-filters__item:active .animation-icon .animation-svg svg line:nth-child(7),
.layout-filters__item:active .animation-icon .animation-svg svg polygon:nth-child(7),
.layout-filters__item:active .animation-icon .animation-svg svg text:nth-child(7),
.layout-filters__item:active .animation-icon .animation-svg svg circle:nth-child(7) {
  transition-delay: 0.7s;
}
.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(8),
.layout-filters__item:active .animation-icon .animation-svg svg line:nth-child(8),
.layout-filters__item:active .animation-icon .animation-svg svg polygon:nth-child(8),
.layout-filters__item:active .animation-icon .animation-svg svg text:nth-child(8),
.layout-filters__item:active .animation-icon .animation-svg svg circle:nth-child(8) {
  transition-delay: 0.8s;
}
.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(9),
.layout-filters__item:active .animation-icon .animation-svg svg line:nth-child(9),
.layout-filters__item:active .animation-icon .animation-svg svg polygon:nth-child(9),
.layout-filters__item:active .animation-icon .animation-svg svg text:nth-child(9),
.layout-filters__item:active .animation-icon .animation-svg svg circle:nth-child(9) {
  transition-delay: 0.9s;
}
.layout-filters__icon {
  flex-basis: auto;
  flex-shrink: 0;
  width: 16.6666666667vw;
  height: 16.6666666667vw;
}
@media only screen and (min-width: 1024px) {
  .layout-filters__icon {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
.layout-filters__icon .animation-icon {
  width: 100%;
  height: 100%;
}
.layout-filters__icon .animation-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4.1666666667vw 2.5vw 0 2.5vw;
  stroke: currentColor;
}
@media only screen and (min-width: 768px) {
  .layout-filters__icon .animation-icon svg {
    padding: 0;
  }
}
.layout-filters__label {
  font-size: 1.4vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  margin-top: 4.1666666667vw;
  letter-spacing: 0;
  line-height: 1;
  max-height: 30px;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
@media (max-width: 1142.8571428571px) {
  .layout-filters__label {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .layout-filters__label {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-filters__label {
    font-size: 1.0666666667vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    max-height: none;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .layout-filters__label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1500px) {
  .layout-filters__label {
    font-size: 16px;
  }
}
.layout-filters__wipe {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: linear-gradient(to left, rgba(35, 31, 32, 0), #231f20 20%, #231f20 80%, rgba(35, 31, 32, 0));
}
@media only screen and (min-width: 1024px) {
  .layout-filters__wipe {
    width: 100%;
    height: 150%;
    background: linear-gradient(to bottom, rgba(35, 31, 32, 0), #231f20 20%, #231f20 80%, rgba(35, 31, 32, 0));
  }
}
.layout-filters__container.is-open .layout-filters__item {
  opacity: 1;
}
.layout-filters__container--text .layout-filters__item {
  font-size: 1.0666666667vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
  flex: 0;
  height: 100%;
  width: auto;
  text-align: center;
  padding: 8.3333333333vw 10.8333333333vw;
  color: inherit;
  margin-top: 0;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.45s;
}
@media (max-width: 1500px) {
  .layout-filters__container--text .layout-filters__item {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .layout-filters__container--text .layout-filters__item {
    font-size: 16px;
  }
}
.layout-filters__container--text .layout-filters__item:nth-child(1) {
  transition-delay: 0.56s;
}
.layout-filters__container--text .layout-filters__item:nth-child(2) {
  transition-delay: 0.62s;
}
.layout-filters__container--text .layout-filters__item:nth-child(3) {
  transition-delay: 0.68s;
}
.layout-filters__container--text .layout-filters__item:nth-child(4) {
  transition-delay: 0.74s;
}
.layout-filters__container--text .layout-filters__item:nth-child(5) {
  transition-delay: 0.8s;
}
.layout-filters__container--text .layout-filters__item:nth-child(6) {
  transition-delay: 0.86s;
}
.layout-filters__container--text .layout-filters__item:nth-child(7) {
  transition-delay: 0.92s;
}
.layout-filters__container--text .layout-filters__item:nth-child(8) {
  transition-delay: 0.98s;
}
.layout-filters__container--text .layout-filters__item:nth-child(9) {
  transition-delay: 1.04s;
}
.layout-filters__container--text .layout-filters__item:nth-child(10) {
  transition-delay: 1.1s;
}
.layout-filters__container--text .layout-filters__item:nth-child(11) {
  transition-delay: 1.16s;
}
.layout-filters__container--text .layout-filters__item:nth-child(12) {
  transition-delay: 1.22s;
}
.layout-filters__container--text .layout-filters__item:nth-child(13) {
  transition-delay: 1.28s;
}
.layout-filters__container--text .layout-filters__item:nth-child(14) {
  transition-delay: 1.34s;
}
.layout-filters__container--text .layout-filters__item:nth-child(15) {
  transition-delay: 1.4s;
}
.layout-filters__container--text .layout-filters__item:nth-child(16) {
  transition-delay: 1.46s;
}
.layout-filters__container--text .layout-filters__item:nth-child(17) {
  transition-delay: 1.52s;
}
.layout-filters__container--text .layout-filters__item:nth-child(18) {
  transition-delay: 1.58s;
}
.layout-filters__container--text .layout-filters__item:nth-child(19) {
  transition-delay: 1.64s;
}
.layout-filters__container--text .layout-filters__item:nth-child(20) {
  transition-delay: 1.7s;
}
.layout-filters__container--text .layout-filters__item:nth-child(21) {
  transition-delay: 1.76s;
}
.layout-filters__container--text .layout-filters__item:nth-child(22) {
  transition-delay: 1.82s;
}
.layout-filters__container--text .layout-filters__item:nth-child(23) {
  transition-delay: 1.88s;
}
.layout-filters__container--text .layout-filters__item:nth-child(24) {
  transition-delay: 1.94s;
}
.layout-filters__container--text .layout-filters__item:nth-child(25) {
  transition-delay: 2s;
}
.layout-filters__container--text .layout-filters__item:nth-child(26) {
  transition-delay: 2.06s;
}
.layout-filters__container--text .layout-filters__item:nth-child(27) {
  transition-delay: 2.12s;
}
.layout-filters__container--text .layout-filters__item:nth-child(28) {
  transition-delay: 2.18s;
}
.layout-filters__container--text .layout-filters__item:nth-child(29) {
  transition-delay: 2.24s;
}
@media only screen and (min-width: 768px) {
  .layout-filters__container--text .layout-filters__item {
    padding: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-filters__container--text .layout-filters__item {
    width: 100%;
    height: auto;
    padding: 5.4166666667vw 0;
    letter-spacing: 0.05em;
  }
}
.layout-filters__container--text .layout-filters__item:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 6px;
  background-color: currentColor;
}
@media only screen and (min-width: 1024px) {
  .layout-filters__container--text .layout-filters__item:not(:first-of-type)::before {
    top: 0;
    left: 50%;
    width: 16px;
    height: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-filters__container--text .layout-filters__item:first-of-type {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-filters__container--text .layout-filters__item:last-of-type {
    padding-bottom: 0;
  }
}
.layout-filters__container--text .layout-filters__label {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .layout-filters__container--text .layout-filters__label {
    font-size: 1.2vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1333.3333333333px) {
  .layout-filters__container--text .layout-filters__label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1500px) {
  .layout-filters__container--text .layout-filters__label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-filters__container--text .layout-filters__label {
    font-size: 1.4vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1142.8571428571px) {
  .layout-filters__container--text .layout-filters__label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1500px) {
  .layout-filters__container--text .layout-filters__label {
    font-size: 21px;
  }
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .static-svg svg.nav-icon {
  opacity: 0;
  transition: 0.25s opacity ease;
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path,
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg line,
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg polygon,
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg text,
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg circle {
  stroke-dashoffset: 0 !important;
  transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(1),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg line:nth-child(1),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg polygon:nth-child(1),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg text:nth-child(1),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg circle:nth-child(1) {
  transition-delay: 0.1s;
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(2),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg line:nth-child(2),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg polygon:nth-child(2),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg text:nth-child(2),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg circle:nth-child(2) {
  transition-delay: 0.2s;
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(3),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg line:nth-child(3),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg polygon:nth-child(3),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg text:nth-child(3),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg circle:nth-child(3) {
  transition-delay: 0.3s;
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(4),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg line:nth-child(4),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg polygon:nth-child(4),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg text:nth-child(4),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg circle:nth-child(4) {
  transition-delay: 0.4s;
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(5),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg line:nth-child(5),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg polygon:nth-child(5),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg text:nth-child(5),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg circle:nth-child(5) {
  transition-delay: 0.5s;
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(6),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg line:nth-child(6),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg polygon:nth-child(6),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg text:nth-child(6),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg circle:nth-child(6) {
  transition-delay: 0.6s;
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(7),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg line:nth-child(7),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg polygon:nth-child(7),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg text:nth-child(7),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg circle:nth-child(7) {
  transition-delay: 0.7s;
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(8),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg line:nth-child(8),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg polygon:nth-child(8),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg text:nth-child(8),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg circle:nth-child(8) {
  transition-delay: 0.8s;
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(9),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg line:nth-child(9),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg polygon:nth-child(9),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg text:nth-child(9),
.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg circle:nth-child(9) {
  transition-delay: 0.9s;
}
.is-desktop .layout-filters__container--image .layout-filters__item:hover .layout-filters__icon {
  transform: scale(0.9);
  box-shadow: 0 0 0 7px currentColor;
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.layout-filters__container--image .layout-filters__item:active .static-svg svg.nav-icon {
  opacity: 0;
  transition: 0.25s opacity ease;
}
.layout-filters__container--image .layout-filters__item:active .animation-svg svg path,
.layout-filters__container--image .layout-filters__item:active .animation-svg svg line,
.layout-filters__container--image .layout-filters__item:active .animation-svg svg polygon,
.layout-filters__container--image .layout-filters__item:active .animation-svg svg text,
.layout-filters__container--image .layout-filters__item:active .animation-svg svg circle {
  stroke-dashoffset: 0 !important;
  transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}
.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(1),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg line:nth-child(1),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg polygon:nth-child(1),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg text:nth-child(1),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg circle:nth-child(1) {
  transition-delay: 0.1s;
}
.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(2),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg line:nth-child(2),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg polygon:nth-child(2),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg text:nth-child(2),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg circle:nth-child(2) {
  transition-delay: 0.2s;
}
.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(3),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg line:nth-child(3),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg polygon:nth-child(3),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg text:nth-child(3),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg circle:nth-child(3) {
  transition-delay: 0.3s;
}
.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(4),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg line:nth-child(4),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg polygon:nth-child(4),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg text:nth-child(4),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg circle:nth-child(4) {
  transition-delay: 0.4s;
}
.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(5),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg line:nth-child(5),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg polygon:nth-child(5),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg text:nth-child(5),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg circle:nth-child(5) {
  transition-delay: 0.5s;
}
.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(6),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg line:nth-child(6),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg polygon:nth-child(6),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg text:nth-child(6),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg circle:nth-child(6) {
  transition-delay: 0.6s;
}
.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(7),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg line:nth-child(7),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg polygon:nth-child(7),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg text:nth-child(7),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg circle:nth-child(7) {
  transition-delay: 0.7s;
}
.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(8),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg line:nth-child(8),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg polygon:nth-child(8),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg text:nth-child(8),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg circle:nth-child(8) {
  transition-delay: 0.8s;
}
.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(9),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg line:nth-child(9),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg polygon:nth-child(9),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg text:nth-child(9),
.layout-filters__container--image .layout-filters__item:active .animation-svg svg circle:nth-child(9) {
  transition-delay: 0.9s;
}
.layout-filters__container--image .layout-filters__item:active .layout-filters__icon {
  transform: scale(0.9);
  box-shadow: 0 0 0 7px currentColor;
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.layout-filters__container--image .layout-filters__icon {
  width: 23.3333333333vw;
  height: 23.3333333333vw;
  border-radius: 50%;
  box-shadow: 0 0 0 0 currentColor;
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: currentColor;
}
@media only screen and (min-width: 1024px) {
  .layout-filters__container--image .layout-filters__icon {
    width: 9.1666666667vw;
    height: 9.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-filters__container--svg .layout-filters__item + .layout-filters__item {
    margin-top: 9.1666666667vw;
  }
}

.sidebar.bubble-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 41.6666666667vw;
  background: transparent;
  z-index: 180;
  text-align: center;
  display: flex;
  transform: translateY(-110%);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.in-view .sidebar.bubble-sidebar {
  transform: none;
}
.in-view .sidebar.bubble-sidebar .sidebar__link {
  opacity: 1;
  transform: none;
}
@media only screen and (max-width: 1023px) {
  .sidebar.bubble-sidebar {
    background-color: transparent !important;
  }
  .sidebar.bubble-sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0.7em);
    background-color: currentColor;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar.bubble-sidebar {
    width: 39.5833333333vw;
    height: 100vh;
    bottom: 0;
    top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(-110%);
  }
}
.sidebar.is-fixed {
  position: fixed;
  top: -39.1666666667vw;
}
@media only screen and (min-width: 1024px) {
  .sidebar.is-fixed {
    top: 0;
    bottom: auto;
    left: 8.3333333333vw;
  }
}
.sidebar__links {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1023px) {
  .sidebar__links {
    display: block;
    position: relative;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 8.3333333333vw;
    align-items: center;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .sidebar__links::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar__links {
    flex-direction: column;
  }
}
.sidebar__link {
  font-size: 1.4vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 0.8em 0.8em 0.6em 0.8em;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease;
}
@media (max-width: 1142.8571428571px) {
  .sidebar__link {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .sidebar__link {
    font-size: 21px;
  }
}
.sidebar__link:nth-child(1) {
  transition-delay: 0.2s;
}
.sidebar__link:nth-child(2) {
  transition-delay: 0.25s;
}
.sidebar__link:nth-child(3) {
  transition-delay: 0.3s;
}
.sidebar__link:nth-child(4) {
  transition-delay: 0.35s;
}
.sidebar__link:nth-child(5) {
  transition-delay: 0.4s;
}
.sidebar__link:nth-child(6) {
  transition-delay: 0.45s;
}
.sidebar__link:nth-child(7) {
  transition-delay: 0.5s;
}
.sidebar__link:nth-child(8) {
  transition-delay: 0.55s;
}
.sidebar__link:nth-child(9) {
  transition-delay: 0.6s;
}
.sidebar__link:nth-child(10) {
  transition-delay: 0.65s;
}
.sidebar__link:nth-child(11) {
  transition-delay: 0.7s;
}
.sidebar__link:nth-child(12) {
  transition-delay: 0.75s;
}
.sidebar__link:nth-child(13) {
  transition-delay: 0.8s;
}
.sidebar__link:nth-child(14) {
  transition-delay: 0.85s;
}
.sidebar__link:nth-child(15) {
  transition-delay: 0.9s;
}
.sidebar__link:nth-child(16) {
  transition-delay: 0.95s;
}
.sidebar__link:nth-child(17) {
  transition-delay: 1s;
}
.sidebar__link:nth-child(18) {
  transition-delay: 1.05s;
}
.sidebar__link:nth-child(19) {
  transition-delay: 1.1s;
}
.sidebar__link .animation-icon {
  display: block;
  height: 2.2em;
  width: 4em;
  margin: 0 auto 0.5em auto;
}
@media only screen and (max-width: 1023px) {
  .sidebar__link .animation-icon {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar__link {
    transform: translateX(-250%);
  }
}
.is-desktop .sidebar__link:hover .animation-icon {
  stroke: #231f20;
  fill: none;
  background: none;
  stroke-width: 3px;
  animation: lines 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}
@keyframes lines {
  0% {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 200, 0;
    stroke-dashoffset: 100;
  }
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(1) {
  transition-delay: 0.1s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(2) {
  transition-delay: 0.2s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(3) {
  transition-delay: 0.3s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(4) {
  transition-delay: 0.4s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(5) {
  transition-delay: 0.5s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(6) {
  transition-delay: 0.6s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(7) {
  transition-delay: 0.7s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(8) {
  transition-delay: 0.8s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(9) {
  transition-delay: 0.9s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(10) {
  transition-delay: 1s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(11) {
  transition-delay: 1.1s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(12) {
  transition-delay: 1.2s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(13) {
  transition-delay: 1.3s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(14) {
  transition-delay: 1.4s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(15) {
  transition-delay: 1.5s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(16) {
  transition-delay: 1.6s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(17) {
  transition-delay: 1.7s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(18) {
  transition-delay: 1.8s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(19) {
  transition-delay: 1.9s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(20) {
  transition-delay: 2s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(21) {
  transition-delay: 2.1s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(22) {
  transition-delay: 2.2s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(23) {
  transition-delay: 2.3s;
}
.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(24) {
  transition-delay: 2.4s;
}
.is-desktop .sidebar__link:hover .underline:before, .is-desktop .sidebar__link:hover .underline:after {
  transform: none;
}
.sidebar__link:active .animation-icon {
  stroke: #231f20;
  fill: none;
  background: none;
  stroke-width: 3px;
  animation: lines 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}
@keyframes lines {
  0% {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 200, 0;
    stroke-dashoffset: 100;
  }
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(1) {
  transition-delay: 0.1s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(2) {
  transition-delay: 0.2s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(3) {
  transition-delay: 0.3s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(4) {
  transition-delay: 0.4s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(5) {
  transition-delay: 0.5s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(6) {
  transition-delay: 0.6s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(7) {
  transition-delay: 0.7s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(8) {
  transition-delay: 0.8s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(9) {
  transition-delay: 0.9s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(10) {
  transition-delay: 1s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(11) {
  transition-delay: 1.1s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(12) {
  transition-delay: 1.2s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(13) {
  transition-delay: 1.3s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(14) {
  transition-delay: 1.4s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(15) {
  transition-delay: 1.5s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(16) {
  transition-delay: 1.6s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(17) {
  transition-delay: 1.7s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(18) {
  transition-delay: 1.8s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(19) {
  transition-delay: 1.9s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(20) {
  transition-delay: 2s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(21) {
  transition-delay: 2.1s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(22) {
  transition-delay: 2.2s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(23) {
  transition-delay: 2.3s;
}
.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(24) {
  transition-delay: 2.4s;
}
.sidebar__link:active .underline:before, .sidebar__link:active .underline:after {
  transform: none;
}
.sidebar__link svg {
  height: 2.2em;
  display: block;
  margin: auto;
  margin-bottom: 0.7em;
}
.sidebar__link .active .underline:before, .sidebar__link .active .underline:after {
  transform: none;
}
@media only screen and (min-width: 1024px) {
  .sidebar__link {
    padding: 0;
    margin: 1.6666666667vw 0;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar__link {
    font-size: 1.6vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1000px) {
  .sidebar__link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1500px) {
  .sidebar__link {
    font-size: 24px;
  }
}
.sidebar__link:first-of-type {
  margin-top: 0;
}
.sidebar__link:last-of-type {
  margin-bottom: 0;
}
.sidebar .bubble-canvas {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1em;
}
@media only screen and (min-width: 1024px) {
  .sidebar .bubble-canvas {
    left: 100%;
    width: 2.0833333333vw;
    height: 100%;
    pointer-events: none;
    bottom: 0;
  }
}

.page-block {
  padding: 3vw 3vw 0 3vw;
}

.page-bottom {
  padding: 1em;
}

.page__inner {
  margin-top: 10vw;
}
@media only screen and (max-width: 767px) {
  .page__inner {
    margin-top: 20vw;
  }
  .page__inner > .container-grid > .pimcore_area_carousel, .page__inner > .pimcore_area_carousel {
    margin-top: -20vw;
  }
}

.page-default--protected .sub-view {
  width: 100%;
}
.page-default .sub-view {
  position: relative;
  right: 0;
}
.page-default .sub-view__page {
  right: 0;
}
.page-default .page-content {
  position: relative;
  padding: 1em;
  min-height: 100vh;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-default .page-content {
    padding: 1em;
  }
}
.page-default .page-content:not(.has-menu) {
  padding: 1em;
}
@media only screen and (min-width: 1024px) {
  .page-default .page-content:not(.has-menu) {
    padding: 1em;
  }
}
.page-default .page-content.has-page-children {
  padding: 1em;
}
@media only screen and (min-width: 1024px) {
  .page-default .page-content.has-page-children {
    padding: 1em;
  }
}
.page-default .page-content:not(.has-menu):not(.has-page-children):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70.8333333333vw;
  background-color: currentColor;
}
@media only screen and (min-width: 1024px) {
  .page-default .page-content:not(.has-menu):not(.has-page-children):before {
    height: 43.75vw;
  }
}
.page-default .page-content.no-padding-bottom {
  padding-bottom: 0;
}
.page-default .page-content .post_login_form {
  width: 90%;
  margin: auto;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .page-default .page-content .post_login_form {
    width: 50%;
  }
}
.page-default .page-content .post_login_form p {
  font-size: 1.4vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #231f20;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 1142.8571428571px) {
  .page-default .page-content .post_login_form p {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .page-default .page-content .post_login_form p {
    font-size: 21px;
  }
}
.page-default .page-content .post_login_form label {
  font-size: 1.4vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #231f20;
  text-align: center;
  margin-bottom: 0.5em;
  display: block;
}
@media (max-width: 1142.8571428571px) {
  .page-default .page-content .post_login_form label {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .page-default .page-content .post_login_form label {
    font-size: 21px;
  }
}
.page-default .page-content .post_login_form input {
  padding: 0.5em 1em;
  border: 2px solid #231f20;
  background: none;
  display: block;
  margin: auto;
  outline: none;
}
.page-default .page-content .post_login_form .request_password {
  text-align: center;
}
.page-default .page-content .post_login_form .request_password a {
  font-size: 1.1333333333vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1.5em auto;
}
@media (max-width: 1411.7647058824px) {
  .page-default .page-content .post_login_form .request_password a {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .page-default .page-content .post_login_form .request_password a {
    font-size: 17px;
  }
}
.page-default .page-content .post_login_form button {
  margin: auto;
  display: inline-block;
}
.page-default .page-header {
  padding: 1em;
  color: #231f20;
  margin-bottom: 16.6666666667vw;
}
@media only screen and (max-width: 1023px) {
  .page-default .page-header:not(.page-header--wide) {
    padding-top: 25vw;
  }
}
.page-default .page-header.is-animating--out .page-header__subtitle {
  transition-delay: 0s !important;
}
.page-default .page-header__subtitle {
  margin-bottom: 0;
}
.page-default .page-content.has-menu .page-header {
  margin-bottom: 12.5vw;
}
.page-default .static-content {
  position: relative;
  text-align: center;
  color: #231f20;
  opacity: 0;
  transition: 1s opacity ease;
  transition-delay: 0.5s;
}
.page-default .static-content.has-sidebar {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-default .static-content.has-sidebar {
    padding-right: 50vw;
  }
}
.page-default .static-content.has-departments {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-default .static-content.has-departments {
    padding-right: 41.6666666667vw;
  }
}
.page-default .static-content.static-content > *:first-child {
  padding-top: 0;
}
.page-default .static-content .flexible-section-title {
  padding: 1em;
}
@media only screen and (min-width: 1024px) {
  .page-default .static-content .flexible-section-title {
    padding: 1em;
  }
}
.page-default .static-content .flexible-section-title h3 {
  font-size: 1.2vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  margin: auto;
  text-align: center;
  max-width: 10em;
}
@media (max-width: 1333.3333333333px) {
  .page-default .static-content .flexible-section-title h3 {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .page-default .static-content .flexible-section-title h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-default .static-content .flexible-section-title h3 {
    font-size: 1.2vw;
    /*line-height: ($responsive * 1vw); */
    font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1333.3333333333px) {
  .page-default .static-content .flexible-section-title h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1500px) {
  .page-default .static-content .flexible-section-title h3 {
    font-size: 18px;
  }
}
.page-default.in-view .static-content {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .page-default .categories-menu ~ .page-content {
    width: 87.5%;
  }
  .page-default .categories-menu.has-page-children ~ .page-content {
    width: 79.1666666667%;
  }
  .page-default .categories-menu.has-page-children.hidden-categories-submenu ~ .page-content {
    width: 83.3333333333%;
    margin-left: -8.3333333333%;
  }
}

.intermission {
  visibility: hidden;
  background-color: #E2C100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 1em;
}

.support .grid {
  margin-left: -4.1666666667vw;
}
.support .grid-24 {
  padding: 0 4.1666666667vw;
}
.support .grid-12 {
  padding: 0 4.1666666667vw;
}
.support .grid-16 {
  padding: 0 4.1666666667vw;
}
.support--checkbox {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.support label {
  margin-bottom: 0.5em;
}
.support .svg-icon {
  display: inline-block;
}
.support .svg-icon:hover svg {
  opacity: 0.8;
}
.support .svg-icon svg {
  height: 2.5em;
  width: 2.5em;
  stroke-width: 15px;
  display: inline-block;
  vertical-align: middle;
}
.support .svg-icon.svg-baseline svg {
  position: relative;
}
.support span {
  padding-left: 1em;
  padding-top: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 2vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
}
@media (max-width: 800px) {
  .support span {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .support span {
    font-size: 30px;
  }
}
.support .grid-8 {
  padding: 0 4.1666666667vw;
  padding-bottom: 8.3333333333vw;
}
@media only screen and (max-width: 1023px) {
  .support .grid-8 {
    width: 100%;
  }
}

.contact--checkbox {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.contact label {
  margin-bottom: 0.5em;
}
.contact .svg-icon {
  display: inline-flex;
  align-self: center;
}
.contact .svg-icon:hover svg {
  opacity: 0.8;
}
.contact .svg-icon svg {
  height: 2.5em;
  width: 2.5em;
  margin-top: -0.4em;
  stroke-width: 15px;
}
.contact .svg-icon.svg-baseline svg {
  position: relative;
}
.contact span {
  padding-left: 1em;
  text-transform: uppercase;
  font-size: 2vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
}
@media (max-width: 800px) {
  .contact span {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .contact span {
    font-size: 30px;
  }
}

.map .closed:before {
  display: inline-block;
  stroke-width: 20px;
  content: " ";
  background-position-y: 0.05em;
  background-position-x: 0em;
  background-image: url("/static/img/icons/closed.svg");
  background-size: 0.8em 0.8em;
  background-repeat: no-repeat;
  height: 0.8em;
  width: 1em;
  stroke: rgb(168, 53, 51);
  color: rgb(168, 53, 51);
}
.map .closed {
  color: rgb(168, 53, 51);
}
.map .open:before {
  display: inline-block;
  stroke-width: 20px;
  content: " ";
  background-position-y: 0.05em;
  background-position-x: 0em;
  background-image: url("/static/img/icons/check.svg");
  background-size: 0.8em 0.8em;
  background-repeat: no-repeat;
  height: 0.8em;
  width: 1em;
}
.map .grid {
  border-top: 2px solid #000;
}
.map .grid-16 {
  border-right: 2px solid #000;
}
.map .grid-16 .grid-content {
  padding-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .map .grid-16 {
    border-right: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .map .grid-8 {
    border-top: 2px solid #000;
    width: 100%;
  }
}
.map .grid-content {
  padding: 0.5em;
}
.map h3 {
  margin-top: 0;
}

.area-standard-teaser h1, .area-standard-teaser h2 {
  margin-bottom: 0.5em;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  color: #231f20;
}
.area-standard-teaser h2 {
  font-size: 48px;
}
.area-standard-teaser h2.sub {
  font-size: 38px;
  margin-bottom: 0.4em;
  padding-bottom: 0;
}
.area-standard-teaser .excerpt,
.area-standard-teaser .teaser {
  margin-bottom: 1em;
}
.area-standard-teaser img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.area-standard-teaser .image-holder {
  background-color: #000;
}
.area-standard-teaser .image-holder.standardTeaserSmall {
  width: 100%;
  padding-top: 46.375%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .area-standard-teaser .image-holder.standardTeaserSmall {
    padding-top: 100%;
  }
}
.area-standard-teaser .image-holder.standardTeaser {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.area-standard-teaser .image-holder.fix-height {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.area-standard-teaser p.subtitle {
  margin-top: 1em;
  padding-bottom: 0;
}
.area-standard-teaser dd {
  display: none;
}
.area-standard-teaser svg {
  height: 2.5em;
  width: 2.5em;
  stroke-width: 15px;
}
.area-standard-teaser .grid .download-icon {
  margin-top: 1em;
  width: 50px;
  stroke-width: 12px;
}
.area-standard-teaser .grid .download-icon:hover {
  opacity: 0.6;
  transition: opacity 0.25s ease;
}

.area-image-teaser {
  margin-top: 3vw;
  background: transparent;
}
.area-image-teaser .parallax-container {
  overflow: hidden;
}
.area-image-teaser .parallax__container {
  z-index: 0 !important;
}
.area-image-teaser .no-parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.area-image-teaser .parallax-image-margin {
  width: 83.3333333333vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.area-image-teaser .mirrorContainer {
  position: relative;
  overflow: hidden;
}
.area-image-teaser .parallax-window {
  position: relative;
  background: transparent;
}
.area-image-teaser .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.5) 0%, rgba(7, 7, 7, 0) 89.42%);
}
.area-image-teaser .image-margin {
  padding: 8.3333333333vw;
}
@media only screen and (max-width: 1023px) {
  .area-image-teaser .image-margin {
    padding: 16.6666666667vw;
  }
}
.area-image-teaser .image-margin .parallax-window {
  max-width: 1440px;
  flex-basis: auto;
  flex-grow: 1;
}
.area-image-teaser .image-margin .page-block {
  padding: 1em;
}
.area-image-teaser a.title-link:hover {
  text-decoration: none;
}
.area-image-teaser h1 {
  display: block;
  ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.area-image-teaser .bottoms {
  margin-bottom: 8.3333333333vw;
}
.area-image-teaser h1.top {
  margin-top: 4vw;
  margin-bottom: 4vw;
}
.area-image-teaser h1.middle {
  margin-top: 8.3333333333vw;
  margin-bottom: 8.3333333333vw;
}
.area-image-teaser h1.bottom {
  margin-top: 16.6666666667vw;
  margin-bottom: 8.3333333333vw;
}
.area-image-teaser h4 {
  line-height: 1.3em;
}
.area-image-teaser .download-icon {
  margin-top: 1em;
  width: 50px;
  stroke-width: 12px;
  stroke: #E2C100;
}
.area-image-teaser .download-icon:hover {
  opacity: 0.6;
  transition: opacity 0.25s ease;
}

.area-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.headline h1 {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin: 0;
}
.headline_layer1 {
  font-size: 6vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay2-Layer1", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1000px) {
  .headline_layer1 {
    font-size: 60px;
  }
}
@media (min-width: 1071.4285714286px) {
  .headline_layer1 {
    font-size: 64.2857142857px;
  }
}
.headline_layer2 {
  font-size: 6vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay2-Layer2", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1000px) {
  .headline_layer2 {
    font-size: 60px;
  }
}
@media (min-width: 1071.4285714286px) {
  .headline_layer2 {
    font-size: 64.2857142857px;
  }
}
.headline_layer11 {
  font-size: 6vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay1-Layer1", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 882.3529411765px) {
  .headline_layer11 {
    font-size: 52.9411764706px;
  }
}
@media (min-width: 1071.4285714286px) {
  .headline_layer11 {
    font-size: 64.2857142857px;
  }
}
.headline_layer1.large {
  font-size: 8vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay2-Layer1", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1000px) {
  .headline_layer1.large {
    font-size: 80px;
  }
}
@media (min-width: 1500px) {
  .headline_layer1.large {
    font-size: 120px;
  }
}
.headline_layer2.large {
  font-size: 8vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay2-Layer2", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1000px) {
  .headline_layer2.large {
    font-size: 80px;
  }
}
@media (min-width: 1500px) {
  .headline_layer2.large {
    font-size: 120px;
  }
}
.headline_layer11.large {
  font-size: 8vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicDisplay1-Layer1", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 882.3529411765px) {
  .headline_layer11.large {
    font-size: 70.5882352941px;
  }
}
@media (min-width: 1500px) {
  .headline_layer11.large {
    font-size: 120px;
  }
}
.masonry-layout__panel,
.masonry-layout .grid-sizer {
  width: 30.5%;
}
@media only screen and (max-width: 1023px) {
  .masonry-layout__panel,
.masonry-layout .grid-sizer {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .masonry-layout__panel,
.masonry-layout .grid-sizer {
    width: 100%;
  }
}
.masonry-layout .gutter-sizer {
  width: 20px;
}
@media only screen and (max-width: 1023px) {
  .masonry-layout .gutter-sizer {
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .masonry-layout .gutter-sizer {
    width: 0;
  }
}
.masonry-layout .wrap {
  background-color: #FFF;
  padding: 14px;
  margin-top: 1.6666666667vw;
}
@media only screen and (max-width: 1023px) {
  .masonry-layout .wrap {
    margin-bottom: 1.6666666667vw;
  }
}
.masonry-layout iframe {
  width: calc(100% + 28px) !important;
  margin-left: -14px;
  margin-top: -14px;
  height: 230px !important;
}
.masonry-layout img {
  width: calc(100% + 28px);
  margin-left: -14px;
  margin-top: -14px;
  height: auto;
}
.masonry-layout h1 {
  margin-top: 1.6666666667vw;
  margin-bottom: 2.5vw;
  color: #231f20;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.masonry-layout .svg-icon {
  display: inline-flex;
  align-self: center;
}
.masonry-layout .svg-icon span {
  padding-left: 1em;
}
.masonry-layout .svg-icon svg {
  height: 2.5em;
  width: 2.5em;
  margin-top: -0.6em;
  stroke-width: 15px;
}
.masonry-layout .svg-icon.svg-baseline svg {
  position: relative;
}

.masonry {
  margin-right: -8.3333333333vw;
}
.masonry .grid {
  margin-left: -4.1666666667vw;
  justify-content: start;
}
.masonry .grid-item {
  padding: 0 4.1666666667vw;
  padding-bottom: 8.3333333333vw;
}
@media only screen and (max-width: 1023px) {
  .masonry .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .masonry .grid-item {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .masonry .grid-item {
    width: 33.3333333333%;
  }
}
.masonry .grid-item .wrap {
  border: 2px solid #000;
  padding: 0.5em;
}
.masonry .grid-item img {
  width: 100%;
  height: auto;
}
.masonry .grid-item h1 {
  margin-top: 1.6666666667vw;
  margin-bottom: 2.5vw;
  color: #231f20;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.masonry .grid-item .svg-icon {
  display: inline-flex;
  align-self: center;
}
.masonry .grid-item .svg-icon span {
  padding-left: 1em;
}
.masonry .grid-item .svg-icon svg {
  height: 2.5em;
  width: 2.5em;
  margin-top: -0.6em;
  stroke-width: 15px;
}
.masonry .grid-item .svg-icon.svg-baseline svg {
  position: relative;
}

.area-back {
  margin-bottom: 8.3333333333vw;
}
.area-back .svg-icon {
  display: inline-flex;
  align-self: center;
}
.area-back .svg-icon:hover svg {
  opacity: 0.8;
}
.area-back .svg-icon svg {
  height: 2.5em;
  width: 2.5em;
  margin-top: -0.7em;
  stroke-width: 15px;
}
.area-back .svg-icon.svg-baseline svg {
  position: relative;
}
.area-back span {
  padding-left: 1em;
  text-transform: uppercase;
}

.area-gallery .grid {
  margin-left: -4.1666666667vw;
}
.area-gallery .grid-8 {
  padding: 0.5em;
}
@media only screen and (max-width: 1023px) {
  .area-gallery .grid-8 {
    width: 100%;
  }
}

.area-faq dd {
  display: none;
}
.area-faq svg {
  height: 2.5em;
  width: 2.5em;
  stroke-width: 15px;
}
.area-faq h3 {
  text-transform: uppercase;
  font-size: 2.3333333333vw;
  /*line-height: ($responsive * 1vw); */
  font-family: "TradeGothicLTPro-Bold", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
}
@media (max-width: 685.7142857143px) {
  .area-faq h3 {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .area-faq h3 {
    font-size: 35px;
  }
}

.area-columns .masonry {
  padding: 0;
}
.area-columns .grid-item {
  width: 100%;
}
.area-columns .container .container {
  padding: 0;
}
.area-columns .page-block {
  padding: 0;
}

.area-wysiwyg.block h2 {
  margin-top: 0;
}
.area-wysiwyg .grid {
  margin-left: -4.1666666667vw;
}
.area-wysiwyg .grid-8 {
  padding: 0 4.1666666667vw;
}
@media only screen and (max-width: 1023px) {
  .area-wysiwyg .grid-8 {
    width: 100%;
  }
}
.area-wysiwyg .grid-24 {
  padding: 0 4.1666666667vw;
}
.area-wysiwyg .grid-16 {
  padding: 0 4.1666666667vw;
}
.area-wysiwyg img {
  width: 100%;
  height: auto;
}

.area-share {
  padding-bottom: 8.3333333333vw;
}
.area-share .svg-icon {
  display: inline-flex;
  align-self: center;
}
.area-share .svg-icon:hover svg {
  opacity: 0.8;
}
.area-share .svg-icon svg {
  height: 2.5em;
  width: 2.5em;
  margin-top: -0.7em;
  stroke-width: 15px;
}
.area-share .svg-icon.svg-baseline svg {
  position: relative;
}

.form-builder-wrapper .required:after {
  content: " *";
}
.form-builder-wrapper .grid {
  margin-left: -4.1666666667vw;
}
.form-builder-wrapper .grid-8 {
  padding: 0 4.1666666667vw;
}
@media only screen and (max-width: 1023px) {
  .form-builder-wrapper .grid-8 {
    width: 100%;
  }
}
.form-builder-wrapper .grid-24 {
  padding: 0 4.1666666667vw;
}
.form-builder-wrapper .grid-16 {
  padding: 0 4.1666666667vw;
}

.area-map .grid {
  margin-left: -4.1666666667vw;
}
.area-map .grid-8 {
  padding: 0 4.1666666667vw;
}
@media only screen and (max-width: 1023px) {
  .area-map .grid-8 {
    width: 100%;
  }
}
.area-map .grid-24 {
  padding: 0 4.1666666667vw;
}
.area-map .grid-16 {
  padding: 0 4.1666666667vw;
}
.area-map #mapView {
  width: 100%;
  height: 750px;
}
@media only screen and (max-width: 1023px) {
  .area-map #mapView {
    height: 450px;
  }
}

.area-link .grid {
  margin-left: -4.1666666667vw;
}
@media only screen and (max-width: 1023px) {
  .area-link .grid {
    margin-left: 0;
  }
}
.area-link .grid-6 {
  padding: 0 4.1666666667vw;
}
@media only screen and (max-width: 1199px) {
  .area-link .grid-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .area-link .grid-6 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .area-link .grid-6 {
    width: 100%;
  }
}
.area-link img {
  width: 100%;
  height: auto;
}

.area-barometer h3.right {
  position: absolute;
  right: 4.1666666667vw;
  text-align: right;
  bottom: 0;
}
.area-barometer.block h2 {
  margin-top: 0;
}
.area-barometer .grid {
  margin-left: -4.1666666667vw;
}
.area-barometer .grid-8 {
  padding: 0 4.1666666667vw;
}
@media only screen and (max-width: 1023px) {
  .area-barometer .grid-8 {
    width: 100%;
  }
}
.area-barometer .grid-24 {
  padding: 0 4.1666666667vw;
}
.area-barometer .grid-16 {
  padding: 0 4.1666666667vw;
}
.area-barometer img {
  width: 100%;
  height: auto;
}

.pimcore_area_video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.pimcore_area_video video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
}

.table thead th {
  vertical-align: bottom;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-secondary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-success:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-info:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

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

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

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

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.25rem + 2px - 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 0;
  background-color: transparent;
  border-top: 1px solid rgb(0, 0, 0);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.alert-success hr {
  border-top-color: #000;
}

.alert-success .alert-link {
  color: #fff;
}

.alert-info {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.alert-info hr {
  border-top-color: #fff;
}

.alert-info .alert-link {
  color: #fff;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.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: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.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;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-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: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-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.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-genderless:before,
.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-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-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";
}

.btn.w-100 {
  width: 100%;
}

#main-container {
  margin-bottom: 35px;
}

#main-container-home {
  margin-bottom: 0;
}

.btn-cart {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Cart Style Starts */
#cart .btn {
  color: #383838;
  background: none;
  border: 2px solid #000;
  text-align: left;
  padding: 10px 15px;
  margin: 12px 0 0 0;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#cart .btn .fa-shopping-cart {
  color: #000;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: top;
}

#cart .btn span {
  color: #252a2f;
  font-size: 16px;
  text-transform: uppercase;
}

#cart .btn span#cart-total {
  color: #000;
  padding: 0 8px 0 5px;
}

#cart .btn i.fa-caret-down {
  color: #000;
  margin-left: 5px;
}

#cart .dropdown-menu {
  min-width: 100%;
  margin-top: 10px;
  color: #fff;
  border: none;
  z-index: 1001;
  padding: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu table td {
  background: none;
  border: none;
}

#cart .dropdown-menu table td.hcart td {
  border-bottom: 1px solid #e8e8e8;
}

#cart .dropdown-menu table td a {
  color: #000;
}

#cart .dropdown-menu table td a:hover {
  color: #fff;
}

#cart .dropdown-menu table.total td {
  padding: 2px 8px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

#cart .open > .dropdown-menu {
  display: block;
}

#cart .btn-block1 {
  padding: 20px 0 0;
}

#cart .btn-block1 a {
  padding: 8px 12px;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

#cart .btn-block1 a:hover, #cart .btn-block1 a + a {
  background: #000;
  color: #fff;
}

#cart .btn-block1 a, #cart .btn-block1 a + a:hover {
  background: #fff;
  color: #252a2f;
}

.line-bottom {
  border-bottom: 1px solid #929497;
}

.line-top,
.btn-block1 {
  border-top: 1px solid #929497;
}

/* Breadcrumb Styles Starts */
.breadcrumb {
  text-transform: uppercase;
  padding: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.breadcrumb li {
  color: #878a8c;
  font-size: 13px;
}

.breadcrumb + li:before {
  content: "»";
  color: #878a8c;
}

.breadcrumb a {
  color: #252a2f;
}

/* Tabs Styles Starts */
.tabs-panel {
  margin-top: 20px;
}

.tabs-panel.card-smart {
  padding: 0;
}

.tabs-panel .nav-tabs {
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 4px solid #000;
}

.tabs-panel .nav-tabs > li {
  margin-bottom: 0;
}

.tabs-panel .nav-tabs > li > a {
  color: #000;
  margin: 0;
}

.tabs-panel .nav-tabs > li > a:hover {
  background: #fff;
}

.tabs-panel .nav-tabs > li.active, .tabs-panel .nav-tabs > li.active > a {
  background: #000;
  color: #fff;
}

.tabs-panel .nav-tabs > li > a, .tabs-panel .btn, .tabs-panel .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus,
.tabs-panel .nav > li > a:hover,
.tabs-panel .nav > li > a:focus {
  background: none;
}

.tabs-panel .nav-tabs > li > a,
.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus,
.tabs-panel .nav-tabs > li > a:hover {
  border: none;
}

.tabs-panel .tab-content {
  padding: 20px;
  font-size: 13px;
}

.tabs-panel label.control-label {
  text-transform: uppercase;
  font-weight: normal;
}

.tabs-panel label.control-label.ratings {
  padding-top: 1px;
}

.tabs-panel .btn {
  margin-left: -10px;
}

/* Pagination Styles Starts */
.pagination {
  margin: 0;
}

.pagination > li > a {
  color: #8b8b8b;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.page-item.active .page-link {
  background: #000;
  border-color: #000;
}

.page-item .page-link:hover, .page-item .page-link:focus {
  background: #000;
  border-color: #000;
  color: white;
}

.results {
  padding-top: 10px;
  text-align: right;
}

.side-heading {
  margin-top: 0;
  padding: 12px 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}

.group,
.list-group-item:first-child,
.list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.list-group-item {
  color: #252a2f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.list-group-item .fa {
  font-size: 12px;
  padding-right: 6px;
  color: #000;
}

.list-group.categories {
  margin-bottom: -1px;
}

.list-group.categories a.list-group-item:hover, .list-group.categories a.list-group-item:focus, .list-group.categories a.list-group-item.active {
  background-color: #000;
  border: none;
}

.list-group.categories a.list-group-item:hover, .list-group.categories a.list-group-item:focus, .list-group.categories a.list-group-item:hover .fa, .list-group.categories a.list-group-item:focus .fa, .list-group.categories a.list-group-item.active .fa {
  color: #fff;
}

.list-group.categories:last-child {
  margin-bottom: 20px;
}

.list-group.categories .list-group .list-group-item {
  padding-left: 25px;
}

.list-group.categories .list-group .list-group .list-group-item {
  padding-left: 45px;
}

.filter-group.filter-group-checkbox {
  margin-left: 20px;
}

.main-container {
  padding: 0 0 60px 0;
}

/* Footer Links Styles Starts */
#footer-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65px;
}

.footer-links {
  border-top: 1px solid #929497;
  padding: 25px 0 40px;
}

.footer-links h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  padding: 2px 0;
  font-size: 12px;
  color: #212121;
}

.footer-links li a {
  color: #212121;
}

.footer-links li a:hover,
.footer-links .last li a {
  color: #232323;
}

.footer-links .last h4.lead {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: normal;
  color: #8b8b8b;
}

.footer-links .last h4.lead span {
  color: #232323;
}

.copyright {
  background: #252a2f;
  padding: 18px 0 8px;
  font-size: 13px;
  color: #fff;
}

.copyright a,
.copyright a:hover {
  color: #000;
}

.copyright p {
  padding-top: 4px;
}

/* Three Column Banner Styles Starts */
.col3-banners {
  margin-bottom: 20px;
}

/* Two Column Banner Styles Starts */
.col2-banners {
  margin-bottom: 20px;
}

/* Slider Section Styles Starts */
.slider {
  margin-bottom: 30px;
}

/* Product Carousel Styles Starts */
.product-carousel .row {
  margin-left: -5px;
  margin-right: -5px;
}

.product-carousel .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

#owl-product .item {
  padding-left: 5px;
  padding-right: 5px;
}

#owl-product .owl-controls {
  margin: 0;
}

#owl-product .owl-controls .owl-buttons div {
  position: absolute;
  background: none;
  font-size: 26px;
}

#owl-product .owl-controls .owl-buttons .owl-prev,
#owl-product .owl-controls .owl-buttons .owl-next {
  top: -61px;
  color: #fff;
}

#owl-product .owl-controls .owl-buttons .owl-prev {
  right: 60px;
}

#owl-product .owl-controls .owl-buttons .owl-next {
  right: 20px;
}

/* Products Box Styles Starts */
.products-list {
  margin-bottom: 15px;
}

.product-head {
  padding: 14px 20px;
  margin: 0 0 20px;
  font-size: 24px;
  text-transform: uppercase;
}

.product-col {
  padding: 15px 15px 10px;
  background-color: white;
  height: 100%;
}

.product-col .caption {
  padding: 20px 0;
}

.product-col h4 {
  font-size: 18px;
  text-transform: uppercase;
}

.product-col .price {
  padding: 10px 0;
}

.product-col .price .price-tax {
  font-size: 14px;
  color: #212121;
  text-transform: uppercase;
}

.product-col .price span.price-new {
  color: #2f353b;
  font-size: 24px;
  padding-right: 5px;
}

.product-col .price span.price-old {
  font-size: 18px;
  color: #808080;
  text-decoration: line-through;
}

.product-col .cart-button {
  padding-top: 10px;
  position: absolute;
  bottom: 15px;
  right: 30px;
}

.product-col .cart-button .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.product-col .cart-button .cart-item-quantity {
  max-width: 70px;
  margin-left: 7px;
}

.product-col .cart-button .btn-cart {
  padding: 7px 12px 5px;
  font-size: 15px;
}

.product-col .cart-button .btn-cart .fa {
  margin-left: 0;
  padding: 0;
  background: none;
}

.product-col .cart-button .btn-wishlist,
.product-col .btn-compare {
  display: inline-block;
  color: #fff;
  background: #303030;
  margin-right: 3px;
}

.btn-wishlist:hover,
.btn-compare:hover,
.btn-cart {
  background: #000;
}

.btn-cart {
  padding: 0 0 0 15px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border: none;
}

.btn-cart .fa {
  margin-left: 10px;
  padding: 10px;
  background: transparent;
  border-left: 1px #303030 solid;
  height: 100%;
}

.btn-cart:hover {
  background: #303030;
  color: white;
}

.product-col.list .image {
  padding: 20px 30px 10px 0;
  float: left;
}

.product-col.list .description {
  padding-right: 20px;
}

.cat-intro {
  padding-top: 10px;
}

.cat-intro .img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.cat-intro .cat-body {
  color: #8b8b8b;
  font-size: 13px;
  padding-left: 5px;
  text-align: justify;
}

.product-filter {
  margin: 30px 0;
  padding: 8px 0;
  border: 2px solid #000;
  border-width: 1px 0;
}

.product-filter .display {
  padding-top: 5px;
  padding-left: 10px;
}

.product-filter .display a {
  color: #2f353b;
  font-size: 24px;
  margin-right: 6px;
}

.product-filter .display a.active {
  color: #000;
}

.product-filter .control-label {
  padding-top: 5px;
  font-size: 18px;
  font-weight: normal;
}

.product-filter .form-control {
  height: 30px;
  padding: 3px 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Product Page Styles Starts */
.product-info {
  padding-top: 10px;
}

.product-info .images-block .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}

.product-info .images-block .list-inline {
  margin-left: -2px;
}

.product-info .images-block .list-inline li {
  padding-left: 2px;
  padding-right: 2px;
}

.product-info .images-block .list-inline .thumbnail {
  padding: 5px;
}

.product-info.full .images-block .list-inline {
  margin-left: -5px;
}

.product-info.full .images-block .list-inline li {
  padding-left: 5px;
  padding-right: 5px;
}

.product-info .product-details h2 {
  margin-top: 0;
  font-size: 24px;
}

.product-info .product-details h3 {
  font-size: 22px;
}

.product-info .product-details h2, .product-info .product-details h3 {
  text-transform: uppercase;
}

.product-info .product-details .manufacturer {
  color: #000;
  text-transform: uppercase;
}

.product-info .product-details .manufacturer span {
  min-width: 130px;
  display: inline-block;
  color: #2f353b;
}

.product-info .product-details .shipping {
  margin-top: 10px;
  font-size: 18px;
}

.product-info .product-details .price .price-head {
  padding-right: 10px;
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
}

.product-info .product-details .price .price-tax {
  padding-top: 5px;
  font-size: 14px;
  color: #212121;
  text-transform: uppercase;
}

.product-info .product-details .price .price-new {
  color: #000;
  font-size: 24px;
  padding-right: 5px;
}

.product-info .product-details .price .price-old {
  font-size: 18px;
  color: #212121;
  text-decoration: line-through;
}

.product-info .product-details .options h3 {
  margin-bottom: 20px;
}

.product-info .product-details .options h6 {
  font-weight: 700;
}

.product-info .product-details .cart-button .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 30px;
}

.product-info .product-details .cart-button .cart-item-quantity {
  max-width: 100px;
}

.product-info .product-details .btn-wishlist, .product-info .product-details .btn-compare {
  color: #fff;
  background: #303030;
  margin-right: 3px;
}

.product-info .product-details .btn-wishlist:hover,
.product-info .product-details .btn-compare:hover,
.product-info .product-details .btn-cart {
  background: #000;
}

.product-info .product-details .btn-cart {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.product-info .product-details .btn-cart:hover {
  color: #fff;
  background: #333333;
}

.product-info-box {
  padding-top: 10px;
}

.product-info-box + .product-info-box {
  padding-top: 30px;
}

.product-info-box .heading {
  padding: 13px 20px;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 4px solid #000;
  border-left: 1px solid #e8e8e8;
}

.product-info-box .content {
  color: #212121;
  font-size: 13px;
}

/* Shopping Cart Page Styles Starts */
.shopping-cart-table {
  margin-top: 30px;
  text-transform: uppercase;
}

.shopping-cart-table thead > tr > td {
  font-size: 15px;
  font-weight: 600;
  border-bottom: none;
  border-bottom: 2px solid #000;
}

.shopping-cart-table tbody > tr > td {
  font-size: 16px;
}

.shopping-cart-table tbody > tr > td a:hover {
  color: #252a2f;
}

.cart-item-price span.price-new {
  color: #2f353b;
  padding-right: 5px;
}

.cart-item-price span.price-old {
  color: #808080;
  text-decoration: line-through;
}

/* Compare Page Styles Starts */
.compare-table {
  margin-top: 30px;
  text-transform: uppercase;
}

.compare-table thead > tr > td {
  font-size: 15px;
  font-weight: 600;
  border-bottom: none;
}

.compare-table tbody > tr > td {
  font-size: 14px;
}

.compare-table td {
  text-align: center;
}

.compare-table .rating .fa-star {
  color: #000;
}

.order-table {
  margin-top: 30px;
  text-transform: uppercase;
}

.order-table thead > tr > td {
  font-size: 15px;
  font-weight: 600;
  border-bottom: none;
}

.order-table tbody > tr > td {
  font-size: 14px;
}

.order-table tbody > tr > td a:hover {
  color: #252a2f;
}

/* Login & Registration Section Styles Starts */
.login-area {
  padding-top: 30px;
}

.registration-area {
  padding-top: 20px;
}

.registration-area .inner {
  margin-top: 30px;
  margin-bottom: 20px;
}

.registration-area .control-label {
  color: #8b8b8b;
  font-weight: 600;
}

.registration-area .form-control, .registration-area .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.registration-area .dl-horizontal dt {
  font-weight: normal;
}

.registration-area .dl-horizontal dd {
  font-weight: bold;
}

.registration-area .dl-horizontal dt, .registration-area .dl-horizontal dd {
  margin-bottom: 5px;
}

.registration-area .dl-horizontal.total {
  color: #000;
  font-size: 18px;
}

.registration-area .dl-horizontal.total dt, .registration-area .dl-horizontal.total dd {
  margin-bottom: 0;
}

.card-smart {
  padding: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.card-smart .card-header {
  padding: 5px 0 15px 0;
  color: #000;
  border-bottom: 1px solid #000;
}

.card-smart h3.panel-title {
  font-size: 24px;
}

.card-smart .card-body {
  padding: 20px 0 0;
}

/* Content Box Styles Starts */
.content-box {
  border: 1px solid #e8e8e8;
  margin-top: 20px;
  padding: 30px;
}

.content-box .special-heading {
  font-size: 100px;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
}

/* Contact Details Box Styles Starts */
.contact-details li + li {
  margin-top: 20px;
}

.contact-details li .fa {
  color: #000;
  padding: 5px 10px 0 0;
  font-size: 18px;
}

.card-smart blockquote {
  margin: 0;
  padding: 5px 15px;
  color: #8b8b8b;
  font-size: 13px;
  border: none;
}

.card-smart blockquote footer {
  padding-top: 10px;
  color: #252a2f;
  font-size: 14px;
}

.bs-wizard {
  margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 30px 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
  margin-top: 0;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #000;
  top: 47px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #000;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

@media (max-width: 767px) {
  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 14px;
  }
}
.delivery-options .delivery-option {
  border: solid 1px #ccc;
  padding: 20px 0;
}

.delivery-options .delivery-option .delivery-option-radio, .delivery-options .delivery-option .delivery-option-image, .delivery-options .delivery-option .delivery-option-text {
  border-right: solid 1px #ccc;
}

.delivery-options .delivery-option .delivery-option-radio, .delivery-options .delivery-option .delivery-option-image, .delivery-options .delivery-option .delivery-option-text, .delivery-options .delivery-option .delivery-option-price {
  vertical-align: middle;
}

.payment-options .payment-option {
  border: solid 1px #ccc;
  padding: 20px 0;
}

.payment-options .payment-option .payment-option-radio, .payment-options .payment-option .payment-option-image, .payment-options .payment-option .payment-option-text {
  border-right: solid 1px #ccc;
}

.payment-options .payment-option .payment-option-radio, .payment-options .payment-option .payment-option-image, .payment-options .payment-option .payment-option-text, .payment-options .payment-option .payment-option-price {
  vertical-align: middle;
}

/*! =======================================================
                      VERSION  9.3.0
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: black;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #4a925b;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
  opacity: 1;
}

.slider-selection {
  background: #000;
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.toggle {
  position: relative;
  overflow: hidden;
}

.toggle input[type=checkbox] {
  display: none;
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.toggle.off .toggle-group {
  left: -100%;
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
}

.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}

.toggle-on.btn {
  padding-right: 24px;
}

.toggle-off.btn {
  padding-left: 24px;
}

.toggle.btn-lg, .btn-group-lg > .toggle.btn {
  min-width: 79px;
  min-height: 45px;
}

.toggle-on.btn-lg, .btn-group-lg > .toggle-on.btn {
  padding-right: 31px;
}

.toggle-off.btn-lg, .btn-group-lg > .toggle-off.btn {
  padding-left: 31px;
}

.toggle-handle.btn-lg, .btn-group-lg > .toggle-handle.btn {
  width: 40px;
}

.toggle.btn-sm, .btn-group-sm > .toggle.btn {
  min-width: 50px;
  min-height: 30px;
}

.toggle-on.btn-sm, .btn-group-sm > .toggle-on.btn {
  padding-right: 20px;
}

.toggle-off.btn-sm, .btn-group-sm > .toggle-off.btn {
  padding-left: 20px;
}

.toggle.btn-xs, .btn-group-xs > .toggle.btn {
  min-width: 35px;
  min-height: 22px;
}

.toggle-on.btn-xs, .btn-group-xs > .toggle-on.btn {
  padding-right: 12px;
}

.toggle-off.btn-xs, .btn-group-xs > .toggle-off.btn {
  padding-left: 12px;
}

.registration-area label.cs-customer, .registration-area label.cs-address {
  font-size: 26px;
  padding: 5px 0 15px 0;
  color: #252a2f;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
}

.cart-summary {
  padding-bottom: 20px;
}

/* PR fixes */
.header-links .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1rem;
  padding-top: 0.8em;
}

#cart .btn {
  color: #000;
}

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

.copyright {
  min-height: 5em;
}

#cart .dropdown-menu {
  left: initial;
  right: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

/*
 *  Bootstrap TouchSpin - v4.2.5
 */
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
}

.padding-coupon {
  padding: 6px 2px;
}

.cart-sidebar {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: grid;
  transition: all 0.4s ease-in-out;
}
.cart-sidebar .cart-darkened-bg {
  position: absolute;
  left: -50%;
  height: 100vh;
  width: 50%;
  background: transparent;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .cart-sidebar .cart-darkened-bg {
    width: 45%;
  }
}
@media only screen and (max-width: 1023px) {
  .cart-sidebar .cart-darkened-bg {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .cart-sidebar .cart-darkened-bg {
    width: 0;
  }
}
.cart-sidebar .cart-darkened-bg.cart-menu-is-open {
  left: 0;
}
.cart-sidebar .cart-wrapper {
  position: absolute;
  right: -50%;
  height: 100vh;
  width: 50%;
  padding: 4vw;
  justify-self: end;
  background-color: #E2C100;
  transition: all 0.4s ease-in-out;
}
.cart-sidebar .cart-wrapper.cart-menu-is-open {
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .cart-sidebar .cart-wrapper {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  .cart-sidebar .cart-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .cart-sidebar .cart-wrapper {
    width: 100%;
  }
}
.cart-sidebar .cart-wrapper .clear-float {
  clear: both;
}
.cart-sidebar .cart-wrapper .cart-header {
  display: flex;
  justify-content: space-between;
}
.cart-sidebar .cart-wrapper .cart-header .close-cart {
  cursor: pointer;
  height: 100%;
  align-self: center;
}
.cart-sidebar .cart-wrapper .cart-content {
  margin-top: 2rem;
}
.cart-sidebar .cart-wrapper .cart-content a {
  color: white;
}
.cart-sidebar .cart-wrapper .cart-content a.active {
  color: black;
}
.cart-sidebar .cart-wrapper .cart-content .ticket-button {
  background-color: black;
  color: white;
  padding: 8px 10px;
  text-decoration: none;
}

.bootstrap-touchspin-up {
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  margin: auto 0 auto 8px;
  line-height: 10px;
  background: #C4C4C4;
  border: none;
}

.bootstrap-touchspin-down {
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  margin: auto 8px auto 0;
  line-height: 20px;
  background: #C4C4C4;
  border: none;
}

.cart-item-quantity {
  max-width: 18px !important;
  padding-left: 0;
  padding-right: 0;
  border: none !important;
  background: transparent !important;
  -moz-appearance: textfield;
  text-align: center;
}

.cart-item-quantity::-webkit-inner-spin-button {
  display: none;
}

.cart-summary .table .form-group {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cart-summary .bootstrap-touchspin-injected {
    display: block !important;
  }
}
.cart-summary .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  background-color: black;
}
@media (max-width: 991px) {
  .cart-summary .bootstrap-touchspin-injected .bootstrap-touchspin-up {
    margin: 0 auto 2px auto;
  }
}
.cart-summary .bootstrap-touchspin-injected .bootstrap-touchspin-down {
  background-color: black;
}
@media (max-width: 991px) {
  .cart-summary .bootstrap-touchspin-injected .bootstrap-touchspin-down {
    margin: 2px auto 0 auto;
  }
}
@media (max-width: 991px) {
  .cart-summary .bootstrap-touchspin-injected .cart-item-quantity {
    margin: 0 auto 0 auto !important;
    width: 18px !important;
  }
}

.blog .media {
  display: block;
}
.blog .media .blog-footer {
  display: flex;
  justify-content: space-between;
}
.blog .media .blog-footer a {
  width: auto;
}
.blog .media .blog-footer svg {
  height: 32px;
  width: 32px;
}
.blog nav ul {
  gap: 4px;
}
.blog nav ul li {
  border-radius: 0 !important;
  border: 1px solid;
  background-color: transparent !important;
}
.blog nav ul li.active {
  background-color: black !important;
}
.blog nav ul li a {
  color: black;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

#filterBar {
  position: relative;
}
#filterBar #announcement {
  opacity: 0;
  pointer-events: none;
}
#filterBar label {
  display: block;
  padding: 0.7rem 0.8rem;
  width: 65%;
  margin: 0 auto;
  text-align: left;
  font-size: 0.75rem;
}
#filterBar select,
#filterBar button,
#filterBar ul {
  display: block;
  padding: 0.7rem 0.8rem;
  text-align: left;
  background: #000;
  border: 0;
  font-size: 1rem;
}
#filterBar button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /*&::before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: .8rem;
  }*/
}
#filterBar button:focus-visible {
  outline: 0;
  box-shadow: 0 0 5px 2px rgba(251, 146, 60, 0.7) inset;
}
#filterBar ul {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 10rem;
  overflow-y: auto;
  list-style-type: none;
  padding: 0;
  margin-top: 0.1rem;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: top left;
  transition: all 0.3s ease-in;
  pointer-events: none;
  z-index: 2;
  width: 200px;
}
#filterBar ul.active {
  opacity: 1;
  transform: scale(1, 1);
  pointer-events: auto;
}
#filterBar ul li {
  padding: 0.6rem 0.5rem;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  transition: all 0.3s ease-in;
  position: relative;
  /*color: #fff;*/
  /*&::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: .8rem;
    opacity: 0;
    transition: opacity .300s ease-out;
  }*/
}
#filterBar ul li:hover, #filterBar ul li.current {
  background: #000;
}
#filterBar ul li.active {
  box-shadow: 0 0 0 2px rgba(251, 146, 60, 0.7);
}
#filterBar ul li.active::before {
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */
